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
/
locales.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-09-28
Add locale for Thai. Fixes #1916.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-12-24
Added Croatian as hr_HR. Fixes #1514.
Bharat Mediratta
2010-11-28
Replace self::func() with <helper_name>::func() for all public APIs
Bharat Mediratta
2010-11-18
Add Bengali (bn_BD).
Bharat Mediratta
2010-11-07
Add Malay as 'Bahasa Melayu'
Bharat Mediratta
2010-09-07
Add Macedonian. Fixes ticket #1345.
Bharat Mediratta
2010-09-06
Revert "change the Setswana locale from tn_ZA to tn_BW since it's mostly"
Bharat Mediratta
2010-09-06
change the Setswana locale from tn_ZA to tn_BW since it's mostly
Bharat Mediratta
2010-09-05
Add Setswana (tn_ZA). Fixes ticket #1336.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-24
Add Faroese to the language list. Verified that it uses the default plural ru...
Andy Staudacher
2010-02-09
Whitespace.
Bharat Mediratta
2010-02-08
Fix Arabic language name. Thanks shaibn for reporting the issue. Verified wit...
Andy Staudacher
2010-02-07
Refactor the is_rtl() helper into the Gallery_I18n class. This allows checking
Tim Almdal
2010-02-06
Fix for ticket 892: Avoid double escaping of HTML entities, instead use Unico...
Andy Staudacher
2010-01-28
Fix language preference block / language cookie reading.
Andy Staudacher
2010-01-23
Fix for bug 984, consistently interpret installed / available locales as array.
Andy Staudacher
2009-11-24
Rename I18n to Gallery_I18n to avoid conflict with Kohana 2.4
Bharat Mediratta
2009-10-23
Minor changes to more closely align this branch with master
Tim Almdal
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-13
remove duplicate function definition
Tim Almdal
2009-10-13
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-10-13
refactor locale related functionality out of the user module and into the gal...
Tim Almdal
2009-10-06
Change the focus of the user module from providing user/group management to p...
Tim Almdal
2009-09-15
Improve language preference (Acccept-Language header matching): Boost same-la...
Andy Staudacher
2009-09-05
Bugfixes for locales::locale_from_http_request(), and adding tests.
Andy Staudacher
2009-09-04
Add @todo to replace locales::locale_from_http_request()
Bharat Mediratta
2009-09-04
Add new locale preferences: Adding per session (cookie) locale preferences an...
Andy Staudacher
2009-07-17
Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3.
Bharat Mediratta