Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "use a dispatcher to access static image files" | Andreas Gohr | 2024-09-08 |
| | | | | | | | This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1. It was accidentally pused to master before review. A PR with a revert for the revert will be pushed shortly. | ||
* | use a dispatcher to access static image files | Andreas Gohr | 2024-09-08 |
| | | | | | | | | This makes it possible to replace default images in an update safe way. It also addresses the issue raised in dokuwiki/docker#16 A .htaccess rewrite catches any direct accesses that might come in from plugins. | ||
* | align url for lib/plugin members | Zweihorn | 2024-04-30 |
| | | | | | | | ref https://github.com/dokuwiki/dokuwiki/issues/4270 - align url of `plugin.info.txt` to standard prefix - realign spacing as applicable | ||
* | Updated Lithuanian translation | Donatas Glodenis | 2024-02-21 |
| | |||
* | Adjust ACL remote component to new system | Andreas Gohr | 2024-01-07 |
| | | | | | There is no need to implement getMethods anymore. All data comes from reflection | ||
* | another set of api tests | Andreas Gohr | 2024-01-07 |
| | |||
* | translation update | Werewolf | 2023-10-04 |
| | |||
* | Use str_starts_with/str_ends_with | fiwswe | 2023-09-15 |
| | |||
* | adjusted docblocks for renamed class aliases | Andreas Gohr | 2023-09-02 |
| | |||
* | code style: line breaks | Andreas Gohr | 2023-08-31 |
| | |||
* | code style: operator spacing | Andreas Gohr | 2023-08-31 |
| | |||
* | coding style: control flow line breaks | Andreas Gohr | 2023-08-31 |
| | |||
* | Apply rector renames | Andreas Gohr | 2023-08-30 |
| | |||
* | Apply rector fixes to lib/plugin/acl | Andreas Gohr | 2023-08-29 |
| | |||
* | translation update | Eduardo Mozart de Oliveira | 2023-05-24 |
| | |||
* | translation update | Jose Luis Sanches | 2023-02-28 |
| | |||
* | translation update | Robert Riebisch | 2022-12-27 |
| | |||
* | translation update | Aleksandr Selivanov | 2022-10-13 |
| | |||
* | Merge branch 'master' into lang_update_431_1650133500 | Gerrit Uitslag | 2022-04-16 |
|\ | |||
| * | Merge pull request #3603 from dokuwiki-translate/lang_update_355_1637657078 | Andreas Gohr | 2022-01-22 |
| |\ | | | | | | | translation update | ||
| | * | translation update | Eduardo Mozart de Oliveira | 2021-11-23 |
| | | | |||
| * | | translation update | Viktor Horváth | 2022-01-02 |
| |/ | |||
* / | translation update | Schplurtz le Déboulonné | 2022-04-16 |
|/ | |||
* | translation update | Axel Kirch | 2021-08-08 |
| | |||
* | translation update | Olivier Humbert | 2021-03-18 |
| | |||
* | translation update | Petr Kajzar | 2020-11-14 |
| | |||
* | translation update | qezwan | 2020-10-07 |
| | |||
* | translation update | qezwan | 2020-10-07 |
| | |||
* | translation update | qezwan | 2020-10-05 |
| | |||
* | Update translation | Frank Long | 2020-09-03 |
| | | | | 選擇 =>Traditional Chinese 选择 => Simplified Chinese | ||
* | translation update | Endrit Callaki | 2020-09-03 |
| | |||
* | translation update | Phy | 2020-08-31 |
| | |||
* | Merge pull request #3115 from moisesbr-dw/sort-with-collator | Andreas Gohr | 2020-08-26 |
|\ | | | | | Sort with collator | ||
| * | Changes according to revisions in https://github.com/moisesbr-dw/dokuwiki/pull/2 | Moisés Braga Ribeiro | 2020-08-16 |
| | | | | | | | | Many minor details and use of Sort::xyz() instead of intl_xyz() in files outside the "inc" folder. | ||
| * | Access Control List Management | Moisés Braga Ribeiro | 2020-05-19 |
| | | | | | | | | | | | | | | | | All sortable lists: - tree list of namespaces and pages - drop-down list with users and groups - rule list by page/namespace (main sort) - [enhancement] rule list by user/group (secondary sort) | ||
* | | translation update | GHSRobert Ciang | 2020-08-05 |
| | | |||
* | | Merge pull request #3174 from dokuwiki-translate/lang_update_81_1592121578 | Henry Pan | 2020-06-14 |
|\ \ | | | | | | | Translation update (vi) | ||
| * | | translation update | Thien Hau | 2020-06-14 |
| | | | |||
* | | | translation update | Schplurtz le Déboulonné | 2020-06-14 |
|/ / | |||
* | | translation update | Thien Hau | 2020-06-13 |
| | | |||
* | | translation update | HokkaidoPerson | 2020-06-13 |
| | | |||
* | | translation update | Paulo Schopf | 2020-05-29 |
| | | |||
* | | translation update | Thien Hau | 2020-05-06 |
|/ | |||
* | translation update | Mac | 2020-04-29 |
| | |||
* | jquery-migrate: replace on()/trigger() shorthand and use prop() for disabled ↵ | Phy | 2020-02-23 |
| | | | | | | attr Related to #1546. | ||
* | translation update | rusly-id | 2020-01-19 |
| | |||
* | translation update | Tuomo Hartikainen | 2020-01-08 |
| | |||
* | Final project-wide check of curly brace deprecations. | Syntaxseed | 2019-10-31 |
| | |||
* | Fix PHP 7.3 deprecations in lib/ directory. | Syntaxseed | 2019-10-30 |
| | |||
* | ACL Plugin: make item formatter public again | Andreas Gohr | 2019-10-15 |
| | | | | The formatter needs to be public to be called from html_buildlist() |