| 9d01c1d9 | 01-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
PSR-12 coding style |
| a1c26920 | 01-Jul-2020 |
Andreas Gohr <andi@splitbrain.org> |
adjust handling for greek characters. fixes #3188
This fixes an error in the case conversion table and removes "normal" greek letters from the list of special characters. Mathematical symbols based
adjust handling for greek characters. fixes #3188
This fixes an error in the case conversion table and removes "normal" greek letters from the list of special characters. Mathematical symbols based on greek letters are still considered special chars.
show more ...
|
| 03265e99 | 30-Jun-2020 |
Bakhromjon Soliev <bahromjonsoliev@gmail.com> |
translation update |
| 90227f12 | 27-Jun-2020 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 0e5c2602 | 26-Jun-2020 |
DokuWiki Translation Tool <admin@dokuwiki.org> |
Translation update (ro) (#3190)
* translation update
* Update inc/lang/ro/lang.php
* Update inc/lang/ro/lang.php
* Update inc/lang/ro/lang.php
* Update inc/lang/ro/lang.php
* Update lib/plugins
Translation update (ro) (#3190)
* translation update
* Update inc/lang/ro/lang.php
* Update inc/lang/ro/lang.php
* Update inc/lang/ro/lang.php
* Update inc/lang/ro/lang.php
* Update lib/plugins/authad/lang/ro/lang.php
* Update lib/plugins/authad/lang/ro/lang.php
* Update inc/lang/ro/onceexisted.txt
Co-authored-by: not allowed to give my name :|
Co-authored-by: Henry Pan <github@phy25.com>
show more ...
|
| 0ed358ea | 19-Jun-2020 |
Pierre Henriot <pierre.henriot@gmail.com> |
translation update |
| 3649f744 | 16-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Changes in sort.php to conform to PSR-2/PSR-12 |
| b00af75f | 14-Jun-2020 |
Henry Pan <git@phy25.com> |
Update links to dokuwiki.org in language file |
| 25047170 | 14-Jun-2020 |
Henry Pan <github@phy25.com> |
Update inc/lang/zh/lang.php |
| 12e6cf74 | 14-Jun-2020 |
Henry Pan <github@phy25.com> |
Update inc/lang/zh/lang.php |
| 0a1129f7 | 14-Jun-2020 |
FENG.JIE <ahx@qq.com> |
translation update |
| 1ae4bef6 | 14-Jun-2020 |
Thien Hau <thienhau.9a14@gmail.com> |
translation update |
| 03c2c428 | 14-Jun-2020 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Update HTTPClient.php
Fix the problem on OpenBSD 6.7, PHP 7.4.5-7.4.6 that prevents the extension repository to be pinged. See #3148. |
| abe29f62 | 13-Jun-2020 |
Thien Hau <thienhau.9a14@gmail.com> |
translation update |
| 194457eb | 13-Jun-2020 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| 1187c33a | 12-Jun-2020 |
Filippo <abrickslife@gmail.com> |
translation update |
| 29220f2c | 11-Jun-2020 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| 985f440f | 14-Mar-2020 |
Damien Regad <dregad@mantisbt.org> |
Fix typo in error message |
| b6c12ffa | 04-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
use correct class for Sitemap generation. fixes #3134
This seems to have been a refactoring error |
| c183535a | 04-Jun-2020 |
Domingo Redal <docxml@gmail.com> |
translation update |
| eb33b670 | 04-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
make handler status available via accessors. fixes #2931
This allows plugins to inspect and manipulate the status if needed. |
| 46028c4c | 04-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
Move defines to their own file
As described in https://github.com/dwp-forge/columns/issues/5#issuecomment-638467603 sometime the Lexer constants have not been (auto)loaded when a syntax plugin is in
Move defines to their own file
As described in https://github.com/dwp-forge/columns/issues/5#issuecomment-638467603 sometime the Lexer constants have not been (auto)loaded when a syntax plugin is invoked (I'm not sure why).
In general PSR2 discourages a mix of main code and function/class setup with the call to define() being considered main code.
This patch moves these the define calls to a separate new file, solving both of the above problems.
These are not all our defines. Instead I focused on the ones that are ENUM-like.
In the future we should think about what defines can be replaced by class constants and what other define() calls should be moved.
show more ...
|
| 47c5d564 | 03-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Changes to conform to PHP Code Style
New function lang_has_changed() as wrapper for _get_collator(TRUE). |
| d87ff0d3 | 03-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
fix phpdoc
Co-authored-by: Matthias Gutjahr <mattsches@gmail.com> |
| 746611d8 | 03-Jun-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Collator re-creation in unit test |