Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [translation] Make smarter, find ::translateFile calls etc. | Simon Rettberg | 2024-07-02 | 1 | -26/+124 |
| | |||||
* | Fix more type errors, stricter typing | Simon Rettberg | 2023-11-15 | 1 | -5/+5 |
| | |||||
* | Add function param/return types, fix a lot more phpstorm complaints | Simon Rettberg | 2023-11-14 | 1 | -73/+62 |
| | |||||
* | Roundup of issues reported by PHPStorm | Simon Rettberg | 2023-11-02 | 1 | -12/+6 |
| | | | | Mostly redundant checks, logic errors, dead code, etc. | ||||
* | Fix deprecated curly braces string indexing (PHP 7.4) | Simon Rettberg | 2021-03-25 | 1 | -1/+1 |
| | |||||
* | [translation] Get rid of up_json_encode | Simon Rettberg | 2019-11-06 | 1 | -3/+1 |
| | | | | This was needed in pre-5.4.0 times. Long gone. | ||||
* | [translation] Fix tag collision for messages | Simon Rettberg | 2018-03-21 | 1 | -9/+11 |
| | |||||
* | [translation] Fix saving of multiline texts | Simon Rettberg | 2018-03-21 | 1 | -0/+1 |
| | |||||
* | [translation] Fix saving language tags containing dots | Simon Rettberg | 2018-02-13 | 1 | -15/+10 |
| | |||||
* | [translation] Add support for global translation plugins | Simon Rettberg | 2018-02-13 | 1 | -5/+24 |
| | | | | | | | Until now, modules could only supply extensions for translating module-related additional dictionaries. Now a module can provide a 'translation-global.inc.php' that will add additional translation sections to any module. | ||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -13/+24 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [translation] Fix warning | Simon Rettberg | 2017-06-06 | 1 | -2/+2 |
| | |||||
* | Add fallback feature to Dictionary functions | Simon Rettberg | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | [translation] Improve module list; move baseconfig hook to baseconfig_bwlp | Simon Rettberg | 2016-07-04 | 1 | -5/+11 |
| | |||||
* | [translation] Make menu categories a global section instead of a hook in main | Simon Rettberg | 2016-06-14 | 1 | -2/+66 |
| | |||||
* | MORE WMORK | Simon Rettberg | 2016-05-18 | 1 | -0/+3 |
| | |||||
* | Still working in modularization cleanup and refinement | Simon Rettberg | 2016-05-11 | 1 | -3/+11 |
| | |||||
* | Migrated messages to modules | Simon Rettberg | 2016-05-10 | 1 | -7/+20 |
| | |||||
* | Translating module strings and custom sections works | Simon Rettberg | 2016-05-10 | 1 | -215/+256 |
| | |||||
* | Message string editing works now | Simon Rettberg | 2016-05-09 | 1 | -178/+219 |
| | |||||
* | Work on translations: templates and messages work | Simon Rettberg | 2016-05-04 | 1 | -202/+449 |
| | |||||
* | WIP | Simon Rettberg | 2016-05-03 | 1 | -0/+597 |