| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-03-10 | glob() results do not need to be sorted | Greg Roach | 1 | -1/+2 | |
| 2019-03-09 | Fix: #2307 - new location for .MO files | Greg Roach | 1 | -3/+1 | |
| 2019-03-07 | Code style and testing | Greg Roach | 1 | -7/+7 | |
| 2019-03-05 | Update I18N.php (#2299) | Rico Sonntag | 1 | -1/+1 | |
| Fixed failing to switch language | |||||
| 2019-03-04 | Refactor language files to use laravel structure | Greg Roach | 1 | -23/+10 | |
| 2019-03-03 | Convert from Carbon (v1) to CarbonImmutable (v2) | Greg Roach | 1 | -23/+0 | |
| 2019-02-23 | Use UTC internally, and convert to local time for display | Greg Roach | 1 | -8/+23 | |
| 2019-01-04 | Add visibility to constants | Greg Roach | 1 | -7/+7 | |
| 2019-01-01 | Happy 2019 | Greg Roach | 1 | -1/+1 | |
| 2018-12-08 | Move DebugBar code to middleware | Greg Roach | 1 | -8/+2 | |
| 2018-11-18 | Prefer class-constants to global-constants | Greg Roach | 1 | -4/+4 | |
| 2018-11-01 | Age | Greg Roach | 1 | -78/+0 | |
| 2018-10-28 | PHPdoc | Greg Roach | 1 | -1/+1 | |
| 2018-10-13 | PHPdoc | Greg Roach | 1 | -6/+5 | |
| 2018-10-13 | WIP | Greg Roach | 1 | -3/+3 | |
| 2018-10-13 | WIP | Greg Roach | 1 | -17/+25 | |
| 2018-10-08 | Fix: search engines should see content in tree's default language | Greg Roach | 1 | -16/+12 | |
| 2018-10-05 | Add declare(strict_types=1) to all PHP scripts | Greg Roach | 1 | -0/+2 | |
| 2018-10-03 | I18N function parameters | Greg Roach | 1 | -11/+15 | |
| 2018-10-03 | PHP 7 has native integer division | Greg Roach | 1 | -5/+5 | |
| 2018-09-23 | CodeStyle | Greg Roach | 1 | -3/+3 | |
| 2018-09-23 | Scrutinizer Auto-Fixes (#1924) | Scrutinizer Auto-Fixer | 1 | -5/+5 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2018-09-22 | Reduced if/else complexity, removed not require else conditions (#1866) | Rico Sonntag | 1 | -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-13 | CodeStyle | Greg Roach | 1 | -0/+2 | |
| 2018-09-13 | Fixed invalid docblocks | Rico Sonntag | 1 | -0/+4 | |
| 2018-08-27 | Strict Types | Greg Roach | 1 | -22/+19 | |
| 2018-08-27 | Added PHP7 return types to methods according doc block (#1864) | Rico Sonntag | 1 | -22/+21 | |
| 2018-08-19 | CodeStyle | Greg Roach | 1 | -2/+2 | |
| 2018-08-18 | CodeStyle - comments should not be used in the middle of lines | Greg Roach | 1 | -14/+10 | |
| 2018-08-16 | PHP 7.0 has the 'splat' operator | Greg Roach | 1 | -30/+9 | |
| 2018-08-15 | Move some localization functions to a localization service | Greg Roach | 1 | -40/+0 | |
| 2018-07-16 | Use PSR2 code style | Greg Roach | 1 | -692/+863 | |
| 2018-07-11 | Kazakh translation is complete, so enable by default | Greg Roach | 1 | -1/+1 | |
| 2018-07-09 | Remove global | Greg Roach | 1 | -5/+3 | |
| 2018-01-07 | Happy new year - 2018 | Greg Roach | 1 | -1/+1 | |
| 2017-12-03 | Scrutinizer Auto-Fixes (#1525) | Scrutinizer Auto-Fixer | 1 | -32/+32 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2017-11-19 | Use maximebf/debugbar for development | Greg Roach | 1 | -0/+9 | |
| 2017-11-03 | CodeStyle - spacing/alignment | Greg Roach | 1 | -18/+18 | |
| 2017-07-17 | Fix #1262 Deleting a .MO file while it is being used causes error | Greg Roach | 1 | -1/+1 | |
| 2017-07-14 | Review escaping | Greg Roach | 1 | -1/+1 | |
| 2017-07-13 | Review escaping | Greg Roach | 1 | -1/+3 | |
| 2017-06-17 | jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windows | Greg Roach | 1 | -19/+8 | |
| 2017-03-08 | 2017 | Greg Roach | 1 | -1/+1 | |
| 2017-01-22 | Fix #1180 - PHP5.6 cannot catch all errors | Greg Roach | 1 | -3/+6 | |
| 2017-01-12 | Simplify datatables/i18n | Greg Roach | 1 | -2/+1 | |
| 2017-01-12 | Simplify datatables/i18n | Greg Roach | 1 | -38/+3 | |
| 2017-01-05 | #1175 - use the php-intl collator class, where it is installed | Greg Roach | 1 | -122/+64 | |
| 2016-12-23 | Code style - short array syntax | Greg Roach | 1 | -43/+43 | |
| 2016-10-16 | Fix performance problems caused by clearing language cache after upgrade | Greg Roach | 1 | -4/+7 | |
| 2016-06-05 | CodeStyle | Greg Roach | 1 | -1/+1 | |
