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
/
controllers
/
l10n_client.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-07-23
More patches as part of #1225. Change the 'core' modules to use the json::reply
Tim Almdal
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-27
Additional fixes for plural handling when deleting translations / marking the...
Andy Staudacher
2010-02-27
Incremental fix for ticket #1042: Delete translation from outgoing_translatio...
Andy Staudacher
2010-02-21
Performance improvement: Load all translations of a locale as one serialized ...
Andy Staudacher
2010-01-13
Somemore K24 migration holdovers. need to specify the where statement with o...
Tim Almdal
2010-01-11
Remove the translation submit button from translation search form. Fixes tic...
Tim Almdal
2009-12-16
Convert some database calls.
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-24
Rename I18n to Gallery_I18n to avoid conflict with Kohana 2.4
Bharat Mediratta
2009-10-22
Change the name of identity library from Identity to IdentityProvider. Create...
Tim Almdal
2009-10-16
Remove all non Identity API methods from Identity.php. Created an MY_Session...
Tim Almdal
2009-10-16
Start simplifying the interface by moving the static methods from user.php an...
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-10
Use abs_url() inside url::redirect() calls so that we don't just wind
Bharat Mediratta
2009-08-30
Tabs to spaces cleanup
Andy Staudacher
2009-08-28
improved translations admin interface
jhilden
2009-06-16
Add option to list *all* l10n messages (that have been indexed) in l10n UI
Andy Staudacher
2009-06-02
Extend L10n client to provide UI for plural translation.
Andy Staudacher
2009-06-01
Security pass over all controller code. Mostly adding CSRF checking
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta