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: <jgr...@us...> - 2003-02-21 18:22:09
|
Update of /cvsroot/popfile/engine/Proxy In directory sc8-pr-cvs1:/tmp/cvs-serv11068/Proxy Modified Files: POP3.pm Log Message: Improved the handling of failure to open the POP3 or HTTP ports by writing out a comprehensive error message explaining the situation Index: POP3.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/POP3.pm,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** POP3.pm 18 Feb 2003 14:46:33 -0000 1.36 --- POP3.pm 21 Feb 2003 18:22:02 -0000 1.37 *************** *** 132,136 **** LocalPort => $self->{configuration}->{configuration}{port}, Listen => SOMAXCONN, ! Reuse => 1 ) or return 0; # This is used to perform select calls on the $server socket so that we can decide when there is --- 132,150 ---- LocalPort => $self->{configuration}->{configuration}{port}, Listen => SOMAXCONN, ! Reuse => 1 ); ! ! if ( !defined( $self->{server} ) ) { ! print <<EOM; ! ! \nCouldn't start the POP3 proxy because POPFile could not bind to the ! POP3 listen port $self->{configuration}->{configuration}{port}. This could be because there is another service ! using that port or because you do not have the right privileges on ! your system (On Unix systems this can happen if you are not root ! and the port you specified is less than 1024). ! ! EOM ! ! return 0; ! } # This is used to perform select calls on the $server socket so that we can decide when there is *************** *** 210,214 **** } else { ! # This is here so that we get in errorneous position where the pipready # function is returning that there's data, but there is none, in fact the # pipe is dead then we break the cycle here. This was happening to me when --- 224,228 ---- } else { ! # This is here so that we get in errorneous position where the pipeready # function is returning that there's data, but there is none, in fact the # pipe is dead then we break the cycle here. This was happening to me when |
From: <sta...@us...> - 2003-02-21 18:04:06
|
Update of /cvsroot/popfile/engine/skins/sleetImages In directory sc8-pr-cvs1:/tmp/cvs-serv2053 Modified Files: button.gif Log Message: binary status fix Index: button.gif =================================================================== RCS file: /cvsroot/popfile/engine/skins/sleetImages/button.gif,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsprJV62 and /tmp/cvsI61U1V differ |
From: <sta...@us...> - 2003-02-21 18:02:29
|
Update of /cvsroot/popfile/engine/skins/sleetImages In directory sc8-pr-cvs1:/tmp/cvs-serv1274 Modified Files: bottomLeft.gif Log Message: binary status fix Index: bottomLeft.gif =================================================================== RCS file: /cvsroot/popfile/engine/skins/sleetImages/bottomLeft.gif,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsuNmtzy and /tmp/cvsSoVGXW differ |
From: <sta...@us...> - 2003-02-21 17:53:31
|
Update of /cvsroot/popfile/engine/skins/sleetImages In directory sc8-pr-cvs1:/tmp/cvs-serv30308 Modified Files: button.gif Log Message: binary status fix Index: button.gif =================================================================== RCS file: /cvsroot/popfile/engine/skins/sleetImages/button.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvspzJj3g and /tmp/cvs0J9UPn differ |
From: <sta...@us...> - 2003-02-21 17:52:15
|
Update of /cvsroot/popfile/engine/skins/sleetImages In directory sc8-pr-cvs1:/tmp/cvs-serv29813 Modified Files: bottomLeft.gif Log Message: binary status fix Index: bottomLeft.gif =================================================================== RCS file: /cvsroot/popfile/engine/skins/sleetImages/bottomLeft.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsHXZu9j and /tmp/cvsuBWVZt differ |
From: <sta...@us...> - 2003-02-21 00:17:01
|
Update of /cvsroot/popfile/engine/skins/sleetImages In directory sc8-pr-cvs1:/tmp/cvs-serv8921 Modified Files: topRight.gif Log Message: binary fix Index: topRight.gif =================================================================== RCS file: /cvsroot/popfile/engine/skins/sleetImages/topRight.gif,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 Binary files /tmp/cvsxSh2g8 and /tmp/cvsmDxJm6 differ |
From: <sta...@us...> - 2003-02-21 00:13:01
|
Update of /cvsroot/popfile/engine/skins/sleetImages In directory sc8-pr-cvs1:/tmp/cvs-serv7269 Modified Files: topRight.gif Log Message: binary format fix Index: topRight.gif =================================================================== RCS file: /cvsroot/popfile/engine/skins/sleetImages/topRight.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsGq9hC3 and /tmp/cvssvsvZW differ |
From: <sta...@us...> - 2003-02-20 23:17:38
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv18611 Modified Files: Sleet.css Log Message: modified by David S - validation, normalization, and accessibility Index: Sleet.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/Sleet.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Sleet.css 20 Feb 2003 17:11:51 -0000 1.1 --- Sleet.css 20 Feb 2003 23:17:32 -0000 1.2 *************** *** 1 **** ! BODY { MARGIN: 1%; COLOR: #ffffff; FONT-FAMILY: sans-serif; BACKGROUND-COLOR: #7988A5; TEXT-ALIGN: center; } .shell { background-color: #424D63; color: #ffffff; border-collapse: collapse; } .naked { FONT-SIZE: 8pt; FONT-FAMILY: sans-serif; padding: 5px; } TABLE.head { WIDTH: 100%; FONT-FAMILY: sans; TEXT-ALIGN: left; } TD.head { FONT-WEIGHT: bold; FONT-SIZE: 12pt; FONT-FAMILY: arial; } select, input { border: 1px outset #000000; background-color: #BAB8C6; color: black; font-size: 8pt; font-weight: normal; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .submit { border: none; background-color: transparent; height: 22px; width: 99px; font-size: 8pt; font-weight: bold; color: #ffffff; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; BACKGROUND-IMAGE: url(sleetImages/button.gif); cursor: pointer; } .borderTop { BACKGROUND-IMAGE: url(sleetImages/top.gif); BACKGROUND-REPEAT: repeat-x; height: 21px; padding: 0px; margin: 0px; border: none; } .borderTopLeft { height: 21px; WIDTH: 27px; padding: 0px; margin: 0px; border: none; BACKGROUND-IMAGE: url(sleetImages/topLeft.gif); BACKGROUND-REPEAT: no-repeat; } .borderTopRight { height: 21px; WIDTH: 25px; padding: 0px; margin: 0px; border: none; BACKGROUND-IMAGE: url(sleetImages/topRight.gif); BACKGROUND-REPEAT: no-repeat; } .borderLeft { padding: 0px; margin: 0px; border: none; WIDTH: 27px; BACKGROUND-IMAGE: url(sleetImages/left.gif); BACKGROUND-REPEAT: repeat-y; } .borderRight { padding: 0px; margin: 0px; border: none; BACKGROUND-IMAGE: url(sleetImages/right.gif); WIDTH: 25px; BACKGROUND-REPEAT: repeat-y; } .borderBottom { padding: 0px; margin: 0px; border: none; BACKGROUND-IMAGE: url(sleetImages/bottom.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 22px; } .borderBottomLeft { padding: 0px; margin: 0px; border: none; BACKGROUND-IMAGE: url(sleetImages/bottomLeft.gif); WIDTH: 27px; HEIGHT: 22px; BACKGROUND-REPEAT: no-repeat; } .borderBottomRight { padding: 0px; margin: 0px; border: none; BACKGROUND-IMAGE: url(sleetImages/bottomRight.gif); WIDTH: 25px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 22px; } .menu { BACKGROUND-IMAGE: url(sleetImages/menu.gif); FONT-WEIGHT: normal; FONT-SIZE: 10pt; width: 100%; } .menu A { color: #ffffff; background-color: transparent; text-decoration: none; font-weight: bold; font-size: 8pt; } .menu A:hover { border: none; cursor: pointer; } .menuSelected { BACKGROUND-IMAGE: url(sleetImages/menuButton.gif); WIDTH: 109px; height: 21px; BACKGROUND-REPEAT: no-repeat; } .menuStandard { BACKGROUND-IMAGE: url(sleetImages/menuButton.gif); WIDTH: 109px; height: 21px; BACKGROUND-REPEAT: no-repeat; } .menuIndent { background-image: none; color: #ffffff; background-color: #7988A5; PADDING: 0px; MARGIN: 0px; WIDTH: 0px; } .rowEven, .rowEven A { FONT-SIZE: 8pt; COLOR: #ffffff; background-color: transparent; } .rowOdd A { COLOR: #aaaaaa; background-color: transparent; } .rowOdd A { font-size: 8pt; color: #aaaaaa; background-color: transparent; } .rowOdd { color: #ffffff; background-color: #545F74; } .rowOdd TD { COLOR: #aaaaaa; border-top: 1px #888888 solid; border-bottom: 1px #888888 solid; } TR.rowHighlighted { COLOR: #eeeeee; background-color: #545F74; } TD.openMessageCloser { TEXT-ALIGN: right; } TD.openMessageBody { TEXT-ALIGN: left; } TD.accuracy0to49 { COLOR: black; BACKGROUND-COLOR: red } TD.accuracy50to93 { COLOR: black; BACKGROUND-COLOR: yellow } TD.accuracy94to100 { COLOR: black; BACKGROUND-COLOR: green } DIV.error01 { FONT-SIZE: larger; COLOR: red; BACKGROUND-COLOR: transparent } DIV.error02 { COLOR: red; BACKGROUND-COLOR: transparent } SPAN.graphFont { FONT-SIZE: x-small } H2 { FONT-WEIGHT: bold; font-size: 12pt; } SPAN.bucketsLabel { FONT-WEIGHT: bold; } SPAN.magnetsLabel { FONT-WEIGHT: bold; } SPAN.securityLabel { FONT-WEIGHT: bold; } SPAN.configurationLabel { FONT-WEIGHT: bold; } SPAN.advancedLabel { FONT-WEIGHT: bold; } SPAN.passwordLabel { FONT-WEIGHT: bold; } SPAN.sessionLabel { FONT-WEIGHT: bold; } TD.logo2menuSpace { HEIGHT: 1.0em; } A { FONT-SIZE: 10pt; COLOR: #ffffff; text-decoration: underline; background-color: transparent; } A:hover { border: 1px #ffffff solid; } HR { COLOR: #888888; background-color: transparent; height: 1px; } .menuSpacer { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 0px; PADDING-TOP: 0px } .stabColor01 { border: 1px solid #888888; color: #ffffff; background-color: #545F74; } .stabColor03 { border: 1px solid #888888; color: #ffffff; background-color: #545F74; } .footer { BACKGROUND-IMAGE: url(sleetImages/menu.gif); margin-top: 10px; margin-left: 10%; margin-right: 10%; height: 22px; width: 80%; font-size: 8pt; background-color: transparent; color: #000000; } .footer A { font-size: 8pt; color: #000000; background-color: transparent; } \ No newline at end of file --- 1,345 ---- ! body { ! margin: 1%; ! color: #FFFFFF; ! font-family: sans-serif; ! background-color: #7988A5; ! text-align: center; ! } ! ! .shell, .shellTop { ! background-color: #424d63; ! color: #FFFFFF; ! border-collapse: collapse; ! } ! ! .naked { ! font-size: 8pt; ! font-family: sans-serif; ! padding: 5px; ! } ! ! table.head { ! width: 100%; ! font-family: sans-serif; ! text-align: left; ! } ! ! td.head { ! font-weight: bold; ! font-size: 12pt; ! font-family: arial, sans-serif; ! } ! ! select, input { ! border: 1px outset #000000; ! background-color: #BAB8C6; ! color: black; ! font-size: 8pt; ! font-weight: normal; ! margin: 0px 0px 0px 0px; ! padding: 0px 0px 0px 0px; ! } ! ! .submit { ! border: none; ! background-color: transparent; ! height: 22px; ! width: 99px; ! font-size: 8pt; ! font-weight: bold; ! color: #FFFFFF; ! margin: 0px 0px 0px 0px; ! padding: 0px 0px 0px 0px; ! background-image: url(sleetImages/button.gif); ! cursor: pointer; ! } ! ! .shellTopCenter { ! background-image: url(sleetImages/top.gif); ! background-repeat: repeat-x; ! height: 21px; ! padding: 0px; ! margin: 0px; ! border: none; ! } ! ! .shellTopLeft { ! height: 21px; ! width: 27px; ! padding: 0px; ! margin: 0px; ! border: none; ! background-image: url(sleetImages/topLeft.gif); ! background-repeat: no-repeat; ! } ! ! .shellTopRight { ! height: 21px; ! width: 25px; ! padding: 0px; ! margin: 0px; ! border: none; ! background-image: url(sleetImages/topRight.gif); ! background-repeat: no-repeat; ! } ! ! .shellLeft { ! padding: 0px; ! margin: 0px; ! border: none; ! width: 27px; ! background-image: url(sleetImages/left.gif); ! background-repeat: repeat-y; ! } ! ! .shellRight { ! padding: 0px; ! margin: 0px; ! border: none; ! background-image: url(sleetImages/right.gif); ! width: 25px; ! background-repeat: repeat-y; ! } ! ! .shellBottomCenter { ! padding: 0px; ! margin: 0px; ! border: none; ! background-image: url(sleetImages/bottom.gif); ! background-repeat: repeat-x; ! height: 22px; ! } ! ! .shellBottomLeft { ! padding: 0px; ! margin: 0px; ! border: none; ! background-image: url(sleetImages/bottomLeft.gif); ! width: 27px; ! height: 22px; ! background-repeat: no-repeat; ! } ! ! .shellBottomRight { ! padding: 0px; ! margin: 0px; ! border: none; ! background-image: url(sleetImages/bottomRight.gif); ! width: 25px; ! background-repeat: no-repeat; ! height: 22px; ! } ! ! .menu { ! background-image: url(sleetImages/menu.gif); ! font-weight: normal; ! font-size: 10pt; ! width: 100%; ! } ! ! .menuLink { ! color: #ffffff; ! background-color: transparent; ! text-decoration: none; ! font-weight: bold; ! font-size: 8pt; ! } ! ! .menuLink:hover { ! border: none; ! cursor: pointer; ! } ! ! ! .menuSelected { ! background-image: url(sleetImages/menuButton.gif); ! width: 109px; ! height: 21px; ! background-repeat: no-repeat; ! } ! ! .menuStandard { ! background-image: url(sleetImages/menuButton.gif); ! width: 109px; ! height: 21px; ! background-repeat: no-repeat; ! ! } ! ! .menuIndent { ! background-image: none; ! color: #FFFFFF; ! background-color: #7988a5; ! padding: 0px; ! margin: 0px; ! width: 0px; ! } ! ! .rowEven, .rowEven a { ! font-size: 8pt; ! color: #FFFFFF; ! background-color: transparent; ! } ! ! .rowOdd { ! color: #AAAAAA; ! background-color: #545F74; ! } ! ! .rowOdd a { ! font-size: 8pt; ! color: #AAAAAA; ! background-color: transparent; ! } ! ! .rowOdd td { ! border-top: 1px #888888 solid; ! border-bottom: 1px #888888 solid; ! } ! ! tr.rowHighlighted { ! color: #EEEEEE; ! background-color: #545f74; ! } ! ! td.openMessageCloser { ! text-align: right; ! } ! ! td.openMessageBody { ! text-align: left; ! } ! ! td.accuracy0to49 { ! color: black; ! background-color: red; ! } ! ! td.accuracy50to93 { ! color: black; ! background-color: yellow; ! } ! ! td.accuracy94to100 { ! color: black; ! background-color: green; ! } ! ! div.error01 { ! font-size: larger; ! color: red; ! background-color: transparent; ! } ! ! div.error02 { ! color: red; ! background-color: transparent; ! } ! ! span.graphfont { ! font-size: x-small; ! } ! ! h2 { ! font-weight: bold; ! font-size: 12pt; ! } ! ! .historyLabel { ! font-weight: normal; ! } ! ! .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } ! ! .bucketsLabel { ! font-weight: bold; ! } ! ! .magnetsLabel { ! font-weight: bold; ! } ! ! .securityLabel { ! font-weight: bold; ! } ! ! .configurationLabel { ! font-weight: bold; ! } ! ! .advancedLabel { ! font-weight: bold; ! } ! ! .passwordLabel { ! font-weight: bold; ! } ! ! .sessionLabel { ! font-weight: bold; ! } ! ! td.logo2menuspace { ! height: 1.0em; ! } ! ! a { ! font-size: 10pt; ! color: #FFFFFF; ! text-decoration: underline; ! background-color: transparent; ! } ! ! a:hover { ! border: 1px #FFFFFF solid; ! } ! ! hr { ! color: #888888; ! background-color: transparent; ! height: 1px; ! } ! ! .menuSpacer { ! padding-right: 0px; ! padding-left: 0px; ! padding-bottom: 0px; ! margin: 0px; ! width: 0px; ! padding-top: 0px ! } ! ! ! .settingsTable, .settingsPanel { ! border: 1px solid #888888; ! color: #FFFFFF; ! background-color: #545F74; ! } ! ! .openMessageTable, .lookupResultsTable { ! border: 1px solid #888888; ! color: #FFFFFF; ! background-color: #545F74; ! } ! ! .footer { ! background-image: url(sleetImages/menu.gif); ! margin-top: 10px; ! margin-left: 10%; ! margin-right: 10%; ! height: 22px; ! width: 80%; ! font-size: 8pt; ! background-color: transparent; ! color: #000000; ! } ! ! .bottomLink { ! font-size: 8pt; ! color: #000000; ! background-color: transparent; ! } ! |
From: <jgr...@us...> - 2003-02-20 21:43:56
|
Update of /cvsroot/popfile/engine/languages In directory sc8-pr-cvs1:/tmp/cvs-serv12204 Modified Files: Deutsch.msg Log Message: Update to German translation Index: Deutsch.msg =================================================================== RCS file: /cvsroot/popfile/engine/languages/Deutsch.msg,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Deutsch.msg 19 Feb 2003 17:26:53 -0000 1.6 --- Deutsch.msg 20 Feb 2003 21:43:49 -0000 1.7 *************** *** 1,208 **** ! # Copyright (c) 2001-2003 John Graham-Cumming ! ! # This is used to get the appropriate subdirectory for the manual ! LanguageCode de ! LanguageCharset ISO-8859-1 ! ! # Common words that are used on their own all over the interface ! Apply Anwenden ! On Ein ! Off Aus ! TurnOn Einschalten ! TurnOff Ausschalten ! Add Hinzufügen ! Remove Entfernen ! Previous Zurück ! Next Weiter ! From Absender ! Subject Betreff ! Classification Einstufung ! Reclassify Neu einstufen ! Undo widerrufen ! Close Schließen ! Find Suchen ! Filter Filter ! Yes Ja ! No Nein ! ChangeToYes Ändern in Ja ! ChangeToNo Ändern in Nein ! Bucket Kategorie ! Magnet Magnet ! Delete Löschen ! Create Erstellen ! To Empfänger ! Total Insgesamt ! Rename Umbenennen ! Frequency Häufigkeit ! Probability Wahrscheinlichkeit ! Score Auswertung ! Lookup Nachschlagen ! ! # The header and footer that appear on every UI page ! Header_Title POPFile Kontrollzentrum ! Header_Shutdown Herunterfahren ! Header_History Verlauf ! Header_Buckets Kategorie ! Header_Configuration Konfiguration ! Header_Advanced Erweitert ! Header_Security Sicherheit ! Header_Magnets Magnete ! ! Footer_HomePage POPFile Homepage ! Footer_Manual Handbuch ! Footer_Forums Foren ! Footer_FeedMe Fütter mich! ! Footer_RequestFeature Funktionalität vorschlagen ! Footer_MailingList Mailing Liste ! ! Configuration_Error1 Das Trennzeichen muß ein einzelnes Zeichen sein. ! Configuration_Error2 Der Port für das Kontrollzentrum muß zwischen 1 und 65535 liegen. ! Configuration_Error3 Der POP3 Port muß zwischen 1 und 65535 liegen. ! Configuration_Error4 Die Seitengröße muß zwischen 1 und 1000 liegen. ! Configuration_Error5 Die Anzahl der Tage im Verlauf muß zwischen 1 und 366 liegen. ! Configuration_Error6 Der TCP Timeout muß zwischen 10 und 300 liegen. ! Configuration_POP3Port POP3 Port ! Configuration_POP3Update Neuer POP3 Port: %s; Diese Änderung wird erst nach einem Neustart von POPFile wirksam. ! Configuration_Separator Trennzeichen ! Configuration_SepUpdate Neues Trennzeichen: %s ! Configuration_UI Web Port für Kontrollzentrum ! Configuration_UIUpdate Neuer Web Port für Kontrollzentrum: %s; Dieser Änderung wird erst nach einem Neustart von POPFile wirksam. ! Configuration_History Anzahl Emails pro Seite ! Configuration_HistoryUpdate Neue Anzahl Emails pro Seite: %s ! Configuration_Days Emails x Tage im Verlauf speichern ! Configuration_DaysUpdate Emails werden nun %s im Verlauf gespeichert ! Configuration_UserInterface Benutzeroberfläche ! Configuration_Skins Skins ! Configuration_SkinsChoose Skin auswählen ! Configuration_Language Sprache ! Configuration_LanguageChoose Sprache auswählen ! Configuration_ListenPorts Porteinstellungen ! Configuration_HistoryView Verlaufsansicht ! Configuration_TCPTimeout TCP Verbindungstimeout ! Configuration_TCPTimeoutSecs TCP Verbindungstimeout in Sekunden ! Configuration_TCPTimeoutUpdate Neuer TCP Verbidungstimeout: %s ! Configuration_ClassificationInsertion Einstufung anzeigen ! Configuration_SubjectLine Betreff-Zeile ändern ! Configuration_XTCInsertion X-Text-Classification einfügen ! Configuration_XPLInsertion X-POPFile-Link einfügen ! Configuration_Logging Protokollierung ! Configuration_None Keine Ausgabe ! Configuration_ToScreen Auf den Bildschirm ! Configuration_ToFile In eine Datei ! Configuration_ToScreenFile Bildschirm und Datei ! Configuration_LoggerOutput Protokoll ausgeben ! ! Advanced_Error1 '%s' ist bereits in der Liste mit Stop-Wörtern ! Advanced_Error2 Stop-Wörtern können nur alphanumerische, ., _, -, oder @ Zeichen enthalten ! Advanced_Error3 '%s' zu den Stop-Wörtern hinzugefügt ! Advanced_Error4 '%s' ist nicht in der Stop-Wörter-Liste ! Advanced_Error5 '%s' von der Stop-Wörter-Liste hinzugefügt ! Advanced_StopWords Stop-Wörter ! Advanced_Message1 Die folgenden Wörter werden bei jeder Einstufung ignoriert, da sie sehr häufig auftauchen ! Advanced_AddWord Wort hinzufügen ! Advanced_RemoveWord Wort löschen ! ! History_Filter (zeige nur Kategorie <font color="%s">%s</font>) ! History_Search (gesuchter Betreff: %s) ! History_Title Letzte Nachrichten ! History_Jump zu Nachricht gehen ! History_ShowAll Alle anzeigen ! History_ShouldBe Sollte sein ! History_NoFrom kein Absender angegeben ! History_NoSubject kein Betreff ! History_ClassifyAs eingestuft als ! History_MagnetUsed Magnet benutzt ! History_ChangedTo Geändert: <font color="%s">%s ! History_Already Bereits neu eingestuft als <font color="%s">%s</font> ! History_RemoveAll Alle entfernen ! History_RemovePage Diese Seite entfernen ! History_Remove Um Einträge im Verlauf zu löschen, klicken Sie auf ! History_SearchMessage Betreff suchen ! History_NoMessages keine Nachrichten ! History_ShowMagnet Magnetisiert ! History_Magnet (zeige nur durch Magnet eingestufte Nachrichten) ! History_ResetSearch Zurücksetzen ! ! Password_Title Paßwort ! Password_Enter Paßwort eingeben ! Password_Go Anmelden ! Password_Error1 Falsches Paßwort ! ! Security_Error1 Der sichere Port muß zwischen 1 und 65535 liegen. ! Security_Stealth Stealth Modus/Serverbetrieb ! Security_NoStealthMode Nein (Stealth Modus) ! Security_ExplainStats (Wenn Sie diese Funktion einschalten, sendet POPFile täglich die drei folgenden Werte an ein Skript auf www.usethesource.com: bc (Anzahl von Ihnen eingerichteter Kategorien), mc (Anzahl von POPFile eingestufter Nachrichten) und ec (Anzahl der Einstufungsfehler). Diese werden in einer Datei gespeichert und benutzt, um öffentliche Statistiken darüber zu erstellen, wie POPFile genutzt wird und wie gut es dabei funktioniert. Die Daten werden etwa 5 Tage auf dem Server gespeichert und dann gelöscht. Zuordnungen zwischen IP-Adressen und statistischen Daten werden nicht gespeichert.) ! Security_ExplainUpdate (Wenn Sie diese Funktion einschalten, sendet POPFile täglich die drei folgenden Werte an ein Skript auf www.usethesource.com: ma (die Hauptversionsnummer der POPFile-Installation), mi (die Nebenversionsnummer der POPFile-Installation) und bn (die build-Nummer der POPFile-Installation). POPFile erhält die Antwort in Form einer Grafik, die am Kopf einer Seite erscheint, wenn eine neue Version verfügbar ist. Die Daten werden etwa 5 Tage auf dem Server gespeichert und dann gelöscht. Zuordnungen zwischen IP-Adressen und statistischen Daten werden nicht gespeichert.) ! Security_PasswordTitle Paßwort für Benutzeroberfläche ! Security_Password Paßwort ! Security_PasswordUpdate Neues Paßwort: %s ! Security_AUTHTitle gesicherte Kennwortauthentizierung/AUTH ! Security_SecureServer gesicherter Server ! Security_SecureServerUpdate Neuer gesicherter Server: %s; Diese Änderung wird erst nach einem Neustart von POPFile wirksam. ! Security_SecurePort gesicherter Port ! Security_SecurePortUpdate Neuer gesicherter Port %s; Diese Änderung wird erst nach einem Neustart von POPFile wirksam. ! Security_POP3 POP3 Verbindungen von fremden Rechnern erlauben ! Security_UI HTTP (Benutzeroberfläche) Verbindungen von fremden Rechnern erlauben ! Security_UpdateTitle Automatisch auf Updates prüfen ! Security_Update Täglich nach POPFile Updates suchen ! Security_StatsTitle Statistik Report ! Security_Stats Täglich Statistiken an John senden ! ! Magnet_Error1 Magnet '%s' existiert bereits in Kategorie '%s' ! Magnet_Error2 Neuer Magnet '%s' kollidiert mit Magnet '%s' in Kategorie '%s' und könnte unklare Ergebnisse verursachen. Magnet wurde nicht unzugefügt. ! Magnet_Error3 Erstelle neuen Magnet '%s' in Kategorie '%s' ! Magnet_CurrentMagnets Aktuelle Magnete ! Magnet_Message1 Die folgenden Magnete ordnen neue Post zwingend in eine angegebene Kategorie ein. ! Magnet_CreateNew Neuen Magnet erstellen ! Magnet_Explanation Drei Typen von Magneten sind verfügbar: <ul><li>Absenderadresse oder -name:</b> z.B.: ha...@fi..., um eine bestimmte Adresse zu erfassen, <br />firma.de, um jeden zu erfassen, der von firma.de sendet, <br />Hans Mustermann, um eine bestimmte Person zu erfassen; Hans erfaßt jeden Hans</li><li><b>Empfängeradresse oder -name:</b> Wie beim Absender-Magnet nur für die Empfängeradresse in der Email.</li><li><b>Wörter im Betreff:</b> z.B.: "Hallo", um alle Nachrichten mit "Hallo" im Betreff zu erfassen</li></ul> ! Magnet_MagnetType Typ des Magnets ! Magnet_Value Wert ! Magnet_Always Immer dieser Kategorie zuordnen ! ! Bucket_Error1 Kategorienamen können nur Kleinbuchstaben von a bis z, - oder _ enthalten ! Bucket_Error2 Kategoriename %s existiert bereits ! Bucket_Error3 Kategorie %s erstellt ! Bucket_Error4 Bitte geben Sie ein nicht-leeres Wort ein ! Bucket_Error5 Kategorie %s in %s umbenannt ! Bucket_Error6 Kategorie %s gelöscht ! Bucket_Title Zusammenfassung ! Bucket_BucketName Kategoriename ! Bucket_WordCount Wortanzahl ! Bucket_WordCounts Wortanzahl ! Bucket_UniqueWords verschiedene Wörter ! Bucket_SubjectModification Betreff ändern ! Bucket_ChangeColor Farbe ändern ! Bucket_NotEnoughData Nicht genügend Daten ! Bucket_ClassificationAccuracy Genauigkeit ! Bucket_EmailsClassified Emails klassifiziert ! Bucket_EmailsClassifiedUpper Emails klassifiziert ! Bucket_ClassificationErrors Einstufungsfehler ! Bucket_Accuracy Genauigkeit ! Bucket_ClassificationCount Anzahl Einstufungen ! Bucket_ResetStatistics Statistiken zurücksetzen ! Bucket_LastReset Läuft seit ! Bucket_CurrentColor Derzeitige Farbe von %s ist %s ! Bucket_SetColorTo Setze Farbe von %s auf %s ! Bucket_Maintenance Verwaltung ! Bucket_CreateBucket Erstelle Kategorie ! Bucket_DeleteBucket Lösche Kategorie ! Bucket_RenameBucket Benenne Kategorie um ! Bucket_Lookup Nachschlagen ! Bucket_LookupMessage Wort in Kategorie nachschlagen ! Bucket_LookupMessage2 Ergebnis für ! Bucket_LookupMostLikely <b>%s</b> erscheint am wahrscheinlichsten in <font color="%s">%s</font> ! Bucket_DoesNotAppear <p><b>%s</b> erscheint in keiner Kategorie ! Bucket_DisabledGlobally Global deaktiviert ! Bucket_To in ! Bucket_Quarantine Quarantäne ! ! SingleBucket_Title Details für %s ! SingleBucket_WordCount Anzahl Worte in dieser Kategorie ! SingleBucket_TotalWordCount Anzahl Worte insgesamt ! SingleBucket_Percentage Anteil an der Gesamtzahl ! SingleBucket_WordTable Worttabelle für %s ! SingleBucket_Message1 Mit (*) gekennzeichnete Wörter wurden in dieser POPFile Sitzung zur Sortierung benutzt. Klicken Sie auf ein beliebiges Wort, um die Wahrscheinlichkeit seines Erscheinens für alle Kategorien anzusehen. ! SingleBucket_Unique %s verschiedene ! ! Session_Title POPFile Sitzung abgelaufen ! Session_Error Ihre POPFile-Sitzung ist abgelaufen. Dies könnte dadurch verursacht worden sein, daß Sie POPFile neu gestartet haben, das Kontrollzentrum aber noch im Browser geöffnet war. Bitte klicken Sie auf einen der oben angezeigten Verweise, um mit der Benutzung von POPFile weitermachen zu können. --- 1,208 ---- ! # Copyright (c) 2001-2003 John Graham-Cumming ! ! # This is used to get the appropriate subdirectory for the manual ! LanguageCode de ! LanguageCharset ISO-8859-1 ! ! # Common words that are used on their own all over the interface ! Apply Anwenden ! On Ein ! Off Aus ! TurnOn Einschalten ! TurnOff Ausschalten ! Add Hinzufügen ! Remove Entfernen ! Previous Zurück ! Next Weiter ! From Absender ! Subject Betreff ! Classification Einstufung ! Reclassify Neu einstufen ! Undo widerrufen ! Close Schließen ! Find Suchen ! Filter Filter ! Yes Ja ! No Nein ! ChangeToYes Ändern in Ja ! ChangeToNo Ändern in Nein ! Bucket Kategorie ! Magnet Magnet ! Delete Löschen ! Create Erstellen ! To Empfänger ! Total Insgesamt ! Rename Umbenennen ! Frequency Häufigkeit ! Probability Wahrscheinlichkeit ! Score Auswertung ! Lookup Nachschlagen ! ! # The header and footer that appear on every UI page ! Header_Title POPFile Kontrollzentrum ! Header_Shutdown Herunterfahren ! Header_History Verlauf ! Header_Buckets Kategorie ! Header_Configuration Konfiguration ! Header_Advanced Erweitert ! Header_Security Sicherheit ! Header_Magnets Magnete ! ! Footer_HomePage POPFile Homepage ! Footer_Manual Handbuch ! Footer_Forums Foren ! Footer_FeedMe Spenden ! Footer_RequestFeature Funktionalität vorschlagen ! Footer_MailingList Mailing Liste ! ! Configuration_Error1 Das Trennzeichen muß ein einzelnes Zeichen sein. ! Configuration_Error2 Der Port für das Kontrollzentrum muß zwischen 1 und 65535 liegen. ! Configuration_Error3 Der POP3 Port muß zwischen 1 und 65535 liegen. ! Configuration_Error4 Die Seitengröße muß zwischen 1 und 1000 liegen. ! Configuration_Error5 Die Anzahl der Tage im Verlauf muß zwischen 1 und 366 liegen. ! Configuration_Error6 Der TCP Timeout muß zwischen 10 und 300 liegen. ! Configuration_POP3Port POP3 Port ! Configuration_POP3Update Neuer POP3 Port: %s; Diese Änderung wird erst nach einem Neustart von POPFile wirksam. ! Configuration_Separator Trennzeichen ! Configuration_SepUpdate Neues Trennzeichen: %s ! Configuration_UI Web Port für Kontrollzentrum ! Configuration_UIUpdate Neuer Web Port für Kontrollzentrum: %s; Dieser Änderung wird erst nach einem Neustart von POPFile wirksam. ! Configuration_History Anzahl Emails pro Seite ! Configuration_HistoryUpdate Neue Anzahl Emails pro Seite: %s ! Configuration_Days Emails x Tage im Verlauf speichern ! Configuration_DaysUpdate Emails werden nun %s im Verlauf gespeichert ! Configuration_UserInterface Benutzeroberfläche ! Configuration_Skins Skins ! Configuration_SkinsChoose Skin auswählen ! Configuration_Language Sprache ! Configuration_LanguageChoose Sprache auswählen ! Configuration_ListenPorts Porteinstellungen ! Configuration_HistoryView Verlaufsansicht ! Configuration_TCPTimeout TCP Verbindungstimeout ! Configuration_TCPTimeoutSecs TCP Verbindungstimeout in Sekunden ! Configuration_TCPTimeoutUpdate Neuer TCP Verbidungstimeout: %s ! Configuration_ClassificationInsertion Einstufung anzeigen ! Configuration_SubjectLine Betreff-Zeile ändern ! Configuration_XTCInsertion X-Text-Classification einfügen ! Configuration_XPLInsertion X-POPFile-Link einfügen ! Configuration_Logging Protokollierung ! Configuration_None Keine Ausgabe ! Configuration_ToScreen Auf den Bildschirm ! Configuration_ToFile In eine Datei ! Configuration_ToScreenFile Bildschirm und Datei ! Configuration_LoggerOutput Protokoll ausgeben ! ! Advanced_Error1 '%s' ist bereits in der Liste der ignorierten Wörter ! Advanced_Error2 Ignorierte Wörtern können nur alphanumerische, ., _, -, oder @ Zeichen enthalten ! Advanced_Error3 '%s' zu den ignorierten Wörtern hinzugefügt ! Advanced_Error4 '%s' ist nicht in der Liste der ignorierten Wörter ! Advanced_Error5 '%s' von der Liste der ignorierten Wörter entfernt ! Advanced_StopWords Ignorierte Wörter ! Advanced_Message1 POPFile ignoriert die folgenden, häufig verwendeten Wörter: ! Advanced_AddWord Wort hinzufügen ! Advanced_RemoveWord Wort löschen ! ! History_Filter (zeige nur Kategorie <font color="%s">%s</font>) ! History_Search (gesuchter Absender/Betreff: %s) ! History_Title Letzte Nachrichten ! History_Jump zu Nachricht gehen ! History_ShowAll Alle anzeigen ! History_ShouldBe Sollte sein ! History_NoFrom kein Absender angegeben ! History_NoSubject kein Betreff ! History_ClassifyAs eingestuft als ! History_MagnetUsed Magnet benutzt ! History_ChangedTo Geändert: <font color="%s">%s ! History_Already Bereits neu eingestuft als <font color="%s">%s</font> ! History_RemoveAll Alle entfernen ! History_RemovePage Diese Seite entfernen ! History_Remove Um Einträge im Verlauf zu löschen, klicken Sie auf ! History_SearchMessage Nach Absender/Betreff suchen ! History_NoMessages keine Nachrichten ! History_ShowMagnet Magnetisiert ! History_Magnet (zeige nur durch Magnet eingestufte Nachrichten) ! History_ResetSearch Zurücksetzen ! ! Password_Title Paßwort ! Password_Enter Paßwort eingeben ! Password_Go Anmelden ! Password_Error1 Falsches Paßwort ! ! Security_Error1 Der sichere Port muß zwischen 1 und 65535 liegen. ! Security_Stealth Stealth Modus/Serverbetrieb ! Security_NoStealthMode Nein (Stealth Modus) ! Security_ExplainStats (Wenn Sie diese Funktion einschalten, sendet POPFile täglich die drei folgenden Werte an ein Skript auf www.usethesource.com: bc (Anzahl von Ihnen eingerichteter Kategorien), mc (Anzahl von POPFile eingestufter Nachrichten) und ec (Anzahl der Einstufungsfehler). Diese werden in einer Datei gespeichert und benutzt, um öffentliche Statistiken darüber zu erstellen, wie POPFile genutzt wird und wie gut es dabei funktioniert. Die Daten werden etwa 5 Tage auf dem Server gespeichert und dann gelöscht. Zuordnungen zwischen IP-Adressen und statistischen Daten werden nicht gespeichert.) ! Security_ExplainUpdate (Wenn Sie diese Funktion einschalten, sendet POPFile täglich die drei folgenden Werte an ein Skript auf www.usethesource.com: ma (die Hauptversionsnummer der POPFile-Installation), mi (die Nebenversionsnummer der POPFile-Installation) und bn (die build-Nummer der POPFile-Installation). POPFile erhält die Antwort in Form einer Grafik, die am Kopf einer Seite erscheint, wenn eine neue Version verfügbar ist. Die Daten werden etwa 5 Tage auf dem Server gespeichert und dann gelöscht. Zuordnungen zwischen IP-Adressen und statistischen Daten werden nicht gespeichert.) ! Security_PasswordTitle Paßwort für Benutzeroberfläche ! Security_Password Paßwort ! Security_PasswordUpdate Neues Paßwort: %s ! Security_AUTHTitle gesicherte Kennwortauthentizierung/AUTH ! Security_SecureServer gesicherter Server ! Security_SecureServerUpdate Neuer gesicherter Server: %s; Diese Änderung wird erst nach einem Neustart von POPFile wirksam. ! Security_SecurePort gesicherter Port ! Security_SecurePortUpdate Neuer gesicherter Port %s; Diese Änderung wird erst nach einem Neustart von POPFile wirksam. ! Security_POP3 POP3 Verbindungen von fremden Rechnern erlauben (erfordert Neustart von POPFile) ! Security_UI HTTP (Benutzeroberfläche) Verbindungen von fremden Rechnern erlauben (erfordert Neustart von POPFile) ! Security_UpdateTitle Automatisch auf Updates prüfen ! Security_Update Täglich nach POPFile Updates suchen ! Security_StatsTitle Statistik Report ! Security_Stats Täglich Statistiken senden ! ! Magnet_Error1 Magnet '%s' existiert bereits in Kategorie '%s' ! Magnet_Error2 Neuer Magnet '%s' kollidiert mit Magnet '%s' in Kategorie '%s' und könnte unklare Ergebnisse verursachen. Magnet wurde nicht unzugefügt. ! Magnet_Error3 Erstelle neuen Magnet '%s' in Kategorie '%s' ! Magnet_CurrentMagnets Aktuelle Magnete ! Magnet_Message1 Die folgenden Magnete ordnen neue Post zwingend in eine angegebene Kategorie ein. ! Magnet_CreateNew Neuen Magnet erstellen ! Magnet_Explanation Drei Typen von Magneten sind verfügbar: <ul><li>Absenderadresse oder -name:</b> z.B.: ha...@fi..., um eine bestimmte Adresse zu erfassen, <br />firma.de, um jeden zu erfassen, der von firma.de sendet, <br />Hans Mustermann, um eine bestimmte Person zu erfassen; Hans erfaßt jeden Hans</li><li><b>Empfängeradresse oder -name:</b> Wie beim Absender-Magnet nur für die Empfängeradresse in der Email.</li><li><b>Wörter im Betreff:</b> z.B.: "Hallo", um alle Nachrichten mit "Hallo" im Betreff zu erfassen</li></ul> ! Magnet_MagnetType Typ des Magnets ! Magnet_Value Wert ! Magnet_Always Immer dieser Kategorie zuordnen ! ! Bucket_Error1 Kategorienamen können nur Kleinbuchstaben von a bis z, - oder _ enthalten ! Bucket_Error2 Kategoriename %s existiert bereits ! Bucket_Error3 Kategorie %s erstellt ! Bucket_Error4 Bitte geben Sie ein nicht-leeres Wort ein ! Bucket_Error5 Kategorie %s in %s umbenannt ! Bucket_Error6 Kategorie %s gelöscht ! Bucket_Title Zusammenfassung ! Bucket_BucketName Kategoriename ! Bucket_WordCount Wortanzahl ! Bucket_WordCounts Wortanzahl ! Bucket_UniqueWords verschiedene Wörter ! Bucket_SubjectModification Betreff ändern ! Bucket_ChangeColor Farbe ändern ! Bucket_NotEnoughData Nicht genügend Daten ! Bucket_ClassificationAccuracy Genauigkeit ! Bucket_EmailsClassified Emails klassifiziert ! Bucket_EmailsClassifiedUpper Emails klassifiziert ! Bucket_ClassificationErrors Einstufungsfehler ! Bucket_Accuracy Genauigkeit ! Bucket_ClassificationCount Anzahl Einstufungen ! Bucket_ResetStatistics Statistiken zurücksetzen ! Bucket_LastReset Läuft seit ! Bucket_CurrentColor Derzeitige Farbe von %s ist %s ! Bucket_SetColorTo Setze Farbe von %s auf %s ! Bucket_Maintenance Verwaltung ! Bucket_CreateBucket Erstelle Kategorie ! Bucket_DeleteBucket Lösche Kategorie ! Bucket_RenameBucket Benenne Kategorie um ! Bucket_Lookup Nachschlagen ! Bucket_LookupMessage Wort in Kategorie nachschlagen ! Bucket_LookupMessage2 Ergebnis für ! Bucket_LookupMostLikely <b>%s</b> erscheint am wahrscheinlichsten in <font color="%s">%s</font> ! Bucket_DoesNotAppear <p><b>%s</b> erscheint in keiner Kategorie ! Bucket_DisabledGlobally Global deaktiviert ! Bucket_To in ! Bucket_Quarantine Quarantäne ! ! SingleBucket_Title Details für %s ! SingleBucket_WordCount Anzahl Worte in dieser Kategorie ! SingleBucket_TotalWordCount Anzahl Worte insgesamt ! SingleBucket_Percentage Anteil an der Gesamtzahl ! SingleBucket_WordTable Worttabelle für %s ! SingleBucket_Message1 Mit (*) gekennzeichnete Wörter wurden in dieser POPFile Sitzung zur Sortierung benutzt. Klicken Sie auf ein beliebiges Wort, um die Wahrscheinlichkeit seines Erscheinens für alle Kategorien anzusehen. ! SingleBucket_Unique %s verschiedene ! ! Session_Title POPFile Sitzung abgelaufen ! Session_Error Ihre POPFile-Sitzung ist abgelaufen. Dies könnte dadurch verursacht worden sein, daß Sie POPFile neu gestartet haben, das Kontrollzentrum aber noch im Browser geöffnet war. Bitte klicken Sie auf einen der oben angezeigten Verweise, um mit der Benutzung von POPFile weitermachen zu können. |
From: <jgr...@us...> - 2003-02-20 21:36:49
|
Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1:/tmp/cvs-serv9221/tests Modified Files: TestBayes.tst Added Files: TestMailParse020.cam TestMailParse020.cls TestMailParse020.msg TestMailParse020.wrd Log Message: Added the file associated with bug 689546 to the test suite so that we don't regress on MIME boundaries --- NEW FILE: TestMailParse020.cam --- Received: (qmail 14017 invoked by uid 417); 13 Feb 2003 20:05:08 -0000 Received: from mail.gentoo.org (HELO gentoo.org) (204.126.2.42) by 192.168.0.30 with SMTP; 13 Feb 2003 20:05:08 -0000 Received: (qmail 13859 invoked by uid 1002); 13 Feb 2003 20:10:36 -0000 Mailing-List: contact gen...@ge...; run by ezmlm Precedence: bulk List-Post: <mailto:gen...@ge...> List-Help: <mailto:gen...@ge...> List-Unsubscribe: <mailto:gen...@ge...> List-Subscribe: <mailto:gen...@ge...> List-Id: Gentoo Linux mail <gentoo-announce.gentoo.org> X-BeenThere: gen...@ge... Delivered-To: mailing list gen...@ge... Delivered-To: moderator for gen...@ge... Received: (qmail 24610 invoked from network); 13 Feb 2003 20:08:14 -0000 Date: Thu, 13 Feb 2003 20:58:33 +0100 From: Sascha Schwabbauer <cyb...@ge...> To: gen...@ge... Subject: [spam] Fix for kde 3.1+3.0.x installs (x86) (bug #15593) - please read Message-Id: <200...@ge...> X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; powerpc-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="=.P.GDOi)uP6IbU+" X-Sender: 320...@t-... X-Text-Classification: spam X-POPFile-Link: <http://127.0.0.1:8080/jump_to_message?view=tests/popfile0=0.msg> --=.P.GDOi)uP6IbU+ Content-Type: multipart/mixed; boundary="Multipart_Thu__13_Feb_2003_20:58:33_+0100_103356a0" --Multipart_Thu__13_Feb_2003_20:58:33_+0100_103356a0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hello everyone, Lots of people have complained that the new kdelibs-3.1-r1 and kdebase-3.1-r1 don't work for them when kde 3.0.x is installed as well: kde 3.1 shows the kde 3.0.x splashscreen and then hangs. This is due to a misunderstanding: for things to work, you need to install the latest 3.0.5a revisions as well, namely kdelibs-3.0.5a-r2 and kdebase-3.0.5a-r1. Unfortunately portage isn't smart enough to include upgrades of older slots in the world update list. So kde 3.0.x must be upgraded manually to these newer revisions, or things will break. A quick fix for the problem if you don't want to spend hours compiling right now is to edit /etc/env.d/65kdelibs-3.0.5a (or 65kdelibs-$ver for any older 3.0.x version $ver). Remove the line that says KDEDIRS=/usr/kde/3. Run env-update and restart kdm. I apologize for the problems this must have caused. I hope this will be a swift fix. -- Sascha Schwabbauer Developer / Mailadmin Gentoo Linux http://www.gentoo.org/~cybersystem PGP Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x84EA0C8F Key fingerprint = 4BDD CC71 DBDB 58A5 78D0 3382 1EF6 2E96 84EA 0C8F --Multipart_Thu__13_Feb_2003_20:58:33_+0100_103356a0 Content-Type: application/pgp-signature; name="00000000.mimetmp" Content-Disposition: attachment; filename="00000000.mimetmp" Content-Transfer-Encoding: base64 LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0KVmVyc2lvbjogR251UEcgdjEuMi4xIChHTlUv TGludXgpCgppRDhEQlFFK1M5d1hIdll1bG9UcURJOFJBc1dXQUtDREVScGxBSVpiYjZqOCtLa2pG VlFQOTJFUGxnQ2ZYZ0NRCk43Vy9DdllLTWlremhHRXBnMlZKeWVVPQo9WUJYTgotLS0tLUVORCBQ R1AgU0lHTkFUVVJFLS0tLS0KCg== --Multipart_Thu__13_Feb_2003_20:58:33_+0100_103356a0-- --=.P.GDOi)uP6IbU+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+S/jsHvYuloTqDI8RAruvAJ9WJYyAj7TJS+VcoHpzzxunA2FvAwCgou52 PGRJS7+9aI7Uu4FDeZX5c3I= =hVlT -----END PGP SIGNATURE----- --=.P.GDOi)uP6IbU+-- --- NEW FILE: TestMailParse020.cls --- spam --- NEW FILE: TestMailParse020.msg --- Received: (qmail 14017 invoked by uid 417); 13 Feb 2003 20:05:08 -0000 Received: from mail.gentoo.org (HELO gentoo.org) (204.126.2.42) by 192.168.0.30 with SMTP; 13 Feb 2003 20:05:08 -0000 Received: (qmail 13859 invoked by uid 1002); 13 Feb 2003 20:10:36 -0000 Mailing-List: contact gen...@ge...; run by ezmlm Precedence: bulk List-Post: <mailto:gen...@ge...> List-Help: <mailto:gen...@ge...> List-Unsubscribe: <mailto:gen...@ge...> List-Subscribe: <mailto:gen...@ge...> List-Id: Gentoo Linux mail <gentoo-announce.gentoo.org> X-BeenThere: gen...@ge... Delivered-To: mailing list gen...@ge... Delivered-To: moderator for gen...@ge... Received: (qmail 24610 invoked from network); 13 Feb 2003 20:08:14 -0000 Date: Thu, 13 Feb 2003 20:58:33 +0100 From: Sascha Schwabbauer <cyb...@ge...> To: gen...@ge... Subject: Fix for kde 3.1+3.0.x installs (x86) (bug #15593) - please read Message-Id: <200...@ge...> X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; powerpc-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="=.P.GDOi)uP6IbU+" X-Sender: 320...@t-... --=.P.GDOi)uP6IbU+ Content-Type: multipart/mixed; boundary="Multipart_Thu__13_Feb_2003_20:58:33_+0100_103356a0" --Multipart_Thu__13_Feb_2003_20:58:33_+0100_103356a0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hello everyone, Lots of people have complained that the new kdelibs-3.1-r1 and kdebase-3.1-r1 don't work for them when kde 3.0.x is installed as well: kde 3.1 shows the kde 3.0.x splashscreen and then hangs. This is due to a misunderstanding: for things to work, you need to install the latest 3.0.5a revisions as well, namely kdelibs-3.0.5a-r2 and kdebase-3.0.5a-r1. Unfortunately portage isn't smart enough to include upgrades of older slots in the world update list. So kde 3.0.x must be upgraded manually to these newer revisions, or things will break. A quick fix for the problem if you don't want to spend hours compiling right now is to edit /etc/env.d/65kdelibs-3.0.5a (or 65kdelibs-$ver for any older 3.0.x version $ver). Remove the line that says KDEDIRS=/usr/kde/3. Run env-update and restart kdm. I apologize for the problems this must have caused. I hope this will be a swift fix. -- Sascha Schwabbauer Developer / Mailadmin Gentoo Linux http://www.gentoo.org/~cybersystem PGP Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x84EA0C8F Key fingerprint = 4BDD CC71 DBDB 58A5 78D0 3382 1EF6 2E96 84EA 0C8F --Multipart_Thu__13_Feb_2003_20:58:33_+0100_103356a0 Content-Type: application/pgp-signature; name="00000000.mimetmp" Content-Disposition: attachment; filename="00000000.mimetmp" Content-Transfer-Encoding: base64 LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0KVmVyc2lvbjogR251UEcgdjEuMi4xIChHTlUv TGludXgpCgppRDhEQlFFK1M5d1hIdll1bG9UcURJOFJBc1dXQUtDREVScGxBSVpiYjZqOCtLa2pG VlFQOTJFUGxnQ2ZYZ0NRCk43Vy9DdllLTWlremhHRXBnMlZKeWVVPQo9WUJYTgotLS0tLUVORCBQ R1AgU0lHTkFUVVJFLS0tLS0KCg== --Multipart_Thu__13_Feb_2003_20:58:33_+0100_103356a0-- --=.P.GDOi)uP6IbU+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+S/jsHvYuloTqDI8RAruvAJ9WJYyAj7TJS+VcoHpzzxunA2FvAwCgou52 PGRJS7+9aI7Uu4FDeZX5c3I= =hVlT -----END PGP SIGNATURE----- --=.P.GDOi)uP6IbU+-- --- NEW FILE: TestMailParse020.wrd --- usr 1 portage 1 begin 2 pks 1 gentoo.org 12 caused 1 hangs 1 www.gentoo.org 1 sascha 1 list 2 attachment 1 t-dialin.net 1 kde 5 bulk 1 end 2 run 2 gentoo 5 hvlt 1 linux 5 restart 1 break 1 kdm 1 problem 1 need 1 says 1 mail.gentoo.org 1 to:gentoo.org 1 complained 1 jshvyulotqdi 1 don't 2 kdebase 2 remove 1 env 2 dbdb 1 gen...@ge... 1 signature 4 older 2 claws 1 subject:read 1 when 1 update 2 quick 1 developer 1 gen...@ge... 2 from:gentoo.org 1 right 1 gen...@ge... 1 wjyyaj 1 key 2 fvawcgou 1 upgraded 1 line 1 cvykmikzhgepg 1 version 4 lookup 1 namely 1 upgrades 1 things 2 invoked 3 installed 1 compiling 1 to:gen...@ge... 1 tjs 1 schwabbauer 1 moderator 1 subject:please 1 eplgcfxgcq 1 pgp.mit.edu 1 edit 1 network 1 new 1 unknown 1 pgp 5 revisions 2 must 2 unfortunately 1 gen...@ge... 1 subject:bug 1 install 1 manually 1 subject:fix 1 lots 1 cybersystem 1 search 1 vcohpzzxuna 1 slots 1 ver 2 fingerprint 1 gnupg 2 isn't 1 from:sascha 1 bdd 1 wxhvyulotqdi 1 ezmlm 1 uid 2 smart 1 powerpc 1 due 1 work 2 raswwakcderplaizbb 1 misunderstanding 1 these 1 vjyeu 1 gtk 1 include 1 subject:kde 1 kdelibs 4 kdedirs 1 pgrjs 1 want 1 mailadmin 1 get 1 subject:installs 1 kkjfvqp 1 everyone 1 swift 1 enough 1 now 1 problems 1 announce 3 mit.edu 1 charset:us-ascii 1 encoding:base64 1 from:cyb...@ge... 1 sylpheed 1 raruvaj 1 fdezx 1 qmail 3 latest 1 204.126.2.42 1 splashscreen 1 shows 1 spend 1 hope 1 fix 2 dbqe 2 encoding:7bit 1 hours 1 them 1 newer 1 then 1 gnu 3 world 1 mailing 1 apologize 1 ybxn 1 people 1 hello 1 gentoo-announce.gentoo.org 1 contact 1 well 2 from:schwabbauer 1 Index: TestBayes.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestBayes.tst,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TestBayes.tst 20 Feb 2003 21:30:33 -0000 1.3 --- TestBayes.tst 20 Feb 2003 21:36:42 -0000 1.4 *************** *** 82,85 **** --- 82,86 ---- unlink( 'tests/popfile0=0.msg' ); unlink( 'tests/popfile0=0.cls' ); + # rename( 'tests/temp.out', $output_file ); unlink( 'tests/temp.out' ); } |
From: <jgr...@us...> - 2003-02-20 21:31:08
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1:/tmp/cvs-serv6550 Modified Files: tests.pl Log Message: Added test suite for the classify_and_modify subroutine so that we can check that subject modification, XTC and XPL insertion are working correctly Index: tests.pl =================================================================== RCS file: /cvsroot/popfile/engine/tests.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tests.pl 11 Feb 2003 21:31:53 -0000 1.11 --- tests.pl 20 Feb 2003 21:30:31 -0000 1.12 *************** *** 8,11 **** --- 8,13 ---- # --------------------------------------------------------------------------------------------- + use strict; + # Look for all the TST files in the tests/ subfolder and run # each of them by including them in this file with the use statement *************** *** 87,91 **** my $result; ! if ( $expected =~ /[^0-9]/ ) { # This int() and is so that we don't get bitten by odd --- 89,93 ---- my $result; ! if ( !( $expected =~ /[^0-9]/ ) ) { # This int() and is so that we don't get bitten by odd |
From: <jgr...@us...> - 2003-02-20 17:11:56
|
Update of /cvsroot/popfile/engine/skins/sleetImages In directory sc8-pr-cvs1:/tmp/cvs-serv26546/sleetImages Added Files: bottom.gif bottomLeft.gif bottomRight.gif button.gif left.gif menu.gif menuButton.gif right.gif top.gif topLeft.gif topRight.gif Log Message: Merge two kraelen patches containing the Lavish and Sleet skins --- NEW FILE: bottom.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: bottomLeft.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: bottomRight.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: button.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: left.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: menu.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: menuButton.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: right.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: top.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topLeft.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topRight.gif --- (This appears to be a binary file; contents omitted.) |
From: <jgr...@us...> - 2003-02-20 17:11:54
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv26546 Added Files: Lavish.css Sleet.css Log Message: Merge two kraelen patches containing the Lavish and Sleet skins --- NEW FILE: Lavish.css --- BODY { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 5px; COLOR: #000000; PADDING-TOP: 0px; FONT-FAMILY: sans-serif; BACKGROUND-COLOR: #000000; TEXT-ALIGN: center } .shell { WIDTH: 95%; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-COLLAPSE: collapse; BACKGROUND-COLOR: #000000; BORDER-BOTTOM-STYLE: none } .borderTop { BACKGROUND-IMAGE: url(lavishImages/top.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 20px } .borderTopLeft { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(lavishImages/topLeft.gif); PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 20px; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 20px; BORDER-BOTTOM-STYLE: none } .borderTopRight { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(lavishImages/topRight.gif); PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 22px; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 22px; BORDER-BOTTOM-STYLE: none } .borderLeft { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(lavishImages/left.gif); PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 20px; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat-y; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none } .borderRight { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(lavishImages/right.gif); PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 22px; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat-y; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none } .borderBottom { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(lavishImages/bottom.gif); PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat-x; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 22px; BORDER-BOTTOM-STYLE: none } .borderBottomLeft { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(lavishImages/bottomLeft.gif); PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 22px; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 22px; BORDER-BOTTOM-STYLE: none } .borderBottomRight { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(lavishImages/bottomRight.gif); PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 69px; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 71px; BORDER-BOTTOM-STYLE: none } TABLE.head { WIDTH: 100%; FONT-FAMILY: times; TEXT-ALIGN: left } TD.head { FONT-WEIGHT: normal; FONT-SIZE: 14pt; FONT-FAMILY: sans-serif } .menu { FONT-WEIGHT: normal; FONT-SIZE: 10pt; BACKGROUND-IMAGE: url(lavishImages/menu.gif); WIDTH: 100% } .menuSelected { BACKGROUND-IMAGE: url(lavishImages/buttonSelected.gif); WIDTH: 124px; COLOR: #000000; BACKGROUND-REPEAT: no-repeat } .menuStandard { BACKGROUND-IMAGE: url(lavishImages/buttonUnselected.gif); WIDTH: 124px; COLOR: #000000; BACKGROUND-REPEAT: no-repeat } .menuIndent { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 0px; PADDING-TOP: 0px } TR.rowEven { FONT-SIZE: 8pt; COLOR: #ffffff } TR.rowOdd { FONT-SIZE: 8pt; COLOR: #ffffff; BACKGROUND-COLOR: #101010 } TR.rowHighlighted { COLOR: #eeeeee } TABLE.footer { WIDTH: 100% } TABLE.stabColor01 { BORDER-RIGHT: #efeff7 1px solid; BORDER-TOP: #efeff7 1px solid; BORDER-LEFT: #efeff7 1px solid; BORDER-BOTTOM: #efeff7 1px solid } TABLE.stabColor03 { BORDER-RIGHT: #efeff7 3px solid; BORDER-TOP: #efeff7 3px solid; BORDER-LEFT: #efeff7 3px solid; BORDER-BOTTOM: #efeff7 3px solid } TD.openMessageCloser { TEXT-ALIGN: right } TD.openMessageBody { TEXT-ALIGN: left } TD.stabColor01 { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid } .naked { BORDER-RIGHT: medium none; PADDING-RIGHT: 10px; BORDER-TOP: medium none; PADDING-LEFT: 10px; FONT-SIZE: 10pt; PADDING-BOTTOM: 10px; BORDER-LEFT: medium none; COLOR: #ffffff; PADDING-TOP: 10px; BORDER-BOTTOM: medium none; FONT-FAMILY: sans-serif; BACKGROUND-COLOR: #181818 } TD.accuracy0to49 { COLOR: black; BACKGROUND-COLOR: red } TD.accuracy50to93 { COLOR: black; BACKGROUND-COLOR: yellow } TD.accuracy94to100 { COLOR: black; BACKGROUND-COLOR: green } DIV.error01 { FONT-SIZE: larger; COLOR: red; BACKGROUND-COLOR: transparent } DIV.error02 { COLOR: red; BACKGROUND-COLOR: transparent } SPAN.graphFont { FONT-SIZE: x-small } SPAN.historyLabel { FONT-WEIGHT: bold } SPAN.bucketsLabel { FONT-WEIGHT: bold } SPAN.magnetsLabel { FONT-WEIGHT: bold } SPAN.securityLabel { FONT-WEIGHT: bold } SPAN.configurationLabel { FONT-WEIGHT: bold } SPAN.advancedLabel { FONT-WEIGHT: bold } SPAN.passwordLabel { FONT-WEIGHT: bold } SPAN.sessionLabel { FONT-WEIGHT: bold } TD.logo2menuSpace { HEIGHT: 0.8em } TD.footerBody { FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: sans-serif; TEXT-ALIGN: center } TABLE.historyWidgetsTop { MARGIN-TOP: 0.6em; MARGIN-BOTTOM: 1em; MARGIN-LEFT: 1.5em; WIDTH: 100% } TABLE.historyButtonsBottom { MARGIN-TOP: 0.6em; WIDTH: 100% } TD.historyNavigatorTop { TEXT-ALIGN: right } TD.historyNavigatorBottom { TEXT-ALIGN: right } .menuSelected A { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000 } .menuStandard A { FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #ffffff } A { FONT-SIZE: 10pt; COLOR: white } SELECT { BORDER-RIGHT: #ffffff 2px solid; BORDER-TOP: #000000 2px solid; BORDER-LEFT: #000000 2px solid; COLOR: #ffffff; BORDER-BOTTOM: #ffffff 2px solid; BACKGROUND-COLOR: #313131 } INPUT { BORDER-RIGHT: #ffffff 2px solid; BORDER-TOP: #000000 2px solid; BORDER-LEFT: #000000 2px solid; COLOR: #ffffff; BORDER-BOTTOM: #ffffff 2px solid; BACKGROUND-COLOR: #313131 } .submit { BORDER-RIGHT: #000000 2px solid; BORDER-TOP: #ffffff 2px solid; BORDER-LEFT: #ffffff 2px solid; COLOR: #ffffff; BORDER-BOTTOM: #000000 2px solid; BACKGROUND-COLOR: #313131 } HR { COLOR: #efeff7 } A:hover { COLOR: #000000; BACKGROUND-COLOR: #efeff7 } .menuSpacer { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 0px; PADDING-TOP: 0px } --- NEW FILE: Sleet.css --- BODY { MARGIN: 1%; COLOR: #ffffff; FONT-FAMILY: sans-serif; BACKGROUND-COLOR: #7988A5; TEXT-ALIGN: center; } .shell { background-color: #424D63; color: #ffffff; border-collapse: collapse; } .naked { FONT-SIZE: 8pt; FONT-FAMILY: sans-serif; padding: 5px; } TABLE.head { WIDTH: 100%; FONT-FAMILY: sans; TEXT-ALIGN: left; } TD.head { FONT-WEIGHT: bold; FONT-SIZE: 12pt; FONT-FAMILY: arial; } select, input { border: 1px outset #000000; background-color: #BAB8C6; color: black; font-size: 8pt; font-weight: normal; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .submit { border: none; background-color: transparent; height: 22px; width: 99px; font-size: 8pt; font-weight: bold; color: #ffffff; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; BACKGROUND-IMAGE: url(sleetImages/button.gif); cursor: pointer; } .borderTop { BACKGROUND-IMAGE: url(sleetImages/top.gif); BACKGROUND-REPEAT: repeat-x; height: 21px; padding: 0px; margin: 0px; border: none; } .borderTopLeft { height: 21px; WIDTH: 27px; padding: 0px; margin: 0px; border: none; BACKGROUND-IMAGE: url(sleetImages/topLeft.gif); BACKGROUND-REPEAT: no-repeat; } .borderTopRight { height: 21px; WIDTH: 25px; padding: 0px; margin: 0px; border: none; BACKGROUND-IMAGE: url(sleetImages/topRight.gif); BACKGROUND-REPEAT: no-repeat; } .borderLeft { padding: 0px; margin: 0px; border: none; WIDTH: 27px; BACKGROUND-IMAGE: url(sleetImages/left.gif); BACKGROUND-REPEAT: repeat-y; } .borderRight { padding: 0px; margin: 0px; border: none; BACKGROUND-IMAGE: url(sleetImages/right.gif); WIDTH: 25px; BACKGROUND-REPEAT: repeat-y; } .borderBottom { padding: 0px; margin: 0px; border: none; BACKGROUND-IMAGE: url(sleetImages/bottom.gif); BACKGROUND-REPEAT: repeat-x; HEIGHT: 22px; } .borderBottomLeft { padding: 0px; margin: 0px; border: none; BACKGROUND-IMAGE: url(sleetImages/bottomLeft.gif); WIDTH: 27px; HEIGHT: 22px; BACKGROUND-REPEAT: no-repeat; } .borderBottomRight { padding: 0px; margin: 0px; border: none; BACKGROUND-IMAGE: url(sleetImages/bottomRight.gif); WIDTH: 25px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 22px; } .menu { BACKGROUND-IMAGE: url(sleetImages/menu.gif); FONT-WEIGHT: normal; FONT-SIZE: 10pt; width: 100%; } .menu A { color: #ffffff; background-color: transparent; text-decoration: none; font-weight: bold; font-size: 8pt; } .menu A:hover { border: none; cursor: pointer; } .menuSelected { BACKGROUND-IMAGE: url(sleetImages/menuButton.gif); WIDTH: 109px; height: 21px; BACKGROUND-REPEAT: no-repeat; } .menuStandard { BACKGROUND-IMAGE: url(sleetImages/menuButton.gif); WIDTH: 109px; height: 21px; BACKGROUND-REPEAT: no-repeat; } .menuIndent { background-image: none; color: #ffffff; background-color: #7988A5; PADDING: 0px; MARGIN: 0px; WIDTH: 0px; } .rowEven, .rowEven A { FONT-SIZE: 8pt; COLOR: #ffffff; background-color: transparent; } .rowOdd A { COLOR: #aaaaaa; background-color: transparent; } .rowOdd A { font-size: 8pt; color: #aaaaaa; background-color: transparent; } .rowOdd { color: #ffffff; background-color: #545F74; } .rowOdd TD { COLOR: #aaaaaa; border-top: 1px #888888 solid; border-bottom: 1px #888888 solid; } TR.rowHighlighted { COLOR: #eeeeee; background-color: #545F74; } TD.openMessageCloser { TEXT-ALIGN: right; } TD.openMessageBody { TEXT-ALIGN: left; } TD.accuracy0to49 { COLOR: black; BACKGROUND-COLOR: red } TD.accuracy50to93 { COLOR: black; BACKGROUND-COLOR: yellow } TD.accuracy94to100 { COLOR: black; BACKGROUND-COLOR: green } DIV.error01 { FONT-SIZE: larger; COLOR: red; BACKGROUND-COLOR: transparent } DIV.error02 { COLOR: red; BACKGROUND-COLOR: transparent } SPAN.graphFont { FONT-SIZE: x-small } H2 { FONT-WEIGHT: bold; font-size: 12pt; } SPAN.bucketsLabel { FONT-WEIGHT: bold; } SPAN.magnetsLabel { FONT-WEIGHT: bold; } SPAN.securityLabel { FONT-WEIGHT: bold; } SPAN.configurationLabel { FONT-WEIGHT: bold; } SPAN.advancedLabel { FONT-WEIGHT: bold; } SPAN.passwordLabel { FONT-WEIGHT: bold; } SPAN.sessionLabel { FONT-WEIGHT: bold; } TD.logo2menuSpace { HEIGHT: 1.0em; } A { FONT-SIZE: 10pt; COLOR: #ffffff; text-decoration: underline; background-color: transparent; } A:hover { border: 1px #ffffff solid; } HR { COLOR: #888888; background-color: transparent; height: 1px; } .menuSpacer { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 0px; PADDING-TOP: 0px } .stabColor01 { border: 1px solid #888888; color: #ffffff; background-color: #545F74; } .stabColor03 { border: 1px solid #888888; color: #ffffff; background-color: #545F74; } .footer { BACKGROUND-IMAGE: url(sleetImages/menu.gif); margin-top: 10px; margin-left: 10%; margin-right: 10%; height: 22px; width: 80%; font-size: 8pt; background-color: transparent; color: #000000; } .footer A { font-size: 8pt; color: #000000; background-color: transparent; } |
From: <jgr...@us...> - 2003-02-20 17:11:54
|
Update of /cvsroot/popfile/engine/skins/lavishImages In directory sc8-pr-cvs1:/tmp/cvs-serv26546/lavishImages Added Files: bottom.gif bottomLeft.gif bottomRight.gif buttonSelected.gif buttonUnselected.gif left.gif right.gif top.gif topLeft.gif topRight.gif Log Message: Merge two kraelen patches containing the Lavish and Sleet skins --- NEW FILE: bottom.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: bottomLeft.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: bottomRight.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: buttonSelected.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: buttonUnselected.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: left.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: right.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: top.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topLeft.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topRight.gif --- (This appears to be a binary file; contents omitted.) |
From: <jgr...@us...> - 2003-02-20 17:11:02
|
Update of /cvsroot/popfile/engine/skins/lavishImages In directory sc8-pr-cvs1:/tmp/cvs-serv26196/lavishImages Log Message: Directory /cvsroot/popfile/engine/skins/lavishImages added to the repository |
From: <jgr...@us...> - 2003-02-20 17:11:02
|
Update of /cvsroot/popfile/engine/skins/sleetImages In directory sc8-pr-cvs1:/tmp/cvs-serv26196/sleetImages Log Message: Directory /cvsroot/popfile/engine/skins/sleetImages added to the repository |
From: <jgr...@us...> - 2003-02-20 16:25:58
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1:/tmp/cvs-serv31512/UI Modified Files: HTML.pm Log Message: Merge helphand patch that prevents various unintialized variable warnings, greatly improves URL encoding and makes loading of the corpus safer so that corrupted information in the corpus is discarded Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** HTML.pm 19 Feb 2003 17:30:32 -0000 1.73 --- HTML.pm 20 Feb 2003 16:25:54 -0000 1.74 *************** *** 1149,1167 **** # --------------------------------------------------------------------------------------------- # ! # encode # # $text Text to encode for URL safety # ! # Encode a URL so that it can be safely passed in a URL # # --------------------------------------------------------------------------------------------- ! sub encode { my ( $self, $text ) = @_; $text =~ s/ /\+/; ! $text =~ s/%/%25/g; ! $text =~ s/#/%23/g; return $text; --- 1149,1166 ---- # --------------------------------------------------------------------------------------------- # ! # url_encode # # $text Text to encode for URL safety # ! # Encode a URL so that it can be safely passed in a URL as per RFC2396 # # --------------------------------------------------------------------------------------------- ! sub url_encode { my ( $self, $text ) = @_; $text =~ s/ /\+/; ! $text =~ s/([^a-zA-Z0-9_\-.+])/sprintf("%%%02x",ord($1))/eg; return $text; *************** *** 1245,1249 **** $body .= "<td><font color=\"$self->{classifier}->{colors}{$bucket}\">$bucket</font></td>\n" ; $body .= "<td><a class=\"removeLink\" href=\"/magnets?bucket=$bucket&dtype=$type&"; ! $body .= encode($self, "dmagnet=$validatingMagnet"); $body .= "&session=$self->{session_key}\">\n[$self->{language}{Delete}]</a></td>\n"; $body .= "</tr>"; --- 1244,1248 ---- $body .= "<td><font color=\"$self->{classifier}->{colors}{$bucket}\">$bucket</font></td>\n" ; $body .= "<td><a class=\"removeLink\" href=\"/magnets?bucket=$bucket&dtype=$type&"; ! $body .= "dmagnet=" . url_encode($self, $validatingMagnet); $body .= "&session=$self->{session_key}\">\n[$self->{language}{Delete}]</a></td>\n"; $body .= "</tr>"; *************** *** 1346,1350 **** # Add the link to the corpus lookup ! $j =~ s/([^ ,\*]+) ([^ ,\*]+)/"<a class=\"wordListLink\" href=\"\/buckets\?session=$self->{session_key}\&lookup=Lookup\&word=" . encode($self,$1) . "#Lookup\">$1<\/a> $2"/ge; # Add the bucket color if this word was used this session. IMPORTANT: this regex relies --- 1345,1349 ---- # Add the link to the corpus lookup ! $j =~ s/([^ ,\*]+) ([^ ,\*]+)/"<a class=\"wordListLink\" href=\"\/buckets\?session=$self->{session_key}\&lookup=Lookup\&word=" . url_encode($self,$1) . "#Lookup\">$1<\/a> $2"/ge; # Add the bucket color if this word was used this session. IMPORTANT: this regex relies *************** *** 1457,1466 **** } ! if ( ( defined($self->{form}{bucket}) ) && ( $self->{form}{subject} > 0 ) ) { $self->{classifier}->{parameters}{$self->{form}{bucket}}{subject} = $self->{form}{subject} - 1; $self->{classifier}->write_parameters(); } ! if ( ( defined($self->{form}{bucket}) ) && ( $self->{form}{quarantine} > 0 ) ) { $self->{classifier}->{parameters}{$self->{form}{bucket}}{quarantine} = $self->{form}{quarantine} - 1; $self->{classifier}->write_parameters(); --- 1456,1465 ---- } ! if ( ( defined($self->{form}{bucket}) ) && ( defined($self->{form}{subject}) ) && ( $self->{form}{subject} > 0 ) ) { $self->{classifier}->{parameters}{$self->{form}{bucket}}{subject} = $self->{form}{subject} - 1; $self->{classifier}->write_parameters(); } ! if ( ( defined($self->{form}{bucket}) ) && ( defined($self->{form}{quarantine}) ) && ( $self->{form}{quarantine} > 0 ) ) { $self->{classifier}->{parameters}{$self->{form}{bucket}}{quarantine} = $self->{form}{quarantine} - 1; $self->{classifier}->write_parameters(); *************** *** 1471,1475 **** $create_message = "<blockquote><div class=\"error01\">$self->{language}{Bucket_Error1}</div></blockquote>"; } else { ! if ( $self->{classifier}->{total}{$self->{form}{cname}} > 0 ) { $create_message = "<blockquote><b>" . sprintf( $self->{language}{Bucket_Error2}, $self->{form}{cname} ) . "</b></blockquote>"; } else { --- 1470,1474 ---- $create_message = "<blockquote><div class=\"error01\">$self->{language}{Bucket_Error1}</div></blockquote>"; } else { ! if ( ( defined($self->{classifier}->{total}{$self->{form}{cname}}) ) && ( $self->{classifier}->{total}{$self->{form}{cname}} > 0 ) ) { $create_message = "<blockquote><b>" . sprintf( $self->{language}{Bucket_Error2}, $self->{form}{cname} ) . "</b></blockquote>"; } else { *************** *** 2150,2154 **** next; } ! $temp_words{$newbucket}{$1} = $2 if ( /(.+) (.+)/ ); } close WORDS; --- 2149,2153 ---- next; } ! $temp_words{$newbucket}{$1} = $2 if ( /([^\s]+) (\d+)/ ); } close WORDS; *************** *** 2243,2249 **** next; } ! ! $temp_words{$bucket}{$1} = $2 if ( /(.+) (.+)/ ); ! } close WORDS; } --- 2242,2246 ---- next; } ! $temp_words{$bucket}{$1} = $2 if ( /([^\s]+) (\d+)/ ); } close WORDS; } |
From: <jgr...@us...> - 2003-02-20 16:25:57
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1:/tmp/cvs-serv31512/Classifier Modified Files: Bayes.pm Log Message: Merge helphand patch that prevents various unintialized variable warnings, greatly improves URL encoding and makes loading of the corpus safer so that corrupted information in the corpus is discarded Index: Bayes.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v retrieving revision 1.99 retrieving revision 1.100 diff -C2 -d -r1.99 -r1.100 *** Bayes.pm 19 Feb 2003 19:51:42 -0000 1.99 --- Bayes.pm 20 Feb 2003 16:25:53 -0000 1.100 *************** *** 464,468 **** } ! if ( /(.+) (.+)/ ) { my $word = $self->{mangler}->mangle($1,1); my $value = $2; --- 464,468 ---- } ! if ( /([^\s]+) (\d+)/ ) { my $word = $self->{mangler}->mangle($1,1); my $value = $2; *************** *** 538,555 **** for my $type (sort keys %{$self->{magnets}{$bucket}}) { ! # You cannot use @ or $ inside a \Q\E regular expression and hence ! # we have to change the $magnet and the text we are comparing against ! # by changing the $ and @ signs to . ! my $noattype; ! $noattype = $self->{parser}->{$type}; ! $noattype =~ s/[@\$]/\./g; ! for my $magnet (sort keys %{$self->{magnets}{$bucket}{$type}}) { ! my $regex; ! $regex = $magnet; ! $regex =~ s/[@\$]/\./g; if ( $noattype =~ m/\Q$regex\E/i ) { --- 538,555 ---- for my $type (sort keys %{$self->{magnets}{$bucket}}) { ! # You cannot use @ or $ inside a \Q\E regular expression and hence ! # we have to change the $magnet and the text we are comparing against ! # by changing the $ and @ signs to . ! my $noattype; ! $noattype = $self->{parser}->{$type}; ! $noattype =~ s/[@\$]/\./g; ! for my $magnet (sort keys %{$self->{magnets}{$bucket}{$type}}) { ! my $regex; ! $regex = $magnet; ! $regex =~ s/[@\$]/\./g; if ( $noattype =~ m/\Q$regex\E/i ) { |
From: <sta...@us...> - 2003-02-20 11:11:43
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv8243 Modified Files: orangeCream.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: orangeCream.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/orangeCream.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** orangeCream.css 19 Feb 2003 19:22:45 -0000 1.3 --- orangeCream.css 20 Feb 2003 11:11:40 -0000 1.4 *************** *** 77,89 **** } ! .settingsTable { border: 1px solid Black; } ! .openMessageTable, .lookupResultsTable { border: 3px solid Black; } ! .settingsPanel { border: 1px solid Black; } --- 77,89 ---- } ! table.settingsTable { border: 1px solid Black; } ! table.openMessageTable, table.lookupResultsTable { border: 3px solid Black; } ! td.settingsPanel { border: 1px solid Black; } *************** *** 175,179 **** color: #8c6866; font-weight: bold; - text-decoration: none; } --- 175,178 ---- *************** *** 226,230 **** } ! td.logo2menuSpace { height: 0.8em; } --- 225,229 ---- } ! td.logo2menuSpace { height: 0.8em; } *************** *** 420,432 **** padding-right: 0.5em; padding-bottom: 1.0em; - } - - .historyLabel em { - font-weight: bold; - font-style: normal; - } - - .magnetsTable caption { - text-align: left; } --- 419,422 ---- |
From: <sta...@us...> - 2003-02-20 10:46:48
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv20681 Modified Files: white.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: white.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/white.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** white.css 19 Feb 2003 19:01:19 -0000 1.6 --- white.css 20 Feb 2003 10:46:45 -0000 1.7 *************** *** 5,12 **** } ! .shell { background-color: white; border: 3px #778899 solid; ! color: Black; } --- 5,12 ---- } ! .shell, .shellTop { background-color: white; border: 3px #778899 solid; ! color: Black; } *************** *** 37,51 **** tr.rowEven { background-color: white; ! color: Black; ! } tr.rowOdd { ! background-color: #EEEEEE; ! color: Black; } ! ! td.head { --- 37,51 ---- tr.rowEven { background-color: white; ! color: Black; ! } tr.rowOdd { ! background-color: #EEEEEE; ! color: Black; } ! ! td.head { *************** *** 65,204 **** .menuIndent { ! width: 8%; } table.historyWidgetsTop { ! width: 100%; ! margin-left: 1.5em; ! margin-top: 0.6em; ! margin-bottom: 1.0em; } td.historyNavigatorTop { ! text-align: right; ! padding-right: 0.5em; } td.historyNavigatorBottom { ! text-align: right; ! padding-right: 0.5em; ! padding-bottom: 1.0em; } ! table.historyButtonsBottom { ! width: 100%; ! margin-left: 0.5em; ! margin-top: 1.5em; } td.logo2menuSpace { ! height: 0.8em; } table.footer { ! width: 100%; ! margin-top: 1em; } td.footerBody { ! text-align: center; ! padding-left: 5%; ! padding-right: 5%; } td.openMessageCloser { ! text-align: right; } a.changeSettingLink { ! background-color: transparent ; ! color: #0000cc ; } tr.rowHighlighted { ! background-color: #000000; ! color: #eeeeee; } ! ! span.advancedLabel { ! font-weight: bold; } ! ! span.passwordLabel { ! font-weight: bold; } ! span.sessionLabel { ! font-weight: bold; } ! span.magnetsLabel { ! font-weight: bold; } ! span.securityLabel { ! font-weight: bold; } ! span.configurationLabel { ! font-weight: bold; } span.graphFont { ! font-size: x-small; } ! span.bucketsLabel { ! font-weight: bold; } td.accuracy0to49 { ! background-color: red; ! color: black; } td.accuracy50to93 { ! background-color: yellow; ! color: black; } td.accuracy94to100 { ! background-color: green; ! color: black; } div.error01 { ! background-color: transparent; ! color: red; ! font-size: larger; } div.error02 { ! background-color: transparent; ! color: red; } span.bucketsWidgetState { ! font-weight: bold; } span.configWidgetState { ! font-weight: bold; } span.securityWidgetState { ! font-weight: bold; ! } ! ! .historyLabel { ! font-weight: normal; } ! ! .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } \ No newline at end of file --- 65,204 ---- .menuIndent { ! width: 8%; } table.historyWidgetsTop { ! width: 100%; ! margin-left: 1.5em; ! margin-top: 0.6em; ! margin-bottom: 1.0em; } td.historyNavigatorTop { ! text-align: right; ! padding-right: 0.5em; } td.historyNavigatorBottom { ! text-align: right; ! padding-right: 0.5em; ! padding-bottom: 1.0em; } ! table.historyWidgetsBottom { ! width: 100%; ! margin-left: 0.5em; ! margin-top: 1.5em; } td.logo2menuSpace { ! height: 0.8em; } table.footer { ! width: 100%; ! margin-top: 1em; } td.footerBody { ! text-align: center; ! padding-left: 5%; ! padding-right: 5%; } td.openMessageCloser { ! text-align: right; } a.changeSettingLink { ! background-color: transparent ; ! color: #0000cc ; } tr.rowHighlighted { ! background-color: #000000; ! color: #eeeeee; } ! .historyLabel { ! font-weight: normal; } ! ! .historyLabel em { ! font-weight: bold; ! font-style: normal; } ! .advancedLabel { ! font-weight: bold; ! } ! ! .passwordLabel { ! font-weight: bold; } + .sessionLabel { + font-weight: bold; + } ! ! .magnetsLabel { ! font-weight: bold; } ! .securityLabel { ! font-weight: bold; } ! .configurationLabel { ! font-weight: bold; } span.graphFont { ! font-size: x-small; } ! .bucketsLabel { ! font-weight: bold; } td.accuracy0to49 { ! background-color: red; ! color: black; } td.accuracy50to93 { ! background-color: yellow; ! color: black; } td.accuracy94to100 { ! background-color: green; ! color: black; } div.error01 { ! background-color: transparent; ! color: red; ! font-size: larger; } div.error02 { ! background-color: transparent; ! color: red; } span.bucketsWidgetState { ! font-weight: bold; } span.configWidgetState { ! font-weight: bold; } span.securityWidgetState { ! font-weight: bold; } ! |
From: <sta...@us...> - 2003-02-20 10:45:58
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv20359 Modified Files: tinygrey.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: tinygrey.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/tinygrey.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tinygrey.css 19 Feb 2003 19:04:26 -0000 1.3 --- tinygrey.css 20 Feb 2003 10:45:55 -0000 1.4 *************** *** 29,33 **** padding-left: 5px;} ! .shell { border: 1px #cccccc solid; background-color: #ffffff; --- 29,33 ---- padding-left: 5px;} ! .shell, .shellTop { border: 1px #cccccc solid; background-color: #ffffff; *************** *** 104,118 **** color: #666666;} ! table.stabColor01 { border: 1px solid #cccccc; padding: 2px; margin: 0px;} ! table.stabColor03 { border: 1px solid Black; padding: 2px; margin: 0px;} ! td.stabColor01 { border: 1px solid #cccccc; padding: 2px; --- 104,118 ---- color: #666666;} ! table.settingsTable { border: 1px solid #cccccc; padding: 2px; margin: 0px;} ! table.openMessageTable, table.lookupResultsTable { border: 1px solid Black; padding: 2px; margin: 0px;} ! td.settingsPanel { border: 1px solid #cccccc; padding: 2px; *************** *** 161,189 **** .historyLabel { font-size: 9pt; text-decoration: none; padding-left: 1px; padding-right: 1px;} a.historyLabel:hover { text-decoration: underline;} ! span.bucketsLabel { font-weight: bold;} ! span.magnetsLabel { font-weight: bold;} ! span.securityLabel { font-weight: bold;} ! span.configurationLabel { font-weight: normal;} ! span.advancedLabel { font-weight: bold;} ! span.passwordLabel { font-weight: bold;} ! span.sessionLabel { font-weight: bold;} --- 161,194 ---- .historyLabel { font-size: 9pt; + font-weight: normal; text-decoration: none; padding-left: 1px; padding-right: 1px;} + .historyLabel em { + font-weight: bold; + font-style: normal;} + a.historyLabel:hover { text-decoration: underline;} ! .bucketsLabel { font-weight: bold;} ! .magnetsLabel { font-weight: bold;} ! .securityLabel { font-weight: bold;} ! .configurationLabel { font-weight: normal;} ! .advancedLabel { font-weight: bold;} ! .passwordLabel { font-weight: bold;} ! .sessionLabel { font-weight: bold;} *************** *** 197,205 **** font-weight: bold;} ! table.historyButtonsBottom { width: 100%; border-bottom: 2px solid #cccccc;} ! table.historyButtonsBottom td { padding-left: 20px; font-weight: bold;} --- 202,210 ---- font-weight: bold;} ! table.historyWidgetsBottom { width: 100%; border-bottom: 2px solid #cccccc;} ! table.historyWidgetsBottom td { padding-left: 20px; font-weight: bold;} *************** *** 227,231 **** color: #000000;} ! input, button, select { font-family: tahoma, sans-serif; font-size: 8pt; --- 232,236 ---- color: #000000;} ! input, .submit, select { font-family: tahoma, sans-serif; font-size: 8pt; *************** *** 250,261 **** span.securityWidgetState { font-weight: bold; - } - - .historyLabel { - font-weight: normal; - } - - .historyLabel em { - font-weight: bold; - font-style: normal; } --- 255,257 ---- |
From: <sta...@us...> - 2003-02-20 10:37:28
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv17337 Modified Files: smallgrey.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: smallgrey.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/smallgrey.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** smallgrey.css 19 Feb 2003 18:59:24 -0000 1.3 --- smallgrey.css 20 Feb 2003 10:37:25 -0000 1.4 *************** *** 34,38 **** } ! .shell { border: 2px #cccccc solid; background-color: #ffffff; --- 34,38 ---- } ! .shell, .shellTop { border: 2px #cccccc solid; background-color: #ffffff; *************** *** 123,127 **** } ! table.stabColor01 { border: 1px solid #cccccc; padding: 3px; --- 123,127 ---- } ! table.settingsTable { border: 1px solid #cccccc; padding: 3px; *************** *** 129,133 **** } ! table.stabColor03 { border: 2px solid Black; padding: 2px; --- 129,133 ---- } ! table.openMessageTable, table.lookupResultsTable { border: 2px solid Black; padding: 2px; *************** *** 135,139 **** } ! td.stabColor01 { border: 1px solid #cccccc; padding: 3px; --- 135,139 ---- } ! td.settingsPanel { border: 1px solid #cccccc; padding: 3px; *************** *** 193,196 **** --- 193,197 ---- .historyLabel { + font-weight: normal; font-size: 9pt; text-decoration: none; *************** *** 199,231 **** } a.historyLabel:hover { text-decoration: underline; } ! span.bucketsLabel { font-weight: bold; } ! span.magnetsLabel { font-weight: bold; } ! span.securityLabel { font-weight: bold; } ! span.configurationLabel { font-weight: normal; } ! span.advancedLabel { font-weight: bold; } ! span.passwordLabel { font-weight: bold; } ! span.sessionLabel { font-weight: bold; } --- 200,237 ---- } + .historyLabel em { + font-weight: bold; + font-style: normal; + } + a.historyLabel:hover { text-decoration: underline; } ! .bucketsLabel { font-weight: bold; } ! .magnetsLabel { font-weight: bold; } ! .securityLabel { font-weight: bold; } ! .configurationLabel { font-weight: normal; } ! .advancedLabel { font-weight: bold; } ! .passwordLabel { font-weight: bold; } ! .sessionLabel { font-weight: bold; } *************** *** 242,251 **** } ! table.historyButtonsBottom { width: 100%; border-bottom: 2px solid #cccccc; } ! table.historyButtonsBottom td { padding-left: 20px; font-weight: bold; --- 248,257 ---- } ! table.historyWidgetsBottom { width: 100%; border-bottom: 2px solid #cccccc; } ! table.historyWidgetsBottom td { padding-left: 20px; font-weight: bold; *************** *** 278,282 **** } ! input, button, select { font-family: tahoma, sans-serif; font-size: 8pt; --- 284,288 ---- } ! input, .submit, select { font-family: tahoma, sans-serif; font-size: 8pt; *************** *** 302,313 **** span.securityWidgetState { font-weight: bold; ! } ! ! .historyLabel { ! font-weight: normal; ! } ! ! .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } --- 308,310 ---- span.securityWidgetState { font-weight: bold; ! } \ No newline at end of file |
From: <sta...@us...> - 2003-02-20 10:28:11
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv13123 Modified Files: outlook.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: outlook.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/outlook.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** outlook.css 19 Feb 2003 18:43:02 -0000 1.5 --- outlook.css 20 Feb 2003 10:28:08 -0000 1.6 *************** *** 8,12 **** } ! .shell { color: #808080; background-color: #D4D0C8; --- 8,12 ---- } ! .shell, .shellTop { color: #808080; background-color: #D4D0C8; *************** *** 104,116 **** } ! table.stabColor01 { border: 1px solid Black; } ! table.stabColor03 { border: 3px solid Black; } ! td.stabColor01 { border: 1px solid Black; } --- 104,116 ---- } ! table.settingsTable { border: 1px solid Black; } ! table.openMessageTable, table.lookupResultsTable { border: 3px solid Black; } ! td.settingsPanel { border: 1px solid Black; } *************** *** 205,233 **** } ! span.bucketsLabel { font-weight: bold; } ! span.magnetsLabel { font-weight: bold; } ! span.securityLabel { font-weight: bold; } ! span.configurationLabel { font-weight: bold; } ! span.advancedLabel { font-weight: bold; } ! span.passwordLabel { font-weight: bold; } ! span.sessionLabel { font-weight: bold; } --- 205,233 ---- } ! .bucketsLabel { font-weight: bold; } ! .magnetsLabel { font-weight: bold; } ! .securityLabel { font-weight: bold; } ! .configurationLabel { font-weight: bold; } ! .advancedLabel { font-weight: bold; } ! .passwordLabel { font-weight: bold; } ! .sessionLabel { font-weight: bold; } *************** *** 244,248 **** } ! table.historyButtonsBottom { width: 100%; margin-top: 0.6em; --- 244,248 ---- } ! table.historyWidgetsBottom { width: 100%; margin-top: 0.6em; *************** *** 275,283 **** .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } \ No newline at end of file --- 275,283 ---- .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; ! } |
From: <sta...@us...> - 2003-02-20 10:24:13
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv11499 Modified Files: orange.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: orange.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/orange.css,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** orange.css 19 Feb 2003 19:36:50 -0000 1.6 --- orange.css 20 Feb 2003 10:24:10 -0000 1.7 *************** *** 14,18 **** } ! .shell { background-color: #ffffcc; border: 3px #ff9966 solid; --- 14,18 ---- } ! .shell, .shellTop { background-color: #ffffcc; border: 3px #ff9966 solid; *************** *** 58,70 **** } ! table.stabColor01 { border: 1px solid #ffcc99; } ! table.stabColor03 { border: 3px solid #ffcc99; } ! td.stabColor01 { border: 1px solid #ffcc99; } --- 58,70 ---- } ! table.settingsTable { border: 1px solid #ffcc99; } ! table.openMessageTable, table.lookupResultsTable { border: 3px solid #ffcc99; } ! td.settingsPanel { border: 1px solid #ffcc99; } *************** *** 114,142 **** } ! span.bucketsLabel { font-weight: bold; } ! span.magnetsLabel { font-weight: bold; } ! span.securityLabel { font-weight: bold; } ! span.configurationLabel { font-weight: bold; } ! span.advancedLabel { font-weight: bold; } ! span.passwordLabel { font-weight: bold; } ! span.sessionLabel { font-weight: bold; } --- 114,142 ---- } ! .bucketsLabel { font-weight: bold; } ! .magnetsLabel { font-weight: bold; } ! .securityLabel { font-weight: bold; } ! .configurationLabel { font-weight: bold; } ! .advancedLabel { font-weight: bold; } ! .passwordLabel { font-weight: bold; } ! .sessionLabel { font-weight: bold; } *************** *** 149,153 **** } ! table.historyButtonsBottom { width: 100%; margin-top: 0.6em; --- 149,153 ---- } ! table.historyWidgetsBottom { width: 100%; margin-top: 0.6em; *************** *** 200,208 **** .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; } --- 200,208 ---- .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; } |
From: <sta...@us...> - 2003-02-20 10:20:49
|
Update of /cvsroot/popfile/engine/skins In directory sc8-pr-cvs1:/tmp/cvs-serv9971 Modified Files: green.css Log Message: Merge kinematics patch that updates the UI for priority 2 accessibility requirements Index: green.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/green.css,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** green.css 19 Feb 2003 19:27:47 -0000 1.5 --- green.css 20 Feb 2003 10:20:46 -0000 1.6 *************** *** 14,18 **** } ! input, select, submit { color: white; background-color: #7AAC80; --- 14,18 ---- } ! input, select, .submit { color: white; background-color: #7AAC80; *************** *** 22,26 **** } ! .shell { background-color: #7AAC80; border: 1px white dashed; --- 22,26 ---- } ! .shell, .shellTop { background-color: #7AAC80; border: 1px white dashed; *************** *** 48,52 **** } ! .menu a { color: white; background-color: transparent; --- 48,52 ---- } ! .menuLink { color: white; background-color: transparent; *************** *** 111,123 **** } ! table.stabColor01 { border: 1px solid Black; } ! table.stabColor03 { border: 3px solid Black; } ! td.stabColor01 { border: 1px solid Black; } --- 111,123 ---- } ! table.settingsTable { border: 1px solid Black; } ! table.openMessageTable, table.lookupResultsTable { border: 3px solid Black; } ! td.settingsPanel { border: 1px solid Black; } *************** *** 167,195 **** } ! span.bucketsLabel { font-weight: bold; } ! span.magnetsLabel { font-weight: bold; } ! span.securityLabel { font-weight: bold; } ! span.configurationLabel { font-weight: bold; } ! span.advancedLabel { font-weight: bold; } ! span.passwordLabel { font-weight: bold; } ! span.sessionLabel { font-weight: bold; } --- 167,195 ---- } ! .bucketsLabel { font-weight: bold; } ! .magnetsLabel { font-weight: bold; } ! .securityLabel { font-weight: bold; } ! .configurationLabel { font-weight: bold; } ! .advancedLabel { font-weight: bold; } ! .passwordLabel { font-weight: bold; } ! .sessionLabel { font-weight: bold; } *************** *** 202,206 **** } ! table.historyButtonsBottom { width: 100%; margin-top: 0.6em; --- 202,206 ---- } ! table.historyWidgetsBottom { width: 100%; margin-top: 0.6em; *************** *** 242,250 **** .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; } --- 242,250 ---- .historyLabel { ! font-weight: normal; } .historyLabel em { ! font-weight: bold; ! font-style: normal; } |