From heiko.evermann at googlemail.com Mon Jul 2 20:05:34 2012 From: heiko.evermann at googlemail.com (Heiko Evermann) Date: Mon, 02 Jul 2012 20:05:34 +0000 Subject: [Bug 302921] New: editing archives of kde-i18n-eo is not possible Message-ID: https://bugs.kde.org/show_bug.cgi?id=302921 Bug ID: 302921 Severity: major Version: unspecified Priority: NOR Assignee: kde-www at kde.org Summary: editing archives of kde-i18n-eo is not possible Classification: Unclassified OS: other Reporter: heiko.evermann at googlemail.com Hardware: Other Status: UNCONFIRMED Component: general Product: www.kde.org 1) editing the mailing list archive of kde-i18n-eo (mailing list of the Esperanto translation team) is not possible. https://mail.kde.org/mailman/editarch/kde-i18n-eo leads to a completely broken layout 2) it is possible to deduce the correct links like https://mail.kde.org/mailman/editarch/kde-i18n-eo/box/2011/2 and enter them manually. It is possible to delete mails there. The edit archive website then promises that the publicly visible list archive (e.g. http://lists.kde.org/?l=kde-i18n-eo&r=1&b=201010&w=2) will be updated regularly. This however does not happen. Probably some regular cleanup batch job is not running for this list. Reproducible: Always Steps to Reproduce: 1. log in as list administrator 2. go to https://mail.kde.org/mailman/editarch/kde-i18n-eo 3. see garbage -- You are receiving this mail because: You are the assignee for the bug. From heiko.evermann at googlemail.com Mon Jul 2 20:06:31 2012 From: heiko.evermann at googlemail.com (Heiko Evermann) Date: Mon, 02 Jul 2012 20:06:31 +0000 Subject: [Bug 302921] editing archives of kde-i18n-eo is not possible In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=302921 --- Comment #1 from Heiko Evermann --- Created attachment 72290 --> https://bugs.kde.org/attachment.cgi?id=72290&action=edit screenshot of the broken HTML site -- You are receiving this mail because: You are the assignee for the bug. From heiko.evermann at googlemail.com Mon Jul 2 20:08:04 2012 From: heiko.evermann at googlemail.com (Heiko Evermann) Date: Mon, 02 Jul 2012 20:08:04 +0000 Subject: [Bug 302921] editing archives of kde-i18n-eo is not possible In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=302921 --- Comment #2 from Heiko Evermann --- Created attachment 72291 --> https://bugs.kde.org/attachment.cgi?id=72291&action=edit source of the broken layout The entries go
  • , but they should look like
  • May 2012 -- You are receiving this mail because: You are the assignee for the bug. From adaptee at gmail.com Mon Jul 9 15:13:13 2012 From: adaptee at gmail.com (Jekyll Wu) Date: Mon, 09 Jul 2012 15:13:13 +0000 Subject: [Bug 303237] New: Please add a link to "Calligra Suite" in the web page about "KDE Software Compilate" Message-ID: https://bugs.kde.org/show_bug.cgi?id=303237 Bug ID: 303237 Severity: normal URL: http://www.kde.org/community/whatiskde/softwarecompila tion.php Version: unspecified Priority: NOR Assignee: kde-www at kde.org Summary: Please add a link to "Calligra Suite" in the web page about "KDE Software Compilate" Classification: Unclassified OS: Linux Reporter: adaptee at gmail.com Hardware: Other Status: NEW Component: general Product: www.kde.org In the "Other KDE Software" section, there is a link to KOffice but no link to Calligra. Please add a link to calligra-suite.org. Maybe the link to KOffice should also be removed. Reproducible: Always -- You are receiving this mail because: You are the assignee for the bug. From aspotashev at gmail.com Wed Jul 18 21:23:46 2012 From: aspotashev at gmail.com (Alexander Potashev) Date: Wed, 18 Jul 2012 21:23:46 +0000 Subject: [Bug 299972] jointhegame only partly translatable In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=299972 Alexander Potashev changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aspotashev at gmail.com -- You are receiving this mail because: You are the assignee for the bug. From gladhorn at kde.org Thu Jul 19 10:56:51 2012 From: gladhorn at kde.org (Frederik Gladhorn) Date: Thu, 19 Jul 2012 10:56:51 +0000 Subject: [Bug 299972] jointhegame only partly translatable In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=299972 Frederik Gladhorn changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gladhorn at kde.org --- Comment #1 from Frederik Gladhorn --- Looking at the .po file it seems the strings that were translated but not displayed are starting with an empty string "" and continue on the next line. For example: msgctxt "join" msgid "" "Help create beautiful software that gives you full freedom and protects your " "privacy." msgstr "" "Helfen Sie mit, wunderbare Software zu erschaffen, die Ihnen alle Freiheiten " "gew?hrt und Ihre Privatsph?re sch?tzt." I guess that's a bug in the framework that these are not translated in the end. -- You are receiving this mail because: You are the assignee for the bug. From emilsedgh at kde.org Thu Jul 19 11:13:14 2012 From: emilsedgh at kde.org (Emil Sedgh) Date: Thu, 19 Jul 2012 11:13:14 +0000 Subject: [Bug 299972] jointhegame only partly translatable In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=299972 Emil Sedgh changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emilsedgh at kde.org --- Comment #2 from Emil Sedgh --- Thats right. It must be a bug in the framework (Yii). Im responsible for it but im deeply busy these days. Sorry for the delay on this bug. I hope that sooner or later I will find time to fix it. Although a simple update to our Yii framework may fix the issue. I should look at Yii's issue tracker to find that out. -- You are receiving this mail because: You are the assignee for the bug. From gladhorn at kde.org Thu Jul 19 12:44:36 2012 From: gladhorn at kde.org (Frederik Gladhorn) Date: Thu, 19 Jul 2012 12:44:36 +0000 Subject: [Bug 299972] jointhegame only partly translatable In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=299972 --- Comment #3 from Frederik Gladhorn --- The problem is in framework/i18n/gettext/CGettextPoFile.php The reg exp only matches single lines. $pattern='/(msgctxt\s+"(.*?(? References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=299972 --- Comment #4 from Frederik Gladhorn --- This has not changed in recent Yii versions, so updating doesn't help as far as I can tell. -- You are receiving this mail because: You are the assignee for the bug. From gladhorn at kde.org Fri Jul 20 15:56:18 2012 From: gladhorn at kde.org (Frederik Gladhorn) Date: Fri, 20 Jul 2012 15:56:18 +0000 Subject: [Bug 299972] jointhegame only partly translatable In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=299972 --- Comment #5 from Frederik Gladhorn --- There is an improved version now. Could you please check if the strings are now translated? The "Join now" button is still a problem. It would be very helpful to know if there are more untranslated strings now. At least the front page seems fine to me (testing in German). Cheers Frederik -- You are receiving this mail because: You are the assignee for the bug. From schwarzer at kde.org Sun Jul 22 06:10:41 2012 From: schwarzer at kde.org (Frederik Schwarzer) Date: Sun, 22 Jul 2012 06:10:41 +0000 Subject: [Bug 299972] jointhegame only partly translatable In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=299972 --- Comment #6 from Frederik Schwarzer --- Here (in German) some of the form texts are still untranslated on http://jointhegame.kde.org/member/login?language=de and http://jointhegame.kde.org/join/information?language=de Other than that it's much better now, thanks. :) -- You are receiving this mail because: You are the assignee for the bug. From gladhorn at kde.org Tue Jul 24 14:09:12 2012 From: gladhorn at kde.org (Frederik Gladhorn) Date: Tue, 24 Jul 2012 14:09:12 +0000 Subject: [Bug 299972] jointhegame only partly translatable In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=299972 --- Comment #7 from Frederik Gladhorn --- I wrote a patch that hopefully enables the translation of "Password". If that's successful (when ever the next scritpy run is) I can look into adding other translations this way (forms were affected afaict). I'm at a loss why the footer is not localized. -- You are receiving this mail because: You are the assignee for the bug. From emilsedgh at kde.org Wed Jul 25 05:01:18 2012 From: emilsedgh at kde.org (Emil Sedgh) Date: Wed, 25 Jul 2012 05:01:18 +0000 Subject: [Bug 299972] jointhegame only partly translatable In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=299972 --- Comment #8 from Emil Sedgh --- Hi. I switched the website to use compiled mo files. There are no more problems with parsing .po files. Altough the password and footer issues are still there. This means they were not related to po parser. I will try to find the problem with them as well. Thanks Frederik for fixing the po parser. -- You are receiving this mail because: You are the assignee for the bug. From bugs.kde.org3 at sjau.ch Wed Jul 25 07:02:01 2012 From: bugs.kde.org3 at sjau.ch (hyper_ch) Date: Wed, 25 Jul 2012 07:02:01 +0000 Subject: [Bug 304037] New: Only images until figure 9 show Message-ID: https://bugs.kde.org/show_bug.cgi?id=304037 Bug ID: 304037 Severity: normal URL: http://techbase.kde.org/Development/Tutorials/Shell_Sc ripting_with_KDE_Dialogs Version: unspecified Priority: NOR Assignee: kde-www at kde.org Summary: Only images until figure 9 show Classification: Unclassified OS: Linux Reporter: bugs.kde.org3 at sjau.ch Hardware: Other Status: UNCONFIRMED Component: general Product: www.kde.org Only images till figure 9 show... the rest doesn't show and even linking on them leads to brocken images. Reproducible: Always -- You are receiving this mail because: You are the assignee for the bug. From imalchow at kde.org Wed Jul 25 23:25:04 2012 From: imalchow at kde.org (Ingo Malchow) Date: Wed, 25 Jul 2012 23:25:04 +0000 Subject: [Bug 304037] Only images until figure 9 show In-Reply-To: References: Message-ID: https://bugs.kde.org/show_bug.cgi?id=304037 Ingo Malchow changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |imalchow at kde.org Resolution|--- |FIXED --- Comment #1 from Ingo Malchow --- Fixed with syncing the old image dir -- You are receiving this mail because: You are the assignee for the bug.