2005-03-25 16:37 toni
2005-03-25 16:23 toni
- conf/: log.conf, stac.conf, stac.conf.in: stac.conf.in
2005-03-25 16:22 toni
- Build.PL.in: library location is now configurable from
./configure option
2005-03-25 03:52 toni
- t/lib/Stac/Test/Setup.pm: added -N option to testing ARGV
2005-03-25 03:47 toni
- sbin/required/: modules, modules_meta: added Module::Build
2005-03-25 03:46 toni
- sbin/required.pl: library version now taken into account, so that
libs with older versions than required will be added to missing
libraries and installed. existing and required version will also
be displayed at the time of install.
2005-03-25 03:44 toni
- lib/Stac/Context.pm.in: library directory is now received from
./configure option and available in tag LIB_DIR
2005-03-25 03:42 toni
- lib/Getopt/Long/Xml.pm: just some debug info changes
2005-03-25 03:40 toni
- config.layout: localstatedir is now fixed to /var/run, logs are
in /logs
2005-03-25 03:38 toni
- bin/stac.in: library path now configurable with ./configure
option
2005-03-25 03:34 toni
- lib/Stac/Role/UserContextDataClass.pm.in: probably the trickiest
class in entire stac. hence, making it dynamic via ./configure
process seemed easier than adding more complexity to it. also,
since it's a class that runs so early that context isn't yet set,
we can't use context tags for it. there are two attributes
configurable: path to stac's perl libraries, and testing mode. If
stac is configured in testing mode, then "make test" works,
otherwise it breaks. Clumsy, but i couldn't figure out anything
else right now.
2005-03-25 03:26 toni
- Build.PL: library path now take from the ./configure options
2005-03-25 03:17 toni
- configure.ac: lots of new options. one for testing mode too
2005-03-25 03:16 toni
- Makefile.in: added data and log installation, small improvements
2005-03-21 01:30 toni
- Makefile.in, configure.ac: added log.conf to processed files
2005-03-21 01:30 toni
- conf/log.conf.in: location now correct, form configuration
options
2005-03-21 01:22 toni
- Makefile.in, config.layout, configure.ac, lib/Stac/Context.pm.in:
conf directory is taken from ./configure option now
2005-03-20 21:44 toni
- bin/: stac.in, stac: date and release updated
2005-03-20 21:23 toni
- Makefile.in: important targets working now. more testing and
fixing needed though.
2005-03-20 21:14 toni
- bin/stac.in: docs updated
2005-03-20 21:12 toni
- configure.ac: libxml2 and curses options are now not set by
default. there's new option, perl-dep, which makes stac installer
to check for all perl modules and installer missing ones, all
using CPAN. this option is also not set by default.
2005-03-20 21:03 toni
- bin/stac.in: docs updated
2005-03-20 16:45 toni
- Build.PL, META, Makefile.in: 0.4-pre5 changes
2005-02-19 06:35 toni
2005-02-19 05:50 toni
2005-02-19 04:56 toni
- lib/Stac/Service/Apache.pm: critical exception thrown, and
correct warning printed out, when NameVirtualHost? in httpd.conf
is not set, since vhosts can not be configured without it - stac
gets IP from there.
2005-02-19 04:30 toni
- lib/Stac/: Context.pm, Worker.pm, Handle/Tool.pm,
Role/Archive.pm, Role/ConfigFile.pm, Role/ProcessCli.pm,
Role/ServiceApacheSetPermissions.pm,
Role/UserContextDataClass.pm, Service/Os/Linux.pm,
Tool/Twiki03/Configure.pm, Tool/Twiki04/Backup.pm,
Tool/Twiki04/Configure.pm, Worker/Auth.pm, Worker/Html.pm,
Worker/Project.pm, Worker/User.pm: mainly documentation added,
possible minor changes. and something larger that i likely forgot
about.
2005-02-19 04:21 toni
- lib/ext/Cvs.pm: removed Cvs. it work OK now with latest Cvs from
CPAN.
2005-02-19 04:18 toni
- conf/data_class.tpl: added pod documentation and copyright.
2005-02-19 04:16 toni
- docs/source/lib/footer: copyright now 2003-2005
2005-02-18 19:55 toni
- docs/source/bin/lib/Pod/: HtmlEasy?.pm, HtmlEasy?/Parser.pm,
HtmlEasy?/TiehHandler.pm: had to pack Pod::HtmlEasy here, for a
single line patch that makes it useful for ppdoc. sent patch to
author. will remove it as soon as patch gets included, which,
being positive, might be a year or two - given the average
response of CPAN authors.
2005-02-18 19:48 toni
- docs/source/bin/ppdoc.pl: removing unused, olf subs
2005-02-18 17:17 toni
- docs/source/bin/ppdoc.pl: commented out debug statements
2005-02-18 17:09 toni
- docs/source/bin/ppdoc.pl: mess with a lot of new code, old one
commented out
2005-02-16 12:32 toni
- lib/ext/Config/Crontab.pm: Pod::POM was breaking on parsing pod
docs. this fixes it
2005-02-16 12:30 toni
- lib/Stac/Tool/Twiki04/Configure.pm: documentation added.
2005-02-16 12:30 toni
- docs/source/bin/ppdoc.pl: improved emtpy/error docs handling,
added exception directories, menu.js no written by default
2005-02-16 02:46 toni
- lib/Stac/: Role/ConfigFile.pm, Tool/Twiki04/Configure.pm:
ConfigFile? working and documented. not a pretty code though, can
be improved for sure. Will be easier to do with more configs
comming.
2005-02-16 02:44 toni
- docs/source/bin/ppdoc.pl: excluded Crontab class for now, since
it breaks on it
2005-02-13 10:33 toni
- conf/stac.conf: backup config
2005-02-13 10:31 toni
- lib/Stac/: Context.pm, Util.pm, Worker.pm, Context/Config/Set.pm,
Data/Context/Conf.pm, Data/Service/AuthOsUnix.pm, Handle/Tool.pm,
L10N/en_gb.pm, L10N/hr_hr.pm, Role/Archive.pm,
Tool/Twiki04/Backup.pm, Tool/Twiki04/Configure.pm,
Tool/Twiki04/Data.pm, Tool/Twiki04/Install.pm: finishing off
archive. changes to incorporate config file management by stac -
not finished.
2005-02-13 10:30 toni
- lib/Stac/Role/ConfigFile.pm: class to manage config files
(add/remove stac entries)
2005-02-12 11:25 toni
- lib/Stac/Role/update_project.pm: removed left over file
2005-02-09 10:00 toni
- lib/Stac/Role/ImageBanner.pm: cvs Id tag moved at the top
2005-02-09 10:00 toni
- lib/Stac/Role/Archive.pm: loggin back in here
2005-02-09 09:59 toni
- lib/Stac/Handle/Tool.pm: added project and tool checking. if
either doesn't exist, we don't continue.
2005-02-09 09:57 toni
- lib/Stac/Tool/Twiki04/Install.pm: logging changes only
2005-02-09 09:55 toni
- lib/Stac/Role/Archive.pm: minute changes
2005-02-09 09:54 toni
- lib/Stac/Role/: Crontab.pm: added hour/minute to it and config
file
2005-02-09 09:51 toni
- lib/Stac/Role/ImageBanner.pm: err, not really. logging belongs in
there.
2005-02-09 09:50 toni
- lib/Stac/Role/ImageBanner.pm: moved debugging logging out of here
2005-02-09 00:04 toni
- lib/Stac/Base.pm: removing pid file now only printed out if
verbose mode
2005-02-08 12:52 toni
- conf/tools/twiki04.conf, lib/Stac/Tool/Twiki04/ConfigFileData.pm,
lib/Stac/Tool/Twiki04/Install.pm,
lib/Stac/Tool/Twiki04/LoadConfigFile.pm: crontab min/hr added to
config and other classes
2005-02-08 12:32 toni
- lib/Stac/Role/Crontab.pm: removed hardcoded crontab entry
2005-02-08 12:31 toni
- lib/Stac/Tool/Twiki04/Install.pm: crontab entry is now read from
config file, INSTALLPATH is substituted with the real path. added
more comments. left removal of crontab entry in there, but
commented out.
2005-02-08 12:27 toni
- lib/Stac/Tool/Twiki04/: ConfigFileData?.pm, LoadConfigFile?.pm:
added crontab entry methods
2005-02-08 12:26 toni
- conf/tools/twiki04.conf: crontab
2005-02-08 11:29 toni
- lib/Stac/Role/ImageBanner.pm: removed unused imported classes
2005-02-08 11:28 toni
- lib/Stac/Tool/Twiki04/Install.pm: added Role::Crontab with tests.
not finished.
2005-02-08 11:26 toni
- lib/Stac/Role/Crontab.pm: crontab manipulation (add/remove
entries)
2005-02-08 11:25 toni
- lib/ext/Config/Crontab.pm: Config::Crontab has a small bug. Until
module owner fixes it (i'll mail him the diff, although i lost
hope when it comes to CPAN owners).
2005-02-08 11:23 toni
- bin/tests/cron.pl: crontab tests
2005-02-07 13:14 toni
- bin/tests/examples.run: examples of CLI combinations
2005-02-07 13:11 toni
- bin/tests/cvs.pl: cvs test
2005-02-07 13:10 toni
- conf/tools/twiki04/TWikiPreferences.txt.tpl: template for
TWikiPreferences?. previously commited wrong file.
2005-02-07 13:04 toni
- conf/tools/twiki04/TWikiPreferences.txt: now configurable
2005-02-07 13:02 toni
- lib/Stac/Tool/Twiki04/: ConfigFileData?.pm, Configure.pm,
Install.pm, LoadConfigFile?.pm: new preference options.
TWikiPreference? is now configurable.
2005-02-07 13:01 toni
- lib/Stac/Role/ImageBanner.pm: added x/y position options
2005-02-07 13:00 toni
- conf/tools/twiki04.conf: Preference new options
2005-02-07 11:47 toni
- lib/Stac/Worker/User.pm: fixed supply(). it wasn't passing $id to
exists() and was therefore always returning basic user object,
instead of a full one.
2005-02-07 11:26 toni
- lib/Stac/Role/StorageUpdateProject.pm: $data object now gets
copied, so that we can reuse it in other places unchanged.
2005-02-07 11:24 toni
- lib/Stac/Worker/User.pm: fixed exists()c
2005-02-07 01:26 toni
- bin/tests/templates.pl: tests
2005-02-07 00:25 toni
- bin/tests/templates.pl: templating tests
2005-02-04 09:41 toni
- sbin/required/: modules, modules_meta: added Image::Magick
2005-02-04 09:38 toni
- bin/tests/: gd-text.pl, magick.pl: tests for creating image
banner
2005-02-04 02:32 toni
- conf/tools/twiki04.conf: twiki04 config, with image banner option
2005-02-04 02:31 toni
- lib/Stac/Context/Task/Tool/Backup/: SetupCli?.pm, interface.xml:
backup files
2005-02-04 02:29 toni
- lib/Stac/: Context/Task/Tool/Install/interface.xml,
Handle/Tool.pm, Role/ImageBanner.pm,
Role/StorageUpdateProject.pm, Tool/Twiki04/ConfigFileData.pm,
Tool/Twiki04/Configure.pm, Tool/Twiki04/Data.pm,
Tool/Twiki04/Install.pm, Tool/Twiki04/LoadConfigFile.pm: added
image banner option. --banner (-B). creates image banner with
text supplied, via Image::Magick, we use it as top banner,
instead of twiki logo image. still needs to be integrated with
TWikiAdmin? page and refined regarding options passed to it. It's
implemented as a role Stac/Role/ImageBanner
2005-02-03 03:58 toni
- lib/Stac/Tool/Twiki04/Install.pm: logging correction
2005-02-03 02:42 toni
- lib/Stac/Handle/Tool.pm: remove debug statement.
2005-02-03 02:37 toni
- lib/Stac/Tool/Twiki04/Install.pm: removing CVS dir in twiki-data,
otherwise it gets counted as Web by twiki.
2005-02-03 02:00 toni
- lib/Stac/Util.pm: write now writes to new file by default.
additional argument can change its behaviour to the old one, to
have r+ mode when file already exists.
2005-02-03 01:59 toni
- lib/Stac/Role/StorageUpdateProject.pm: fixed bug with same
multiple users being added.
2005-02-02 10:31 toni
- lib/Stac/Tool/Twiki03/Install.pm: debug exit statement removed
2005-02-02 10:29 toni
- lib/Stac/Context/Task/Tool/Install/interface.xml: help message
clarified
2005-02-02 10:25 toni
- lib/Stac/Role/Archive.pm: not finished, _get_files sub added
2005-02-02 10:24 toni
- lib/Stac/Handle/Tool.pm: bit of work in handle_backup, not
finished. handle_install now puts entire user object into action
data object admin field, so that it can be updated
post-installation in the project data in storage. See changes in
storageConfigure role class in Stac/Role.
2005-02-02 10:09 toni
- lib/Stac/Role/StorageUpdateProject.pm: tool object now has to be
supplied with admin field containing entire user object, while
previously only contained email of the user that acts as admin.
This is so that we can update the project in storage with user id
of the admin, since it is user id that we store in project. In
the past we were not able to do this for the lack of any other
user data, apart from email, at the time of post-install update
of the project data in the storage. This also fixes the bug that
field Users in the project would not be updated with new tools
installed i.e. it would only occur at the time of the project
having its first tool installed i.e. at the time of creation of
new project in the storage.
2005-02-02 10:03 toni
- lib/Stac/Tool/Twiki04.pm: added Backup class to base classes
2005-02-02 10:02 toni
- lib/Stac/Worker/Util.pm: docs small change
2005-02-01 20:46 toni
- lib/Stac/Worker/User.pm: fixed bug in exists()
2005-02-01 13:32 toni
- lib/Stac/Worker/User.pm: bug fix. user id wasn't being increased
2005-02-01 13:00 toni
- lib/Stac/Worker/Project.pm: improved show_* commands
2005-02-01 12:14 toni
- conf/storage_project_xml_get.yaml,
lib/Stac/Storage/Project/Xml/Get.pm: added Twiki04
2005-02-01 12:12 toni
- lib/Stac/Tool/Html/Data.pm: added name attribute
2005-02-01 12:12 toni
- lib/Stac/Worker/Project.pm: improved show_* commands
2005-01-31 14:32 toni
- lib/Stac/Handle/Tool.pm: added tool instance name
2005-01-31 14:23 toni
- lib/Stac/: Tool/Twiki04.pm, Worker/Twiki04.pm: twiki04 classes
2005-01-31 14:22 toni
- lib/Stac/Role/Archive.pm: code not ready for use
2005-01-31 13:09 toni
- lib/Stac/Tool/Twiki04/: Backup.pm, ConfigFileData?.pm,
Configure.pm, Data.pm, Install.pm, LoadConfigFile?.pm: twiki04
classes
2005-01-31 13:08 toni
- lib/Stac/Context/Task/Tool/Install/interface.xml: added tool
instance name
2005-01-31 13:06 toni
- conf/tools/twiki04/: .htaccess.txt.tpl, TWiki.cfg.tpl,
apache-vhost-cgibin.tpl, index.html.tpl: twiki04 files that need
configuring
2005-01-30 13:53 toni
- conf/tools/twiki03.conf: temporary, pointing to old twiki
2005-01-30 13:42 toni
- lib/Stac/Data/Service/AuthOsUnix.pm: fixed error probably
introduced when adding more execption handling
2005-01-26 10:11 toni
- lib/Stac/Tool/Twiki03/Install.pm: made it work with latest Cvs.pm
(0.07)
2005-01-05 15:11 toni
- docs/source/src/index/uml_servers.gif: one of the first
conceptual diagrams from 2002
2005-01-05 15:08 toni
- docs/source/dia/stac-context.dia: not very good attempt at making
sense out of Context building in the diagram.
2005-01-05 15:05 toni
- META, Makefile.in, acinclude.m4, config.layout, configure.ac,
install-sh, bin/stac.in: make files, part of packaging.
2005-01-05 14:58 toni
- docs/source/bin/ppdoc.pl: customized Pod::HtmlEasy to render =for
POD tag as html image. takes image path as argument.
2005-01-05 14:54 toni
- lib/Stac/: Architecture.pm, Tool.pm: activate more precise
2005-01-05 14:49 toni
- lib/Stac/: Tool.pm, Architecture.pm: unfinished documentation
2005-01-04 01:59 toni
- lib/Stac/Architecture.pm: architecture documentation.
2005-01-02 00:12 toni
2005-01-02 00:03 toni
- docs/source/bin/ppdoc.pl: cvs tag
2005-01-01 23:53 toni
- docs/source/src/index/: diffDoc.gif, diffFolder.gif, ftiens4.js,
ftv2blank.gif, ftv2doc.gif, ftv2folderclosed.gif,
ftv2folderopen.gif, ftv2lastnode.gif, ftv2link.gif,
ftv2mlastnode.gif, ftv2mnode.gif, ftv2node.gif,
ftv2plastnode.gif, ftv2pnode.gif, ftv2vertline.gif,
funcs_menu.html, index.html, left_frame.html, right_frame.html,
ua.js: files for javascript navigation home page.
2005-01-01 23:49 toni
- docs/source/bin/ppdoc.pl: works, ugly though.
2005-01-01 17:57 toni
- docs/source/bin/ppdoc.pl: function for correct paths and names of
left-hand js navigation.
2005-01-01 15:20 toni
- docs/source/bin/ppdoc.pl: got recursive function right, finnaly.
2004-12-31 20:15 toni
- docs/source/bin/ppdoc.pl: new javadoc-alike document
parser/producer.
2004-12-31 12:00 toni
- Makefile, configure: older changes i can't recall. not finished
anyway.
2004-12-31 11:58 toni
- conf/data_class.tpl: added get_help_msg
2004-12-31 11:55 toni
- sbin/required.pl: older version i can't recall. latest is in
VNUML cvs.
2004-12-31 11:50 toni
- sbin/getlib.pl: some older changes i can't recall. anyway. VNUML
cvs has latest getlib.
2004-12-31 11:43 toni
- sbin/required/modules_meta: form changed to fit smaller space
2004-12-31 11:42 toni
- sbin/required/modules: XML::Simple added
2004-12-31 11:40 toni
- lib/ext/Class/Base.pm: plenty of documentation. submited, with
tests updated, to author.
2004-12-31 11:38 toni
- lib/Getopt/Long/Xml.pm: error_is_terminal with error message now.
2004-12-31 11:36 toni
- lib/Stac/Data/Service/AuthOsUnix.pm: language passed to
constructor now. args added to expection throwing.
2004-12-31 11:35 toni
- lib/Stac/Context/Config/Set.pm: language passed to constructor
now.
2004-12-31 11:34 toni
- lib/Stac/Context/Util.pm: severity added at exception throwing.
2004-12-31 11:32 toni
- lib/Stac/Context.pm: pre-context default language passing. error
handling
2004-12-25 22:43 toni
- lib/Stac/: Context.pm, Exception.pm, Util.pm,
Context/Config/Set.pm, Context/System/Set.pm,
Data/Service/AuthOsUnix.pm: error handling more consistent,
language not hardcoded any more, but supplied via object creaion
parameters (since it's too early to get it via Context tags when
other Contexts are built). init() added/fixed in couple of
places.
2004-12-25 22:42 toni
- lib/Getopt/Long/Xml.pm: one IF condition less, more consistency
2004-12-25 22:39 toni
- lib/ext/Class/Base.pm: bug fix, discovered thanks to Class::Base
tests written for the patch
2004-12-25 01:09 toni
- lib/ext/Class/Base.pm: error_is_warning added. critical renamed
to normal. values changed so that terminal error is now 0, and
value increments by 1: normal is 1, warning is 2.
2004-12-25 01:07 toni
- lib/Stac/Context.pm: error_is_critical becomes error_is_normal.
->logmsg BUG FIXED.
2004-12-25 01:06 toni
- lib/Stac/Context/Util.pm: documentation corrections
2004-12-25 01:03 toni
- lib/Stac/Role/UserContextDataClass.pm: xml parsing delegated to
new context utility class Stac::Context::Util
2004-12-25 01:00 toni
- lib/Stac/Role/ProcessCli.pm: some documentation
2004-12-24 02:27 toni
- lib/Stac/Context/Util.pm: utilities for boostraping i.e. context
building part of run-time.
2004-12-21 00:42 toni
- lib/Stac/Role/UserContextDataClass.pm: data class now only gets
written if any of the interface defitinitions have larger ctime
(are younger)
2004-12-20 22:01 toni
- lib/Stac/Exception.pm: added an additional attributes to all
expcetion classes: args.
2004-12-20 21:30 toni
- lib/Stac/Context.pm: improved error handling and logging.
additional debugging now needs to be configured inside the class.
2004-12-20 21:19 toni
- lib/Stac/Role/UserContextDataClass.pm: improved error handlingcc
2004-12-19 20:45 toni
- conf/interface.default.xml: help messages added
2004-08-10 14:18 toni
- lib/: Getopt/Long/Xml.pm, Stac/Context.pm,
Stac/Role/UserContextDataClass.pm: improved help message when
unexisting command is given on the CLI.
2004-08-09 10:10 toni
- lib/: Getopt/Long/Xml.pm, Stac/Context.pm,
Stac/Context/Task/Project/Show/interface.xml,
Stac/Context/Task/Tool/Install/interface.xml,
Stac/Role/UserContextDataClass.pm: Added error checking for
COMMAND, so that we get the list of available commands on any
given subject when we don't supply, or supply invalid, one.
2004-08-09 01:37 toni
- lib/: Getopt/Long/Xml.pm,
Stac/Context/Task/Project/Show/interface.xml,
Stac/Context/Task/User/Show/interface.xml,
Stac/Role/UserContextDataClass.pm: more small improvements of XML
interfaces.
2004-08-09 00:30 toni
- lib/: Getopt/Long/Xml.pm, Stac/Context.pm,
Stac/Context/Task/User/Show/interface.xml, Stac/Handle/User.pm,
Stac/Role/ProcessCli.pm, Stac/Role/UserContextDataClass.pm:
Extending XML interfaces and their handling. Improved error
handling too. Much better output on --help.
2004-06-06 13:34 toni
- lib/Stac/Worker.pm: more detailed error on class loading
2004-05-12 10:33 toni
- sbin/getlib.pl: picks up existing source files and directories
2004-05-09 16:55 toni
- lib/Stac/Data/Worker/Action.pm: fixed init()
2004-04-22 02:19 toni
- TODO: done tasks removed.
2004-04-22 02:13 toni
- lib/Stac/Tool/Rssh/Install.pm: commented line out.
2004-04-22 01:56 toni
- lib/Stac/Tool/Twiki03/Install.pm: using Roles.
2004-04-20 22:43 toni
- lib/Stac/Tool/Twiki03/Configure.pm: using STORAGE_TYPE instead of
hardcoded.
2004-04-20 22:41 toni
- lib/Stac/Tool/Html/Configure.pm: adjusting to changed
ApacheSetPermissions? parameters.
2004-04-20 22:40 toni
- lib/Stac/Tool/Rssh/: Configure.pm, Install.pm: using Roles.
2004-04-20 22:40 toni
- lib/Stac/Role/update_project.pm: proof of concept. using single
method, instead of Role classes.
2004-04-20 22:38 toni
- lib/Stac/Role/ServiceApacheSetPermissions.pm: takes now ref to
array of paths
2004-04-19 11:46 toni
- bin/tests/xml_storage/: projects/4.xml, users/25888.xml: [no log
message]
2004-04-19 11:26 toni
- TODO: updated to reflect current state. make/configure are
priority now.
2004-04-19 10:42 toni
- t/: lib/Stac/Test/Setup.pm, projects/28.xml, projects/4.xml,
projects/_projects.xml, users/1.xml, users/2.xml,
users/25889.xml, users/_users.xml: new Context changes reflected
in here.
2004-04-19 10:40 toni
- lib/Stac/L10N/: en_gb.pm, hr_hr.pm: minor additions/changes.
2004-04-19 10:38 toni
- lib/Stac/Tool/Html/Configure.pm: $STORAGE_TYPE used instead of
hardcoded value now.
2004-04-19 10:37 toni
- lib/Stac/Context.pm: CLI now dynamicaly handled. Each command has
its own interface.xml definition. See Stac.pm comments from the
same date.
2004-04-19 10:34 toni
- lib/Stac/Worker/Project.pm: no changes to running code.
2004-04-19 10:32 toni
- lib/Getopt/Long/Xml.pm: corrected comparison operator.
2004-04-19 10:31 toni
- lib/Stac.pm: context setting now dynamic. each CLI command has
its own interface, defined in an interface.xml file. Roles do the
work, that SetupCli? just wraps around. CLI data classes are
assembled and written during the runtime, from joined
interface.xml and conf/interace.default.xml. Caching of those
data classes will be added. Other major change are handles, that
live in their own namespace now. Nothing gets handled by Stac.pm
any more, right Handler does the work instead.
2004-04-19 02:33 toni
- lib/Stac/Service/Apache.pm: removed unnecesary L10N class usage.w
2004-04-19 02:31 toni
- lib/Stac/Tool/Html/Install.pm: added Role classes.
2004-04-19 02:28 toni
- lib/Stac/Context/: Config/Set.pm, System/Set.pm: set data object.
2004-04-19 02:23 toni
- lib/Stac/Context/Task/: Ui/Curses/SetupCli.pm,
Ui/Curses/interface.xml, Tool/Install/SetupCli.pm,
Tool/Install/interface.xml, Project/Show/SetupCli.pm,
Project/Show/interface.xml: user interface definition and class
that process/builds it.
2004-04-19 02:21 toni
- lib/Stac/Components/Pid.pm: not used at the moments. Class::Base
instead of Stac::Base.
2004-04-19 02:18 toni
- lib/Stac/Data/Worker/Action.pm: cruft out.
2004-04-19 02:16 toni
- lib/Stac/Data/Context/User.pm: land added.
2004-04-19 02:15 toni
- lib/Stac/Data/Context/Conf.pm: returne en_gb by default. too
early for user arguments.
2004-04-19 02:13 toni
- lib/Stac/Data/Service/AuthOsUnix.pm: returns default handle
en_gb. can't use user argument this early.
2004-04-19 02:12 toni
- lib/Stac/Data/Service/Apache.pm: gets en_gb handle by default. we
can't pass user argument this early.
2004-04-19 02:11 toni
- lib/Stac/L10N.pm: fixed bug. if non-existent language is passed
via --lang, deault handle gets returned correctly instead.
2004-04-19 00:00 toni
- lib/Stac/Context/Task/User/Show/: SetupCli?.pm, interface.xml:
interface definition and builder class for "user show" command.
2004-04-18 23:45 toni
- lib/Stac/Task/Context/: ConfigSet?.pm, SystemSet?.pm,
UserComlineGet?.pm, UserSet?.pm: rewriten and moved into
Stac/Context/
2004-04-18 23:42 toni
- lib/Stac/Role/UserContextDataClass.pm: try/catch error handling.
2004-04-18 23:38 toni
- lib/Stac/Role/ServiceApacheSetPermissions.pm: role that sets
permissions for apache served files.
2004-04-18 23:36 toni
- conf/interface.default.xml: default CLI interface entries. each
interface gets those added to whatever it defines itself. no
point in repeating defining verbose, debug etc.
2004-04-18 23:34 toni
- conf/data_class.tpl: template for CLI data class. used by
UserContextDataClass? role.
2004-04-18 23:27 toni
- conf/stac.conf: added StorageType?
2004-04-18 23:24 toni
- sbin/required/modules: Class::Role added
2004-04-18 23:13 toni
- required.pl: moved to sbin/
2004-04-18 22:27 toni
- lib/Stac/Role/ServiceApacheAddLogs.pm:
ServiceApacheSetPermissions?.pm
2004-04-18 22:25 toni
- lib/Stac/Role/StorageUpdateProject.pm: project storage update
moved to this Role
2004-04-18 22:23 toni
- lib/Stac/Handle/Tool.pm: domain becomes Domain.
2004-04-18 22:00 toni
- Build.PL: edited metadata and path to required.
2004-04-18 21:58 toni
- Makefile: added stactest. GETLIBS sources can now be downloaded.
2004-04-18 21:55 toni
- configure: added DEBUG and LIBXML to Makefile.config. using
Getopt::Long now.
2004-04-18 21:35 toni
- src/_custom/: Curses-1.06_perl5.008.patch,
Curses-1.06_perl5.008.pl: Curses-1.06 package on CPAN needs a
patch for perl 5.8.
2004-04-18 21:32 toni
- sbin/: getlib.conf, getlib.pl: downloads and customizes source
code packages. used by Makefile to build dependencies that need
patching or some other form of customizing.
2004-04-18 21:31 toni
- sbin/required/modules_meta: meta data for dependencies and
resolving them. format might change.
2004-04-18 21:25 toni
- required/modules_meta: moved to sbin/
2004-04-18 21:21 toni
- required/modules_meta: meta information for dependecies. format
might change.
2004-04-18 21:20 toni
- required/: modules, modules_priorities, modules_roles: moved to
sbin/
2004-04-16 00:25 toni
- required_modules.install, required_modules_priorities.install,
required_modules_role.install: moved to directory required
2004-04-16 00:09 toni
- required.old: moved to required.pl
2004-04-15 15:28 toni
- CHANGELOG: moved to file NEWS
2004-04-15 13:54 toni
- BUGS: not needed at the moment.
2004-04-15 13:53 toni
- CVS_COMMITS: not needed. no idea why introduced at all.
2004-04-15 13:44 toni
- ChangeLog: change to GNU format, first import.
2004-04-13 02:27 toni
- required.old, required.pl, sbin/required.pl: takes path to perl
binary as an argument from now. that allows it to be run by make.
2004-04-13 02:19 toni
- Makefile: first revision. combination of wrapper around Build.PL
and a custom make file that takes care of remaining tasks.
2004-04-13 02:15 toni
- configure: searches for perl versions, presents user with a
choice. the rest of Stac will be configured, made and installed
with that version.
2004-04-13 02:05 toni
- bin/tests/autoinstall/: Makefile.PL.build, Makefile.PL.makemaker:
[no log message]
2004-04-12 15:01 toni
- lib/ext/Class/Base.pm: logmsg() method added. warnings switched
off for new().
2004-04-12 12:18 toni
- t/: 05singletons.t, 10project.t, 15project_list.t, 20user.t,
25ServiceAuth.t, 30WorkerUtil.t, 35StacUtil.t: added lib/ext to
used libraries. needed for hacked Class::Base
2004-04-12 12:07 toni
- t/lib/Stac/Test/Setup.pm: @ARGV changed to new interface
2004-04-11 13:21 toni
- CHANGELOG, NEWS: stac-0.3.6
2004-04-11 13:20 toni
- lib/Getopt/Long/Xml.pm: provides XML interface to options that
Getopt::Long takes for configuration. Command line interface can
this way be defined with and xml file.
2004-04-11 13:18 toni
- lib/Stac/Role/UserContextDataClass.pm: provides construct_paths
and build_data_class roles. used by SetupCli? classes. builds
path to interface.xml and assembles and writes appropriate data
class.
2004-04-11 13:13 toni
- lib/Stac/Role/ProcessCli.pm: uses new Getopt::Long::XML to build
CLI data object. dynamicaly loads appropriate data class. adds
SUBJECT and COMMAND back to @ARGV, prior to parsing. Used by
SetupCli? classes.
2004-04-11 13:09 toni
- lib/Stac/Handle/: Project.pm, Tool.pm, Ui.pm, User.pm: Handlers,
taking over initial hanlding from Stac.pm
2004-04-11 13:00 toni
- lib/Stac/Worker/Util.pm: assert removed, to loose dependecy on
Carp::Assert
2004-04-11 12:50 toni
- required_modules_role.install, required/modules_roles,
sbin/required/modules_roles: YAML description
2004-04-11 12:49 toni
- required.old, required.pl, sbin/required.pl: correct Perl is now
used by forked CPAN installs.
2004-04-11 11:32 toni
- bin/tests/autoinstall/: Makefile.PL, required_modules.install.ar:
trying out Module::Install
2004-04-11 11:00 toni
- BUGS: under locale not proprely set, come Perl libraries will
fail
2004-04-10 16:18 toni
- bin/tests/ipc/: sw_test.pl, sw_test2.pl: IPC randal schwartz's
examples. reusing forked processes
2004-04-03 15:47 toni
- lib/Stac/Validate.pm: note used, not needed. Util classes handle
some validation
2004-03-31 23:39 toni
- lib/ext/Class/Base.pm: Class/Base.pm
2004-03-29 11:20 toni
- conf/log.conf: logger name changes
2004-03-29 05:19 toni
- lib/: Stac/Worker.pm, ext/Exception/Class.pm: no idea
2004-03-29 05:19 toni
- lib/Stac/: L10N.pm, L10N/en_gb.pm, L10N/hr_hr.pm: documentation
2004-03-29 05:16 toni
- lib/Stac/Manual/Components.pm: which modules/frameworks Stac uses
2004-03-29 05:15 toni
- lib/Stac/Worker/: Auth.pm, User.pm: small bugfixes
2004-03-29 05:14 toni
- lib/Stac/Task/Context/: ConfigSet?.pm, UserComlineGet?.pm,
UserSet?.pm: no idea
2004-03-29 05:13 toni
- lib/Stac/Storage/: Project/Xml.pm, Project/Xml/Get.pm,
Project/Xml/Getlist.pm, Project/Xml/Save.pm, User/Xml/Get.pm,
User/Xml/Getlist.pm, User/Xml/Save.pm: testing use of YAML for
dynamic perl data.
2004-03-29 05:11 toni
- lib/Stac/Tool.pm: [no log message]
2004-03-29 05:08 toni
- conf/stac.conf, conf/tools/html.conf, conf/tools/rssh.conf,
lib/Stac.pm, lib/Stac/Context.pm, lib/Stac/Exception.pm: [no log
message]
2004-03-29 05:06 toni
- conf/storage_project_xml_get.yaml: perl data structure kept in
text file
2004-03-29 05:04 toni
2004-03-29 04:56 toni
2004-03-29 04:55 toni
- docs/: html/index.png, html/style.css, html/up.png,
source/README, source/bin/makedocs.pl,
source/bin/lib/Pod/POM/View/HTML2.pm, source/lib/footer,
source/lib/header, source/lib/header_modules_index,
source/lib/pom/html/module_toc, source/src/README,
source/src/module.tt, source/src/modules_index.tt: documentation
bundle added
2004-03-29 01:11 toni
- lib/Stac/L10N/en_gb.pm: [no log message]
2004-03-29 01:07 toni
- lib/Stac/L10N/en_us.pm: moved file to en_gb.pm
2004-03-28 17:58 toni
- lib/Stac/Service/Os/Linux.pm: [no log message]
2004-03-28 17:55 toni
- lib/Stac/: Worker/Twiki.pm, Tool/Twiki.pm: [no log message]
2004-03-28 17:40 toni
- lib/Stac/Worker/Twiki03.pm: Class::Base removed as a base class
2004-03-28 17:39 toni
- lib/Stac/Worker/Project.pm: [no log message]
2004-03-28 17:38 toni
- lib/Stac/Worker/Util.pm: debugging
2004-03-28 17:35 toni
- lib/Stac/Tool/: Html/LoadConfigFile.pm, Rssh/LoadConfigFile.pm,
Twiki/Install.pm: read_config method name change
2004-03-28 17:34 toni
- lib/Stac/Tool/: Twiki/LoadConfigFile.pm,
Twiki03/LoadConfigFile.pm: [no log message]
2004-03-28 17:33 toni
- lib/Stac/Base.pm: documentation
2004-03-28 17:32 toni
- lib/Stac/Context.pm: documentation and error reporting.
2004-03-28 17:31 toni
- lib/Stac/Util.pm: documentation. read_config methods renamed.
2004-03-28 17:30 toni
- t/lib/Stac/Test/Setup.pm: debug mode is now OFF by default.
2004-03-28 17:28 toni
- t/35StacUtil.t: test data upated.
2004-03-28 17:03 toni
- t/25ServiceAuth.t: improved test for authentication user
2004-03-08 01:41 toni
- t/35StacUtil.t: [no log message]
2004-03-07 20:52 toni
- t/: 35StacUtil.t, projects/4.xml, users/1.xml, users/2.xml,
users/25889.xml: [no log message]
2004-03-07 14:10 toni
- t/35StacUtil.t: removal of processes used for testing
2004-03-07 13:54 toni
- lib/Stac/Worker/Util.pm: added pod docs. some small changes.
2004-03-07 13:50 toni
- t/: 05singletons.t, 10project.t, 15project_list.t, 20user.t,
25ServiceAuth.t, projects/4.xml, users/1.xml, users/2.xml,
users/25888.xml, users/25889.xml: small adjustments. abstracting
data into Stac/Test/Setup class.
2004-03-07 13:48 toni
- t/: 30WorkerUtil.t, 35StacUtil.t: more tests.
2004-03-07 13:48 toni
- t/35StacUtil.launch: shell script, starts 4 processes for the
needs of 35StacUtil test script
2004-03-07 13:35 toni
- t/lib/Test/Singleton.pm: [no log message]
2004-03-07 13:34 toni
- t/lib/Stac/Test/Setup.pm: new class, generic setup of data needed
in tests. can export few methods.
2004-03-07 13:27 toni
- lib/Stac/Util.pm: added pod documentation. exteded
stringify_data_obj() to handle recursevly arrays of hashes. added
generic get_processes().
2004-02-29 10:42 toni
- t/30Validate.t: class not used.
2004-02-28 15:20 toni
- lib/Stac/Base.pm: mess. needs sorting out.
2004-02-28 15:19 toni
- lib/Stac/Util.pm: few new methods, small fixes.
2004-02-28 15:17 toni
- lib/Stac/Ui/Curses/MainForm.pm: small changes
2004-02-28 15:16 toni
- lib/Stac/Service/: Apache.pm, Os.pm, Os/Linux.pm: [no log
message]
2004-02-28 15:14 toni
- lib/Stac/Data/: Project.pm, User.pm, Util.pm, Service/Apache.pm,
Service/AuthOsUnix.pm: changing base class to Class::Base
2004-02-28 15:09 toni
- lib/Stac/Data/Tool/: Html.pm, Mlist.pm, Rssh.pm, Twiki.pm,
Twiki03.pm: moved to Stac/Tool/TOOLNAME/Data.pm
2004-02-28 15:04 toni
- lib/Stac/Tool/: Twiki/Configure.pm, Twiki/Install.pm,
Twiki03/Install.pm, Twiki.pm: [no log message]
2004-02-28 14:41 toni
- lib/Stac/Data/Context/: Conf.pm, System.pm, User.pm: switched to
Class::Base
2004-02-28 14:37 toni
- lib/Stac/Worker.pm: abstraction of data validation of Util
classes. needs tests written to see whether it both suceedes and
fails as expected.
2004-02-28 14:35 toni
- lib/Stac/Tool.pm: added implemenation method 'new', which makes
this class now a mixture of an abstract interface that individual
tools implement and an implmentation class from which they can
inherit method 'new'. This was done to simplify inheritace model,
since the base class, which previously provided method 'new', was
removed.
2004-02-28 14:29 toni
- lib/Stac/Context.pm: too many changes to list. see diff. most
important is probably the change of the way tool context is dealt
with - tool's own class now loads its config file. the advantage
is that application context is now decoupled from tools, and the
whole operation is simpler: only tool that an action is called on
loads its context (config file only for now). Also, the code for
setting context up is now in the same location with other tool
classes.
2004-02-28 14:22 toni
- lib/Stac/Exception.pm: added context field, removed errno.
2004-02-27 02:37 toni
- lib/Stac/L10N/: en_gb.pm, en_us.pm, hr_hr.pm: small changes.
2004-02-27 02:37 toni
- lib/Stac/Tool/: Html.pm, Rssh.pm, Twiki03.pm,
Html/ConfigFileData.pm, Html/Configure.pm, Html/Install.pm,
Html/LoadConfigFile.pm, Rssh/ConfigFileData.pm,
Rssh/Configure.pm, Rssh/Install.pm, Rssh/LoadConfigFile.pm,
Twiki/ConfigFileData.pm, Twiki/LoadConfigFile.pm,
Twiki03/ConfigFileData.pm, Twiki03/Configure.pm,
Twiki03/Install.pm, Twiki03/LoadConfigFile.pm: All tool modules
now live in their own directory. New way of loading module
configs, independent of the rest of the application, allows usage
of any config file format module authors like. Other small
changes.
2004-02-27 02:31 toni
- lib/Stac/Tool/: Html/Data.pm, Rssh/Data.pm, Twiki/Data.pm,
Twiki03/Data.pm: [no log message]
2004-02-27 00:51 toni
- lib/Stac/Worker.pm: caught most painful bug so far, not catching
error after an eval. fixed.
2004-01-24 13:27 toni
- bin/stac: no more global namespace, context is now being
gathered, processesed and made available in Context.pm, directly
on the loading of the class.
2004-01-24 13:25 toni
- lib/Stac.pm: overall change: no more global namespace, Context.pl
gathers application context (all different kinds of it) and makes
it available to the rest of application on demand, using export
tags.
2004-01-24 13:19 toni
- lib/Stac/: Base.pm, Exception.pm, Util.pm, Worker.pm,
Components/Pid.pm, CustomCPAN?/Curses/Application.pm,
CustomCPAN?/Curses/FormLoader.pm, Service/Apache.pm,
Service/Os.pm, Service/Os/FreeBSD.pm, Service/Os/Linux.pm,
Storage/Project/Xml.pm, Storage/Project/Xml/Checklist.pm,
Storage/Project/Xml/Get.pm, Storage/Project/Xml/Getlist.pm,
Storage/Project/Xml/Save.pm, Storage/Project/Xml/Savelist.pm,
Storage/User/Xml.pm, Storage/User/Xml/Get.pm,
Storage/User/Xml/Getlist.pm, Storage/User/Xml/Save.pm,
Storage/User/Xml/Savelist.pm, Task/Context/ConfigSet.pm,
Task/Context/SystemSet.pm, Task/Context/UserComlineGet.pm,
Task/Context/UserSet.pm, Tool/Html.pm, Tool/Rssh.pm,
Tool/Twiki.pm, Tool/Twiki03.pm, Tool/Html/Configure.pm,
Tool/Html/Install.pm, Tool/Rssh/Configure.pm,
Tool/Rssh/Install.pm, Tool/Twiki/Configure.pm,
Tool/Twiki/Install.pm, Tool/Twiki03/Configure.pm,
Tool/Twiki03/Install.pm, Ui/Curses.pm, Ui/Curses/Layout.pm,
Ui/Curses/MainForm.pm, Worker/Auth.pm, Worker/Html.pm,
Worker/Project.pm, Worker/Rssh.pm, Worker/Twiki.pm,
Worker/Twiki03.pm, Worker/User.pm: overall change, affects a lot
of classes: no more global namespace, Context.pm gathers context
and makes it available on demand. lot of small changes to
accomodate new way. Also, Worker interface to implementation
classes has been cleaned up a lot, unneccessary code removed, so
that worker classes are now mainly just inheriting from
implementation ones.
2004-01-24 13:15 toni
- lib/Stac/Context.pm: gathering of application context in one
place. it exportgs tags that other classes import when needed. no
more global namespace.
2004-01-24 12:59 toni
- lib/Stac/Data/: Context/Conf.pm, Context/System.pm,
Context/User.pm, Service/AuthOsUnix.pm: small changes
2003-12-14 14:01 toni
- lib/ext/Exception/Class.pm: added custom Exception::Class in the
right place
2003-12-10 01:35 toni
- lib/Stac/Storage/Project/Xml/Get.pm: added twiki03 to the pattern
handler for XML::PatAct::MatchName
2003-12-10 00:58 toni
- conf/tools/twiki03/apache-vhost-cgibin.tpl: commented out rewtire
rules, switched rewrite off
2003-12-10 00:38 toni
- conf/stac.conf: added Include for twiki03.conf
2003-12-10 00:35 toni
- bin/stac: added lib/ext libraries
2003-12-10 00:20 toni
- conf/tools/: twiki03.conf, twiki03/.htaccess.txt.tpl,
twiki03/TWiki.cfg.tpl, twiki03/apache-vhost-cgibin.tpl,
twiki03/index.html.tpl: added config files for new webapp module,
Twiki03
2003-12-10 00:02 toni
- lib/Stac/: Worker.pm, Data/Context/Conf.pm, Data/Tool/Twiki03.pm,
Task/Context/ConfigSet.pm, Tool/Twiki03.pm,
Tool/Twiki03/Configure.pm, Tool/Twiki03/Data.pm,
Tool/Twiki03/Install.pm, Worker/Twiki03.pm: added latest TWiki
version from Feb 2003, module called Twiki03
2003-12-09 23:37 toni
- lib/Stac/Tool/: Rssh/Configure.pm, Rssh/Install.pm,
Twiki/Install.pm: [no log message]
2003-12-09 23:27 toni
2003-12-09 23:07 toni
- lib/Stac/Ui/Curses/MainForm.pm: added header comment and VERSION
from Revision
2003-12-09 22:15 toni
- lib/Stac/Ui/Curses/MainForm.pm: fixed a bug that would throw an
error when some data that is being displayed wasn't present in
project's xml file. all that was needed was to set those vars to
empty strings by default.
2003-12-09 22:09 toni
- lib/Exception/Class.pm: moved it into lib/ext
2003-12-07 01:57 toni
- lib/ext/Cvs.pm: Cvs package ignores CVSROOT/modules -d setting,
and always checks out a module to the directory with the name of
the module. Small hacks to Cvs, Cvs::Cvsroot, Cvs::Command::Base
and Cvs::Command::Checkout ensure that that doesn't happen i.e.
that -d flag in CVSROOT/modules is respected
2003-12-06 16:38 toni
- TODO: much needed for a long time
2003-11-16 22:15 toni
- conf/stac.conf, lib/Stac.pm, lib/Stac/Validate.pm,
lib/Stac/Worker.pm, lib/Stac/Service/Os/Linux.pm,
lib/Stac/Task/Context/ConfigSet.pm,
lib/Stac/Task/Context/UserComlineGet.pm,
lib/Stac/Tool/Rssh/Configure.pm, lib/Stac/Tool/Rssh/Install.pm,
lib/Stac/Worker/Project.pm, t/25ServiceAuth.t, t/30Validate.t:
added rssh tool module
2003-11-16 22:12 toni
- lib/Stac/Storage/Project/Xml/Get.pm: added rssh to
PatACt?::ToObjects
2003-11-16 22:07 toni
- bin/stac: corrected perldoc a bit. small change to the code.
2003-11-14 10:41 toni
- t/25ServiceAuth.t: small changes
2003-11-14 07:59 toni
- t/30Validate.t: Stac::Validate tests
2003-11-14 07:59 toni
- t/: 01singletons.t, 02project.t, 03project_list.t, 04user.t,
05ServiceAuth.t, 05singletons.t, 10project.t, 15project_list.t,
20user.t, 25ServiceAuth.t: renamed testing files, to leave the
space for order inserts.
2003-11-14 07:47 toni
- lib/Stac/Validate.pm: collection of simple validation methods
2003-11-12 10:13 toni
- conf/stac.conf: added rssh options
2003-11-12 10:11 toni
- lib/Stac/: Worker.pm, Data/Service/Apache.pm: small changes
2003-11-12 10:11 toni
- lib/Stac/Task/Context/ConfigSet.pm: reflected root_base and rssh
changes in config file, added setup_rssh method.
2003-11-12 10:09 toni
- lib/Stac/Data/Context/Conf.pm: took out of root_web and
apache_vhost_includes their common root, root_base. this give us
configurable base root path, so that rssh can have its own
root_base_rssh.
2003-11-12 10:06 toni
- lib/Stac/Data/Service/AuthOsUnix.pm: added rssh config options
(homedir_rssh and defshell_rssh)
2003-11-12 10:01 toni
- lib/Stac/Worker/Project.pm: cosmetic changes
2003-11-12 10:01 toni
- lib/Stac/Worker/Rssh.pm: Worker's interface to Tool::Rssh
2003-11-12 09:59 toni
- lib/Stac/Tool/: Html/Data.pm, Rssh/Data.pm, Twiki/Data.pm: small
changes. added Rssh tool data moulde for its config file
2003-11-12 09:58 toni
- lib/Stac/Data/Tool/: Html.pm, Rssh.pm: Rssh data file
2003-11-12 09:57 toni
- lib/Stac/Tool/: Html/Configure.pm, Html/Install.pm,
Rssh/Configure.pm, Rssh/Install.pm, Twiki/Configure.pm,
Twiki/Install.pm: small changes
2003-11-12 03:07 toni
- conf/stac.conf: added rssh include
2003-11-12 03:02 toni
- conf/tools/: rssh.conf, rssh/index.html.tpl: rssh ready configs
2003-11-12 03:00 toni
- conf/tools/: rssh.conf, rssh/apache-vhost.tpl,
rssh/index.html.tpl: html copies
2003-11-12 02:59 toni
- lib/Stac/Tool/Rssh/: Configure.pm, Install.pm: copies of Html
modules
2003-11-12 02:56 toni
- lib/Stac/Tool/Rssh.pm: copy of Html.pm
2003-11-12 02:48 toni
- lib/: Stac.pm, Stac/Service/Os/Linux.pm,
Stac/Tool/Html/Configure.pm, Stac/Worker/Auth.pm: fixed bug with
Auth::userexists
2003-11-12 01:59 toni
- lib/: Stac/Service/Os/Linux.pm, Stac.pm: version tag
2003-11-12 01:26 toni
- lib/Stac/Worker.pm, lib/Stac/Tool/Twiki/Install.pm,
t/01singletons.t, t/02project.t, t/03project_list.t, t/04user.t,
lib/Stac/Task/Context/ConfigSet.pm: small changes
2003-11-12 01:23 toni
- conf/stac.conf: rearranged slightly AuthOs? section, added userdel
binary setting
2003-11-12 01:21 toni
- lib/Stac/Service/Apache.pm: tiny clean up
2003-11-12 01:20 toni
- bin/stac: two error handling bugs fixed. Error::Simple objects
were called with method nested, which was fatal.
2003-11-12 01:18 toni
- lib/Stac/Worker/Auth.pm: methods to delete user and check for
user existence added to the Worker::Auth interface. Implemented
in Service::Os::Linux.
2003-11-12 01:16 toni
- lib/Stac/Service/Os/Linux.pm: many small changes. mroe checks for
user and group before any work gets done, more verbosity at
better places in code. methods to check for user existence and to
delete user added.
2003-11-12 01:12 toni
- lib/Stac.pm: moving things around at initial project check, and
consequently at _supply_project, _handle_command. still messy,
needs more work.
2003-11-12 01:08 toni
- bin/tests/NOTES: on installing one of the prompt module's
dependencies in such order that CPAN install doesn't break.
2003-11-12 01:05 toni
- bin/tests/: prompt.pl, tools_term.pl: automated prompts,
multioptions choices, both broken. filled bugs on CPAN.
2003-11-12 00:59 toni
- lib/Stac/: Util.pm, Tool/Twiki/Configure.pm: chown_by_name added
to Utils
2003-11-10 22:02 toni
- lib/Stac.pm: [no log message]
2003-11-10 18:06 toni
- required_modules.install, required_modules_role.install,
required/modules, required/modules_roles, sbin/required/modules,
sbin/required/modules_roles: added IPC::SharedLite
2003-11-10 04:54 toni
- conf/stac.conf, lib/Stac.pm, lib/Stac/Data/Service/AuthOsUnix.pm,
lib/Stac/Service/Os/Linux.pm, lib/Stac/Task/Context/ConfigSet.pm,
lib/Stac/Worker/Auth.pm: Service:Auth improved a lot. Pipe used
for reading and encrypting passwd. Userdel, userexists methods
added.
2003-11-10 04:51 toni
- t/05ServiceAuth.t: useradd and userdel Service::Os::Auth tests.
needs to be wrapped so that interactivity can be automaticaly
dealt with.
2003-11-10 02:28 toni
- lib/Stac/Base.pm: added POSTMORTEM verbose output, more on
process destruction on process exit.
2003-11-09 18:08 toni
- lib/: Stac.pm, Stac/Service/Os.pm, Stac/Service/Os/Linux.pm,
Stac/Worker/Auth.pm: added Worker::Auth::userexists method and
its Linux implementation. checks are now being done, each time
stac runs, for existence of auth_user noted in project xml file.
2003-11-09 14:07 toni
- lib/Stac/Tool/Html/Configure.pm: changed from using IPC::Run and
system chgrp/chown to perl own functions
2003-11-09 13:56 toni
- lib/Stac/Tool/Twiki/Configure.pm: changed from using IPC::RUN to
do chgrp/chown to perl's own functions
2003-11-02 18:01 toni
- lib/Stac/Service/Os/Linux.pm: added permanent passwd entry. not
using pipe right now, will move to it straight away.
2003-11-02 03:08 toni
- required_modules_role.install, required/modules_roles,
sbin/required/modules_roles: added Curses::Application
2003-11-02 03:08 toni
- required.old, required.pl, sbin/required.pl: reduced
interactivity, fixed BUG where CPAN wrapper that checks for
errors was breaking Curses:: modules tests. Curses:: modules now
run without additional error checking.
2003-10-28 11:16 toni
- bin/stac: executed by /usr/local/bin/perl now
2003-10-28 10:51 toni
- required.old, required.pl, sbin/required.pl: [no log message]
2003-10-28 10:29 toni
- required.old, required.pl, sbin/required.pl: added message when
all modules are installed
2003-10-28 09:47 toni
- lib/Exception/Class.pm: method nested is added to original
Exception::Class. will contact author and see wether he is up to
adding it
2003-10-27 15:26 toni
- CHANGELOG, NEWS: [no log message]
2003-10-27 15:16 toni
- CHANGELOG, NEWS: addded require script changes
2003-10-27 12:18 toni
- conf/tools/twiki.conf: test
2003-10-27 12:14 toni
- conf/tools/: twiki.conf: test
2003-10-27 12:06 toni
- conf/tools/twiki.conf: new cvs access details (root/user)
2003-10-27 12:04 toni
- lib/Stac/Tool/Twiki/Install.pm: taking old openmute access
details out
2003-10-27 11:59 toni
- required.old, required.pl, required_modules.install,
required_modules_priorities.install,
required_modules_role.install, required/modules,
required/modules_priorities, required/modules_roles,
sbin/required.pl, sbin/required/modules,
sbin/required/modules_priorities, sbin/required/modules_roles:
script required and its data files are there to automate
installation of all the modules that Stac depends on.
2003-10-27 10:39 toni
- Build.PL: switching from ExtUtils?::MakeMaker to Module::Build
2003-10-27 10:26 toni
- MANIFEST: [no log message]
2003-10-27 10:04 toni
- Makefile.PL: removed Makefile.pl, is being replaced by Build.pl
2003-10-26 11:36 toni
- lib/Stac/: Util.pm, Storage/User/Xml/Save.pm: small non-fatal
error fixed
2003-09-06 19:35 toni
- Makefile.PL: correcting spelling error
2003-06-29 15:13 toni
- INSTALL: added link to cpan-faq (help on installing perl modules)
2003-06-28 15:58 toni
- INSTALL: added libxml, Perl modules and CPAN sections.
2003-06-27 09:44 toni
- CVS_COMMITS: all cvs commits, with the timestamp
2003-06-27 09:35 toni
- CHANGELOG, NEWS: first overall changelog, covers 0.3.3
2003-06-27 08:20 toni
- bin/tests/xml_storage/projects/28.xml,
bin/tests/xml_storage/projects/4.xml,
bin/tests/xml_storage/users/1.xml, conf/log.conf,
conf/tools/html/apache-vhost.tpl, conf/tools/twiki/TWiki.cfg.tpl,
t/02project.t: Error.pm try/throw/check syntax implemented
partialy. Needs more work, but big improvement in expcetion
raising and handling is already noticable.
2003-06-27 08:15 toni
- lib/Stac/: Base.pm, Exception.pm, L10N.pm, Tool.pm,
Service/Apache.pm, Service/Os.pm, Service/Os/FreeBSD.pm,
Task/Context/ConfigSet.pm: Error.pm try/throw/check syntax
implemented partialy. Needs more work.
2003-06-27 08:07 toni
- lib/Stac/Data/: Context/Conf.pm, Service/Apache.pm,
Service/AuthOsUnix.pm: some error checking implemented whenData
objects are set.
2003-06-27 08:04 toni
- lib/Stac/: Worker/Auth.pm, Worker/Project.pm,
Ui/Curses/Layout.pm: minor changes
2003-06-27 08:01 toni
- lib/Stac/Tool/: Html/Configure.pm, Html/Install.pm,
Twiki/Configure.pm, Twiki/Install.pm: New exception handling,
more consistentmodule structure, added printing of apache vhost
include message to the user
2003-06-27 07:50 toni
- lib/Stac/Storage/: Project/Xml/Get.pm, Project/Xml/Getlist.pm,
Project/Xml/Save.pm, User/Xml/Get.pm, User/Xml/Getlist.pm,
User/Xml/Save.pm: Error.pm exception handling with
Exception::Base
2003-06-27 07:48 toni
- lib/Stac/L10N/: en_gb.pm, en_us.pm, hr_hr.pm: internationalised
error messages
2003-06-27 06:10 toni
- lib/Stac/Service/Os/Linux.pm: Added adding of the group of the
same name like the user being created.
2003-06-27 06:07 toni
- lib/Stac/Worker.pm: Error handling updated. Cleaned up.
2003-06-27 06:06 toni
- lib/Stac/Util.pm: added ->mkpath method, updated error handling,
need more cleaning.
2003-06-27 06:03 toni
- conf/stac.conf: added some error handling to check whether given
directories/files exist. WARNING: XmlRootData? is being overridden
in Stac::L10N. Set language in there for now. Added GNU/Linux
Debian config
2003-06-27 06:00 toni
- lib/Stac.pm: added REPORT being produced at the end of the
action. Implemented Error.pm's syntax for error handling.
2003-06-27 05:48 toni
- Makefile.PL: not install stac binary any more
2003-06-27 05:36 toni
- README: version 0.3.3 - added Ben as co-author.
2003-06-27 05:32 toni
- bin/stac: Pod document expanded and updated. Use 'perldoc stac'
to see the man page. More exception handling added. Switched to
try/throw/catch Error.pm syntax
2003-06-27 05:30 toni
- pm_to_blib: [no log message]
2003-06-27 05:28 toni
- data/projects/_projects.xml: blank xml file that will hold the
list of all projects managed with stac
2003-06-27 05:27 toni
- data/users/_users.xml: blank xml file that will hold the list of
all users, people registered with stac as admins of tools
2003-06-27 05:25 toni
- INSTALL: install instruction added
2003-05-31 01:24 toni
- bin/stac: small changes to reflect the end of OpenMute?
collaboration
2003-04-23 08:16 toni
- bin/stac, conf/stac.conf, lib/Stac/Worker.pm,
lib/Stac/Tool/Html/Configure.pm: stac.conf - correcting back to
right options + other minor corrections
2003-04-23 07:59 toni
- bin/stac, conf/stac.conf, conf/tools/html.conf,
conf/tools/html/apache-vhost.tpl, conf/tools/html/index.html.tpl,
lib/Stac.pm, lib/Stac/Data/Context/Conf.pm,
lib/Stac/Task/Context/ConfigSet.pm, lib/Stac/Tool/Html.pm,
lib/Stac/Tool/Html/Configure.pm, lib/Stac/Tool/Html/Data.pm,
lib/Stac/Tool/Html/Install.pm, lib/Stac/Worker/Html.pm: adding
Html as another tool to install. tested it in my home directory
~/dev/stac/ CVS copy of stac.
2003-04-22 15:20 toni
- CHANGELOG, Makefile.PL, NEWS, README, LICENSE, conf/log.conf,
conf/stac.conf, conf/tools/twiki.conf,
conf/tools/twiki/.htaccess.txt.tpl,
conf/tools/twiki/TWiki.cfg.tpl,
conf/tools/twiki/apache-vhost-cgibin.tpl,
conf/tools/twiki/index.html.tpl, lib/Stac.pm, lib/Stac/Base.pm,
lib/Stac/Exception.pm, lib/Stac/L10N.pm, lib/Stac/Tool.pm,
lib/Stac/Util.pm, lib/Stac/Worker.pm, lib/Stac/Tool/Html.pm,
lib/Stac/Tool/Twiki.pm, lib/Stac/Task/Context/ConfigSet.pm,
lib/Stac/Task/Context/SystemSet.pm,
lib/Stac/Task/Context/UserComlineGet.pm,
lib/Stac/Task/Context/UserSet.pm,
lib/Stac/Tool/Html/Configure.pm, lib/Stac/Tool/Html/Install.pm,
lib/Stac/Tool/Twiki/Configure.pm, lib/Stac/Tool/Twiki/Install.pm,
lib/Stac/Data/Project.pm, lib/Stac/Data/User.pm,
lib/Stac/Data/Util.pm, lib/Stac/Data/Context/Conf.pm,
lib/Stac/Data/Context/System.pm, lib/Stac/Data/Context/User.pm,
lib/Stac/Data/Tool/Html.pm, lib/Stac/Data/Tool/Mlist.pm,
lib/Stac/Data/Tool/Twiki.pm, lib/Stac/Service/Apache.pm,
lib/Stac/Service/Os.pm, lib/Stac/Service/Os/FreeBSD.pm,
lib/Stac/Service/Os/Linux.pm, lib/Stac/Components/Pid.pm,
lib/Stac/Data/Service/Apache.pm,
lib/Stac/Data/Service/AuthOsUnix.pm,
lib/Stac/Data/Worker/Action.pm, lib/Stac/L10N/en_gb.pm,
lib/Stac/L10N/en_us.pm, lib/Stac/L10N/hr_hr.pm,
lib/Stac/Tool/Twiki/Data.pm, lib/Stac/Worker/Auth.pm,
lib/Stac/Worker/Project.pm, lib/Stac/Worker/Twiki.pm,
lib/Stac/Ui/Curses.pm, lib/Stac/Ui/Curses/Clock.pm,
lib/Stac/Ui/Curses/MainForm.pm, lib/Stac/Worker/User.pm,
lib/Stac/Worker/Util.pm, lib/Stac/Storage/Project/Xml.pm,
lib/Stac/Storage/Project/Xml/Checklist.pm,
lib/Stac/Storage/Project/Xml/Get.pm,
lib/Stac/Storage/Project/Xml/Getlist.pm,
lib/Stac/Storage/Project/Xml/Save.pm,
lib/Stac/Storage/Project/Xml/Savelist.pm,
lib/Stac/Storage/User/Xml.pm, lib/Stac/Storage/User/Xml/Get.pm,
lib/Stac/Ui/Curses/AddUserForm.pm, lib/Stac/Ui/Curses/Layout.pm,
lib/Stac/Ui/Curses/StatusBar.pm,
lib/Stac/CustomCPAN/Curses/Application.pm,
lib/Stac/CustomCPAN/Curses/FormLoader.pm,
lib/Stac/Storage/User/Xml/Getlist.pm,
lib/Stac/Storage/User/Xml/Save.pm,
lib/Stac/Storage/User/Xml/Savelist.pm, bin/stac,
bin/automated_tasks/new_twiki, bin/tests/proc.pl,
bin/tests/xml_storage/access.log,
bin/tests/xml_storage/create_test_projects_list.pl,
bin/tests/xml_storage/error.log,
bin/tests/xml_storage/perltoxml-classes.pl,
bin/tests/xml_storage/xmltoperl-classes.pl,
bin/tests/xml_storage/perltoxml.pl,
bin/tests/xml_storage/xmltoperl-project-classes.pl,
bin/tests/xml_storage/projects2500.tar.gz,
bin/tests/xml_storage/read-project.xml,
bin/tests/xml_storage/Hackney_Regeneration.xml,
bin/tests/xml_storage/create_test_xml.pl,
bin/tests/xml_storage/perltoxml-classes2.pl,
bin/tests/xml_storage/xmltoperl-workerMap.pl,
bin/tests/xml_storage/xmltoperl.pl,
bin/tests/xml_storage/projects-backup/1.xml,
bin/tests/xml_storage/projects-backup/11.xml,
bin/tests/xml_storage/projects-backup/12.xml,
bin/tests/xml_storage/projects-backup/13.xml,
bin/tests/xml_storage/projects-backup/14.xml,
bin/tests/xml_storage/projects-backup/15.xml,
bin/tests/xml_storage/projects-backup/2.xml,
bin/tests/xml_storage/projects-backup/3.xml,
bin/tests/xml_storage/projects-backup/4.xml,
bin/tests/xml_storage/projects-backup/5.xml,
bin/tests/xml_storage/projects-backup/6.xml,
bin/tests/xml_storage/projects-backup/7.xml,
bin/tests/xml_storage/projects-backup/8.xml,
bin/tests/xml_storage/users/1.xml,
bin/tests/xml_storage/users/2.xml,
bin/tests/xml_storage/users/25888.xml,
bin/tests/xml_storage/users/25889.xml,
bin/tests/xml_storage/users/3.xml,
bin/tests/xml_storage/users/3.xml-copy,
bin/tests/xml_storage/users/4.xml,
bin/tests/xml_storage/users/5.xml,
bin/tests/xml_storage/users/6.xml,
bin/tests/xml_storage/users/_users-copy.xml,
bin/tests/xml_storage/users/_users-names.xml,
bin/tests/xml_storage/users/_users.xml,
bin/tests/xml_storage/users/_users.xml-email,
bin/tests/xml_storage/conf/log.conf,
bin/tests/xml_storage/conf/stac.conf,
bin/tests/xml_storage/projects-backup/10.xml,
bin/tests/xml_storage/projects-backup/16.xml,
bin/tests/xml_storage/projects-backup/17.xml,
bin/tests/xml_storage/projects-backup/18.xml,
bin/tests/xml_storage/projects-backup/19.xml,
bin/tests/xml_storage/projects-backup/20.xml,
bin/tests/xml_storage/projects-backup/21.xml,
bin/tests/xml_storage/projects-backup/22.xml,
bin/tests/xml_storage/projects-backup/23.xml,
bin/tests/xml_storage/projects-backup/24.xml,
bin/tests/xml_storage/projects-backup/25.xml,
bin/tests/xml_storage/projects-backup/25888.xml,
bin/tests/xml_storage/projects-backup/26.xml,
bin/tests/xml_storage/projects-backup/27.xml,
bin/tests/xml_storage/projects-backup/29.xml,
bin/tests/xml_storage/projects-backup/9.xml,
bin/tests/xml_storage/projects-backup/_projects.xml,
bin/tests/xml_storage/projects-backup/old4.xml,
bin/tests/xml_storage/projects-backup/old5.xml,
bin/tests/xml_storage/conf/tools/twiki.conf,
bin/tests/xml_storage/conf/tools/twiki/.htaccess.txt.tpl,
bin/tests/xml_storage/conf/tools/twiki/TWiki.cfg.tpl,
bin/tests/xml_storage/conf/tools/twiki/apache-vhost-cgibin.tpl,
bin/tests/xml_storage/conf/tools/twiki/index.html.tpl,
bin/tests/xml_storage/projects/1.xml,
bin/tests/xml_storage/projects/11.xml,
bin/tests/xml_storage/projects/12.xml,
bin/tests/xml_storage/projects/13.xml,
bin/tests/xml_storage/projects/14.xml,
bin/tests/xml_storage/projects/15.xml,
bin/tests/xml_storage/projects/16.xml,
bin/tests/xml_storage/projects/17.xml,
bin/tests/xml_storage/projects/18.xml,
bin/tests/xml_storage/projects/19.xml,
bin/tests/xml_storage/projects/2.xml,
bin/tests/xml_storage/projects/20.xml,
bin/tests/xml_storage/projects/21.xml,
bin/tests/xml_storage/projects/3.xml,
bin/tests/xml_storage/projects/4.xml,
bin/tests/xml_storage/projects/5.xml,
bin/tests/xml_storage/projects/6.xml,
bin/tests/xml_storage/projects/7.xml,
bin/tests/xml_storage/projects/8.xml,
bin/tests/xml_storage/projects/9.xml,
bin/tests/logging/error.log, bin/tests/logging/log.conf,
bin/tests/logging/log4perl.pl, bin/tests/logging/myerrs.log,
bin/tests/logging/test.pl, bin/tests/widgets/Curses2.pl,
bin/tests/widgets/bla.out, bin/tests/widgets/bla2.out,
bin/tests/widgets/stac-curses.pl,
bin/tests/xml_storage/projects/10.xml,
bin/tests/xml_storage/projects/22.xml,
bin/tests/xml_storage/projects/23.xml,
bin/tests/xml_storage/projects/24.xml,
bin/tests/xml_storage/projects/25.xml,
bin/tests/xml_storage/projects/25888.xml,
bin/tests/xml_storage/projects/26.xml,
bin/tests/xml_storage/projects/27.xml,
bin/tests/xml_storage/projects/28.xml,
bin/tests/xml_storage/projects/29-old.xml,
bin/tests/xml_storage/projects/_projects-copy.xml,
bin/tests/xml_storage/projects/_projects.xml,
bin/tests/xml_storage/projects/old4.xml,
bin/tests/xml_storage/projects/old5.xml,
bin/tests/widgets/stac-curses2.pl,
bin/tests/widgets/test-curses-app.pl,
bin/tests/widgets/test-curses-app3.pl, bin/tests/widgets/test.pl,
bin/tests/widgets/applicaton.pl, bin/tests/widgets/test2.pl,
bin/tests/widgets/widgets.pl, bin/tests/widgets/widgets2.pl,
logs/.cvsignore, t/01singletons.t, t/02project.t,
t/03project_list.t, t/04user.t, t/projects/1.xml,
t/projects/10.xml, t/projects/11.xml, t/projects/12.xml,
t/projects/13.xml, t/projects/14.xml, t/projects/15.xml,
t/projects/16.xml, t/projects/17.xml, t/projects/18.xml,
t/projects/19.xml, t/projects/2.xml, t/projects/20.xml,
t/projects/21.xml, t/projects/22.xml, t/projects/23.xml,
t/projects/24.xml, t/projects/25.xml, t/projects/25888.xml,
t/projects/26.xml, t/projects/27.xml, t/projects/28.xml,
t/projects/29-old.xml, t/projects/3.xml, t/projects/4.xml,
t/projects/5.xml, t/projects/6.xml, t/projects/7.xml,
t/projects/8.xml, t/projects/9.xml,
t/projects/_projects-copy.xml, t/projects/_projects.xml,
t/projects/old4.xml, t/projects/old5.xml, t/users/1.xml,
t/users/2.xml, t/lib/Test/Singleton.pm, t/users/25888.xml,
t/users/25889.xml, t/users/3.xml, t/users/3.xml-copy,
t/users/4.xml, t/users/5.xml, t/users/6.xml,
t/users/_users-copy.xml, t/users/_users-names.xml,
t/users/_users.xml, t/users/_users.xml-email: Initial revision
2003-04-22 15:20 toni
- CHANGELOG, Makefile.PL, NEWS, README, LICENSE, conf/log.conf,
conf/stac.conf, conf/tools/twiki.conf,
conf/tools/twiki/.htaccess.txt.tpl,
conf/tools/twiki/TWiki.cfg.tpl,
conf/tools/twiki/apache-vhost-cgibin.tpl,
conf/tools/twiki/index.html.tpl, lib/Stac.pm, lib/Stac/Base.pm,
lib/Stac/Exception.pm, lib/Stac/L10N.pm, lib/Stac/Tool.pm,
lib/Stac/Util.pm, lib/Stac/Worker.pm, lib/Stac/Tool/Html.pm,
lib/Stac/Tool/Twiki.pm, lib/Stac/Task/Context/ConfigSet.pm,
lib/Stac/Task/Context/SystemSet.pm,
lib/Stac/Task/Context/UserComlineGet.pm,
lib/Stac/Task/Context/UserSet.pm,
lib/Stac/Tool/Html/Configure.pm, lib/Stac/Tool/Html/Install.pm,
lib/Stac/Tool/Twiki/Configure.pm, lib/Stac/Tool/Twiki/Install.pm,
lib/Stac/Data/Project.pm, lib/Stac/Data/User.pm,
lib/Stac/Data/Util.pm, lib/Stac/Data/Context/Conf.pm,
lib/Stac/Data/Context/System.pm, lib/Stac/Data/Context/User.pm,
lib/Stac/Data/Tool/Html.pm, lib/Stac/Data/Tool/Mlist.pm,
lib/Stac/Data/Tool/Twiki.pm, lib/Stac/Service/Apache.pm,
lib/Stac/Service/Os.pm, lib/Stac/Service/Os/FreeBSD.pm,
lib/Stac/Service/Os/Linux.pm, lib/Stac/Components/Pid.pm,
lib/Stac/Data/Service/Apache.pm,
lib/Stac/Data/Service/AuthOsUnix.pm,
lib/Stac/Data/Worker/Action.pm, lib/Stac/L10N/en_gb.pm,
lib/Stac/L10N/en_us.pm, lib/Stac/L10N/hr_hr.pm,
lib/Stac/Tool/Twiki/Data.pm, lib/Stac/Worker/Auth.pm,
lib/Stac/Worker/Project.pm, lib/Stac/Worker/Twiki.pm,
lib/Stac/Ui/Curses.pm, lib/Stac/Ui/Curses/Clock.pm,
lib/Stac/Ui/Curses/MainForm.pm, lib/Stac/Worker/User.pm,
lib/Stac/Worker/Util.pm, lib/Stac/Storage/Project/Xml.pm,
lib/Stac/Storage/Project/Xml/Checklist.pm,
lib/Stac/Storage/Project/Xml/Get.pm,
lib/Stac/Storage/Project/Xml/Getlist.pm,
lib/Stac/Storage/Project/Xml/Save.pm,
lib/Stac/Storage/Project/Xml/Savelist.pm,
lib/Stac/Storage/User/Xml.pm, lib/Stac/Storage/User/Xml/Get.pm,
lib/Stac/Ui/Curses/AddUserForm.pm, lib/Stac/Ui/Curses/Layout.pm,
lib/Stac/Ui/Curses/StatusBar.pm,
lib/Stac/CustomCPAN/Curses/Application.pm,
lib/Stac/CustomCPAN/Curses/FormLoader.pm,
lib/Stac/Storage/User/Xml/Getlist.pm,
lib/Stac/Storage/User/Xml/Save.pm,
lib/Stac/Storage/User/Xml/Savelist.pm, bin/stac,
bin/automated_tasks/new_twiki, bin/tests/proc.pl,
bin/tests/xml_storage/access.log,
bin/tests/xml_storage/create_test_projects_list.pl,
bin/tests/xml_storage/error.log,
bin/tests/xml_storage/perltoxml-classes.pl,
bin/tests/xml_storage/xmltoperl-classes.pl,
bin/tests/xml_storage/perltoxml.pl,
bin/tests/xml_storage/xmltoperl-project-classes.pl,
bin/tests/xml_storage/projects2500.tar.gz,
bin/tests/xml_storage/read-project.xml,
bin/tests/xml_storage/Hackney_Regeneration.xml,
bin/tests/xml_storage/create_test_xml.pl,
bin/tests/xml_storage/perltoxml-classes2.pl,
bin/tests/xml_storage/xmltoperl-workerMap.pl,
bin/tests/xml_storage/xmltoperl.pl,
bin/tests/xml_storage/projects-backup/1.xml,
bin/tests/xml_storage/projects-backup/11.xml,
bin/tests/xml_storage/projects-backup/12.xml,
bin/tests/xml_storage/projects-backup/13.xml,
bin/tests/xml_storage/projects-backup/14.xml,
bin/tests/xml_storage/projects-backup/15.xml,
bin/tests/xml_storage/projects-backup/2.xml,
bin/tests/xml_storage/projects-backup/3.xml,
bin/tests/xml_storage/projects-backup/4.xml,
bin/tests/xml_storage/projects-backup/5.xml,
bin/tests/xml_storage/projects-backup/6.xml,
bin/tests/xml_storage/projects-backup/7.xml,
bin/tests/xml_storage/projects-backup/8.xml,
bin/tests/xml_storage/users/1.xml,
bin/tests/xml_storage/users/2.xml,
bin/tests/xml_storage/users/25888.xml,
bin/tests/xml_storage/users/25889.xml,
bin/tests/xml_storage/users/3.xml,
bin/tests/xml_storage/users/3.xml-copy,
bin/tests/xml_storage/users/4.xml,
bin/tests/xml_storage/users/5.xml,
bin/tests/xml_storage/users/6.xml,
bin/tests/xml_storage/users/_users-copy.xml,
bin/tests/xml_storage/users/_users-names.xml,
bin/tests/xml_storage/users/_users.xml,
bin/tests/xml_storage/users/_users.xml-email,
bin/tests/xml_storage/conf/log.conf,
bin/tests/xml_storage/conf/stac.conf,
bin/tests/xml_storage/projects-backup/10.xml,
bin/tests/xml_storage/projects-backup/16.xml,
bin/tests/xml_storage/projects-backup/17.xml,
bin/tests/xml_storage/projects-backup/18.xml,
bin/tests/xml_storage/projects-backup/19.xml,
bin/tests/xml_storage/projects-backup/20.xml,
bin/tests/xml_storage/projects-backup/21.xml,
bin/tests/xml_storage/projects-backup/22.xml,
bin/tests/xml_storage/projects-backup/23.xml,
bin/tests/xml_storage/projects-backup/24.xml,
bin/tests/xml_storage/projects-backup/25.xml,
bin/tests/xml_storage/projects-backup/25888.xml,
bin/tests/xml_storage/projects-backup/26.xml,
bin/tests/xml_storage/projects-backup/27.xml,
bin/tests/xml_storage/projects-backup/29.xml,
bin/tests/xml_storage/projects-backup/9.xml,
bin/tests/xml_storage/projects-backup/_projects.xml,
bin/tests/xml_storage/projects-backup/old4.xml,
bin/tests/xml_storage/projects-backup/old5.xml,
bin/tests/xml_storage/conf/tools/twiki.conf,
bin/tests/xml_storage/conf/tools/twiki/.htaccess.txt.tpl,
bin/tests/xml_storage/conf/tools/twiki/TWiki.cfg.tpl,
bin/tests/xml_storage/conf/tools/twiki/apache-vhost-cgibin.tpl,
bin/tests/xml_storage/conf/tools/twiki/index.html.tpl,
bin/tests/xml_storage/projects/1.xml,
bin/tests/xml_storage/projects/11.xml,
bin/tests/xml_storage/projects/12.xml,
bin/tests/xml_storage/projects/13.xml,
bin/tests/xml_storage/projects/14.xml,
bin/tests/xml_storage/projects/15.xml,
bin/tests/xml_storage/projects/16.xml,
bin/tests/xml_storage/projects/17.xml,
bin/tests/xml_storage/projects/18.xml,
bin/tests/xml_storage/projects/19.xml,
bin/tests/xml_storage/projects/2.xml,
bin/tests/xml_storage/projects/20.xml,
bin/tests/xml_storage/projects/21.xml,
bin/tests/xml_storage/projects/3.xml,
bin/tests/xml_storage/projects/4.xml,
bin/tests/xml_storage/projects/5.xml,
bin/tests/xml_storage/projects/6.xml,
bin/tests/xml_storage/projects/7.xml,
bin/tests/xml_storage/projects/8.xml,
bin/tests/xml_storage/projects/9.xml,
bin/tests/logging/error.log, bin/tests/logging/log.conf,
bin/tests/logging/log4perl.pl, bin/tests/logging/myerrs.log,
bin/tests/logging/test.pl, bin/tests/widgets/Curses2.pl,
bin/tests/widgets/bla.out, bin/tests/widgets/bla2.out,
bin/tests/widgets/stac-curses.pl,
bin/tests/xml_storage/projects/10.xml,
bin/tests/xml_storage/projects/22.xml,
bin/tests/xml_storage/projects/23.xml,
bin/tests/xml_storage/projects/24.xml,
bin/tests/xml_storage/projects/25.xml,
bin/tests/xml_storage/projects/25888.xml,
bin/tests/xml_storage/projects/26.xml,
bin/tests/xml_storage/projects/27.xml,
bin/tests/xml_storage/projects/28.xml,
bin/tests/xml_storage/projects/29-old.xml,
bin/tests/xml_storage/projects/_projects-copy.xml,
bin/tests/xml_storage/projects/_projects.xml,
bin/tests/xml_storage/projects/old4.xml,
bin/tests/xml_storage/projects/old5.xml,
bin/tests/widgets/stac-curses2.pl,
bin/tests/widgets/test-curses-app.pl,
bin/tests/widgets/test-curses-app3.pl, bin/tests/widgets/test.pl,
bin/tests/widgets/applicaton.pl, bin/tests/widgets/test2.pl,
bin/tests/widgets/widgets.pl, bin/tests/widgets/widgets2.pl,
logs/.cvsignore, t/01singletons.t, t/02project.t,
t/03project_list.t, t/04user.t, t/projects/1.xml,
t/projects/10.xml, t/projects/11.xml, t/projects/12.xml,
t/projects/13.xml, t/projects/14.xml, t/projects/15.xml,
t/projects/16.xml, t/projects/17.xml, t/projects/18.xml,
t/projects/19.xml, t/projects/2.xml, t/projects/20.xml,
t/projects/21.xml, t/projects/22.xml, t/projects/23.xml,
t/projects/24.xml, t/projects/25.xml, t/projects/25888.xml,
t/projects/26.xml, t/projects/27.xml, t/projects/28.xml,
t/projects/29-old.xml, t/projects/3.xml, t/projects/4.xml,
t/projects/5.xml, t/projects/6.xml, t/projects/7.xml,
t/projects/8.xml, t/projects/9.xml,
t/projects/_projects-copy.xml, t/projects/_projects.xml,
t/projects/old4.xml, t/projects/old5.xml, t/users/1.xml,
t/users/2.xml, t/lib/Test/Singleton.pm, t/users/25888.xml,
t/users/25889.xml, t/users/3.xml, t/users/3.xml-copy,
t/users/4.xml, t/users/5.xml, t/users/6.xml,
t/users/_users-copy.xml, t/users/_users-names.xml,
t/users/_users.xml, t/users/_users.xml-email: stac first import
to top
Copyright © 1999-2012 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Open-org? Send feedback