RT 4.0.11 Released

rt-announce mailing list
rt-announce@lists.bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-announce

Hi,

just noticed a little regression.

If you reply on an ticket the message box background color isn’t red
anymore. This seems to be a side effect from the update of the ckeditor.

Tested with Firefox 20.0 on Ubuntu and IE7 an Windows XP.

Chris

just noticed a little regression.

If you reply on an ticket the message box background color isn’t red
anymore. This seems to be a side effect from the update of the ckeditor.

Tested with Firefox 20.0 on Ubuntu and IE7 an Windows XP.

Looks like there was a report at about the same time here:

http://issues.bestpractical.com/Ticket/Display.html?id=23539

The 4.0/fix-ckeditor-bg-color branch is available, but hasn’t been
reviewed yet.

-kevin

Features

  • Update translations from Launchpad, including a new Catalan
    translation by Ton Orga Ventura.

I would assume here that missing translations are also added to the po
files from launchpad.
Is this right?

If yes, I can’t see any updates to the missing German translations
between 4.0.10 and 4.0.11:
grep ‘msgstr “”’ …/rt-4.0.10/share/po/de.po |wc -l
352
grep ‘msgstr “”’ …/rt-4.0.11/share/po/de.po |wc -l
358

Launchpad currently reporting 77 missing German translations.

Chris

Am 09.04.2013 22:30, schrieb Kevin Falcone:

Features

  • Update translations from Launchpad, including a new Catalan
    translation by Ton Orga Ventura.

I would assume here that missing translations are also added to the po
files from launchpad.
Is this right?

If yes, I can’t see any updates to the missing German translations
between 4.0.10 and 4.0.11:
grep ‘msgstr “”’ …/rt-4.0.10/share/po/de.po |wc -l
352
grep ‘msgstr “”’ …/rt-4.0.11/share/po/de.po |wc -l
358

Launchpad currently reporting 77 missing German translations.

Launchpad updates from trunk - we’ve committed more po updates on
trunk than were included in 4.0.11.

git log share/po
will get you recent changes
git show SHA – share/po/de.po | grep ‘+msgid’
will find you new strings

If you can find a string on launchpad but not in 4.0-trunk, let me
know and we can file a bug and triage.

I expect we’ll suck in more updates in the next few days.

-kevin