You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(381) |
Nov
(176) |
Dec
(310) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(334) |
Feb
(96) |
Mar
(149) |
Apr
(214) |
May
(120) |
Jun
(56) |
Jul
(10) |
Aug
(273) |
Sep
(182) |
Oct
(56) |
Nov
(125) |
Dec
(22) |
2003 |
Jan
(63) |
Feb
(181) |
Mar
(498) |
Apr
(433) |
May
(39) |
Jun
(512) |
Jul
(276) |
Aug
(156) |
Sep
(101) |
Oct
(66) |
Nov
(24) |
Dec
(161) |
2004 |
Jan
(1) |
Feb
(377) |
Mar
(68) |
Apr
(26) |
May
(107) |
Jun
(333) |
Jul
(13) |
Aug
|
Sep
(76) |
Oct
(88) |
Nov
(170) |
Dec
(91) |
2005 |
Jan
(52) |
Feb
(239) |
Mar
(402) |
Apr
(15) |
May
(2) |
Jun
(1) |
Jul
(13) |
Aug
|
Sep
(71) |
Oct
(34) |
Nov
|
Dec
|
2006 |
Jan
(5) |
Feb
(5) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(7) |
Oct
(2) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Teemu A. <in...@us...> - 2005-03-20 16:03:46
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24446 Modified Files: TestDB.pm Log Message: oi2_manage test_db did not work because sanity check always returned "No DBI datasources" although there is Index: TestDB.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/TestDB.pm,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** TestDB.pm 17 Mar 2005 14:58:04 -0000 1.13 --- TestDB.pm 20 Mar 2005 16:03:35 -0000 1.14 *************** *** 29,34 **** # Perform initial sanity checks ! unless ( ref $datasource_config ne 'HASH' and ! scalar keys %{ $datasource_config } ) { $self->_ok( $action, 'No DBI datasources; no connection attempted.' ); --- 29,34 ---- # Perform initial sanity checks ! if ( ref( $datasource_config ) ne 'HASH' || ! !scalar keys %{ $datasource_config } ) { $self->_ok( $action, 'No DBI datasources; no connection attempted.' ); |
From: Salve J. N. <sj...@us...> - 2005-03-18 17:16:46
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_box/msg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30371/pkg/base_box/msg Modified Files: base_box-messages-no.msg Log Message: Fix stupid entity typo Index: base_box-messages-no.msg =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/msg/base_box-messages-no.msg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** base_box-messages-no.msg 17 Mar 2005 12:52:22 -0000 1.3 --- base_box-messages-no.msg 18 Mar 2005 17:16:33 -0000 1.4 *************** *** 14,18 **** login_box.label.name = Brukernavn login_box.label.password = Passord ! login_box.label.remember = Ikke sp&osalsh;r om passord fra nå av login_box.label.forgot = Glemt passord? login_box.button.login = Logg inn --- 14,18 ---- login_box.label.name = Brukernavn login_box.label.password = Passord ! login_box.label.remember = Ikke spør om passord fra nå av login_box.label.forgot = Glemt passord? login_box.button.login = Logg inn |
From: Chris W. <la...@us...> - 2005-03-18 13:02:33
|
Update of /cvsroot/openinteract/OpenInteract2/script In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17508 Modified Files: oi2_daemon Log Message: missed this one... Index: oi2_daemon =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/script/oi2_daemon,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** oi2_daemon 1 Dec 2004 04:38:49 -0000 1.15 --- oi2_daemon 18 Mar 2005 13:02:18 -0000 1.16 *************** *** 92,96 **** =head1 COPYRIGHT ! Copyright (c) 2003-2004 Chris Winters. All rights reserved. =head1 AUTHORS --- 92,96 ---- =head1 COPYRIGHT ! Copyright (c) 2003-2005 Chris Winters. All rights reserved. =head1 AUTHORS |
From: Chris W. <la...@us...> - 2005-03-18 05:26:22
|
Update of /cvsroot/openinteract/OpenInteract2/doc/Manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9308/Manual Modified Files: Changes.pod Log Message: latest changes, should be it for _06 Index: Changes.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Changes.pod,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** Changes.pod 17 Mar 2005 14:57:53 -0000 1.70 --- Changes.pod 18 Mar 2005 05:26:10 -0000 1.71 *************** *** 21,34 **** OI2 is currently at 1.99_06, equivalent to 2.0 beta 6. The next ! release will be a release candidate (1.99_07/2.0 RC1) -- its new features should only be minor; everything else should be bugfixes or pushed off to 2.01. ! =head1 1.99_06 =head2 Upgrade Notes The following all apply to an existing server configuration -- if ! you're creating a new site you don't need to worry: Modify how two 'action_info' keys are set: --- 21,38 ---- OI2 is currently at 1.99_06, equivalent to 2.0 beta 6. The next ! release should be a release candidate (1.99_07/2.0 RC1) -- its new features should only be minor; everything else should be bugfixes or pushed off to 2.01. ! =head1 1.99_06 (2.0 beta 6), 18 March 2005 =head2 Upgrade Notes The following all apply to an existing server configuration -- if ! you're creating a new site you don't need to worry. ! ! =over 4 ! ! =item 1. Modify how two 'action_info' keys are set: *************** *** 48,51 **** --- 52,83 ---- not_found = page + =item 2. + + Optional - add the following server keys: + + [login] + ... + initial_login_expires = 24h + + =item 3. + + In your C<$WEBSITE_DIR/conf/startup.pl> change the following: + + use OpenInteract2::Config::Base; + to + use OpenInteract2::Config::Bootstrap; + + my $BASE_CONFIG_FILE = '$WEBSITE_DIR/conf/base.conf'; + to + my $BASE_CONFIG_FILE = '$WEBSITE_DIR/conf/bootstrap.ini'; + + my $base_config = OpenInteract2::Config::Base->new({ + filename => $BASE_CONFIG_FILE }); + to + my $base_config = OpenInteract2::Config::Bootstrap->new({ + filename => $BASE_CONFIG_FILE }); + + =back + =head2 Major Changes *************** *** 54,65 **** =item * ! OIN-121 - You can now create an OI2 website without a 'source_dir' -- ! all our resources are held as data in class files under ! L<OpenInteract2::Brick>, and the parent class has methods to write ! these resources to the filesystem after an optional initial evaluation. ! This includes packages which are stored in Base64-encoding in the ! class. =item * --- 86,105 ---- =item * ! OIN-129 - Be able to create a simple application with Create, Remove, ! Update, Display and Search functionality based on a database table -- ! see L<OpenInteract2::Manage::Package::CreatePackageFromTable>, or run: ! ! oi2_manage task_info --task=easy_app ! ! =item * ! ! OIN-121 - You can now create an OI2 website or package without an ! external 'source_dir' -- all our resources are held as data in class ! files under L<OpenInteract2::Brick>, and the parent class has methods ! to write these resources to the filesystem after an optional initial evaluation. ! Core package files, previously included as .zip files, are now stored ! as bricks using Base64 encoding. =item * *************** *** 70,101 **** =item * OIN-115 - Break L<OpenInteract2::Setup> into individual tasks and create a framework so that new setup tasks will get discovered at runtime. We get a name from each task and its dependencies and ! determine the order they should be run. See L<OpenInteract2::Setup> ! for more information. =item * ! OIN-129 - Be able to create a simple application with Create, Update, ! Delete and Search functionality based on a database table -- see ! L<OpenInteract2::Manage::Package::CreatePackageFromTable>, or: ! oi2_manage task_info --task=easy_app =item * ! OIN-54 - Make configuration of your database easier; it's now about as ! simple as a DBI-E<gt>connect() call... =item * ! Add support for FastCGI -- use /cgi-bin/oi2.fcgi and see conf/httpd_cgi_solo.conf for tiny configuration change. =back =head2 Minor Changes L<OpenInteract2::Action> --- 110,190 ---- =item * + OIN-141: Create little objects and an organizer to figure out which + OI2::Action object to run based on the URL (or whatever). This allows + very simple customization so you can create your own URL-to-action + mappings. See L<OpenInteract2::ActionResolver> for more. + + =item * + OIN-115 - Break L<OpenInteract2::Setup> into individual tasks and create a framework so that new setup tasks will get discovered at runtime. We get a name from each task and its dependencies and ! determine the order they should be run. This also allows very simple ! customization so you can initialize custom services at server startup. ! See L<OpenInteract2::Setup> for more information. =item * ! OIN-54 - Make configuration of your database easier; it's now about as ! simple as a DBI-E<gt>connect() call... ! =item * ! ! OIN-136 and OIN-137: replace 'base.conf' with 'bootstrap.ini' and ! 'package.conf' with 'package.ini'. INI is not only OI2's preferred ! configuration format, it's the B<only> configuration format. Sites ! using 'base.conf' have to upgrade -- a 15-second job -- as do packages ! using 'package.conf', but there's a script 'translate_package_to_ini' ! in the 'script/' directory to help with the latter. =item * ! OIN-135: OI2 can now parse additional URL parameters (aka, REST ! parameters) into action parameters. So you can use something like: ! ! http://www.foo.com/news/display/39 ! ! instead of: ! ! http://www.foo.com/news/display/?news_id=39 ! ! or: ! ! http://www.foo.com/news/archive/2005/03 ! ! instead of: ! ! http://www.foo.com/news/archive/?year=2005&month=03 ! ! Further, mapping of REST param to action param is done through ! configuration -- see property 'url_additional' under ! L<OpenInteract2::Action>. =item * ! Add initial support for FastCGI -- use /cgi-bin/oi2.fcgi and see conf/httpd_cgi_solo.conf for tiny configuration change. + =item * + + OIN-35: Severe errors are now written to the filesystem rather than + the database, and the error browser (in C<base_error> package) was + totally rewritten. + + =item * + + OIN-143: Read localization messages from PO/MO files in addition to + our custom format. + =back + =head2 Minor Changes + See all the JIRA issues raised during this release just in case we + missed some: + + L<http://jira.openinteract.org/secure/ReleaseNote.jspa?projectId=10010&styleName=Html&version=10036> + L<OpenInteract2::Action> *************** *** 104,108 **** =item * ! Use L<OpenInteract2::ParamContainer> for C<param()> and related methods. =back --- 193,198 ---- =item * ! Use new L<OpenInteract2::ParamContainer> for C<param()> and related ! methods. =back *************** *** 126,130 **** Pass C<$object> and C<\%old_data> to C<_update_post_action()> callback ! rather than forcing the user to get them from parameters.. =back --- 216,220 ---- Pass C<$object> and C<\%old_data> to C<_update_post_action()> callback ! rather than forcing the user to get them from parameters. =back *************** *** 142,154 **** =item * ! Break down the process of matching a URL (or other identifier) with ! the action object that generates its content. The parent class ! instantiates all classes under its namespace into a chain of ! responsibility. Each link looks at the URL (or other data) and decides ! if it should create an action from it; if not the next link is invoked. =back L<OpenInteract2::Config> --- 232,256 ---- =item * ! OIN-141: Break down the process of matching a URL (or other ! identifier) with the action object that generates its content. The ! parent class instantiates all classes under its namespace into a chain ! of responsibility. Each link looks at the URL (or other data) and ! decides if it should create an action from it; if not the next link is invoked. =back + L<OpenInteract2::App> + + =over 4 + + =item * + + OIN-72: Added base class for package classes to do installation and + report other metdata about the package. (Part of making them + CPAN-installable.) + + =back + L<OpenInteract2::Config> *************** *** 190,194 **** OIN-140: Move class from base_security package; modify it to create ! action security; add documentation. =back --- 292,309 ---- OIN-140: Move class from base_security package; modify it to create ! action security. ! ! =back ! ! L<OpenInteract2::I18N::Initializer> ! ! =over 4 ! ! =item * ! ! OIN-143: Using L<Locale::Maketext::Lexicon>, read localization keys ! from gettext (PO/MO) files in addition to our custom format. A package ! does not have to standardize on a format and can have messages in ! multiple formats. =back *************** *** 213,216 **** --- 328,343 ---- =back + L<OpenInteract2::Manage::Website::CleanOrphanedUsers> + + =over 4 + + =item * + + OIN-91: New management task to remove all users whose 'removal_date' + has passed. This means they've registered for an account but haven't + logged in. + + =back + L<OpenInteract2::Manage::Website::Create> *************** *** 254,257 **** --- 381,393 ---- =item * + OIN-117: When installing a package to a website copy the package + configuration files to C<$WEBSITE_DIR/conf/$PACKAGE>. This becomes the + permanent home for configuration and package upgrades B<WILL NOT> + overwrite these files. If the upgraded configuration files are + different they're copied to an 'updates/' subdirectory and identified + with the package version they came from. + + =item * + OIN-102: Ensure that if any modules declared in the package.conf fail we don't read in any perl modules. The errors found when bringing in *************** *** 274,277 **** --- 410,418 ---- because they were identical. + =item * + + OIN-72: Remove method C<get_doc_files()> since we're moving + doc/$package.pod to OI2::App::$Package + =back *************** *** 282,286 **** =item * ! Simple class to provide storage and manipulation of arbitrary parameters. (Previously four separate classes had implementations of a 'param' method...) --- 423,427 ---- =item * ! Add simple class to provide storage and manipulation of arbitrary parameters. (Previously four separate classes had implementations of a 'param' method...) *************** *** 294,298 **** =item * ! Move URL parsing into action/task to L<OpenInteract2::ActionResolver::NameAndTask>; also remove 'action_name' and 'task_name' properties. --- 435,439 ---- =item * ! OIN-141: Move URL parsing into action/task to L<OpenInteract2::ActionResolver::NameAndTask>; also remove 'action_name' and 'task_name' properties. *************** *** 334,337 **** --- 475,495 ---- =back + L<OpenInteract2::SPOPS> + + =over 4 + + =item * + + OIN-154: override C<object_description()> from SPOPS and add our own + URL-handling features; also add 'date' so that objects can expose a + created-on/updated-on date and make generic object listings more + useful. + + =item * + + OIN-38: get rid of object keys + + =back + L<OpenInteract2::SQLInstall> *************** *** 342,346 **** OIN-134: Allow C<install_structure()> to optionally take one or more files as arguments. If specified the installer will only process files ! by that name. This allows for incremental upgrades. =back --- 500,505 ---- OIN-134: Allow C<install_structure()> to optionally take one or more files as arguments. If specified the installer will only process files ! by that name. This allows for incremental upgrades where you add ! tables/sequences. =back *************** *** 381,384 **** --- 540,548 ---- and modify it to assume @INC in unless other directories given. + =item * + + Move code from L<OpenInteract2::Action> (where we determined cache + expiration) to C<time_duration_in_seconds()>. + =back *************** *** 390,409 **** OpenInteract 1.99_05 -> 1.99_06 ----------------------------------- ! base: 2.11 -> 2.12 ! base_box: 2.17 -> 2.17 ! base_error: 2.10 -> 3.00 ! base_group: 2.16 -> 2.16 ! base_page: 2.28 -> 2.28 ! base_security: 2.18 -> 2.18 ! base_template: 3.15 -> 3.15 ! base_theme: 2.10 -> 2.10 ! base_user: 2.35 -> 2.36 ! comments: 1.18 -> 1.19 ! full_text: 2.58 -> 2.58 ! lookup: 2.07 -> 2.07 ! news: 2.20 -> 2.20 ! object_activity: 2.11 -> 2.11 ! system_doc: 2.08 -> 2.08 ! whats_new: 2.10 -> 2.10 --- 554,573 ---- OpenInteract 1.99_05 -> 1.99_06 ----------------------------------- ! base: 2.11 -> 2.15 ! base_box: 2.17 -> 2.20 ! base_error: 2.10 -> 3.02 ! base_group: 2.16 -> 2.19 ! base_page: 2.28 -> 2.31 ! base_security: 2.18 -> 2.21 ! base_template: 3.15 -> 3.17 ! base_theme: 2.10 -> 2.13 ! base_user: 2.35 -> 2.40 ! comments: 1.18 -> 1.23 ! full_text: 2.58 -> 2.61 ! lookup: 2.07 -> 2.09 ! news: 2.20 -> 2.24 ! object_activity: 2.11 -> 2.13 ! system_doc: 2.08 -> 2.10 ! whats_new: 2.10 -> 2.12 |
From: Chris W. <la...@us...> - 2005-03-18 05:25:02
|
Update of /cvsroot/openinteract/OpenInteract2/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9002/t Added Files: action_resolver.t app.t content_generator.t create_security.t error.t error_storage.t full_text.t manage_clean_users.t manage_create_cpan.t manage_create_package_from_table.t observer_filters_from_request.t param_container.t setup.t upload.t Log Message: add tests to at least include all top-level classes... --- NEW FILE: action_resolver.t --- # -*-perl-*- # $Id: action_resolver.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More; plan tests => 1; require_ok( 'OpenInteract2::ActionResolver' ); --- NEW FILE: app.t --- # -*-perl-*- # $Id: app.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More; plan tests => 1; require_ok( 'OpenInteract2::App' ); --- NEW FILE: content_generator.t --- # -*-perl-*- # $Id: content_generator.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More; plan tests => 2; require_ok( 'OpenInteract2::ContentGenerator' ); require_ok( 'OpenInteract2::ContentGenerator::TT2Process' ); --- NEW FILE: create_security.t --- # -*-perl-*- # $Id: create_security.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More; plan tests => 1; require_ok( 'OpenInteract2::CreateSecurity' ); --- NEW FILE: error.t --- # -*-perl-*- # $Id: error.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More; plan tests => 1; require_ok( 'OpenInteract2::Error' ); --- NEW FILE: error_storage.t --- # -*-perl-*- # $Id: error_storage.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More; plan tests => 1; require_ok( 'OpenInteract2::ErrorStorage' ); --- NEW FILE: full_text.t --- # -*-perl-*- # $Id: full_text.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More; plan tests => 3; require_ok( 'OpenInteract2::FullTextIterator' ); require_ok( 'OpenInteract2::FullTextIndexer' ); require_ok( 'OpenInteract2::FullTextRules' ); --- NEW FILE: manage_clean_users.t --- # -*-perl-*- # $Id: manage_clean_users.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More; plan tests => 2; require_ok( 'OpenInteract2::Manage::Website::CleanOrphanedUsers' ); my $task = OpenInteract2::Manage->new( 'clean_users' ); is( ref $task, 'OpenInteract2::Manage::Website::CleanOrphanedUsers', 'Task created' ); --- NEW FILE: manage_create_cpan.t --- # -*-perl-*- # $Id: manage_create_cpan.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More; plan tests => 2; require_ok( 'OpenInteract2::Manage::Package::CreateCPAN' ); my $task = OpenInteract2::Manage->new( 'create_cpan' ); is( ref $task, 'OpenInteract2::Manage::Package::CreateCPAN', 'Task created' ); --- NEW FILE: manage_create_package_from_table.t --- # -*-perl-*- # $Id: manage_create_package_from_table.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More; plan tests => 2; require_ok( 'OpenInteract2::Manage::Package::CreatePackageFromTable' ); my $task = OpenInteract2::Manage->new( 'easy_app' ); is( ref $task, 'OpenInteract2::Manage::Package::CreatePackageFromTable', 'Task created' ); --- NEW FILE: observer_filters_from_request.t --- # -*-perl-*- # $Id: observer_filters_from_request.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More tests => 1; require_ok( 'OpenInteract2::Observer::Controller::GetFiltersFromRequest' ); --- NEW FILE: param_container.t --- # -*-perl-*- # $Id: param_container.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More tests => 1; require_ok( 'OpenInteract2::ParamContainer' ); --- NEW FILE: setup.t --- # -*-perl-*- # $Id: setup.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More; plan tests => 1; require_ok( 'OpenInteract2::Setup' ); --- NEW FILE: upload.t --- # -*-perl-*- # $Id: upload.t,v 1.1 2005/03/18 05:24:49 lachoy Exp $ use strict; use lib 't/'; require 'utils.pl'; use Test::More tests => 1; require_ok( 'OpenInteract2::Upload' ); |
From: Chris W. <la...@us...> - 2005-03-18 05:25:02
|
Update of /cvsroot/openinteract/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9002 Modified Files: MANIFEST Log Message: add tests to at least include all top-level classes... Index: MANIFEST =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/MANIFEST,v retrieving revision 1.123 retrieving revision 1.124 diff -C2 -d -r1.123 -r1.124 *** MANIFEST 13 Mar 2005 05:35:14 -0000 1.123 --- MANIFEST 18 Mar 2005 05:24:48 -0000 1.124 *************** *** 236,242 **** --- 236,244 ---- t/action_common_search.t t/action_common_update.t + t/action_resolver.t t/apache1.t t/apache1_auth.t t/apache2.t + t/app.t t/auth.t t/auth_admin.t *************** *** 254,257 **** --- 256,260 ---- t/config_perl.t t/config_readonly.t + t/content_generator.t t/context.t t/controller.t *************** *** 261,272 **** t/controller_templates.t t/cookie.t t/daemon.t t/datasource.t t/exception.t t/file.t t/manage_check_package.t t/manage_clean_sessions.t - t/manage_create_password.t t/manage_create_action_security.t t/manage_create_spops_security.t t/manage_export_package.t --- 264,282 ---- t/controller_templates.t t/cookie.t + t/create_security.t t/daemon.t t/datasource.t + t/error.t + t/error_storage.t t/exception.t t/file.t + t/full_text.t t/manage_check_package.t + t/manage_clean_users.t t/manage_clean_sessions.t t/manage_create_action_security.t + t/manage_create_cpan.t + t/manage_create_package_from_table.t + t/manage_create_password.t t/manage_create_spops_security.t t/manage_export_package.t *************** *** 289,293 **** --- 299,305 ---- t/manage_view_session.t t/observer.t + t/observer_filters_from_request.t t/package.t + t/param_container.t t/pod.t t/repository.t *************** *** 297,304 **** --- 309,318 ---- t/results_manage.t t/session.t + t/setup.t t/spops.t t/spops_dbi.t t/spops_ldap.t t/sql_install.t + t/upload.t t/url.t t/util.t |
From: Chris W. <la...@us...> - 2005-03-18 04:10:59
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_theme/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_theme/OpenInteract2 Modified Files: Theme.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Theme.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_theme/OpenInteract2/Theme.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Theme.pm 18 Feb 2004 05:23:08 -0000 1.7 --- Theme.pm 18 Mar 2005 04:09:45 -0000 1.8 *************** *** 149,153 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 149,153 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify *************** *** 156,158 **** =head1 AUTHORS ! Chris Winters E<lt>ch...@cw...E<gt> \ No newline at end of file --- 156,158 ---- =head1 AUTHORS ! Chris Winters E<lt>ch...@cw...E<gt> |
From: Chris W. <la...@us...> - 2005-03-18 04:10:59
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_theme/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_theme/OpenInteract2/SQLInstall Modified Files: Theme.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Theme.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_theme/OpenInteract2/SQLInstall/Theme.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Theme.pm 20 Oct 2003 03:05:54 -0000 1.2 --- Theme.pm 18 Mar 2005 04:09:45 -0000 1.3 *************** *** 8,11 **** --- 8,13 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::Theme::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @TABLES = ( 'theme.sql', 'theme_prop.sql' ); |
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/Action Modified Files: Common.pm CommonAdd.pm CommonDisplay.pm CommonRemove.pm CommonSearch.pm CommonUpdate.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Common.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/Common.pm,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Common.pm 15 Mar 2005 12:42:38 -0000 1.24 --- Common.pm 18 Mar 2005 04:09:48 -0000 1.25 *************** *** 663,667 **** =head1 COPYRIGHT ! Copyright (c) 2003-2004 Chris Winters. All rights reserved. =head1 AUTHORS --- 663,667 ---- =head1 COPYRIGHT ! Copyright (c) 2003-2005 Chris Winters. All rights reserved. =head1 AUTHORS Index: CommonAdd.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/CommonAdd.pm,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** CommonAdd.pm 17 Mar 2005 14:57:58 -0000 1.24 --- CommonAdd.pm 18 Mar 2005 04:09:48 -0000 1.25 *************** *** 10,13 **** --- 10,15 ---- use SPOPS::Secure qw( SEC_LEVEL_WRITE ); + $OpenInteract2::Action::CommonAdd::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: CommonDisplay.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/CommonDisplay.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** CommonDisplay.pm 17 Mar 2005 14:57:58 -0000 1.16 --- CommonDisplay.pm 18 Mar 2005 04:09:49 -0000 1.17 *************** *** 9,12 **** --- 9,14 ---- use OpenInteract2::Context qw( CTX ); + $OpenInteract2::Action::CommonDisplay::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: CommonRemove.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/CommonRemove.pm,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** CommonRemove.pm 17 Mar 2005 14:57:58 -0000 1.20 --- CommonRemove.pm 18 Mar 2005 04:09:49 -0000 1.21 *************** *** 10,13 **** --- 10,15 ---- use SPOPS::Secure qw( SEC_LEVEL_WRITE ); + $OpenInteract2::Action::CommonRemove::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: CommonSearch.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/CommonSearch.pm,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** CommonSearch.pm 11 Mar 2005 03:45:41 -0000 1.23 --- CommonSearch.pm 18 Mar 2005 04:09:49 -0000 1.24 *************** *** 1033,1037 **** =head1 COPYRIGHT ! Copyright (c) 2003-2004 Chris Winters. All rights reserved. =head1 AUTHORS --- 1033,1037 ---- =head1 COPYRIGHT ! Copyright (c) 2003-2005 Chris Winters. All rights reserved. =head1 AUTHORS Index: CommonUpdate.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/CommonUpdate.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** CommonUpdate.pm 25 Feb 2005 00:01:05 -0000 1.22 --- CommonUpdate.pm 18 Mar 2005 04:09:49 -0000 1.23 *************** *** 10,13 **** --- 10,15 ---- use SPOPS::Secure qw( SEC_LEVEL_WRITE ); + $OpenInteract2::Action::CommonUpdate::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); *************** *** 485,489 **** =head1 COPYRIGHT ! Copyright (c) 2003-2004 Chris Winters. All rights reserved. =head1 AUTHORS --- 487,491 ---- =head1 COPYRIGHT ! Copyright (c) 2003-2005 Chris Winters. All rights reserved. =head1 AUTHORS |
From: Chris W. <la...@us...> - 2005-03-18 04:10:58
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/full_text/OpenInteract2/FullTextIndexer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/full_text/OpenInteract2/FullTextIndexer Modified Files: DBI.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: DBI.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/full_text/OpenInteract2/FullTextIndexer/DBI.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DBI.pm 6 Jun 2004 19:54:26 -0000 1.4 --- DBI.pm 18 Mar 2005 04:09:46 -0000 1.5 *************** *** 334,338 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 334,338 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |
From: Chris W. <la...@us...> - 2005-03-18 04:10:58
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/comments/OpenInteract2 Modified Files: CommentSummarySync.pm Commentable.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: CommentSummarySync.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2/CommentSummarySync.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CommentSummarySync.pm 18 Feb 2004 05:25:24 -0000 1.2 --- CommentSummarySync.pm 18 Mar 2005 04:09:46 -0000 1.3 *************** *** 8,11 **** --- 8,13 ---- use OpenInteract2::Context qw( CTX ); + $OpenInteract2::CommentSummarySync::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); *************** *** 73,75 **** } ! 1; \ No newline at end of file --- 75,77 ---- } ! 1; Index: Commentable.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2/Commentable.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Commentable.pm 18 Feb 2004 05:25:24 -0000 1.2 --- Commentable.pm 18 Mar 2005 04:09:46 -0000 1.3 *************** *** 8,11 **** --- 8,13 ---- use OpenInteract2::Context qw( CTX ); + $OpenInteract2::Commentable::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); *************** *** 47,49 **** } ! 1; \ No newline at end of file --- 49,51 ---- } ! 1; |
From: Chris W. <la...@us...> - 2005-03-18 04:10:58
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_user/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_user/OpenInteract2/SQLInstall Modified Files: User.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: User.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_user/OpenInteract2/SQLInstall/User.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** User.pm 13 Jun 2004 19:42:20 -0000 1.14 --- User.pm 18 Mar 2005 04:09:45 -0000 1.15 *************** *** 10,13 **** --- 10,15 ---- use SPOPS::Utility; + $OpenInteract2::SQLInstall::User::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @FIELDS = qw( is_ldap ); __PACKAGE__->mk_accessors( @FIELDS ); *************** *** 168,172 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 170,174 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |
From: Chris W. <la...@us...> - 2005-03-18 04:10:58
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/full_text/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/full_text/OpenInteract2 Modified Files: FullTextMapping.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: FullTextMapping.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/full_text/OpenInteract2/FullTextMapping.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FullTextMapping.pm 3 Jun 2004 20:32:21 -0000 1.1 --- FullTextMapping.pm 18 Mar 2005 04:09:46 -0000 1.2 *************** *** 6,9 **** --- 6,10 ---- @OpenInteract2::FullTextMapping::ISA = qw( OpenInteract2::FullTextMappingPersist ); + $OpenInteract2::FullTextMapping::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); sub fetch_by_content_info { |
From: Chris W. <la...@us...> - 2005-03-18 04:10:58
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_user/OpenInteract2/User In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_user/OpenInteract2/User Modified Files: AuthSmb.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: AuthSmb.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_user/OpenInteract2/User/AuthSmb.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** AuthSmb.pm 18 Feb 2004 05:25:24 -0000 1.7 --- AuthSmb.pm 18 Mar 2005 04:09:46 -0000 1.8 *************** *** 181,185 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 181,185 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |
From: Chris W. <la...@us...> - 2005-03-18 04:10:58
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_user/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_user/OpenInteract2/Action Modified Files: NewUser.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: NewUser.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_user/OpenInteract2/Action/NewUser.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** NewUser.pm 26 Feb 2005 05:52:18 -0000 1.22 --- NewUser.pm 18 Mar 2005 04:09:45 -0000 1.23 *************** *** 265,269 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 265,269 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |
From: Chris W. <la...@us...> - 2005-03-18 04:10:58
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_theme/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_theme/OpenInteract2/Action Modified Files: Theme.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Theme.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_theme/OpenInteract2/Action/Theme.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Theme.pm 5 Dec 2004 08:51:20 -0000 1.11 --- Theme.pm 18 Mar 2005 04:09:45 -0000 1.12 *************** *** 275,279 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 275,279 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |
From: Chris W. <la...@us...> - 2005-03-18 04:10:57
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_user/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_user/OpenInteract2 Modified Files: User.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: User.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_user/OpenInteract2/User.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** User.pm 14 Jul 2004 14:06:41 -0000 1.9 --- User.pm 18 Mar 2005 04:09:45 -0000 1.10 *************** *** 247,251 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 247,251 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |
From: Chris W. <la...@us...> - 2005-03-18 04:10:56
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/comments/OpenInteract2/SQLInstall Modified Files: Comments.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Comments.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2/SQLInstall/Comments.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Comments.pm 4 Mar 2005 15:22:11 -0000 1.5 --- Comments.pm 18 Mar 2005 04:09:46 -0000 1.6 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::Comments::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @tables = qw( comment.sql comment_notify.sql |
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2 Modified Files: Cache.pm Config.pm Constants.pm ContentGenerator.pm Controller.pm CreateSecurity.pm FullTextIndexer.pm FullTextIterator.pm FullTextRules.pm I18N.pm Log.pm Observer.pm ResultsIterator.pm ResultsManage.pm SessionManager.pm Setup.pm URL.pm Util.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Cache.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Cache.pm,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Cache.pm 24 Jan 2005 16:55:33 -0000 1.12 --- Cache.pm 18 Mar 2005 04:09:48 -0000 1.13 *************** *** 8,11 **** --- 8,13 ---- use OpenInteract2::Context qw( CTX ); + $OpenInteract2::Cache::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + # Returns: caching object (implementation-neutral) *************** *** 322,326 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 324,328 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Config.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Config.pm 24 Jan 2005 16:56:15 -0000 1.15 --- Config.pm 18 Mar 2005 04:09:48 -0000 1.16 *************** *** 250,254 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 250,254 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Constants.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Constants.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Constants.pm 26 Feb 2005 23:31:24 -0000 1.10 --- Constants.pm 18 Mar 2005 04:09:48 -0000 1.11 *************** *** 184,188 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 184,188 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: ContentGenerator.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/ContentGenerator.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ContentGenerator.pm 17 Mar 2005 14:57:57 -0000 1.15 --- ContentGenerator.pm 18 Mar 2005 04:09:48 -0000 1.16 *************** *** 9,12 **** --- 9,14 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::ContentGenerator::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + # Each value in %GENERATOR is a singleton for a particular content # generator, retrieved via instance() Index: Controller.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Controller.pm,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Controller.pm 14 Feb 2005 18:23:23 -0000 1.26 --- Controller.pm 18 Mar 2005 04:09:48 -0000 1.27 *************** *** 170,174 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 170,174 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: CreateSecurity.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/CreateSecurity.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CreateSecurity.pm 6 Mar 2005 15:02:59 -0000 1.2 --- CreateSecurity.pm 18 Mar 2005 04:09:48 -0000 1.3 *************** *** 10,13 **** --- 10,15 ---- use SPOPS::Secure qw( :level :scope ); + $OpenInteract2::CreateSecurity::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @FIELDS = qw( website_dir scope scope_id level Index: FullTextIndexer.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/FullTextIndexer.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FullTextIndexer.pm 6 Jun 2004 19:56:51 -0000 1.1 --- FullTextIndexer.pm 18 Mar 2005 04:09:48 -0000 1.2 *************** *** 10,13 **** --- 10,15 ---- use OpenInteract2::FullTextIterator; + $OpenInteract2::FullTextIndexer::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @FIELDS = qw( min_word_length max_word_length empty_message ); __PACKAGE__->mk_accessors( @FIELDS ); *************** *** 375,379 **** =head1 COPYRIGHT ! Copyright (c) 2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 377,381 ---- =head1 COPYRIGHT ! Copyright (c) 2004-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: FullTextIterator.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/FullTextIterator.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FullTextIterator.pm 6 Jun 2004 19:56:51 -0000 1.1 --- FullTextIterator.pm 18 Mar 2005 04:09:48 -0000 1.2 *************** *** 161,165 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 161,165 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: FullTextRules.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/FullTextRules.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FullTextRules.pm 9 Nov 2004 13:49:37 -0000 1.3 --- FullTextRules.pm 18 Mar 2005 04:09:48 -0000 1.4 *************** *** 223,227 **** =head1 COPYRIGHT ! Copyright (c) 2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 223,227 ---- =head1 COPYRIGHT ! Copyright (c) 2004-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: I18N.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/I18N.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** I18N.pm 2 Feb 2005 13:17:03 -0000 1.8 --- I18N.pm 18 Mar 2005 04:09:48 -0000 1.9 *************** *** 74,78 **** =head1 COPYRIGHT ! Copyright (c) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 74,78 ---- =head1 COPYRIGHT ! Copyright (c) 2003-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Log.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Log.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Log.pm 17 Mar 2005 14:57:58 -0000 1.7 --- Log.pm 18 Mar 2005 04:09:48 -0000 1.8 *************** *** 9,12 **** --- 9,14 ---- @OpenInteract2::Log::EXPORT_OK = qw( uchk ); + $OpenInteract2::Log::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + # Create a logging message by treating the first argument as a sprintf Index: Observer.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Observer.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Observer.pm 14 Feb 2005 18:23:23 -0000 1.3 --- Observer.pm 18 Mar 2005 04:09:48 -0000 1.4 *************** *** 458,462 **** =head1 COPYRIGHT ! Copyright (c) 2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 458,462 ---- =head1 COPYRIGHT ! Copyright (c) 2004-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: ResultsIterator.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/ResultsIterator.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ResultsIterator.pm 5 Oct 2004 03:08:24 -0000 1.6 --- ResultsIterator.pm 18 Mar 2005 04:09:48 -0000 1.7 *************** *** 208,212 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 208,212 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: ResultsManage.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/ResultsManage.pm,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ResultsManage.pm 28 Feb 2005 04:35:21 -0000 1.13 --- ResultsManage.pm 18 Mar 2005 04:09:48 -0000 1.14 *************** *** 907,911 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 907,911 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: SessionManager.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SessionManager.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** SessionManager.pm 27 Nov 2004 22:56:51 -0000 1.8 --- SessionManager.pm 18 Mar 2005 04:09:48 -0000 1.9 *************** *** 435,439 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 435,439 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Setup.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup.pm,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** Setup.pm 13 Feb 2005 20:20:05 -0000 1.60 --- Setup.pm 18 Mar 2005 04:09:48 -0000 1.61 *************** *** 360,364 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 360,364 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: URL.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/URL.pm,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** URL.pm 2 Mar 2005 15:27:57 -0000 1.30 --- URL.pm 18 Mar 2005 04:09:48 -0000 1.31 *************** *** 10,13 **** --- 10,15 ---- use URI; + $OpenInteract2::URL::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + use constant QUERY_ARG_SEPARATOR => '&'; *************** *** 645,649 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 intes.net. All rights reserved. =head1 AUTHORS --- 647,651 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 intes.net. All rights reserved. =head1 AUTHORS Index: Util.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Util.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Util.pm 28 Feb 2005 23:43:40 -0000 1.22 --- Util.pm 18 Mar 2005 04:09:48 -0000 1.23 *************** *** 686,690 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 686,690 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |
From: Chris W. <la...@us...> - 2005-03-18 04:10:56
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/full_text/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/full_text/OpenInteract2/Action Modified Files: SiteSearch.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: SiteSearch.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/full_text/OpenInteract2/Action/SiteSearch.pm,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** SiteSearch.pm 28 Feb 2005 04:29:04 -0000 1.17 --- SiteSearch.pm 18 Mar 2005 04:09:46 -0000 1.18 *************** *** 187,191 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 187,191 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |
From: Chris W. <la...@us...> - 2005-03-18 04:10:34
|
Update of /cvsroot/openinteract/OpenInteract2/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib Modified Files: OpenInteract2.pod Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: OpenInteract2.pod =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2.pod,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OpenInteract2.pod 6 Jan 2005 09:20:23 -0000 1.4 --- OpenInteract2.pod 18 Mar 2005 04:09:47 -0000 1.5 *************** *** 19,23 **** =head1 COPYRIGHT ! Copyright (c) 2003-2004 Chris Winters. All rights reserved. =head1 AUTHORS --- 19,23 ---- =head1 COPYRIGHT ! Copyright (c) 2003-2005 Chris Winters. All rights reserved. =head1 AUTHORS |
From: Chris W. <la...@us...> - 2005-03-18 04:10:34
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/whats_new/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/whats_new/OpenInteract2/Action Modified Files: WhatsNew.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: WhatsNew.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/whats_new/OpenInteract2/Action/WhatsNew.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** WhatsNew.pm 5 Dec 2004 08:51:24 -0000 1.6 --- WhatsNew.pm 18 Mar 2005 04:09:47 -0000 1.7 *************** *** 98,102 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 98,102 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |
From: Chris W. <la...@us...> - 2005-03-18 04:10:33
|
Update of /cvsroot/openinteract/OpenInteract2/lib/HTTP/Daemon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/HTTP/Daemon Modified Files: OpenInteract2.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: OpenInteract2.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/HTTP/Daemon/OpenInteract2.pm,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** OpenInteract2.pm 17 Mar 2005 14:57:55 -0000 1.12 --- OpenInteract2.pm 18 Mar 2005 04:09:48 -0000 1.13 *************** *** 10,13 **** --- 10,15 ---- use OpenInteract2::Context qw( CTX ); + $HTTP::Daemon::OpenInteract2Daemon::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); |
From: Chris W. <la...@us...> - 2005-03-18 04:10:32
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/lookup/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/lookup/OpenInteract2/SQLInstall Modified Files: Lookup.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Lookup.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/lookup/OpenInteract2/SQLInstall/Lookup.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Lookup.pm 26 Mar 2003 13:09:03 -0000 1.1 --- Lookup.pm 18 Mar 2005 04:09:47 -0000 1.2 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::Lookup::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + sub get_security_file { return 'install_security.dat'; |
From: Chris W. <la...@us...> - 2005-03-18 04:10:32
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/system_doc/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/system_doc/OpenInteract2/Action Modified Files: SystemDoc.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: SystemDoc.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/system_doc/OpenInteract2/Action/SystemDoc.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** SystemDoc.pm 1 Mar 2005 03:27:16 -0000 1.14 --- SystemDoc.pm 18 Mar 2005 04:09:47 -0000 1.15 *************** *** 282,286 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 282,286 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |