Update of /cvsroot/popfile/engine/Proxy
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5961/Proxy
Modified Files:
POP3.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: POP3.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Proxy/POP3.pm,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** POP3.pm 30 Mar 2008 05:33:58 -0000 1.116
--- POP3.pm 30 Mar 2008 10:22:37 -0000 1.117
***************
*** 707,711 ****
sub configure_item
{
! my ( $self, $name, $templ, $language, $all_local ) = @_;
if ( $name eq 'pop3_configuration' ) {
--- 707,711 ----
sub configure_item
{
! my ( $self, $name, $templ, $language ) = @_;
if ( $name eq 'pop3_configuration' ) {
|