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
/
helpers
/
l10n_client.php
Age
Commit message (
Expand
)
Author
2013-01-22
gallery.menalto.com -> galleryproject.org
Bharat Mediratta
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
2011-01-11
Two improvements to Joe's fix for #1504:
Bharat Mediratta
2011-01-12
Returning 2 flags from l10n_client::validate_api_key(), 1 to reflect if conne...
Joe7
2010-11-28
Replace self::func() with <helper_name>::func() for all public APIs
Bharat Mediratta
2010-07-22
Initialize $request in submit_translations(). Fixes ticket #1239.
Bharat Mediratta
2010-07-20
Cleanup on the Admin > Languages page.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-22
Change "fetch translations" task to fetch them in batches.
Andy Staudacher
2009-12-02
Update a couple more queries.
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-07-19
Remove excess success logging. In the rebuild images case, it can
Bharat Mediratta
2009-07-17
Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3.
Bharat Mediratta
2009-07-09
Revert "Revert "Add task logging to the "Update Search Index" task""
Tim Almdal
2009-07-09
Revert "Add task logging to the "Update Search Index" task"
Tim Almdal
2009-07-08
Add task logging to the "Update Search Index" task
Tim Almdal
2009-07-08
Add task logging to the Update translations
Tim Almdal
2009-07-01
Fix a bunch of XSS vulnerabilities turned up by manual inspection
Bharat Mediratta
2009-06-09
Fix for fetching l10n plural messages. Need to cast from stdclass to array(),...
Andy Staudacher
2009-06-03
Sanitize all data we return via json_encode() to guard against XSS and
Bharat Mediratta
2009-06-02
Extend L10n client to provide UI for plural translation.
Andy Staudacher
2009-05-27
Update all references to the core application to now point to the
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta