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:22
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_error/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_error/OpenInteract2/SQLInstall Modified Files: Error.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Error.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_error/OpenInteract2/SQLInstall/Error.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Error.pm 25 Feb 2005 05:14:35 -0000 1.3 --- Error.pm 18 Mar 2005 04:09:43 -0000 1.4 *************** *** 6,9 **** --- 6,12 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::Error::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:08
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SessionManager In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/SessionManager Modified Files: DBI.pm File.pm SQLite.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: DBI.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SessionManager/DBI.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DBI.pm 27 Nov 2004 22:55:54 -0000 1.4 --- DBI.pm 18 Mar 2005 04:09:51 -0000 1.5 *************** *** 150,154 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 150,154 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: File.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SessionManager/File.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** File.pm 27 Nov 2004 22:55:54 -0000 1.6 --- File.pm 18 Mar 2005 04:09:51 -0000 1.7 *************** *** 146,150 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 146,150 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: SQLite.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SessionManager/SQLite.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SQLite.pm 27 Nov 2004 22:55:53 -0000 1.4 --- SQLite.pm 18 Mar 2005 04:09:51 -0000 1.5 *************** *** 163,167 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 163,167 ---- =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:07
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Conversion In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/Conversion Modified Files: CommonHandler.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: CommonHandler.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Conversion/CommonHandler.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CommonHandler.pm 17 Feb 2004 04:30:14 -0000 1.3 --- CommonHandler.pm 18 Mar 2005 04:09:50 -0000 1.4 *************** *** 67,71 **** =head1 COPYRIGHT ! Copyright (c) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 67,71 ---- =head1 COPYRIGHT ! Copyright (c) 2003-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:07
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SPOPS In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/SPOPS Modified Files: LDAP.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: LDAP.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SPOPS/LDAP.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** LDAP.pm 22 Jun 2004 11:54:17 -0000 1.7 --- LDAP.pm 18 Mar 2005 04:09:51 -0000 1.8 *************** *** 115,119 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 MSN Marketing Service Nordwest, GmbH. All rights reserved. --- 115,119 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 MSN Marketing Service Nordwest, GmbH. All rights reserved. |
From: Chris W. <la...@us...> - 2005-03-18 04:10:07
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/I18N In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/I18N Modified Files: Initializer.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Initializer.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/I18N/Initializer.pm,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Initializer.pm 13 Mar 2005 18:37:14 -0000 1.13 --- Initializer.pm 18 Mar 2005 04:09:50 -0000 1.14 *************** *** 489,493 **** =head1 COPYRIGHT ! Copyright (c) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 489,493 ---- =head1 COPYRIGHT ! Copyright (c) 2003-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:07
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/Config Modified Files: Bootstrap.pm Ini.pm Initializer.pm PackageChanges.pm PerlFile.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Bootstrap.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config/Bootstrap.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Bootstrap.pm 26 Feb 2005 23:31:24 -0000 1.1 --- Bootstrap.pm 18 Mar 2005 04:09:50 -0000 1.2 *************** *** 340,344 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 340,344 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Ini.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config/Ini.pm,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Ini.pm 28 Feb 2005 00:58:18 -0000 1.20 --- Ini.pm 18 Mar 2005 04:09:50 -0000 1.21 *************** *** 852,856 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 852,856 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Initializer.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config/Initializer.pm,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Initializer.pm 17 Mar 2005 20:30:45 -0000 1.23 --- Initializer.pm 18 Mar 2005 04:09:50 -0000 1.24 *************** *** 695,699 **** =head1 COPYRIGHT ! Copyright (c) 2003-2004 Chris Winters. All rights reserved. =head1 AUTHORS --- 695,699 ---- =head1 COPYRIGHT ! Copyright (c) 2003-2005 Chris Winters. All rights reserved. =head1 AUTHORS Index: PackageChanges.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config/PackageChanges.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** PackageChanges.pm 27 Sep 2004 04:16:06 -0000 1.11 --- PackageChanges.pm 18 Mar 2005 04:09:50 -0000 1.12 *************** *** 405,409 **** =head1 COPYRIGHT ! Copyright (c) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 405,409 ---- =head1 COPYRIGHT ! Copyright (c) 2003-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: PerlFile.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config/PerlFile.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** PerlFile.pm 18 Feb 2004 05:25:27 -0000 1.7 --- PerlFile.pm 18 Mar 2005 04:09:50 -0000 1.8 *************** *** 140,144 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 140,144 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify *************** *** 147,149 **** =head1 AUTHORS ! Chris Winters E<lt>ch...@cw...E<gt> \ No newline at end of file --- 147,149 ---- =head1 AUTHORS ! Chris Winters E<lt>ch...@cw...E<gt> |
From: Chris W. <la...@us...> - 2005-03-18 04:10:07
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/ContentGenerator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/ContentGenerator Modified Files: TT2Process.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: TT2Process.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/ContentGenerator/TT2Process.pm,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** TT2Process.pm 28 Nov 2004 01:02:50 -0000 1.20 --- TT2Process.pm 18 Mar 2005 04:09:50 -0000 1.21 *************** *** 522,526 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 522,526 ---- =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:05
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/Manage/Website Modified Files: CleanExpiredSessions.pm CreateSecurity.pm CreateSecurityForAction.pm CreateSecurityForSPOPS.pm CreateSuperuserPassword.pm ExportData.pm InstallPackageSql.pm MigratePackageData.pm PackageCheckExportInstall.pm ReindexObjects.pm UpdatePackageFromWebsite.pm Upgrade.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: CleanExpiredSessions.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/CleanExpiredSessions.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CleanExpiredSessions.pm 13 Jun 2004 18:19:54 -0000 1.4 --- CleanExpiredSessions.pm 18 Mar 2005 04:09:50 -0000 1.5 *************** *** 255,259 **** =head1 COPYRIGHT ! Copyright (C) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 255,259 ---- =head1 COPYRIGHT ! Copyright (C) 2003-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/Manage/Website/CreateSecurity.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CreateSecurity.pm 6 Mar 2005 15:07:29 -0000 1.6 --- CreateSecurity.pm 18 Mar 2005 04:09:50 -0000 1.7 *************** *** 155,159 **** =head1 COPYRIGHT ! Copyright (C) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 155,159 ---- =head1 COPYRIGHT ! Copyright (C) 2003-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: CreateSecurityForAction.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/CreateSecurityForAction.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CreateSecurityForAction.pm 4 Mar 2005 02:50:01 -0000 1.1 --- CreateSecurityForAction.pm 18 Mar 2005 04:09:50 -0000 1.2 *************** *** 113,117 **** =head1 COPYRIGHT ! Copyright (C) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 113,117 ---- =head1 COPYRIGHT ! Copyright (C) 2003-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: CreateSecurityForSPOPS.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/CreateSecurityForSPOPS.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CreateSecurityForSPOPS.pm 4 Mar 2005 02:50:01 -0000 1.1 --- CreateSecurityForSPOPS.pm 18 Mar 2005 04:09:50 -0000 1.2 *************** *** 124,128 **** =head1 COPYRIGHT ! Copyright (C) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 124,128 ---- =head1 COPYRIGHT ! Copyright (C) 2003-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: CreateSuperuserPassword.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/CreateSuperuserPassword.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** CreateSuperuserPassword.pm 2 Oct 2004 23:22:28 -0000 1.11 --- CreateSuperuserPassword.pm 18 Mar 2005 04:09:50 -0000 1.12 *************** *** 166,170 **** =head1 COPYRIGHT ! Copyright (C) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 166,170 ---- =head1 COPYRIGHT ! Copyright (C) 2003-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: ExportData.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/ExportData.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ExportData.pm 13 Jun 2004 18:19:54 -0000 1.2 --- ExportData.pm 18 Mar 2005 04:09:50 -0000 1.3 *************** *** 224,228 **** =head1 COPYRIGHT ! Copyright (C) 2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 224,228 ---- =head1 COPYRIGHT ! Copyright (C) 2004-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: InstallPackageSql.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/InstallPackageSql.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** InstallPackageSql.pm 26 Feb 2005 04:17:54 -0000 1.15 --- InstallPackageSql.pm 18 Mar 2005 04:09:50 -0000 1.16 *************** *** 128,132 **** =head1 COPYRIGHT ! Copyright (C) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 128,132 ---- =head1 COPYRIGHT ! Copyright (C) 2003-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: MigratePackageData.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/MigratePackageData.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** MigratePackageData.pm 25 Feb 2004 16:08:45 -0000 1.4 --- MigratePackageData.pm 18 Mar 2005 04:09:50 -0000 1.5 *************** *** 144,148 **** =head1 COPYRIGHT ! Copyright (C) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 144,148 ---- =head1 COPYRIGHT ! Copyright (C) 2003-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: PackageCheckExportInstall.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/PackageCheckExportInstall.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** PackageCheckExportInstall.pm 11 Mar 2005 05:15:30 -0000 1.7 --- PackageCheckExportInstall.pm 18 Mar 2005 04:09:50 -0000 1.8 *************** *** 156,160 **** =head1 COPYRIGHT ! Copyright (C) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 156,160 ---- =head1 COPYRIGHT ! Copyright (C) 2003-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: ReindexObjects.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/ReindexObjects.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ReindexObjects.pm 13 Jun 2004 18:19:54 -0000 1.6 --- ReindexObjects.pm 18 Mar 2005 04:09:50 -0000 1.7 *************** *** 146,150 **** =head1 COPYRIGHT ! Copyright (C) 2003-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 146,150 ---- =head1 COPYRIGHT ! Copyright (C) 2003-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: UpdatePackageFromWebsite.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/UpdatePackageFromWebsite.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** UpdatePackageFromWebsite.pm 8 Feb 2005 01:38:52 -0000 1.4 --- UpdatePackageFromWebsite.pm 18 Mar 2005 04:09:50 -0000 1.5 *************** *** 226,230 **** =head1 COPYRIGHT ! Copyright (C) 2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 226,230 ---- =head1 COPYRIGHT ! Copyright (C) 2004-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Upgrade.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage/Website/Upgrade.pm,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Upgrade.pm 17 Mar 2005 06:02:56 -0000 1.18 --- Upgrade.pm 18 Mar 2005 04:09:50 -0000 1.19 *************** *** 110,114 **** =head1 COPYRIGHT ! Copyright (C) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 110,114 ---- =head1 COPYRIGHT ! Copyright (C) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/Setup Modified Files: CheckDatasources.pm CreateTemporaryLibraryDirectory.pm DependencySource.pm InitializeActions.pm InitializeCache.pm InitializeContentGenerators.pm InitializeControllers.pm InitializeObservers.pm InitializeSPOPS.pm InitializeTimezone.pm ReadActionTable.pm ReadLocalizedMessages.pm ReadPackages.pm ReadRepository.pm ReadSPOPSConfig.pm ReadServerConfig.pm RegisterActionTypes.pm RegisterRequestAndResponse.pm RequireClasses.pm RequireIndexers.pm RequireSessionClasses.pm RequireSystemClasses.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: CheckDatasources.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/CheckDatasources.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CheckDatasources.pm 19 Feb 2005 04:27:35 -0000 1.2 --- CheckDatasources.pm 18 Mar 2005 04:09:51 -0000 1.3 *************** *** 9,12 **** --- 9,14 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::CheckDatasources::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: CreateTemporaryLibraryDirectory.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/CreateTemporaryLibraryDirectory.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CreateTemporaryLibraryDirectory.pm 18 Mar 2005 03:33:50 -0000 1.2 --- CreateTemporaryLibraryDirectory.pm 18 Mar 2005 04:09:51 -0000 1.3 *************** *** 13,16 **** --- 13,18 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::CreateTemporaryLibraryDirectory::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: DependencySource.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/DependencySource.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DependencySource.pm 24 Jan 2005 17:17:31 -0000 1.1 --- DependencySource.pm 18 Mar 2005 04:09:51 -0000 1.2 *************** *** 11,14 **** --- 11,16 ---- use OpenInteract2::Setup; + $OpenInteract2::Setup::DependencySource::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: InitializeActions.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/InitializeActions.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InitializeActions.pm 24 Jan 2005 17:17:31 -0000 1.1 --- InitializeActions.pm 18 Mar 2005 04:09:51 -0000 1.2 *************** *** 9,12 **** --- 9,14 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::InitializeActions::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: InitializeCache.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/InitializeCache.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InitializeCache.pm 24 Jan 2005 17:17:31 -0000 1.1 --- InitializeCache.pm 18 Mar 2005 04:09:51 -0000 1.2 *************** *** 9,12 **** --- 9,14 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::InitializeCache::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: InitializeContentGenerators.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/InitializeContentGenerators.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InitializeContentGenerators.pm 17 Mar 2005 06:00:39 -0000 1.2 --- InitializeContentGenerators.pm 18 Mar 2005 04:09:51 -0000 1.3 *************** *** 10,13 **** --- 10,15 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::InitializeContentGenerators::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: InitializeControllers.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/InitializeControllers.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InitializeControllers.pm 25 Feb 2005 05:38:07 -0000 1.3 --- InitializeControllers.pm 18 Mar 2005 04:09:51 -0000 1.4 *************** *** 11,14 **** --- 11,16 ---- use OpenInteract2::Util; + $OpenInteract2::Setup::InitializeControllers::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: InitializeObservers.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/InitializeObservers.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InitializeObservers.pm 17 Mar 2005 06:00:10 -0000 1.2 --- InitializeObservers.pm 18 Mar 2005 04:09:51 -0000 1.3 *************** *** 8,11 **** --- 8,13 ---- use OpenInteract2::Observer; + $OpenInteract2::Setup::InitializeObservers::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + sub get_name { return 'initialize observers'; Index: InitializeSPOPS.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/InitializeSPOPS.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InitializeSPOPS.pm 13 Feb 2005 20:26:23 -0000 1.2 --- InitializeSPOPS.pm 18 Mar 2005 04:09:51 -0000 1.3 *************** *** 10,13 **** --- 10,15 ---- use SPOPS::Initialize; + $OpenInteract2::Setup::InitializeSPOPS::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: InitializeTimezone.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/InitializeTimezone.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InitializeTimezone.pm 24 Jan 2005 17:17:31 -0000 1.1 --- InitializeTimezone.pm 18 Mar 2005 04:09:51 -0000 1.2 *************** *** 10,13 **** --- 10,15 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::InitializeTimezone::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: ReadActionTable.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/ReadActionTable.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ReadActionTable.pm 6 Mar 2005 15:08:05 -0000 1.2 --- ReadActionTable.pm 18 Mar 2005 04:09:51 -0000 1.3 *************** *** 12,15 **** --- 12,17 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::ReadActionTable::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: ReadLocalizedMessages.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/ReadLocalizedMessages.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ReadLocalizedMessages.pm 13 Mar 2005 18:39:19 -0000 1.3 --- ReadLocalizedMessages.pm 18 Mar 2005 04:09:51 -0000 1.4 *************** *** 12,15 **** --- 12,17 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::ReadLocalizedMessages::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: ReadPackages.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/ReadPackages.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ReadPackages.pm 24 Jan 2005 17:17:31 -0000 1.1 --- ReadPackages.pm 18 Mar 2005 04:09:51 -0000 1.2 *************** *** 9,12 **** --- 9,14 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::ReadPackages::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: ReadRepository.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/ReadRepository.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ReadRepository.pm 26 Feb 2005 23:31:25 -0000 1.2 --- ReadRepository.pm 18 Mar 2005 04:09:51 -0000 1.3 *************** *** 10,13 **** --- 10,15 ---- use OpenInteract2::Repository; + $OpenInteract2::Setup::ReadRepository::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: ReadSPOPSConfig.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/ReadSPOPSConfig.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ReadSPOPSConfig.pm 6 Mar 2005 15:08:05 -0000 1.3 --- ReadSPOPSConfig.pm 18 Mar 2005 04:09:51 -0000 1.4 *************** *** 12,15 **** --- 12,17 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::ReadSPOPSConfig::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: ReadServerConfig.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/ReadServerConfig.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ReadServerConfig.pm 26 Feb 2005 23:31:25 -0000 1.2 --- ReadServerConfig.pm 18 Mar 2005 04:09:51 -0000 1.3 *************** *** 9,12 **** --- 9,14 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::ReadServerConfig::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: RegisterActionTypes.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/RegisterActionTypes.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RegisterActionTypes.pm 24 Jan 2005 17:17:31 -0000 1.1 --- RegisterActionTypes.pm 18 Mar 2005 04:09:51 -0000 1.2 *************** *** 10,13 **** --- 10,15 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::RegisterActionTypes::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: RegisterRequestAndResponse.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/RegisterRequestAndResponse.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RegisterRequestAndResponse.pm 24 Jan 2005 17:17:31 -0000 1.1 --- RegisterRequestAndResponse.pm 18 Mar 2005 04:09:51 -0000 1.2 *************** *** 9,12 **** --- 9,14 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::RegisterRequestAndResponse::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: RequireClasses.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/RequireClasses.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RequireClasses.pm 13 Feb 2005 20:26:34 -0000 1.2 --- RequireClasses.pm 18 Mar 2005 04:09:51 -0000 1.3 *************** *** 10,13 **** --- 10,15 ---- use OpenInteract2::Util; + $OpenInteract2::Setup::RequireClasses::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: RequireIndexers.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/RequireIndexers.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RequireIndexers.pm 24 Jan 2005 17:17:31 -0000 1.1 --- RequireIndexers.pm 18 Mar 2005 04:09:51 -0000 1.2 *************** *** 9,12 **** --- 9,14 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::RequireIndexers::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: RequireSessionClasses.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/RequireSessionClasses.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RequireSessionClasses.pm 24 Jan 2005 17:17:31 -0000 1.1 --- RequireSessionClasses.pm 18 Mar 2005 04:09:51 -0000 1.2 *************** *** 9,12 **** --- 9,14 ---- use OpenInteract2::Exception qw( oi_error ); + $OpenInteract2::Setup::RequireSessionClasses::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); Index: RequireSystemClasses.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/RequireSystemClasses.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RequireSystemClasses.pm 24 Jan 2005 17:17:31 -0000 1.1 --- RequireSystemClasses.pm 18 Mar 2005 04:09:51 -0000 1.2 *************** *** 6,9 **** --- 6,11 ---- use OpenInteract2::Constants qw( :log ); + $OpenInteract2::Setup::RequireSystemClasses::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); |
From: Chris W. <la...@us...> - 2005-03-18 04:10:02
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Filter In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/Filter Modified Files: AllCaps.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: AllCaps.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Filter/AllCaps.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AllCaps.pm 27 Sep 2004 12:54:15 -0000 1.1 --- AllCaps.pm 18 Mar 2005 04:09:50 -0000 1.2 *************** *** 41,45 **** =head1 COPYRIGHT ! Copyright (c) 2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 41,45 ---- =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:01
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/TT2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/TT2 Modified Files: Context.pm Provider.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Context.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/TT2/Context.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Context.pm 17 Feb 2004 04:30:22 -0000 1.2 --- Context.pm 18 Mar 2005 04:09:51 -0000 1.3 *************** *** 102,106 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 102,106 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Provider.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/TT2/Provider.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Provider.pm 2 Oct 2004 22:59:00 -0000 1.5 --- Provider.pm 18 Mar 2005 04:09:51 -0000 1.6 *************** *** 422,426 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 422,426 ---- =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:01
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Request In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/Request Modified Files: CGI.pm LWP.pm Standalone.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: CGI.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Request/CGI.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** CGI.pm 28 Feb 2005 00:58:44 -0000 1.22 --- CGI.pm 18 Mar 2005 04:09:51 -0000 1.23 *************** *** 148,152 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 148,152 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: LWP.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Request/LWP.pm,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** LWP.pm 28 Nov 2004 17:50:46 -0000 1.21 --- LWP.pm 18 Mar 2005 04:09:51 -0000 1.22 *************** *** 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: Standalone.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Request/Standalone.pm,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Standalone.pm 28 Nov 2004 17:50:46 -0000 1.13 --- Standalone.pm 18 Mar 2005 04:09:51 -0000 1.14 *************** *** 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 |
From: Chris W. <la...@us...> - 2005-03-18 04:09:58
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Cache In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/Cache Modified Files: File.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: File.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Cache/File.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** File.pm 31 Oct 2004 00:28:29 -0000 1.11 --- File.pm 18 Mar 2005 04:09:49 -0000 1.12 *************** *** 137,141 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 137,141 ---- =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 03:35:21
|
Update of /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8729/extra_packages/delicious_tags Modified Files: package.ini Changes Log Message: metadata updates Index: package.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/package.ini,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** package.ini 6 Mar 2005 15:55:51 -0000 1.1 --- package.ini 18 Mar 2005 03:35:12 -0000 1.2 *************** *** 1,5 **** [package] name = delicious_tags ! version = 0.09 author = Chris Winters <ch...@cw...> url = http://www.openinteract.org/ --- 1,5 ---- [package] name = delicious_tags ! version = 0.50 author = Chris Winters <ch...@cw...> url = http://www.openinteract.org/ Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/Changes,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Changes 27 Nov 2004 18:16:13 -0000 1.8 --- Changes 18 Mar 2005 03:35:12 -0000 1.9 *************** *** 1,4 **** --- 1,9 ---- Revision history for OpenInteract2 package delicious_tags. + 0.50 Wed Mar 16 22:51:49 EST 2005 + + Upgrade to new package format (package.ini, App.pm, etc.) and + bump version number to indicate stability. + 0.09 Sat Nov 27 13:01:42 EST 2004 |
From: Chris W. <la...@us...> - 2005-03-18 03:35:05
|
Update of /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/OpenInteract2/App In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8625/extra_packages/delicious_tags/OpenInteract2/App Modified Files: DeliciousTags.pm Log Message: apply ::App updates Index: DeliciousTags.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/OpenInteract2/App/DeliciousTags.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DeliciousTags.pm 6 Mar 2005 15:55:51 -0000 1.1 --- DeliciousTags.pm 18 Mar 2005 03:34:57 -0000 1.2 *************** *** 10,16 **** @OpenInteract2::App::DeliciousTags::EXPORT = qw( install ); ! sub get_brick_name { ! return 'delicious_tags'; ! } # Not a method, just an exported sub --- 10,14 ---- @OpenInteract2::App::DeliciousTags::EXPORT = qw( install ); ! my $NAME = 'delicious_tags'; # Not a method, just an exported sub *************** *** 23,26 **** --- 21,41 ---- } + sub new { + return OpenInteract2::App->new( $NAME ); + } + + sub get_brick { + require OpenInteract2::Brick; + return OpenInteract2::Brick->new( $NAME ); + } + + sub get_brick_name { + return $NAME; + } + + OpenInteract2::App->register_factory_type( $NAME => __PACKAGE__ ); + + 1; + __END__ |
From: Chris W. <la...@us...> - 2005-03-18 03:34:38
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8511/lib/OpenInteract2 Modified Files: SPOPS.pm Log Message: OIN-154: fix OI2::URL calls; add debugging Index: SPOPS.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SPOPS.pm,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** SPOPS.pm 17 Mar 2005 20:30:44 -0000 1.30 --- SPOPS.pm 18 Mar 2005 03:34:27 -0000 1.31 *************** *** 26,32 **** --- 26,36 ---- sub object_description { my ( $self ) = @_; + $log ||= get_logger( LOG_SPOPS ); + my $config = $self->CONFIG; my $object_type = $config->{object_name}; my $title_info = $config->{title} || $config->{name}; + $log->is_debug && + $log->debug( "Describing SPOPS object '$object_type' '$title_info'" ); my $title = ''; if ( exists $self->{ $title_info } ) { *************** *** 41,46 **** my $oid = $self->id; my $id_field = $self->id_field; my ( $url, $url_edit ); ! my $inf = $config->{display}; my @url_param_values = (); if ( $inf->{URL_PARAMS} ) { --- 45,51 ---- my $oid = $self->id; my $id_field = $self->id_field; + $log->is_debug && $log->debug( "Describe: '$oid' '$id_field'" ); my ( $url, $url_edit ); ! my $inf = $config->{display} || {}; my @url_param_values = (); if ( $inf->{URL_PARAMS} ) { *************** *** 52,69 **** if ( $inf->{ACTION} ) { if ( $inf->{TASK} and @url_param_values ) { ! $url = $u->create( $inf->{ACTION}, $inf->{TASK}, ! { URL_PARAMS => \@url_param_values } ); } elsif ( $inf->{TASK} ) { ! $url = $u->create( $inf->{ACTION}, $inf->{TASK}, ! { $id_field => $oid } ); } if ( $inf->{TASK_EDIT} and @url_param_values ) { ! $url_edit = $u->create( $inf->{ACTION}, $inf->{TASK_EDIT}, ! { URL_PARAMS => \@url_param_values } ); } elsif ( $inf->{TASK_EDIT} ) { ! $url_edit = $u->create( $inf->{ACTION}, $inf->{TASK_EDIT}, ! { $id_field => $oid } ); } --- 57,82 ---- if ( $inf->{ACTION} ) { if ( $inf->{TASK} and @url_param_values ) { ! $url = $u->create_from_action( ! $inf->{ACTION}, $inf->{TASK}, ! { URL_PARAMS => \@url_param_values } ! ); } elsif ( $inf->{TASK} ) { ! $url = $u->create_from_action( ! $inf->{ACTION}, $inf->{TASK}, ! { $id_field => $oid } ! ); } if ( $inf->{TASK_EDIT} and @url_param_values ) { ! $url_edit = $u->create_from_action( ! $inf->{ACTION}, $inf->{TASK_EDIT}, ! { URL_PARAMS => \@url_param_values } ! ); } elsif ( $inf->{TASK_EDIT} ) { ! $url_edit = $u->create_from_action( ! $inf->{ACTION}, $inf->{TASK_EDIT}, ! { $id_field => $oid } ! ); } *************** *** 84,92 **** $object_date = $self->$date_field(); } return { class => ref $self, object_id => $oid, - security => $self->{tmp_security_level}, oid => $oid, # backwards compatibility id_field => $id_field, name => $object_type, --- 97,107 ---- $object_date = $self->$date_field(); } + $log->is_debug && + $log->debug( "Describe: '$url', '$url_edit', '$object_date'" ); return { class => ref $self, object_id => $oid, oid => $oid, # backwards compatibility + security => $self->{tmp_security_level}, id_field => $id_field, name => $object_type, |
From: Chris W. <la...@us...> - 2005-03-18 03:34:10
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8187/lib/OpenInteract2/Setup Modified Files: CreateTemporaryLibraryDirectory.pm Log Message: don't worry if the source file isn't there -- just means it was installed from CPAN (probably) Index: CreateTemporaryLibraryDirectory.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Setup/CreateTemporaryLibraryDirectory.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CreateTemporaryLibraryDirectory.pm 24 Jan 2005 17:17:31 -0000 1.1 --- CreateTemporaryLibraryDirectory.pm 18 Mar 2005 03:33:50 -0000 1.2 *************** *** 112,115 **** --- 112,120 ---- my $source_file = catfile( $package_dir, @{ $module_file_spec } ); + + # if installed from CPAN dist, the source file won't be + # there... + next unless ( -f $source_file ); + my $dest_file = catfile( $temp_lib_dir, @{ $module_file_spec } ); |
From: Chris W. <la...@us...> - 2005-03-18 03:26:31
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/news In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4996 Modified Files: package.ini Changes Log Message: OIN-154: update news SPOPS object to use REST params in its generated URL; also, by default all new news objects now get added to the whats new listing... Index: package.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/news/package.ini,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** package.ini 2 Mar 2005 15:21:44 -0000 1.3 --- package.ini 18 Mar 2005 03:26:22 -0000 1.4 *************** *** 1,5 **** [package] name = news ! version = 2.24 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ --- 1,5 ---- [package] name = news ! version = 2.25 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/news/Changes,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** Changes 2 Mar 2005 15:21:44 -0000 1.23 --- Changes 18 Mar 2005 03:26:22 -0000 1.24 *************** *** 1,8 **** Revision history for OpenInteract package news. 2.24 Tue Mar 1 22:52:43 EST 2005 ! Add 'archive_list' box that displays the archive count by ! year/month. 2.23 Tue Mar 1 21:58:00 EST 2005 --- 1,14 ---- Revision history for OpenInteract package news. + 2.25 Thu Mar 17 21:35:30 EST 2005 + + Modify news SPOPS object display params to use REST; also + automatically add new 'news' objects to the "What's new?" + listing. + 2.24 Tue Mar 1 22:52:43 EST 2005 ! Add 'news_archive_monthly' box that displays the archive count ! by year/month. 2.23 Tue Mar 1 21:58:00 EST 2005 |
From: Chris W. <la...@us...> - 2005-03-18 03:26:30
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/news/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4996/conf Modified Files: spops_news.ini Log Message: OIN-154: update news SPOPS object to use REST params in its generated URL; also, by default all new news objects now get added to the whats new listing... Index: spops_news.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/news/conf/spops_news.ini,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** spops_news.ini 12 Jun 2004 23:44:04 -0000 1.5 --- spops_news.ini 18 Mar 2005 03:26:22 -0000 1.6 *************** *** 3,6 **** --- 3,7 ---- isa = rules_from = SPOPS::Tool::DBI::MaintainLinkedList + rules_from = OpenInteract2::WhatsNewTrack field = field_discover = yes *************** *** 49,53 **** [news display] ! ACTION = news ! TASK = display ! TASK_EDIT = display_form \ No newline at end of file --- 50,56 ---- [news display] ! ACTION = news ! TASK = display ! TASK_EDIT = display_form ! URL_PARAMS = news_id ! date = posted_on \ No newline at end of file |
From: Chris W. <la...@us...> - 2005-03-17 20:30:54
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21363/OpenInteract2 Modified Files: SPOPS.pm Log Message: OIN-154: add data to object_description and make it a runtime process rather than a mostly-startup-time one Index: SPOPS.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SPOPS.pm,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** SPOPS.pm 17 Mar 2005 14:57:58 -0000 1.29 --- SPOPS.pm 17 Mar 2005 20:30:44 -0000 1.30 *************** *** 9,14 **** use OpenInteract2::Context qw( CTX ); use OpenInteract2::Exception qw( oi_error ); use OpenInteract2::Util; - use SPOPS::ClassFactory qw( OK NOTIFY ); $OpenInteract2::SPOPS::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); --- 9,14 ---- use OpenInteract2::Context qw( CTX ); use OpenInteract2::Exception qw( oi_error ); + use OpenInteract2::URL; use OpenInteract2::Util; $OpenInteract2::SPOPS::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); *************** *** 20,23 **** --- 20,103 ---- ######################################## + # OBJECT DESCRIPTION + + # overrides implementation from SPOPS.pm + + sub object_description { + my ( $self ) = @_; + my $config = $self->CONFIG; + my $object_type = $config->{object_name}; + my $title_info = $config->{title} || $config->{name}; + my $title = ''; + if ( exists $self->{ $title_info } ) { + $title = $self->{ $title_info }; + } + elsif ( $title_info ) { + $title = eval { $self->$title_info() }; + } + $title ||= 'Cannot find name'; + + my $u = OpenInteract2::URL->new(); + my $oid = $self->id; + my $id_field = $self->id_field; + my ( $url, $url_edit ); + my $inf = $config->{display}; + my @url_param_values = (); + if ( $inf->{URL_PARAMS} ) { + my @url_params = ( ref $inf->{URL_PARAMS} ) + ? @{ $inf->{URL_PARAMS} } + : ( $inf->{URL_PARAMS} ); + @url_param_values = map { eval { $self->$_() } } @url_params; + } + if ( $inf->{ACTION} ) { + if ( $inf->{TASK} and @url_param_values ) { + $url = $u->create( $inf->{ACTION}, $inf->{TASK}, + { URL_PARAMS => \@url_param_values } ); + } + elsif ( $inf->{TASK} ) { + $url = $u->create( $inf->{ACTION}, $inf->{TASK}, + { $id_field => $oid } ); + } + if ( $inf->{TASK_EDIT} and @url_param_values ) { + $url_edit = $u->create( $inf->{ACTION}, $inf->{TASK_EDIT}, + { URL_PARAMS => \@url_param_values } ); + } + elsif ( $inf->{TASK_EDIT} ) { + $url_edit = $u->create( $inf->{ACTION}, $inf->{TASK_EDIT}, + { $id_field => $oid } ); + } + + } + else { + if ( $inf->{url} ) { + $url = "$inf->{url}?" . $id_field . '=' . $oid; + } + if ( $inf->{url_edit} ) { + $url_edit = "$inf->{url_edit}?" . $id_field . '=' . $oid; + } + else { + $url_edit = "$inf->{url}?edit=1;" . $id_field . '=' . $oid; + } + } + my ( $object_date ); + if ( my $date_field = $inf->{date} ) { + $object_date = $self->$date_field(); + } + return { + class => ref $self, + object_id => $oid, + security => $self->{tmp_security_level}, + oid => $oid, # backwards compatibility + id_field => $id_field, + name => $object_type, + title => $title, + date => $object_date, + url => $url, + url_edit => $url_edit, + }; + } + + + ######################################## # OBJECT TRACK METHODS *************** *** 315,318 **** --- 395,543 ---- L<OpenInteract2::SPOPS::LDAP|OpenInteract2::SPOPS::LDAP>. + =head1 DESCRIBING AN OBJECT + + B<object_description()> + + Very useful method you can call on any SPOPS object to get general + information about it. It's particularly useful when you're dealing + with an object of an unknown type -- such as when you're doing + fulltext searching or object tagging -- and need summary information + about it. + + The method overrides the implementation found in L<SPOPS>, returning a + hashref of information with the keys: + + =over 4 + + =item B<class> + + Class of the object. + + =item B<object_id> + + ID of this particular object. + + =item B<id_field> + + ID field for this object. + + =item B<name> + + General type of this object: 'News', 'Document', etc. + + =item B<title> + + Title of this specific object: 'Weather tomorrow to be scorching', + 'Recipe: Franks and Beans', etc. + + =item B<date> + + Date associated with this object, typically a created-on or updated-on + date and usually a L<DateTime> object. + + =item B<security> + + Security set on this object, matches one of the C<SEC_LEVEL_> + constants exported from L<SPOPS::Secure>. + + =item B<url> + + URL to display the object. + + =item B<url_edit> + + URL to display an editable form of the object. + + =back + + Some of these values you can control from your SPOPS configuration: + + B<id_field> + + Matches whatever you set in your C<id_field> key. + + B<name> + + Matches whatever you set in your C<object_name> key. + + B<title> + + Use C<title> (or C<name> as the method to call to retrieve the + title. So say you had an object representing a contact in your address + book. That contact may have 'first_name' and 'last_name' defined, but + when you display the object you want the contact's full name. So in + your configuration: + + [contact] + title = full_name + + And in your implementation you might have the naive: + + sub full_name { + my ( $self ) = @_; + return join( ' ', $self->first_name, $self->last_name ); + } + + B<date> + + If you want a date to be associated with your object, put its + field/method here. You're strongly encouraged to return a L<DateTime> + object. + + B<url> and B<url_edit> + + These can take a little more configuration. All configuration is in + the 'display' section of your SPOPS configuration, such as: + + [news display] + ACTION = news + TASK = display + TASK_EDIT = display_form + URL_PARAMS = news_id + + Most often you'll use the keys 'ACTION', 'TASK', and + 'TASK_EDIT'. Similar to other areas of OI2, 'ACTION' and 'TASK' are + used in conjunction with L<OpenInteract2::URL> to create portable + URLs. We add 'TASK_EDIT' here because you typically not only want to + generate a URL for displaying an object but also one for editing it. + + If you don't specify any 'URL_PARAMS' then we'll generate a URL with + the given action/task path and a GET param mapping your object's ID + field to its ID value. So the following: + + [news] + ... + id_field = news_id + ... + [news display] + ACTION = news + TASK = display + TASK_EDIT = display_form + + will generate the following for an object with ID 99: + + url: /news/display/?news_id=99 + url_edit: /news/display_form/?news_id=99 + + However, you can also generate REST-style parameters using the + 'URL_PARAMS' key. (This maps to the 'URL_PARAMS' argument passed to + all the C<create*()> methods in L<OpenInteract2::URL>.) So if we + change the above to: + + [news] + ... + id_field = news_id + ... + [news display] + ACTION = news + TASK = display + TASK_EDIT = display_form + URL_PARAMS = news_id + + Then you'll generate the following URLs with ID 99: + + url: /news/display/99 + url_edit: /news/display_form/99 + =head1 OBJECT TRACKING METHODS |
From: Chris W. <la...@us...> - 2005-03-17 20:30:54
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21363/OpenInteract2/Config Modified Files: Initializer.pm Log Message: OIN-154: add data to object_description and make it a runtime process rather than a mostly-startup-time one Index: Initializer.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config/Initializer.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Initializer.pm 4 Mar 2005 03:35:56 -0000 1.22 --- Initializer.pm 17 Mar 2005 20:30:45 -0000 1.23 *************** *** 178,212 **** } - # NOTE: This requires that the action table is already read in. The - # process defined in OI2::Context/Setup ensures this, but if you're - # doing initialization some other way: YOU'VE BEEN WARNED. - - sub _spops_display_info { - my ( $init, $type, $config ) = @_; - return unless ( $type eq 'spops' ); - my $display_info = $config->{display}; - return unless ( ref $display_info eq 'HASH' ); - $log ||= get_logger( LOG_INIT ); - $log->info( "Translating correct URL for 'display' in '$config->{key}'" ); - my $u = OpenInteract2::URL->new(); - if ( $display_info->{url} ) { - $display_info->{url} = - $u->create( $display_info->{url} ); - } - elsif ( $display_info->{ACTION} ) { - $display_info->{url} = - $u->create_from_action( $display_info->{ACTION}, - $display_info->{TASK} ); - delete $display_info->{TASK}; - if ( $display_info->{TASK_EDIT} ) { - $display_info->{url_edit} = $u->create_from_action( - $display_info->{ACTION}, $display_info->{TASK_EDIT} ); - delete $display_info->{TASK_EDIT}; - } - delete $display_info->{ACTION}; - } - } - - # Changes: # [user has_a] --- 178,181 ---- *************** *** 305,309 **** __PACKAGE__->add_observer( \&_spops_date_conversion ); __PACKAGE__->add_observer( \&_spops_fulltext ); - __PACKAGE__->add_observer( \&_spops_display_info ); __PACKAGE__->add_observer( \&_spops_set_hasa ); __PACKAGE__->add_observer( \&_spops_set_dbi ); --- 274,277 ---- *************** *** 593,602 **** long as at least one field is listed in 'fulltext_field'. - =item B<Display Munging> - - Configurations defining 'display' with 'ACTION' and 'TASK' keys get a - 'url' key with the properly rewritten URL; those with both 'ACTION' - and 'TASK_EDIT' keys get a 'url_edit' key as well. - =item B<Field Discovery> --- 561,564 ---- |
From: Salve J. N. <sj...@us...> - 2005-03-17 16:17:48
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_group/msg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21759/pkg/base_group/msg Modified Files: base_group-messages-no.msg Log Message: Convert 8-bit character (æøå) to HTML entities Index: base_group-messages-no.msg =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_group/msg/base_group-messages-no.msg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** base_group-messages-no.msg 17 Mar 2005 13:03:23 -0000 1.2 --- base_group-messages-no.msg 17 Mar 2005 16:17:33 -0000 1.3 *************** *** 14,18 **** base_group.form.label.member_select = Medlemmer base_group.list.title = Liste over grupper ! base_group.list.summary = Følgende grupper er for tiden registrert. base_group.list.no_groups = For tiden er det ingen grupper registrert, som du \ har rettigheter til &sring; se på. --- 14,18 ---- base_group.form.label.member_select = Medlemmer base_group.list.title = Liste over grupper ! base_group.list.summary = Fålgende grupper er for tiden registrert. base_group.list.no_groups = For tiden er det ingen grupper registrert, som du \ har rettigheter til &sring; se på. |
From: Salve J. N. <sj...@us...> - 2005-03-17 16:17:48
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_user/msg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21759/pkg/base_user/msg Modified Files: base_user-messages-no.msg Log Message: Convert 8-bit character (æøå) to HTML entities Index: base_user-messages-no.msg =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_user/msg/base_user-messages-no.msg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** base_user-messages-no.msg 17 Mar 2005 12:54:57 -0000 1.3 --- base_user-messages-no.msg 17 Mar 2005 16:17:34 -0000 1.4 *************** *** 8,13 **** base_user.new_form.howto_intro = Oppretting av en ny konto er enkelt! Vi \ trenger kun to ting: ! base_user.new_form.howto_login = brukernavnet du ønsker å ha ! base_user.new_form.howto_email = en fungerende epostadresse base_user.new_form.instructions = Etter du har fylt ut informasjonen \ nedenfor og vi har sjekket at brukernavnet ditt ikke allerede er \ --- 8,13 ---- base_user.new_form.howto_intro = Oppretting av en ny konto er enkelt! Vi \ trenger kun to ting: ! base_user.new_form.howto_login = Brukernavnet du ønsker å ha ! base_user.new_form.howto_email = En fungerende epostadresse base_user.new_form.instructions = Etter du har fylt ut informasjonen \ nedenfor og vi har sjekket at brukernavnet ditt ikke allerede er \ *************** *** 67,71 **** base_user.new.no_mailcheck_module = Kan ikke sjekke epostadressens gyldighet. base_user.new.create_failure = Kan ikke opprette ny bruker: [_1] ! base_user.new.security_failure = Kan ikke sette sikkerhetsnivå for ny bruker: [_1] base_user.user.search_error = Feil i søkeoperasjon: [_1] --- 67,71 ---- base_user.new.no_mailcheck_module = Kan ikke sjekke epostadressens gyldighet. base_user.new.create_failure = Kan ikke opprette ny bruker: [_1] ! base_user.new.security_failure = Kan ikke sette sikkerhetsnivå for ny bruker: [_1] base_user.user.search_error = Feil i søkeoperasjon: [_1] |
From: Salve J. N. <sj...@us...> - 2005-03-17 15:45:39
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_box/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15225/pkg/base_box/conf Modified Files: action.ini Log Message: Forgot to remove one of the "title" fields Index: action.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_box/conf/action.ini,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** action.ini 17 Mar 2005 12:52:21 -0000 1.5 --- action.ini 17 Mar 2005 15:45:29 -0000 1.6 *************** *** 13,17 **** template = base_box::object_modify_box weight = 4 - title = Object Info title_key = object_modify_box.title is_secure = no --- 13,16 ---- |
From: Salve J. N. <sj...@us...> - 2005-03-17 14:58:51
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3642/lib/OpenInteract2 Modified Files: Action.pm Auth.pm ContentGenerator.pm Context.pm Cookie.pm DatasourceManager.pm Exception.pm File.pm Log.pm Manage.pm Package.pm Repository.pm Request.pm Response.pm SPOPS.pm SQLInstall.pm Upload.pm Log Message: Update copyright year from *-2004 to *-2005 Index: Action.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action.pm,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** Action.pm 12 Mar 2005 05:09:39 -0000 1.72 --- Action.pm 17 Mar 2005 14:57:56 -0000 1.73 *************** *** 2879,2883 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 2879,2883 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Auth.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Auth.pm,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Auth.pm 25 Feb 2005 05:37:09 -0000 1.21 --- Auth.pm 17 Mar 2005 14:57:57 -0000 1.22 *************** *** 382,386 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 382,386 ---- =head1 COPYRIGHT ! Copyright (c) 2002-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.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ContentGenerator.pm 24 Jan 2005 17:17:32 -0000 1.14 --- ContentGenerator.pm 17 Mar 2005 14:57:57 -0000 1.15 *************** *** 158,162 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. =head1 AUTHORS --- 158,162 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. =head1 AUTHORS Index: Context.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Context.pm,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -d -r1.86 -r1.87 *** Context.pm 26 Feb 2005 23:31:24 -0000 1.86 --- Context.pm 17 Mar 2005 14:57:57 -0000 1.87 *************** *** 1616,1620 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 1616,1620 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Cookie.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Cookie.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Cookie.pm 28 Nov 2004 06:03:58 -0000 1.11 --- Cookie.pm 17 Mar 2005 14:57:58 -0000 1.12 *************** *** 154,158 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 154,158 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: DatasourceManager.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/DatasourceManager.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** DatasourceManager.pm 9 Nov 2004 13:49:37 -0000 1.16 --- DatasourceManager.pm 17 Mar 2005 14:57:58 -0000 1.17 *************** *** 287,291 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 287,291 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Exception.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Exception.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Exception.pm 17 Feb 2004 04:30:13 -0000 1.11 --- Exception.pm 17 Mar 2005 14:57:58 -0000 1.12 *************** *** 224,228 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 224,228 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: File.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/File.pm,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** File.pm 22 May 2004 15:34:47 -0000 1.11 --- File.pm 17 Mar 2005 14:57:58 -0000 1.12 *************** *** 309,313 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 309,313 ---- =head1 COPYRIGHT ! Copyright (c) 2002-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.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Log.pm 16 Mar 2004 21:00:18 -0000 1.6 --- Log.pm 17 Mar 2005 14:57:58 -0000 1.7 *************** *** 127,131 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. =head1 AUTHORS --- 127,131 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. =head1 AUTHORS Index: Manage.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Manage.pm,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** Manage.pm 28 Feb 2005 04:34:33 -0000 1.48 --- Manage.pm 17 Mar 2005 14:57:58 -0000 1.49 *************** *** 1013,1017 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 1013,1017 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Package.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Package.pm,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** Package.pm 17 Mar 2005 06:05:03 -0000 1.55 --- Package.pm 17 Mar 2005 14:57:58 -0000 1.56 *************** *** 1764,1768 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 1764,1768 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Repository.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Repository.pm,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Repository.pm 17 Mar 2005 06:04:09 -0000 1.24 --- Repository.pm 17 Mar 2005 14:57:58 -0000 1.25 *************** *** 541,545 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 541,545 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Request.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Request.pm,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** Request.pm 2 Mar 2005 15:28:44 -0000 1.53 --- Request.pm 17 Mar 2005 14:57:58 -0000 1.54 *************** *** 938,942 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 938,942 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Response.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Response.pm,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** Response.pm 9 Nov 2004 12:15:32 -0000 1.27 --- Response.pm 17 Mar 2005 14:57:58 -0000 1.28 *************** *** 403,407 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 403,407 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: SPOPS.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SPOPS.pm,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** SPOPS.pm 13 Feb 2005 20:36:11 -0000 1.28 --- SPOPS.pm 17 Mar 2005 14:57:58 -0000 1.29 *************** *** 448,452 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 448,452 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: SQLInstall.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SQLInstall.pm,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** SQLInstall.pm 26 Feb 2005 23:13:23 -0000 1.29 --- SQLInstall.pm 17 Mar 2005 14:57:58 -0000 1.30 *************** *** 1739,1743 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 1739,1743 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: Upload.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Upload.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Upload.pm 18 Feb 2004 05:25:26 -0000 1.5 --- Upload.pm 17 Mar 2005 14:57:58 -0000 1.6 *************** *** 202,206 **** =head1 COPYRIGHT ! Copyright (c) 2002-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 202,206 ---- =head1 COPYRIGHT ! Copyright (c) 2002-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |