You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(160) |
Mar
(119) |
Apr
(111) |
May
(118) |
Jun
(101) |
Jul
(304) |
Aug
(113) |
Sep
(140) |
Oct
(137) |
Nov
(87) |
Dec
(122) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(78) |
Feb
(125) |
Mar
(131) |
Apr
(59) |
May
(121) |
Jun
(166) |
Jul
(150) |
Aug
(137) |
Sep
(73) |
Oct
(58) |
Nov
(27) |
Dec
(60) |
| 2005 |
Jan
(131) |
Feb
(84) |
Mar
(36) |
Apr
(8) |
May
(28) |
Jun
(20) |
Jul
(10) |
Aug
(72) |
Sep
(76) |
Oct
(34) |
Nov
(3) |
Dec
(29) |
| 2006 |
Jan
(13) |
Feb
(92) |
Mar
(7) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(4) |
Aug
(17) |
Sep
(5) |
Oct
(2) |
Nov
(8) |
Dec
(12) |
| 2007 |
Jan
(28) |
Feb
(15) |
Mar
|
Apr
|
May
(8) |
Jun
(4) |
Jul
(5) |
Aug
(8) |
Sep
(20) |
Oct
(38) |
Nov
(65) |
Dec
(92) |
| 2008 |
Jan
(21) |
Feb
(56) |
Mar
(27) |
Apr
(174) |
May
(25) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ssc...@us...> - 2003-11-10 10:37:06
|
Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv17825
Modified Files:
XMLRPC.pm
Log Message:
Roadmap feature addition: Dis/enabling of optional POPFile Loadable Modules.
Updating past this point may require re-setting some modules as enabled
Optional modules (All Proxies, and non-html UI's) have a -module_enabled
boolean configuration parameter
Index: XMLRPC.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/XMLRPC.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** XMLRPC.pm 2 Oct 2003 16:44:22 -0000 1.7
--- XMLRPC.pm 10 Nov 2003 10:37:03 -0000 1.8
***************
*** 28,31 ****
--- 28,33 ----
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
+ # Modified by Sam Schinke (ssc...@us...)
+ #
#----------------------------------------------------------------------------
***************
*** 71,74 ****
--- 73,80 ----
{
my ( $self ) = @_;
+
+ # Disabled by default
+
+ $self->config_( 'enabled', 0);
# XML-RPC is available on port 8081 initially
|
|
From: <ssc...@us...> - 2003-11-10 10:35:39
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1:/tmp/cvs-serv17626 Modified Files: popfile.pl Log Message: Roadmap feature addition: Dis/enabling of optional POPFile Loadable Modules. Updating past this point may require re-setting some modules as enabled Optional modules (All Proxies, and non-html UI's) have a -module_enabled boolean configuration parameter Index: popfile.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile.pl,v retrieving revision 1.216 retrieving revision 1.217 diff -C2 -d -r1.216 -r1.217 *** popfile.pl 5 Nov 2003 15:08:23 -0000 1.216 --- popfile.pl 10 Nov 2003 10:35:34 -0000 1.217 *************** *** 26,29 **** --- 26,31 ---- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # + # Modified by Sam Schinke (ssc...@us...) + # # --------------------------------------------------------------------------------------------- *************** *** 57,60 **** --- 59,63 ---- $POPFile->CORE_initialize(); $POPFile->CORE_config(); + $POPFile->CORE_enabled_check(); $POPFile->CORE_start(); |
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1:/tmp/cvs-serv32756 Modified Files: Bulgarian-pfi.nsh Czech-pfi.nsh Danish-pfi.nsh Dutch-pfi.nsh English-pfi.nsh Finnish-pfi.nsh French-pfi.nsh German-pfi.nsh Greek-pfi.nsh Hungarian-pfi.nsh Italian-pfi.nsh Japanese-pfi.nsh Korean-pfi.nsh Polish-pfi.nsh Portuguese-pfi.nsh PortugueseBR-pfi.nsh Russian-pfi.nsh SimpChinese-pfi.nsh Slovak-pfi.nsh Spanish-pfi.nsh Swedish-pfi.nsh TradChinese-pfi.nsh Turkish-pfi.nsh Ukrainian-pfi.nsh Log Message: Text should not refer to a specific POPFile release. Index: Bulgarian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Bulgarian-pfi.nsh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Bulgarian-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.13 --- Bulgarian-pfi.nsh 6 Nov 2003 09:29:07 -0000 1.14 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Czech-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Czech-pfi.nsh,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Czech-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.8 --- Czech-pfi.nsh 6 Nov 2003 09:29:07 -0000 1.9 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Danish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Danish-pfi.nsh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Danish-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.13 --- Danish-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.14 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Dutch-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Dutch-pfi.nsh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Dutch-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.13 --- Dutch-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.14 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: English-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/English-pfi.nsh,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** English-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.14 --- English-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.15 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Finnish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Finnish-pfi.nsh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Finnish-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.13 --- Finnish-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.14 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: French-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/French-pfi.nsh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** French-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.13 --- French-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.14 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: German-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/German-pfi.nsh,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** German-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.15 --- German-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.16 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Greek-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Greek-pfi.nsh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Greek-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.5 --- Greek-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.6 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Hungarian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Hungarian-pfi.nsh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Hungarian-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.13 --- Hungarian-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.14 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Italian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Italian-pfi.nsh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Italian-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.3 --- Italian-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.4 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Japanese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Japanese-pfi.nsh,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Japanese-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.17 --- Japanese-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.18 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Korean-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Korean-pfi.nsh,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Korean-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.14 --- Korean-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.15 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Polish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Polish-pfi.nsh,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Polish-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.6 --- Polish-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.7 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Portuguese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Portuguese-pfi.nsh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Portuguese-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.13 --- Portuguese-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.14 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: PortugueseBR-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/PortugueseBR-pfi.nsh,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** PortugueseBR-pfi.nsh 30 Oct 2003 15:51:47 -0000 1.15 --- PortugueseBR-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.16 *************** *** 262,266 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "AVISO" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "NÃO feche a janela de console do POPFile!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "Quando aparecer 'POPFile Engine v0.20.0 running' na janela de console, isto significa que" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- O POPFile está pronto para usar" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- O POPFile pode ser desligado com segurança usando o Menu Iniciar" --- 262,266 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "AVISO" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "NÃO feche a janela de console do POPFile!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "Quando aparecer 'POPFile Engine vX.X.X running' na janela de console, isto significa que" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- O POPFile está pronto para usar" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- O POPFile pode ser desligado com segurança usando o Menu Iniciar" Index: Russian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Russian-pfi.nsh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Russian-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.13 --- Russian-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.14 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: SimpChinese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/SimpChinese-pfi.nsh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** SimpChinese-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.13 --- SimpChinese-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.14 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Slovak-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Slovak-pfi.nsh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Slovak-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.13 --- Slovak-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.14 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Spanish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Spanish-pfi.nsh,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Spanish-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.15 --- Spanish-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.16 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Swedish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Swedish-pfi.nsh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Swedish-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.13 --- Swedish-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.14 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: TradChinese-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/TradChinese-pfi.nsh,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** TradChinese-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.14 --- TradChinese-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.15 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Turkish-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Turkish-pfi.nsh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Turkish-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.2 --- Turkish-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.3 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" Index: Ukrainian-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/Ukrainian-pfi.nsh,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Ukrainian-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.13 --- Ukrainian-pfi.nsh 6 Nov 2003 09:29:08 -0000 1.14 *************** *** 260,264 **** !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" --- 260,264 ---- !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine vX.X.X running' appears in the console window, this means" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" |
|
From: <xue...@us...> - 2003-11-05 21:24:59
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv21623 Modified Files: installer.nsi Log Message: A better description of the C_POPFILE_RC parameter. Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.147 retrieving revision 1.148 diff -C2 -d -r1.147 -r1.148 *** installer.nsi 5 Nov 2003 18:29:53 -0000 1.147 --- installer.nsi 5 Nov 2003 20:08:36 -0000 1.148 *************** *** 59,63 **** # # Note that if a production build is required (i.e. not a Release Candidate), /DC_POPFILE_RC ! # can be used instead of /DC_POPFILE_RC=RCx # # For example, to build the installer for POPFile 0.20.1 the following command-line could be --- 59,63 ---- # # Note that if a production build is required (i.e. not a Release Candidate), /DC_POPFILE_RC ! # or /DC_POPFILE_RC= or /DC_POPFILE_RC="" can be used instead of /DC_POPFILE_RC=RCx # # For example, to build the installer for POPFile 0.20.1 the following command-line could be |
|
From: <jgr...@us...> - 2003-11-05 18:53:10
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv6675 Modified Files: Makefile Log Message: Update Makefile to pass the POPFIle version information to MAKENSIS Index: Makefile =================================================================== RCS file: /cvsroot/popfile/windows/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Makefile 15 Oct 2003 17:07:28 -0000 1.14 --- Makefile 5 Nov 2003 18:46:51 -0000 1.15 *************** *** 17,24 **** --- 17,28 ---- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # + .PHONY: all build include ..\engine\vars.mak + MAKENSIS_VERSION_STRING:=/DC_POPFILE_MAJOR_VERSION=$(POPFILE_MAJOR_VERSION) /DC_POPFILE_MINOR_VERSION=$(POPFILE_MINOR_VERSION) /DC_POPFILE_REVISION=$(POPFILE_REVISION) /DC_POPFILE_RC=$(RC) + + MAKENSIS=../NSIS/makensis.exe $(MAKENSIS_VERSION_STRING) /V4 $< BUILD_ZIP=../engine/wzzip -P $(POPFILE_WINDOWS_ZIP) -a $^ *************** *** 32,37 **** setup.exe: stop_pf.exe ../engine/popfile.exe ../engine/popfileb.exe ../engine/popfileib.exe ../engine/popfilef.exe ../engine/popfileif.exe setup.exe: installer.nsi ioA.ini ioB.ini CBP.nsh ! @../NSIS/makensis.exe /V4 $< stop_pf.exe: stop_popfile.nsi ! @../NSIS/makensis.exe /V4 $< --- 36,41 ---- setup.exe: stop_pf.exe ../engine/popfile.exe ../engine/popfileb.exe ../engine/popfileib.exe ../engine/popfilef.exe ../engine/popfileif.exe setup.exe: installer.nsi ioA.ini ioB.ini CBP.nsh ! @$(MAKENSIS) stop_pf.exe: stop_popfile.nsi ! @$(MAKENSIS) |
|
From: <xue...@us...> - 2003-11-05 18:36:20
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv3293
Modified Files:
installer.nsi
Log Message:
Pass the POPFile version number data via the NSIS compiler command-line.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** installer.nsi 5 Nov 2003 15:08:23 -0000 1.146
--- installer.nsi 5 Nov 2003 18:29:53 -0000 1.147
***************
*** 46,58 ****
#--------------------------------------------------------------------------
! # LANGUAGE SUPPORT:
#
! # The installer defaults to multi-language mode ('English' plus a number of other languages).
#
! # If required, a command-line switch can be used to build an English-only version.
#
! # Normal multi-language build command: makensis.exe installer.nsi
! # To build an English-only installer: makensis.exe /DENGLISH_MODE installer.nsi
#
#--------------------------------------------------------------------------
# Removing support for a particular language:
--- 46,77 ----
#--------------------------------------------------------------------------
! # POPFile Version Data:
#
! # In order to simplify maintenance, the POPFile version number and 'Release Candidate' status
! # are passed as command-line parameters to the NSIS compiler.
#
! # The following 4 parameters must be supplied (where x is a value in range 0 to 65535):
#
! # (a) the Major Version number (supplied as /DC_POPFILE_MAJOR_VERSION=x)
! # (b) the Minor Version number (supplied as /DC_POPFILE_MINOR_VERSION=x)
! # (c) the Revision number (supplied as /DC_POPFILE_REVISION=x)
! # (d) the Release Candidate number (supplied as /DC_POPFILE_RC=RCx)
! #
! # Note that if a production build is required (i.e. not a Release Candidate), /DC_POPFILE_RC
! # can be used instead of /DC_POPFILE_RC=RCx
! #
! # For example, to build the installer for POPFile 0.20.1 the following command-line could be
! # used:
#
+ # makensis.exe /DC_POPFILE_MAJOR_VERSION=0 /DC_POPFILE_MINOR_VERSION=20 /DC_POPFILE_REVISION=1 /DC_POPFILE_RC installer.nsi
+ #--------------------------------------------------------------------------
+
+ #--------------------------------------------------------------------------
+ # LANGUAGE SUPPORT:
+ #
+ # The installer defaults to multi-language mode ('English' plus a number of other languages).
+ #
+ # If required, the command-line switch /DENGLISH_MODE can be used to build an English-only
+ # version. This switch can appear before or after the four POPFile version number parameters.
#--------------------------------------------------------------------------
# Removing support for a particular language:
***************
*** 114,124 ****
;--------------------------------------------------------------------------
! ReadEnvStr C_POPFILE_MAJOR_VERSION "POPFILE_MAJOR_VERSION"
! ReadEnvStr C_POPFILE_MINOR_VERSION "POPFILE_MINOR_VERSION"
! ReadEnvStr C_POPFILE_REVISION "POPFILE_REVISION"
! ReadEnvStr C_POPFILE_RC "RC"
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "${C_POPFILE_MAJOR_VERSION}.${C_POPFILE_MINOR_VERSION}.${C_POPFILE_REVISION}${RC}"
!define C_README "v${C_POPFILE_MAJOR_VERSION}.${C_POPFILE_MINOR_VERSION}.${C_POPFILE_REVISION}.change"
--- 133,154 ----
;--------------------------------------------------------------------------
! !ifndef C_POPFILE_MAJOR_VERSION
! !error "$\r$\n$\r$\nFatal error: POPFile Major Version parameter not supplied$\r$\n"
! !endif
!
! !ifndef C_POPFILE_MINOR_VERSION
! !error "$\r$\n$\r$\nFatal error: POPFile Minor Version parameter not supplied$\r$\n"
! !endif
!
! !ifndef C_POPFILE_REVISION
! !error "$\r$\n$\r$\nFatal error: POPFile Revision parameter not supplied$\r$\n"
! !endif
!
! !ifndef C_POPFILE_RC
! !error "$\r$\n$\r$\nFatal error: POPFile RC parameter not supplied$\r$\n"
! !endif
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "${C_POPFILE_MAJOR_VERSION}.${C_POPFILE_MINOR_VERSION}.${C_POPFILE_REVISION}${C_POPFILE_RC}"
!define C_README "v${C_POPFILE_MAJOR_VERSION}.${C_POPFILE_MINOR_VERSION}.${C_POPFILE_REVISION}.change"
***************
*** 2152,2158 ****
Push "1"
Call SetConsoleMode
!
; Remove the 'Click Next to convert the corpus' text (because we need to reboot first)
!
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioD.ini" "Settings" "NumFields" "7"
--- 2182,2188 ----
Push "1"
Call SetConsoleMode
!
; Remove the 'Click Next to convert the corpus' text (because we need to reboot first)
!
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioD.ini" "Settings" "NumFields" "7"
***************
*** 2443,2449 ****
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioD.ini" "Settings" "NumFields" "0"
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "BackEnabled" "0"
!
WriteINIStr "$INSTDIR\backup\backup.ini" "FlatFileCorpus" "Status" "old"
!
Goto selection_ok
--- 2473,2479 ----
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioD.ini" "Settings" "NumFields" "0"
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "BackEnabled" "0"
!
WriteINIStr "$INSTDIR\backup\backup.ini" "FlatFileCorpus" "Status" "old"
!
Goto selection_ok
***************
*** 2476,2480 ****
; any changes to 'popfile.cfg' so the next time 'popfile.exe' is used to start POPFile, the
; the settings in 'popfile.cfg' will be used.
!
SetOutPath $INSTDIR
ClearErrors
--- 2506,2510 ----
; any changes to 'popfile.cfg' so the next time 'popfile.exe' is used to start POPFile, the
; the settings in 'popfile.cfg' will be used.
!
SetOutPath $INSTDIR
ClearErrors
|
|
From: <jgr...@us...> - 2003-11-05 15:11:57
|
Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv28656/Classifier
Modified Files:
Bayes.pm
Log Message:
Make POPFile die quickly if the database tie fails
Index: Bayes.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v
retrieving revision 1.219
retrieving revision 1.220
diff -C2 -d -r1.219 -r1.220
*** Bayes.pm 30 Oct 2003 14:57:12 -0000 1.219
--- Bayes.pm 5 Nov 2003 15:11:49 -0000 1.220
***************
*** 586,598 ****
-Flags => DB_CREATE; # PROFILE BLOCK STOP
if ( !defined( $self->{matrix__}{$bucket}{__POPFILE__TOTAL__} ) ) {
$self->{matrix__}{$bucket}{__POPFILE__TOTAL__} = 0;
$self->{matrix__}{$bucket}{__POPFILE__UNIQUE__} = 0;
}
}
# ---------------------------------------------------------------------------------------------
#
! # tie_bucket__
#
# Unties the matrix__ hash from the BerkeleyDB
--- 586,610 ----
-Flags => DB_CREATE; # PROFILE BLOCK STOP
+ # Check to see if the tie worked, if it failed then POPFile is about to fail
+ # badly
+
+ if ( !defined( $self->{db__}{$bucket} ) ) {
+ $self->log_( "Failed to tie database hash for bucket $bucket" );
+ die "Database tie failed for $bucket";
+ }
+
if ( !defined( $self->{matrix__}{$bucket}{__POPFILE__TOTAL__} ) ) {
$self->{matrix__}{$bucket}{__POPFILE__TOTAL__} = 0;
$self->{matrix__}{$bucket}{__POPFILE__UNIQUE__} = 0;
}
+
+ if ( !defined( $self->{matrix__}{$bucket}{__POPFILE__UNIQUE__} ) ) {
+ $self->{matrix__}{$bucket}{__POPFILE__UNIQUE__} = 0;
+ }
}
# ---------------------------------------------------------------------------------------------
#
! # untie_bucket__
#
# Unties the matrix__ hash from the BerkeleyDB
|
|
From: <jgr...@us...> - 2003-11-05 15:08:35
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv28087/windows
Modified Files:
installer.nsi
Log Message:
Create a single place where the POPFile version number is stored.
POPFile now reads its version number from a file called popfile_version
which is stored in the POPFile subdirectory. This file is created
by the build process from information in vars.mak.
engine/vars.mak:
Add variables to hold the major, minor and revision numbers of the
POPFile version and a variable that holds the name of the file that
will contains the POPFile version information.
engine/popfile.pl
engine/popfile-tray.pl:
Remove explicit set of the POPFile version number, this is now handled
by POPFile::Loader::CORE_loader_init.
engine/POPFile/Loader.pm:
CORE_loader_init looks for the file popfile_version in the same directory
and if found reads and sets the version number from it.
windows/installer.nsi:
Installer script reads the variables set in vars.mak to set the version
number being built.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.145
retrieving revision 1.146
diff -C2 -d -r1.145 -r1.146
*** installer.nsi 4 Nov 2003 23:18:44 -0000 1.145
--- installer.nsi 5 Nov 2003 15:08:23 -0000 1.146
***************
*** 114,121 ****
;--------------------------------------------------------------------------
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "0.20.1"
! !define C_README "v0.20.1.change"
!define C_RELEASE_NOTES "..\engine\${C_README}"
--- 114,126 ----
;--------------------------------------------------------------------------
+ ReadEnvStr C_POPFILE_MAJOR_VERSION "POPFILE_MAJOR_VERSION"
+ ReadEnvStr C_POPFILE_MINOR_VERSION "POPFILE_MINOR_VERSION"
+ ReadEnvStr C_POPFILE_REVISION "POPFILE_REVISION"
+ ReadEnvStr C_POPFILE_RC "RC"
+
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "${C_POPFILE_MAJOR_VERSION}.${C_POPFILE_MINOR_VERSION}.${C_POPFILE_REVISION}${RC}"
! !define C_README "v${C_POPFILE_MAJOR_VERSION}.${C_POPFILE_MINOR_VERSION}.${C_POPFILE_REVISION}.change"
!define C_RELEASE_NOTES "..\engine\${C_README}"
***************
*** 184,188 ****
; representing the following values: Major.Minor.Release.Build
! VIProductVersion "0.20.1.0"
VIAddVersionKey "ProductName" "${MUI_PRODUCT}"
--- 189,193 ----
; representing the following values: Major.Minor.Release.Build
! VIProductVersion "${C_POPFILE_MAJOR_VERSION}.${C_POPFILE_MINOR_VERSION}.${C_POPFILE_REVISION}.0"
VIAddVersionKey "ProductName" "${MUI_PRODUCT}"
|
|
From: <jgr...@us...> - 2003-11-05 15:08:34
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1:/tmp/cvs-serv28087/engine Modified Files: vars.mak Makefile popfile.pl popfile-tray.pl Log Message: Create a single place where the POPFile version number is stored. POPFile now reads its version number from a file called popfile_version which is stored in the POPFile subdirectory. This file is created by the build process from information in vars.mak. engine/vars.mak: Add variables to hold the major, minor and revision numbers of the POPFile version and a variable that holds the name of the file that will contains the POPFile version information. engine/popfile.pl engine/popfile-tray.pl: Remove explicit set of the POPFile version number, this is now handled by POPFile::Loader::CORE_loader_init. engine/POPFile/Loader.pm: CORE_loader_init looks for the file popfile_version in the same directory and if found reads and sets the version number from it. windows/installer.nsi: Installer script reads the variables set in vars.mak to set the version number being built. Index: vars.mak =================================================================== RCS file: /cvsroot/popfile/engine/vars.mak,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** vars.mak 27 Oct 2003 22:05:10 -0000 1.4 --- vars.mak 5 Nov 2003 15:08:23 -0000 1.5 *************** *** 6,10 **** # Copyright (c) 2003 John Graham-Cumming ! export POPFILE_VERSION=0.20.1 POPFILE_ZIP := popfile-$(POPFILE_VERSION)$(RC).zip POPFILE_WINDOWS_ZIP := popfile-$(POPFILE_VERSION)$(RC)-windows.zip --- 6,14 ---- # Copyright (c) 2003 John Graham-Cumming ! export POPFILE_MAJOR_VERSION=0 ! export POPFILE_MINOR_VERSION=20 ! export POPFILE_REVISION=1 ! export POPFILE_VERSION:=$(POPFILE_MAJOR_VERSION).$(POPFILE_MINOR_VERSION).$(POPFILE_REVISION) ! POPFILE_VERSION_FILE=POPFile/popfile_version POPFILE_ZIP := popfile-$(POPFILE_VERSION)$(RC).zip POPFILE_WINDOWS_ZIP := popfile-$(POPFILE_VERSION)$(RC)-windows.zip Index: Makefile =================================================================== RCS file: /cvsroot/popfile/engine/Makefile,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** Makefile 27 Oct 2003 22:04:05 -0000 1.28 --- Makefile 5 Nov 2003 15:08:23 -0000 1.29 *************** *** 1,105 **** ! # POPFile Makefile ! # ! # This Makefile is used for the creation of POPFile packages ! # and for testing ! # ! # Copyright (c) 2003 John Graham-Cumming ! ! include vars.mak ! ! .PHONY: test package windows core manual skins coverage macosx ! ! error: ! @echo Must specify one of coverage, test, package or windows ! @echo ! @echo "coverage - Run POPFile test suite with coverage information" ! @echo "test - Run POPFile test suite" ! @echo " (test and coverage pass the TESTARGS variable to the test suite)" ! @echo ! @echo "windows - Build Windows executables and installer" ! @echo "macosx - Build Mac OS X package installer" ! @echo "xplat - Build the cross-platform ZIP" ! @echo "package - Build Windows installer, and create" ! @echo " ZIP files for Windows and cross-platform" ! @echo " version" ! @echo "rc - After doing package moves the ZIP files to be RC zip files" ! @echo " The RC number is set with the RC parameter so do" ! @echo " make rc RC=RC6 for example." ! ! # test runs the POPFile unit test suite ! ! coverage: ! @echo Running test suite with code coverage ! ifdef TESTARGS ! @echo with arguments '$(TESTARGS)' ! endif ! @$(MAKE) --no-print-directory -C tests runtest TESTARGS=$(TESTARGS) DEBUGARGS=-d:TestCoverage ! ! test: ! @echo Running test suite ! ifdef TESTARGS ! @echo with arguments '$(TESTARGS)' ! endif ! @$(MAKE) --no-print-directory -C tests runtest TESTARGS=$(TESTARGS) DEBUGARGS= ! ! # Mac OS X is built in the Mac OS X directory ! ! macosx: ; @$(MAKE) -C ../macosx ! ! # Builds the tray application using PerlTray ! ! winexe: popfile.exe popfileb.exe popfilef.exe popfileib.exe popfileif.exe trayicon.ico ../windows/POPFileIcon/popfile.ico ! ! TRAY_OPTIONS = --exe $@ --force --clean --dependent --xclude --icon ../windows/POPFileIcon/popfile.ico --icon trayicon.ico --script $< --info CompanyName="The POPFile Project" --info LegalCopyright="Copyright (c) 2003 John Graham-Cumming" --info ProductName=POPFile --info ProductVersion=$(POPFILE_VERSION).0 --info FileDescription=POPFile --info FileVersion=$(POPFILE_VERSION).0 ! ifeq ($(TRAY_DEBUG),1) ! TRAY_OPTIONS += --debug ! endif ! ! popfile.exe: popfile-windows.pl ! perlapp --gui $(TRAY_OPTIONS) ! ! popfileif.exe: popfile-tray.pl POPFile/Loader.pm ! perltray --nogui $(TRAY_OPTIONS) ! ! popfileib.exe: popfile-tray.pl POPFile/Loader.pm ! perltray $(TRAY_OPTIONS) ! ! popfilef.exe: popfile.pl POPFile/Loader.pm ! perlapp $(TRAY_OPTIONS) ! ! popfileb.exe: popfile.pl POPFile/Loader.pm ! perlapp --gui $(TRAY_OPTIONS) ! ! # windows builds the Windows installer ! ! windows: winexe; @$(MAKE) -C ../windows ! ! # build a ZIPped up package of POPFile ! ! BUILD_ZIP=wzzip -P $(POPFILE_ZIP) -a $^ ! xplat: $(POPFILE_ZIP) ! $(POPFILE_ZIP): core manual skins ! ! core: popfile.pl otto.gif pix.gif black.gif bayes.pl pipe.pl insert.pl Classifier/*.pm POPFile/*.pm Proxy/POP3.pm Proxy/Proxy.pm UI/HT??.pm v$(POPFILE_VERSION).change license stopwords favicon.ico ! rm -f $(POPFILE_ZIP) ! $(BUILD_ZIP) ! ! manual: manual/*.gif manual/en/*.html languages/*.msg ! $(BUILD_ZIP) ! ! skins: skins/*.css skins/*.gif skins/*/*.gif ! $(BUILD_ZIP) ! ! # package builds a zip file containing the POPFile package and the windows ! # installer ! ! package: $(POPFILE_ZIP) windows ! ! # Used to convert the ZIP files to RC ZIP files and ! # upload to SourceForge ! ! rc: RELEASE_FILES := $(POPFILE_ZIP) ../windows/$(POPFILE_WINDOWS_ZIP) ! rc: ! chmod go+r $(RELEASE_FILES) ! scp -p $(RELEASE_FILES) jgr...@po...:/home/groups/p/po/popfile/htdocs ! --- 1,112 ---- ! # POPFile Makefile ! # ! # This Makefile is used for the creation of POPFile packages ! # and for testing ! # ! # Copyright (c) 2003 John Graham-Cumming ! ! include vars.mak ! ! .PHONY: test package windows core manual skins coverage macosx ! ! error: ! @echo Must specify one of coverage, test, package or windows ! @echo ! @echo "coverage - Run POPFile test suite with coverage information" ! @echo "test - Run POPFile test suite" ! @echo " (test and coverage pass the TESTARGS variable to the test suite)" ! @echo ! @echo "windows - Build Windows executables and installer" ! @echo "macosx - Build Mac OS X package installer" ! @echo "xplat - Build the cross-platform ZIP" ! @echo "package - Build Windows installer, and create" ! @echo " ZIP files for Windows and cross-platform" ! @echo " version" ! @echo "rc - After doing package moves the ZIP files to be RC zip files" ! @echo " The RC number is set with the RC parameter so do" ! @echo " make rc RC=RC6 for example." ! ! # test runs the POPFile unit test suite ! ! coverage: ! @echo Running test suite with code coverage ! ifdef TESTARGS ! @echo with arguments '$(TESTARGS)' ! endif ! @$(MAKE) --no-print-directory -C tests runtest TESTARGS=$(TESTARGS) DEBUGARGS=-d:TestCoverage ! ! test: ! @echo Running test suite ! ifdef TESTARGS ! @echo with arguments '$(TESTARGS)' ! endif ! @$(MAKE) --no-print-directory -C tests runtest TESTARGS=$(TESTARGS) DEBUGARGS= ! ! # Mac OS X is built in the Mac OS X directory ! ! macosx: ; @$(MAKE) -C ../macosx ! ! # Builds the tray application using PerlTray ! ! winexe: popfile.exe popfileb.exe popfilef.exe popfileib.exe popfileif.exe trayicon.ico ../windows/POPFileIcon/popfile.ico ! ! TRAY_OPTIONS = --exe $@ --force --clean --dependent --xclude --icon ../windows/POPFileIcon/popfile.ico --icon trayicon.ico --script $< --info CompanyName="The POPFile Project" --info LegalCopyright="Copyright (c) 2003 John Graham-Cumming" --info ProductName=POPFile --info ProductVersion=$(POPFILE_VERSION).0 --info FileDescription=POPFile --info FileVersion=$(POPFILE_VERSION).0 ! ifeq ($(TRAY_DEBUG),1) ! TRAY_OPTIONS += --debug ! endif ! ! popfile.exe: popfile-windows.pl ! perlapp --gui $(TRAY_OPTIONS) ! ! popfileif.exe: popfile-tray.pl POPFile/Loader.pm $(POPFILE_VERSION_FILE) ! perltray --nogui $(TRAY_OPTIONS) ! ! popfileib.exe: popfile-tray.pl POPFile/Loader.pm $(POPFILE_VERSION_FILE) ! perltray $(TRAY_OPTIONS) ! ! popfilef.exe: popfile.pl POPFile/Loader.pm $(POPFILE_VERSION_FILE) ! perlapp $(TRAY_OPTIONS) ! ! popfileb.exe: popfile.pl POPFile/Loader.pm $(POPFILE_VERSION_FILE) ! perlapp --gui $(TRAY_OPTIONS) ! ! # windows builds the Windows installer ! ! windows: winexe; @$(MAKE) -C ../windows ! ! # build a ZIPped up package of POPFile ! ! BUILD_ZIP=wzzip -P $(POPFILE_ZIP) -a $^ ! xplat: $(POPFILE_ZIP) ! $(POPFILE_ZIP): core manual skins POPFile/popfile_version ! ! core: popfile.pl otto.gif pix.gif black.gif bayes.pl pipe.pl insert.pl Classifier/*.pm POPFile/*.pm Proxy/POP3.pm Proxy/Proxy.pm UI/HT??.pm v$(POPFILE_VERSION).change license stopwords favicon.ico $(POPFILE_VERSION_FILE) ! rm -f $(POPFILE_ZIP) ! $(BUILD_ZIP) ! ! manual: manual/*.gif manual/en/*.html languages/*.msg ! $(BUILD_ZIP) ! ! skins: skins/*.css skins/*.gif skins/*/*.gif ! $(BUILD_ZIP) ! ! # package builds a zip file containing the POPFile package and the windows ! # installer ! ! package: $(POPFILE_ZIP) windows ! ! # Used to convert the ZIP files to RC ZIP files and ! # upload to SourceForge ! ! rc: RELEASE_FILES := $(POPFILE_ZIP) ../windows/$(POPFILE_WINDOWS_ZIP) ! rc: ! chmod go+r $(RELEASE_FILES) ! scp -p $(RELEASE_FILES) jgr...@po...:/home/groups/p/po/popfile/htdocs ! ! # The POPFile version number is stored in a file called POPFile/popfile_version ! # which we always write if vars.mak has changed ! ! $(POPFILE_VERSION_FILE): vars.mak ! @echo $(POPFILE_MAJOR_VERSION) > $@ ! @echo $(POPFILE_MINOR_VERSION) >> $@ ! @echo $(POPFILE_REVISION) >> $@ Index: popfile.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile.pl,v retrieving revision 1.215 retrieving revision 1.216 diff -C2 -d -r1.215 -r1.216 *** popfile.pl 4 Nov 2003 21:17:08 -0000 1.215 --- popfile.pl 5 Nov 2003 15:08:23 -0000 1.216 *************** *** 43,47 **** $POPFile->debug(1); $POPFile->CORE_loader_init(); - $POPFile->CORE_version(0, 20, 1); # Redefine POPFile's signals --- 43,46 ---- Index: popfile-tray.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile-tray.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** popfile-tray.pl 28 Oct 2003 01:05:39 -0000 1.2 --- popfile-tray.pl 5 Nov 2003 15:08:23 -0000 1.3 *************** *** 109,113 **** $POPFile->debug(1); $POPFile->CORE_loader_init(); - $POPFile->CORE_version(0, 20, 0); # Redefine POPFile's signals --- 109,112 ---- |
|
From: <jgr...@us...> - 2003-11-05 15:08:34
|
Update of /cvsroot/popfile/engine/POPFile
In directory sc8-pr-cvs1:/tmp/cvs-serv28087/engine/POPFile
Modified Files:
Loader.pm
Log Message:
Create a single place where the POPFile version number is stored.
POPFile now reads its version number from a file called popfile_version
which is stored in the POPFile subdirectory. This file is created
by the build process from information in vars.mak.
engine/vars.mak:
Add variables to hold the major, minor and revision numbers of the
POPFile version and a variable that holds the name of the file that
will contains the POPFile version information.
engine/popfile.pl
engine/popfile-tray.pl:
Remove explicit set of the POPFile version number, this is now handled
by POPFile::Loader::CORE_loader_init.
engine/POPFile/Loader.pm:
CORE_loader_init looks for the file popfile_version in the same directory
and if found reads and sets the version number from it.
windows/installer.nsi:
Installer script reads the variables set in vars.mak to set the version
number being built.
Index: Loader.pm
===================================================================
RCS file: /cvsroot/popfile/engine/POPFile/Loader.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Loader.pm 22 Sep 2003 13:27:22 -0000 1.11
--- Loader.pm 5 Nov 2003 15:08:23 -0000 1.12
***************
*** 78,84 ****
# string
! $self->{major_version__} = '';
! $self->{minor_version__} = '';
! $self->{build_version__} = '';
$self->{version_string__} = '';
--- 78,84 ----
# string
! $self->{major_version__} = '?';
! $self->{minor_version__} = '?';
! $self->{build_version__} = '?';
$self->{version_string__} = '';
***************
*** 109,112 ****
--- 109,126 ----
$self->{reaper__} = sub { $self->CORE_reaper(@_) };
+ # See if there's a file named popfile_version that contains the
+ # POPFile version number
+
+ my $version_file = 'POPFile/popfile_version';
+
+ if ( -e $version_file ) {
+ open VER, "<$version_file";
+ my $major = int(<VER>);
+ my $minor = int(<VER>);
+ my $rev = int(<VER>);
+ close VER;
+ $self->CORE_version( $major, $minor, $rev );
+ }
+
print "\nPOPFile Engine loading\n" if $self->{debug__};
}
***************
*** 667,671 ****
sub CORE_version
{
! my ($self,$major_version, $minor_version, $build_version) = @_;
if (!defined($major_version)) {
--- 681,685 ----
sub CORE_version
{
! my ( $self, $major_version, $minor_version, $build_version ) = @_;
if (!defined($major_version)) {
|
|
From: <jgr...@us...> - 2003-11-04 23:18:49
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv15117
Modified Files:
installer.nsi
Log Message:
Bumped version number for release
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** installer.nsi 1 Nov 2003 12:33:30 -0000 1.144
--- installer.nsi 4 Nov 2003 23:18:44 -0000 1.145
***************
*** 115,121 ****
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "0.20.0"
! !define C_README "v0.20.0.change"
!define C_RELEASE_NOTES "..\engine\${C_README}"
--- 115,121 ----
!define MUI_PRODUCT "POPFile"
! !define MUI_VERSION "0.20.1"
! !define C_README "v0.20.1.change"
!define C_RELEASE_NOTES "..\engine\${C_README}"
***************
*** 184,188 ****
; representing the following values: Major.Minor.Release.Build
! VIProductVersion "0.20.0.0"
VIAddVersionKey "ProductName" "${MUI_PRODUCT}"
--- 184,188 ----
; representing the following values: Major.Minor.Release.Build
! VIProductVersion "0.20.1.0"
VIAddVersionKey "ProductName" "${MUI_PRODUCT}"
|
|
From: <jgr...@us...> - 2003-11-04 23:18:49
|
Update of /cvsroot/popfile/windows/POPFileIcon In directory sc8-pr-cvs1:/tmp/cvs-serv15117/POPFileIcon Modified Files: popfile.ico Log Message: Bumped version number for release Index: popfile.ico =================================================================== RCS file: /cvsroot/popfile/windows/POPFileIcon/popfile.ico,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvs2wZkpi and /tmp/cvs25aVQs differ |
|
From: <jgr...@us...> - 2003-11-04 21:17:11
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1:/tmp/cvs-serv21960 Modified Files: popfile.pl Log Message: Bump version number Index: popfile.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile.pl,v retrieving revision 1.214 retrieving revision 1.215 diff -C2 -d -r1.214 -r1.215 *** popfile.pl 31 Jul 2003 16:32:20 -0000 1.214 --- popfile.pl 4 Nov 2003 21:17:08 -0000 1.215 *************** *** 43,47 **** $POPFile->debug(1); $POPFile->CORE_loader_init(); ! $POPFile->CORE_version(0, 20, 0); # Redefine POPFile's signals --- 43,47 ---- $POPFile->debug(1); $POPFile->CORE_loader_init(); ! $POPFile->CORE_version(0, 20, 1); # Redefine POPFile's signals |
|
From: <jgr...@us...> - 2003-11-04 20:01:20
|
Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv7392/tests
Modified Files:
TestWordMangle.tst
Log Message:
Fix bug 835862, removes slash from mangled words to prevent regexps problems; update test suite
Index: TestWordMangle.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestWordMangle.tst,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** TestWordMangle.tst 13 Oct 2003 20:23:41 -0000 1.6
--- TestWordMangle.tst 4 Nov 2003 20:01:16 -0000 1.7
***************
*** 32,40 ****
test_assert_equal( $w->mangle( 'BIGWORD' ), 'bigword' );
! test_assert_equal( $w->mangle( 'BIG+/?*|()[]{}^$.WORD' ), 'big..............word' );
test_assert_equal( $w->mangle( 'awordthatisfartolongtobeacceptableforuseinclassification' ), '' );
test_assert_equal( $w->mangle( 'A1234BEF66' ), '' );
test_assert_equal( $w->mangle( 'BIG:WORD' ), 'bigword' );
! test_assert_equal( $w->mangle( 'BIG:WORD', 1 ), 'big:word' );
# Test stop words
--- 32,40 ----
test_assert_equal( $w->mangle( 'BIGWORD' ), 'bigword' );
! test_assert_equal( $w->mangle( 'BIG+/?*|()[]{}^$\\.WORD' ), 'big...............word' );
test_assert_equal( $w->mangle( 'awordthatisfartolongtobeacceptableforuseinclassification' ), '' );
test_assert_equal( $w->mangle( 'A1234BEF66' ), '' );
test_assert_equal( $w->mangle( 'BIG:WORD' ), 'bigword' );
! test_assert_equal( $w->mangle( 'BIG:WORD', 1 ), 'BIG:WORD' );
# Test stop words
|
|
From: <jgr...@us...> - 2003-11-04 20:01:20
|
Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv7392/Classifier
Modified Files:
WordMangle.pm
Log Message:
Fix bug 835862, removes slash from mangled words to prevent regexps problems; update test suite
Index: WordMangle.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/WordMangle.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** WordMangle.pm 28 Oct 2003 01:06:46 -0000 1.32
--- WordMangle.pm 4 Nov 2003 20:01:16 -0000 1.33
***************
*** 122,126 ****
# Remove characters that would mess up a Perl regexp and replace with .
! $lcword =~ s/(\+|\/|\?|\*|\||\(|\)|\[|\]|\{|\}|\^|\$|\.)/\./g;
# Long words are ignored also
--- 122,126 ----
# Remove characters that would mess up a Perl regexp and replace with .
! $lcword =~ s/(\+|\/|\?|\*|\||\(|\)|\[|\]|\{|\}|\^|\$|\.|\\)/\./g;
# Long words are ignored also
***************
*** 139,143 ****
$lcword =~ s/://g if ( !defined( $allow_colon ) );
! return ($word =~ /:/ )?$word:$lcword;
}
--- 139,143 ----
$lcword =~ s/://g if ( !defined( $allow_colon ) );
! return ($lcword =~ /:/ )?$word:$lcword;
}
|
|
From: <xue...@us...> - 2003-11-01 12:33:33
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv32446
Modified Files:
installer.nsi
Log Message:
Improved handling of the special case where Kakasi needs to be installed AND the flat file corpus is to be converted AND Win9X is used.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -d -r1.143 -r1.144
*** installer.nsi 30 Oct 2003 11:15:30 -0000 1.143
--- installer.nsi 1 Nov 2003 12:33:30 -0000 1.144
***************
*** 2135,2138 ****
--- 2135,2155 ----
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioC.ini" "Field 4" "Flags" "DISABLED"
+ ; If we are upgrading POPFile, the corpus might have to be converted from flat file format
+
+ ReadINIStr ${L_TEMP} "$INSTDIR\backup\backup.ini" "FlatFileCorpus" "Status"
+ StrCmp ${L_TEMP} "new" 0 display_the_page
+
+ ; Corpus conversion will occur when POPFile is started - this may take several minutes,
+ ; so we ensure that POPFile will not be run in the background when it is run for the
+ ; first time (by using the Start Menu or by running 'popfile.exe').
+
+ !insertmacro MUI_INSTALLOPTIONS_WRITE "ioC.ini" "Inherited" "Console" "1"
+ Push "1"
+ Call SetConsoleMode
+
+ ; Remove the 'Click Next to convert the corpus' text (because we need to reboot first)
+
+ !insertmacro MUI_INSTALLOPTIONS_WRITE "ioD.ini" "Settings" "NumFields" "7"
+
Goto display_the_page
***************
*** 2419,2423 ****
--- 2436,2444 ----
!insertmacro MUI_HEADER_TEXT "$(PFI_LANG_OPTIONS_BANNER_1)" "$(PFI_LANG_OPTIONS_BANNER_2)"
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioC.ini" "Settings" "NumFields" "0"
+ !insertmacro MUI_INSTALLOPTIONS_WRITE "ioD.ini" "Settings" "NumFields" "0"
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "BackEnabled" "0"
+
+ WriteINIStr "$INSTDIR\backup\backup.ini" "FlatFileCorpus" "Status" "old"
+
Goto selection_ok
***************
*** 2443,2446 ****
--- 2464,2475 ----
!insertmacro MUI_INSTALLOPTIONS_WRITE "ioSpecial.ini" "Settings" "BackEnabled" "0"
+ ; When 'popfile.exe' is used to run POPFile, the 'windows_console' parameter in 'popfile.cfg'
+ ; is used to choose between running in a console window or running in the background. However
+ ; for corpus conversion we want to run in a console window (to display the progress reports,
+ ; in case the conversion takes several minutes), so we "cheat" by using 'popfilef.exe' to run
+ ; POPFile in a console window with the system tray icon disabled. This avoids the need to make
+ ; any changes to 'popfile.cfg' so the next time 'popfile.exe' is used to start POPFile, the
+ ; the settings in 'popfile.cfg' will be used.
+
SetOutPath $INSTDIR
ClearErrors
|
|
From: <jgr...@us...> - 2003-10-31 16:49:48
|
Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv18333/Classifier
Modified Files:
MailParse.pm
Log Message:
Fix some {debug} that should have been {debug__}; thanks Manni
Index: MailParse.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v
retrieving revision 1.173
retrieving revision 1.174
diff -C2 -d -r1.173 -r1.174
*** MailParse.pm 30 Oct 2003 14:40:22 -0000 1.173
--- MailParse.pm 31 Oct 2003 16:49:45 -0000 1.174
***************
*** 1040,1044 ****
while ( $line =~ s/(<\/?(?!(?:$spacing_tags|$non_spacing_tags)\W)[a-z0-9]+(?:\s+.*?)?\/?>)//io ) {
$self->update_pseudoword( 'html', 'invalidtag', $encoded, $1 );
! print "html:invalidtag: $1\n" if $self->{debug};
}
--- 1040,1044 ----
while ( $line =~ s/(<\/?(?!(?:$spacing_tags|$non_spacing_tags)\W)[a-z0-9]+(?:\s+.*?)?\/?>)//io ) {
$self->update_pseudoword( 'html', 'invalidtag', $encoded, $1 );
! print "html:invalidtag: $1\n" if $self->{debug__};
}
***************
*** 1050,1054 ****
while ( $line =~s/(<($non_spacing_tags)(?:\s+[^>]*?)?><\/\2>)//io ) {
$self->update_pseudoword( 'html', 'emptypair', $encoded, $1 );
! print "html:emptypair: $1\n" if $self->{debug};
}
--- 1050,1054 ----
while ( $line =~s/(<($non_spacing_tags)(?:\s+[^>]*?)?><\/\2>)//io ) {
$self->update_pseudoword( 'html', 'emptypair', $encoded, $1 );
! print "html:emptypair: $1\n" if $self->{debug__};
}
***************
*** 1747,1751 ****
if ( length( $filename ) > 0) {
! print "Add filename $filename\n" if $self->{debug};
my ( $name, $ext ) = $self->file_extension( $filename );
--- 1747,1751 ----
if ( length( $filename ) > 0) {
! print "Add filename $filename\n" if $self->{debug__};
my ( $name, $ext ) = $self->file_extension( $filename );
|
|
From: <jgr...@us...> - 2003-10-31 16:17:22
|
Update of /cvsroot/popfile/engine/Proxy
In directory sc8-pr-cvs1:/tmp/cvs-serv11512/Proxy
Modified Files:
Proxy.pm
Log Message:
Fix bug 829947: modify verify_connected_ so that if we connect and then get no response it returns an error code; not doing this could be causing a deadlock between the MUA and POPFile
Index: Proxy.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** Proxy.pm 6 Oct 2003 13:54:30 -0000 1.37
--- Proxy.pm 31 Oct 2003 16:17:15 -0000 1.38
***************
*** 659,663 ****
my $selector = new IO::Select( $mail );
! return undef unless () = $selector->can_read($self->global_config_( 'timeout' ));
# Read the response from the real server and say OK
--- 659,663 ----
my $selector = new IO::Select( $mail );
! last unless () = $selector->can_read($self->global_config_( 'timeout' ));
# Read the response from the real server and say OK
|
|
From: <xue...@us...> - 2003-10-30 15:51:52
|
Update of /cvsroot/popfile/windows/languages In directory sc8-pr-cvs1:/tmp/cvs-serv14493 Modified Files: PortugueseBR-pfi.nsh Log Message: Translation updated [see Patch 833117] Index: PortugueseBR-pfi.nsh =================================================================== RCS file: /cvsroot/popfile/windows/languages/PortugueseBR-pfi.nsh,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** PortugueseBR-pfi.nsh 30 Oct 2003 11:14:31 -0000 1.14 --- PortugueseBR-pfi.nsh 30 Oct 2003 15:51:47 -0000 1.15 *************** *** 142,150 **** !insertmacro PFI_LANG_STRING PFI_LANG_MBCFGBK_4 "Clique 'Sim' para sobrescrever, clique 'Não' para pular fazendo uma cópia de segurança" ! !insertmacro PFI_LANG_STRING PFI_LANG_MBMANSHUT_1 "Unable to shutdown POPFile automatically." ! !insertmacro PFI_LANG_STRING PFI_LANG_MBMANSHUT_2 "Please shutdown POPFile manually now." ! !insertmacro PFI_LANG_STRING PFI_LANG_MBMANSHUT_3 "When POPFile has been shutdown, click 'OK' to continue." ! !insertmacro PFI_LANG_STRING PFI_LANG_MBFFCERR_1 "Error detected when the installer tried to backup the old corpus." #-------------------------------------------------------------------------- --- 142,150 ---- !insertmacro PFI_LANG_STRING PFI_LANG_MBCFGBK_4 "Clique 'Sim' para sobrescrever, clique 'Não' para pular fazendo uma cópia de segurança" ! !insertmacro PFI_LANG_STRING PFI_LANG_MBMANSHUT_1 "Impossível desligar o POPFile automaticamente." ! !insertmacro PFI_LANG_STRING PFI_LANG_MBMANSHUT_2 "Por favor desligue o POPFile manualmente agora." ! !insertmacro PFI_LANG_STRING PFI_LANG_MBMANSHUT_3 "Quando o POPFile tiver sido desligado, clique 'OK' para continuar." ! !insertmacro PFI_LANG_STRING PFI_LANG_MBFFCERR_1 "Erro detectado quando o instalador tentou fazer o backup do corpus antigo." #-------------------------------------------------------------------------- *************** *** 253,269 **** ; Page Title and Sub-title displayed in the page header ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_TITLE "POPFile Corpus Conversion" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_SUBTITLE "The existing corpus must be converted to work with this version of POPFile" ; Text displayed on the custom page ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_1 "POPFile will now be started in a console window to convert the existing corpus." ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_2 "THIS PROCESS MAY TAKE SEVERAL MINUTES (if the corpus is large)." ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "WARNING" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "Do NOT close the POPFile console window!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "When 'POPFile Engine v0.20.0 running' appears in the console window, this means" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- POPFile is ready for use" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- POPFile can be safely shutdown using the Start Menu" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_8 "Click Next to convert the corpus." #-------------------------------------------------------------------------- --- 253,269 ---- ; Page Title and Sub-title displayed in the page header ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_TITLE "Conversão do Corpus do POPFile" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_SUBTITLE "O corpus existente deve ser convertido para funcionar com esta versão do POPFile" ; Text displayed on the custom page ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_1 "O POPFile será iniciado agora em uma janela de console para converter o corpus existente." ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_2 "ESTE PROCESSO PODE LEVAR VÁRIOS MINUTOS (se o corpus for grande)." ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_3 "AVISO" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_4 "NÃO feche a janela de console do POPFile!" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_5 "Quando aparecer 'POPFile Engine v0.20.0 running' na janela de console, isto significa que" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_6 "- O POPFile está pronto para usar" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_7 "- O POPFile pode ser desligado com segurança usando o Menu Iniciar" ! !insertmacro PFI_LANG_STRING PFI_LANG_FLATFILE_IO_NOTE_8 "Clique Avançar para converter o corpus." #-------------------------------------------------------------------------- |
|
From: <jgr...@us...> - 2003-10-30 14:57:16
|
Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv4123/Classifier
Modified Files:
Bayes.pm
Log Message:
Default the unclassified_weight to 100 not 10, update test suite
Index: Bayes.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v
retrieving revision 1.218
retrieving revision 1.219
diff -C2 -d -r1.218 -r1.219
*** Bayes.pm 30 Oct 2003 14:48:28 -0000 1.218
--- Bayes.pm 30 Oct 2003 14:57:12 -0000 1.219
***************
*** 195,201 ****
# No default unclassified weight is the number of times more sure POPFile
! # must be of the top class vs the second class, default is 10 times more
! $self->config_( 'unclassified_weight', 10 );
# The corpus is kept in the 'corpus' subfolder of POPFile
--- 195,201 ----
# No default unclassified weight is the number of times more sure POPFile
! # must be of the top class vs the second class, default is 100 times more
! $self->config_( 'unclassified_weight', 100 );
# The corpus is kept in the 'corpus' subfolder of POPFile
|
|
From: <jgr...@us...> - 2003-10-30 14:57:16
|
Update of /cvsroot/popfile/engine/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv4123/tests
Modified Files:
TestBayes.tst
Log Message:
Default the unclassified_weight to 100 not 10, update test suite
Index: TestBayes.tst
===================================================================
RCS file: /cvsroot/popfile/engine/tests/TestBayes.tst,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** TestBayes.tst 28 Oct 2003 19:39:48 -0000 1.33
--- TestBayes.tst 30 Oct 2003 14:57:12 -0000 1.34
***************
*** 72,76 ****
# Test the unclassifier_probability parameter
! test_assert_equal( $b->{unclassified__}, log(10) );
$b->config_( 'unclassified_weight', 9 );
test_assert( $b->start() );
--- 72,76 ----
# Test the unclassifier_probability parameter
! test_assert_equal( $b->{unclassified__}, log(100) );
$b->config_( 'unclassified_weight', 9 );
test_assert( $b->start() );
|
|
From: <jgr...@us...> - 2003-10-30 14:48:38
|
Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv2846/Classifier
Modified Files:
Bayes.pm
Log Message:
Merge patch that fixes a problem I introduced wit magnet_match_helper__ crashing in Japanese
Index: Bayes.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v
retrieving revision 1.217
retrieving revision 1.218
diff -C2 -d -r1.217 -r1.218
*** Bayes.pm 28 Oct 2003 19:39:48 -0000 1.217
--- Bayes.pm 30 Oct 2003 14:48:28 -0000 1.218
***************
*** 886,890 ****
$match = lc($match);
! for my $magnet (sort keys %{$self->{magnets__}{$bucket}{$type}}) {
$magnet = lc($magnet);
--- 886,902 ----
$match = lc($match);
! # In Japanese and Korean mode, disable locale.
! # Sorting Japanese and Korean with "use locale" is memory and time consuming,
! # and may cause perl crash.
!
! my @magnets;
! if ( $self->module_config_( 'html', 'language' ) =~ /^Nihongo|Korean$/ ) {
! no locale;
! @magnets = sort keys %{$self->{magnets__}{$bucket}{$type}};
! } else {
! @magnets = sort keys %{$self->{magnets__}{$bucket}{$type}};
! }
!
! for my $magnet (@magnets) {
$magnet = lc($magnet);
***************
*** 896,900 ****
return 1;
! }
}
}
--- 908,912 ----
return 1;
! }
}
}
***************
*** 919,928 ****
my ( $self, $match, $bucket, $type ) = @_;
! if ( $self->module_config_( 'html', 'language' ) =~ /^Nihongo|Korean$/ ) {
! no locale;
! return $self->magnet_match_helper__( $match, $bucket, $type );
! } else {
! return $self->magnet_match_helper__( $match, $bucket, $type );
! }
}
--- 931,935 ----
my ( $self, $match, $bucket, $type ) = @_;
! return $self->magnet_match_helper__( $match, $bucket, $type );
}
***************
*** 2059,2074 ****
foreach my $file (@files) {
$self->{parser__}->parse_file( $file, $self->module_config_( 'html', 'language' ) );
!
! # In Japanese mode, disable locale.
! # Sorting Japanese with "use locale" is memory and time consuming,
! # and may cause perl crash.
!
! # Disable the locale in Korean mode, too.
! if ( $self->module_config_( 'html', 'language' ) =~ /^Nihongo|Korean$/ ) {
! no locale;
! $self->add_words_to_bucket__( $bucket, 1 );
! } else {
! $self->add_words_to_bucket__( $bucket, 1 );
! }
}
--- 2066,2070 ----
foreach my $file (@files) {
$self->{parser__}->parse_file( $file, $self->module_config_( 'html', 'language' ) );
! $self->add_words_to_bucket__( $bucket, 1 );
}
***************
*** 2120,2136 ****
$self->{parser__}->parse_file( $file, $self->module_config_( 'html', 'language' ) );
! # In Japanese mode, disable locale.
! # Sorting Japanese with "use locale" is memory and time consuming,
! # and may cause perl crash.
!
! # Disable the locale in Korean mode, too.
!
! if ( $self->module_config_( 'html', 'language' ) =~ /^Nihongo|Korean$/ ) {
! no locale;
! $self->add_words_to_bucket__( $bucket, -1 );
! } else {
! $self->add_words_to_bucket__( $bucket, -1 );
! }
!
$self->load_word_matrix_();
--- 2116,2120 ----
$self->{parser__}->parse_file( $file, $self->module_config_( 'html', 'language' ) );
! $self->add_words_to_bucket__( $bucket, -1 );
$self->load_word_matrix_();
|
|
From: <jgr...@us...> - 2003-10-30 14:42:37
|
Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv1874/UI
Modified Files:
HTML.pm
Log Message:
Fix bug 831472 jump_to_message was broken if there was a password; added test for this case
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.219
retrieving revision 1.220
diff -C2 -d -r1.219 -r1.220
*** HTML.pm 20 Oct 2003 21:38:42 -0000 1.219
--- HTML.pm 30 Oct 2003 14:42:33 -0000 1.220
***************
*** 463,467 ****
# If we are dealing with an array of values (see parse_form_
# for details) then we need to unpack it into separate entries),
- # we ignore non-array values since all values have an array equivalent
if ( $k =~ /^(.+)_array$/ ) {
--- 463,466 ----
***************
*** 471,474 ****
--- 470,475 ----
$redirect_url .= "$field=$v&"
}
+ } else {
+ $redirect_url .= "$k=$self->{form_}{$k}&"
}
}
***************
*** 477,481 ****
$redirect_url =~ s/&$//;
! password_page( $self, $client, 0, $redirect_url );
return 1;
--- 478,482 ----
$redirect_url =~ s/&$//;
! $self->password_page( $client, 0, $redirect_url );
return 1;
|
|
From: <jgr...@us...> - 2003-10-30 14:42:37
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1:/tmp/cvs-serv1874/tests Modified Files: TestHTML.script Log Message: Fix bug 831472 jump_to_message was broken if there was a password; added test for this case Index: TestHTML.script =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHTML.script,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** TestHTML.script 13 Oct 2003 20:23:41 -0000 1.20 --- TestHTML.script 30 Oct 2003 14:42:33 -0000 1.21 *************** *** 369,372 **** --- 369,386 ---- MATCH Recent Messages + # jump_to_message and a password + + GET /security + INPUTIS password + CONFIGIS html_password + SETSUBMIT password secret + GET /jump_to_message?view=popfile10000=1.msg + MATCH Enter password: + SETSUBMIT password secret + MATCH Single Message View + MATCH Testing Refresh + GET /security + SETSUBMIT password + # Quick Magnets |
|
From: <jgr...@us...> - 2003-10-30 14:40:25
|
Update of /cvsroot/popfile/engine/Classifier
In directory sc8-pr-cvs1:/tmp/cvs-serv1642/Classifier
Modified Files:
MailParse.pm
Log Message:
Remove useless call to compute_html_color_distance
Index: MailParse.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v
retrieving revision 1.172
retrieving revision 1.173
diff -C2 -d -r1.172 -r1.173
*** MailParse.pm 28 Oct 2003 17:28:02 -0000 1.172
--- MailParse.pm 30 Oct 2003 14:40:22 -0000 1.173
***************
*** 422,426 ****
# bound for tracking evil spammer tricks with similar colors
- $self->compute_html_color_distance();
if ( $self->{htmlcolordistance__} < 100 ) {
$self->update_pseudoword( 'html', "colordistance$self->{htmlcolordistance__}", $encoded, '' );
--- 422,425 ----
***************
*** 441,447 ****
if ( defined( $to ) ) {
!
# HTML entities confilict with DBCS chars. Replace entities with blanks.
!
if ( $self->{lang__} eq 'Korean' ) {
$to = ' ';
--- 440,446 ----
if ( defined( $to ) ) {
!
# HTML entities confilict with DBCS chars. Replace entities with blanks.
!
if ( $self->{lang__} eq 'Korean' ) {
$to = ' ';
|