index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
views
/
l10n_client.html.php
Age
Commit message (
Expand
)
Author
2010-01-12
Add a css id attribute to the i10n-edit-translation element. Fixes ticket #969.
Tim Almdal
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-30
Replaced gButtonLink with g-button.
Chad Kieffer
2009-09-01
Remove unused l10n message
Andy Staudacher
2009-08-31
Fix XSS vectors in HTML attributes (mostly t() calls)
Andy Staudacher
2009-08-30
Merge commit 'upstream/master'
Andy Staudacher
2009-08-30
Updating uses of html::js_string and SafeString::for_js (value now contains s...
Andy Staudacher
2009-08-29
you can close the l10n client directly from its interface now, without going ...
jhilden
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Fixing all detected XSS vectors in PHP->JS code.
Andy Staudacher
2009-08-29
improved translation interface so that it now can be closed without going to ...
jhilden
2009-07-17
Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3.
Bharat Mediratta
2009-07-03
Ticket 104: Adding "Copy sourc text" button to l10n UI (usability / productiv...
Andy Staudacher
2009-06-29
Partial fix for ticket 471 - i18n of "Translate Text" button in l10n client
Andy Staudacher
2009-06-18
Fix format of source message in l10n client (adding a newline between plural ...
Andy Staudacher
2009-06-16
Beautify "Show All" link, and only show when it's not already showing all str...
Andy Staudacher
2009-06-16
Add option to list *all* l10n messages (that have been indexed) in l10n UI
Andy Staudacher
2009-06-06
Fix formatting in l10n client source box so that it wraps. Otherwise
Bharat Mediratta
2009-06-02
Extend L10n client to provide UI for plural translation.
Andy Staudacher
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta