summaryrefslogtreecommitdiff
path: root/app/I18N.php
AgeCommit message (Collapse)AuthorFilesLines
2019-03-10glob() results do not need to be sortedGreg Roach1-1/+2
2019-03-09Fix: #2307 - new location for .MO filesGreg Roach1-3/+1
2019-03-07Code style and testingGreg Roach1-7/+7
2019-03-05Update I18N.php (#2299)Rico Sonntag1-1/+1
Fixed failing to switch language
2019-03-04Refactor language files to use laravel structureGreg Roach1-23/+10
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-23/+0
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach1-8/+23
2019-01-04Add visibility to constantsGreg Roach1-7/+7
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-08Move DebugBar code to middlewareGreg Roach1-8/+2
2018-11-18Prefer class-constants to global-constantsGreg Roach1-4/+4
2018-11-01AgeGreg Roach1-78/+0
2018-10-28PHPdocGreg Roach1-1/+1
2018-10-13PHPdocGreg Roach1-6/+5
2018-10-13WIPGreg Roach1-3/+3
2018-10-13WIPGreg Roach1-17/+25
2018-10-08Fix: search engines should see content in tree's default languageGreg Roach1-16/+12
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-10-03I18N function parametersGreg Roach1-11/+15
2018-10-03PHP 7 has native integer divisionGreg Roach1-5/+5
2018-09-23CodeStyleGreg Roach1-3/+3
2018-09-23Scrutinizer Auto-Fixes (#1924)Scrutinizer Auto-Fixer1-5/+5
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-15/+25
* Reduced if/else complexity, removed not require else conditions * Fix indentation * Fix indentation * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Admin theme no longer exists * Code style * Use null-coalesce operator to simplify logic
2018-09-13CodeStyleGreg Roach1-0/+2
2018-09-13Fixed invalid docblocksRico Sonntag1-0/+4
2018-08-27Strict TypesGreg Roach1-22/+19
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-22/+21
2018-08-19CodeStyleGreg Roach1-2/+2
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-14/+10
2018-08-16PHP 7.0 has the 'splat' operatorGreg Roach1-30/+9
2018-08-15Move some localization functions to a localization serviceGreg Roach1-40/+0
2018-07-16Use PSR2 code styleGreg Roach1-692/+863
2018-07-11Kazakh translation is complete, so enable by defaultGreg Roach1-1/+1
2018-07-09Remove globalGreg Roach1-5/+3
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer1-32/+32
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2017-11-19Use maximebf/debugbar for developmentGreg Roach1-0/+9
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-18/+18
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