summaryrefslogtreecommitdiff
path: root/app/I18N.php
AgeCommit message (Expand)AuthorFilesLines
2015-06-08PHPDocGreg Roach1-9/+8
2015-06-05Refactor includes/functions into classesGreg Roach1-1/+1
2015-06-04Code style - global variablesGreg Roach1-3/+0
2015-05-30Code styleGreg Roach1-29/+34
2015-04-26Replace Zend_Session with our own classGreg Roach1-3/+3
2015-04-07Use calendar object, not calendar stringGreg Roach1-23/+19
2015-04-07Added defaultCalendar functionDavid Drury1-0/+28
2015-04-03Fix #514 - singular/pluralGreg Roach1-1/+1
2015-04-03Fix #545 - errors during setupGreg Roach1-1/+1
2015-04-03Do not expose Locale classes from I18NGreg Roach1-9/+27
2015-03-31DRY up codeGreg Roach1-10/+23
2015-03-31Remove global $DATE_FORMATGreg Roach1-411/+412
2015-03-30Fix #532 - update class declarationsGreg Roach1-3/+13
2015-03-28Update fisharebest/localization from 1.3.2 to 1.4.0Greg Roach1-26/+14
2015-03-21Fix #504 - loading all language files, instead of chosen languageGreg Roach1-2/+2
2015-03-21Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
2015-03-21Workaround PHP bug #47358 - glob() fails when open_basedir_restriction enabledGreg Roach1-2/+4
2015-03-21Take collation from localeGreg Roach1-4/+17
2015-03-21Replace Zend_Translate with Fisharebest\LocaleGreg Roach1-126/+90
2015-03-15Fix #487 - translation placeholdersGreg Roach1-1/+1
2015-03-14Numbers need to be strings for I18NGreg Roach1-1/+1
2015-03-12I18N test failingGreg Roach1-1/+1
2015-03-12Replace Zend_Locale with Fisharebest\LocalizationGreg Roach1-179/+90
2015-03-02PSR-1Greg Roach1-5/+5
2015-02-26Do not expose internals of I18N classGreg Roach1-1/+1
2015-02-07Rename inconsistent method nameGreg Roach1-25/+19
2015-02-07Remove global $TEXT_DIRECTIONGreg Roach1-13/+17
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-2/+2
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-0/+939