summaryrefslogtreecommitdiff
path: root/app/I18N.php
AgeCommit message (Expand)AuthorFilesLines
2017-07-17Fix #1262 Deleting a .MO file while it is being used causes errorGreg Roach1-1/+1
2017-07-14Review escapingGreg Roach1-1/+1
2017-07-13Review escapingGreg Roach1-1/+3
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-19/+8
2017-03-082017Greg Roach1-1/+1
2017-01-22Fix #1180 - PHP5.6 cannot catch all errorsGreg Roach1-3/+6
2017-01-12Simplify datatables/i18nGreg Roach1-2/+1
2017-01-12Simplify datatables/i18nGreg Roach1-38/+3
2017-01-05#1175 - use the php-intl collator class, where it is installedGreg Roach1-122/+64
2016-12-23Code style - short array syntaxGreg Roach1-43/+43
2016-10-16Fix performance problems caused by clearing language cache after upgradeGreg Roach1-4/+7
2016-06-05CodeStyleGreg Roach1-1/+1
2016-05-02I18NGreg Roach1-4/+4
2016-04-12CodeStyleGreg Roach1-1/+2
2016-04-12Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-18/+18
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-23Check permissionsGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-15/+15
2016-01-06Setup error when /data/ is not writableGreg Roach1-2/+4
2016-01-01PHP 5.3 compatibilityGreg Roach1-2/+4
2015-12-28Fix #790 - Turkish collationGreg Roach1-7/+6
2015-09-13CodeStyleGreg Roach1-10/+10
2015-07-12Code styleGreg Roach1-8/+8
2015-07-12Fix #637 - GLOB_BRACE not available on some serversGreg Roach1-8/+20
2015-06-16Fix #605, #606 - remove URL parameters for language and themeGreg Roach1-10/+1
2015-06-15Fix #612 - context-sensitive translations ignored in reportsGreg Roach1-2/+2
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