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: Chris W. <la...@us...> - 2005-03-18 04:10:32
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/system_doc/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/system_doc/OpenInteract2/SQLInstall 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/SQLInstall/SystemDoc.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SystemDoc.pm 8 Jun 2003 16:16:31 -0000 1.2 --- SystemDoc.pm 18 Mar 2005 04:09:47 -0000 1.3 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::SystemDoc::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/news/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/news/OpenInteract2/SQLInstall Modified Files: News.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: News.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/news/OpenInteract2/SQLInstall/News.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** News.pm 20 Oct 2003 03:05:55 -0000 1.2 --- News.pm 18 Mar 2005 04:09:47 -0000 1.3 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::News::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @TABLES = ( 'news.sql', 'news_section.sql' ); |
From: Chris W. <la...@us...> - 2005-03-18 04:10:32
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/object_activity/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/object_activity/OpenInteract2/SQLInstall Modified Files: ObjectActivity.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: ObjectActivity.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/object_activity/OpenInteract2/SQLInstall/ObjectActivity.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ObjectActivity.pm 26 Feb 2004 14:00:35 -0000 1.4 --- ObjectActivity.pm 18 Mar 2005 04:09:47 -0000 1.5 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::ObjectActivity::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my %FILES = ( oracle => [ 'object_track_oracle.sql', |
From: Chris W. <la...@us...> - 2005-03-18 04:10:32
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/whats_new/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/whats_new/OpenInteract2/SQLInstall 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/SQLInstall/WhatsNew.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WhatsNew.pm 7 Jun 2004 03:56:31 -0000 1.3 --- WhatsNew.pm 18 Mar 2005 04:09:47 -0000 1.4 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::WhatsNew::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my %FILES = ( default => [ 'whats_new.sql' ], |
From: Chris W. <la...@us...> - 2005-03-18 04:10:31
|
Update of /cvsroot/openinteract/OpenInteract2/lib/Apache2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/Apache2 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/Apache2/OpenInteract2.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** OpenInteract2.pm 17 Mar 2005 14:57:55 -0000 1.4 --- OpenInteract2.pm 18 Mar 2005 04:09:48 -0000 1.5 *************** *** 13,16 **** --- 13,18 ---- use OpenInteract2::Response; + $Apache2::OpenInteract2::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); my ( $done ); |
From: Chris W. <la...@us...> - 2005-03-18 04:10:31
|
Update of /cvsroot/openinteract/OpenInteract2/lib/Apache In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/Apache 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/Apache/OpenInteract2.pm,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** OpenInteract2.pm 17 Mar 2005 14:57:55 -0000 1.17 --- OpenInteract2.pm 18 Mar 2005 04:09:48 -0000 1.18 *************** *** 12,15 **** --- 12,17 ---- use OpenInteract2::Response; + $Apache::OpenInteract2::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); |
From: Chris W. <la...@us...> - 2005-03-18 04:10:31
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/whats_new/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/whats_new/OpenInteract2 Modified Files: WhatsNewTrack.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: WhatsNewTrack.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/whats_new/OpenInteract2/WhatsNewTrack.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** WhatsNewTrack.pm 12 Jun 2004 23:39:34 -0000 1.4 --- WhatsNewTrack.pm 18 Mar 2005 04:09:47 -0000 1.5 *************** *** 151,155 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 151,155 ---- =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:30
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/system_doc/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/system_doc/OpenInteract2 Modified Files: PodView.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: PodView.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/system_doc/OpenInteract2/PodView.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PodView.pm 18 Feb 2004 05:25:25 -0000 1.6 --- PodView.pm 18 Mar 2005 04:09:47 -0000 1.7 *************** *** 7,10 **** --- 7,12 ---- use OpenInteract2::URL; + $OpenInteract2::PodView::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + # List of known top-level modules that are all-caps *************** *** 223,227 **** =head1 COPYRIGHT ! Copyright (c) 2001-2003 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 225,229 ---- =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:30
|
Update of /cvsroot/openinteract/OpenInteract2/lib/Apache/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/Apache/OpenInteract2 Modified Files: HttpAuth.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: HttpAuth.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/Apache/OpenInteract2/HttpAuth.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** HttpAuth.pm 17 Mar 2005 14:57:55 -0000 1.11 --- HttpAuth.pm 18 Mar 2005 04:09:48 -0000 1.12 *************** *** 9,12 **** --- 9,14 ---- use OpenInteract2::Context qw( CTX ); + $Apache::OpenInteract2::HttpAuth::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); |
From: Chris W. <la...@us...> - 2005-03-18 04:10:27
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_page/OpenInteract2/SQLInstall Modified Files: Page.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Page.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/SQLInstall/Page.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Page.pm 22 May 2004 01:53:46 -0000 1.3 --- Page.pm 18 Mar 2005 04:09:44 -0000 1.4 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::Page::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @TABLES = ( 'page.sql', 'page_content.sql', |
From: Chris W. <la...@us...> - 2005-03-18 04:10:27
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/Page In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_page/OpenInteract2/Page Modified Files: Database.pm File.pm Http.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Database.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/Page/Database.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Database.pm 18 Feb 2004 05:25:24 -0000 1.3 --- Database.pm 18 Mar 2005 04:09:44 -0000 1.4 *************** *** 8,11 **** --- 8,13 ---- use OpenInteract2::Context qw( CTX ); + $OpenInteract2::Page::Database::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); *************** *** 60,62 **** } ! 1; \ No newline at end of file --- 62,64 ---- } ! 1; Index: File.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/Page/File.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** File.pm 10 Jun 2004 22:13:33 -0000 1.9 --- File.pm 18 Mar 2005 04:09:44 -0000 1.10 *************** *** 13,16 **** --- 13,18 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Page::File::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + # Use this to mark the beginning and end of the "good" content in a # page in the filesystem; this allows you to use an HTML editor to Index: Http.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/Page/Http.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Http.pm 18 Feb 2004 05:25:24 -0000 1.6 --- Http.pm 18 Mar 2005 04:09:44 -0000 1.7 *************** *** 10,13 **** --- 10,15 ---- use OpenInteract2::Context qw( CTX ); + $OpenInteract2::Page::Http::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $AGENT ); *************** *** 127,131 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 129,133 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify *************** *** 134,136 **** =head1 AUTHORS ! Chris Winters E<lt>ch...@cw...E<gt> \ No newline at end of file --- 136,138 ---- =head1 AUTHORS ! Chris Winters E<lt>ch...@cw...E<gt> |
From: Chris W. <la...@us...> - 2005-03-18 04:10:27
|
Update of /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/OpenInteract2/Observer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/extra_packages/delicious_tags/OpenInteract2/Observer Modified Files: AddDeliciousTags.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: AddDeliciousTags.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/OpenInteract2/Observer/AddDeliciousTags.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AddDeliciousTags.pm 27 Nov 2004 17:12:31 -0000 1.4 --- AddDeliciousTags.pm 18 Mar 2005 04:09:42 -0000 1.5 *************** *** 118,122 **** =head1 COPYRIGHT ! Copyright (c) 2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 118,122 ---- =head1 COPYRIGHT ! Copyright (c) 2004-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:27
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_page/OpenInteract2/Action Modified Files: Page.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Page.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/Action/Page.pm,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Page.pm 12 Mar 2005 05:08:42 -0000 1.26 --- Page.pm 18 Mar 2005 04:09:44 -0000 1.27 *************** *** 1130,1134 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 1130,1134 ---- =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:27
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base/OpenInteract2/SQLInstall Modified Files: Base.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Base.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base/OpenInteract2/SQLInstall/Base.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Base.pm 28 Feb 2005 02:26:04 -0000 1.5 --- Base.pm 18 Mar 2005 04:09:42 -0000 1.6 *************** *** 8,11 **** --- 8,13 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::SQLInstall::Base::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + # NOTE: No data needs to be migrated since the sessions are transient |
From: Chris W. <la...@us...> - 2005-03-18 04:10:27
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_template/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_template/OpenInteract2/SQLInstall Modified Files: SiteTemplate.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: SiteTemplate.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_template/OpenInteract2/SQLInstall/SiteTemplate.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SiteTemplate.pm 25 Mar 2003 14:23:44 -0000 1.1 --- SiteTemplate.pm 18 Mar 2005 04:09:45 -0000 1.2 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::SiteTemplate::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:27
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_security/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_security/OpenInteract2/SQLInstall Modified Files: Security.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Security.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_security/OpenInteract2/SQLInstall/Security.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Security.pm 26 Feb 2004 13:42:10 -0000 1.4 --- Security.pm 18 Mar 2005 04:09:44 -0000 1.5 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::Security::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @TABLES = ( 'sys_security.sql' ); |
From: Chris W. <la...@us...> - 2005-03-18 04:10:27
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_template/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_template/OpenInteract2 Modified Files: SiteTemplate.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: SiteTemplate.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_template/OpenInteract2/SiteTemplate.pm,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** SiteTemplate.pm 27 Nov 2004 19:00:28 -0000 1.12 --- SiteTemplate.pm 18 Mar 2005 04:09:44 -0000 1.13 *************** *** 545,549 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 545,549 ---- =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:27
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_template/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_template/OpenInteract2/Action Modified Files: TemplatesUsedBox.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: TemplatesUsedBox.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_template/OpenInteract2/Action/TemplatesUsedBox.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** TemplatesUsedBox.pm 28 Nov 2004 06:40:19 -0000 1.11 --- TemplatesUsedBox.pm 18 Mar 2005 04:09:45 -0000 1.12 *************** *** 99,103 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 99,103 ---- =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:26
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/lookup/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/lookup/OpenInteract2/Action Modified Files: LookupEdit.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: LookupEdit.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/lookup/OpenInteract2/Action/LookupEdit.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** LookupEdit.pm 5 Dec 2004 08:51:23 -0000 1.14 --- LookupEdit.pm 18 Mar 2005 04:09:46 -0000 1.15 *************** *** 451,455 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 451,455 ---- =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:25
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_security/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_security/OpenInteract2/Action Modified Files: Security.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Security.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_security/OpenInteract2/Action/Security.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Security.pm 15 Mar 2005 02:36:12 -0000 1.15 --- Security.pm 18 Mar 2005 04:09:44 -0000 1.16 *************** *** 559,563 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 559,563 ---- =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:25
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_page/OpenInteract2 Modified Files: Page.pm PageDirectory.pm PageRules.pm PageScan.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Page.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/Page.pm,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Page.pm 11 Mar 2005 05:37:31 -0000 1.13 --- Page.pm 18 Mar 2005 04:09:44 -0000 1.14 *************** *** 597,601 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 597,601 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: PageDirectory.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/PageDirectory.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** PageDirectory.pm 9 Apr 2004 12:36:40 -0000 1.9 --- PageDirectory.pm 18 Mar 2005 04:09:44 -0000 1.10 *************** *** 195,199 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 195,199 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: PageRules.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/PageRules.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PageRules.pm 11 May 2004 03:22:47 -0000 1.1 --- PageRules.pm 18 Mar 2005 04:09:44 -0000 1.2 *************** *** 6,9 **** --- 6,11 ---- use OpenInteract2::Constants qw( :log ); + $OpenInteract2::PageRules::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: PageScan.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/PageScan.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** PageScan.pm 9 Apr 2004 11:38:26 -0000 1.7 --- PageScan.pm 18 Mar 2005 04:09:44 -0000 1.8 *************** *** 493,497 **** =head1 COPYRIGHT ! Copyright (c) 2001-2003 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 493,497 ---- =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:24
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_group/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_group/OpenInteract2/SQLInstall Modified Files: Group.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Group.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_group/OpenInteract2/SQLInstall/Group.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Group.pm 13 Jun 2004 19:42:00 -0000 1.9 --- Group.pm 18 Mar 2005 04:09:43 -0000 1.10 *************** *** 10,13 **** --- 10,15 ---- use SPOPS::SQLInterface; + $OpenInteract2::SQLInstall::Group::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @FIELDS = qw( is_ldap ); __PACKAGE__->mk_accessors( @FIELDS ); |
From: Chris W. <la...@us...> - 2005-03-18 04:10:24
|
Update of /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/extra_packages/delicious_tags/OpenInteract2 Modified Files: DeliciousTag.pm DeliciousTagWatcher.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: DeliciousTag.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/OpenInteract2/DeliciousTag.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DeliciousTag.pm 27 Nov 2004 18:05:10 -0000 1.4 --- DeliciousTag.pm 18 Mar 2005 04:09:42 -0000 1.5 *************** *** 385,389 **** =head1 COPYRIGHT ! Copyright (c) 2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 385,389 ---- =head1 COPYRIGHT ! Copyright (c) 2004-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: DeliciousTagWatcher.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/OpenInteract2/DeliciousTagWatcher.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DeliciousTagWatcher.pm 26 Oct 2004 03:29:02 -0000 1.1 --- DeliciousTagWatcher.pm 18 Mar 2005 04:09:42 -0000 1.2 *************** *** 46,50 **** =head1 COPYRIGHT ! Copyright (c) 2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 46,50 ---- =head1 COPYRIGHT ! Copyright (c) 2004-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:24
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_box/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_box/OpenInteract2/Action Modified Files: Box.pm SystemBoxes.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Box.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/OpenInteract2/Action/Box.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Box.pm 24 Oct 2004 15:03:01 -0000 1.11 --- Box.pm 18 Mar 2005 04:09:42 -0000 1.12 *************** *** 605,609 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 605,609 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: SystemBoxes.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/OpenInteract2/Action/SystemBoxes.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** SystemBoxes.pm 9 Nov 2004 12:23:07 -0000 1.8 --- SystemBoxes.pm 18 Mar 2005 04:09:43 -0000 1.9 *************** *** 112,116 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 112,116 ---- =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:23
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base/OpenInteract2/Action Modified Files: Package.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Package.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base/OpenInteract2/Action/Package.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Package.pm 5 Dec 2004 08:51:18 -0000 1.11 --- Package.pm 18 Mar 2005 04:09:42 -0000 1.12 *************** *** 94,98 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 94,98 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |