Update of /cvsroot/popfile/engine/POPFile
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5961/POPFile
Modified Files:
History.pm
Log Message:
Change Log
1. When the single user mode is disabled or enabled the UI will be refreshed
UI/HTML.pm
2. Logout link now has the login username
UI/HTML.pm
skins/default/common-middle.thtml
3. Magnetized messages are now not able to be classified
UI/HTML.pm
skins/default/history-page.thtml
4. Removed old style error handling in the UI
UI/HTML.pm
skins/default/magnet-page.thtml
skins/default/administration-page.thtml
skins/default/advanced-page.thtml
skins/default/corpus-page.thtml
skins/default/style.css
5. Update language file
languages/Nihongo.msg
Index: History.pm
===================================================================
RCS file: /cvsroot/popfile/engine/POPFile/History.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** History.pm 30 Mar 2008 05:33:58 -0000 1.47
--- History.pm 30 Mar 2008 10:22:37 -0000 1.48
***************
*** 993,997 ****
# Add the sort option (if there is one)
! if ( $sort ne '' ) {print "$sort";
$sort =~ s/^(\-)//;
my $direction = defined($1)?'desc':'asc';
--- 993,997 ----
# Add the sort option (if there is one)
! if ( $sort ne '' ) {
$sort =~ s/^(\-)//;
my $direction = defined($1)?'desc':'asc';
|