summaryrefslogtreecommitdiffstats
path: root/modules-available/translation/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix more type errors, stricter typingSimon Rettberg2023-11-151-5/+5
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-73/+62Star
|
* Roundup of issues reported by PHPStormSimon Rettberg2023-11-021-12/+6Star
| | | | Mostly redundant checks, logic errors, dead code, etc.
* Fix deprecated curly braces string indexing (PHP 7.4)Simon Rettberg2021-03-251-1/+1
|
* [translation] Get rid of up_json_encodeSimon Rettberg2019-11-061-3/+1Star
| | | | This was needed in pre-5.4.0 times. Long gone.
* [translation] Fix tag collision for messagesSimon Rettberg2018-03-211-9/+11
|
* [translation] Fix saving of multiline textsSimon Rettberg2018-03-211-0/+1
|
* [translation] Fix saving language tags containing dotsSimon Rettberg2018-02-131-15/+10Star
|
* [translation] Add support for global translation pluginsSimon Rettberg2018-02-131-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 Rettberg2017-12-161-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 warningSimon Rettberg2017-06-061-2/+2
|
* Add fallback feature to Dictionary functionsSimon Rettberg2016-08-101-1/+1
|
* [translation] Improve module list; move baseconfig hook to baseconfig_bwlpSimon Rettberg2016-07-041-5/+11
|
* [translation] Make menu categories a global section instead of a hook in mainSimon Rettberg2016-06-141-2/+66
|
* MORE WMORKSimon Rettberg2016-05-181-0/+3
|
* Still working in modularization cleanup and refinementSimon Rettberg2016-05-111-3/+11
|
* Migrated messages to modulesSimon Rettberg2016-05-101-7/+20
|
* Translating module strings and custom sections worksSimon Rettberg2016-05-101-215/+256
|
* Message string editing works nowSimon Rettberg2016-05-091-178/+219
|
* Work on translations: templates and messages workSimon Rettberg2016-05-041-202/+449
|
* WIPSimon Rettberg2016-05-031-0/+597