| #
28a6ee9a |
| 07-Oct-2023 |
Klap-in <[email protected]> |
Rector and PHPCS fixes
|
| #
90fb952c |
| 31-Aug-2023 |
Andreas Gohr <[email protected]> |
code style: operator spacing
|
| #
26dfc232 |
| 31-Aug-2023 |
Andreas Gohr <[email protected]> |
Rector to rename print to echo calls
|
| #
7d34963b |
| 31-Aug-2023 |
Andreas Gohr <[email protected]> |
coding style: control flow line breaks
|
| #
177d6836 |
| 31-Aug-2023 |
Andreas Gohr <[email protected]> |
coding style: control flow whitespaces
|
| #
24870174 |
| 29-Aug-2023 |
Andreas Gohr <[email protected]> |
Apply rector fixes to the rest of inc
|
| #
1d11f1d3 |
| 06-Nov-2021 |
Satoshi Sahara <[email protected]> |
ChangeLogTrait
- move ChangeLog low level methods into trait - static ChangeLog::parseLogLine() replaces parseChangeLogLine() - new ChangeLog::buildLogLine()
|
| #
c1ec88ce |
| 01-May-2020 |
Andreas Gohr <[email protected]> |
remove calls to deprecated methods and classes
|
| #
820934dc |
| 19-May-2019 |
Andreas Gohr <[email protected]> |
Merge branch 'psr2-pluginredux' into psr2
* psr2-pluginredux: Minor optimizations in PluginController Snake to Camel case fixes inn PluginController Fix snake->camel case, doc blocks minor c
Merge branch 'psr2-pluginredux' into psr2
* psr2-pluginredux: Minor optimizations in PluginController Snake to Camel case fixes inn PluginController Fix snake->camel case, doc blocks minor code simplification snake to camel case fixes in EventHandler Move list of plugin types to plugin controller constant Avoid accessing the evet system before it's intialized Avoid processing events before the Event System is intiialized isEnabled instead of isDisabled removed get_directory() method from PluginController fix type hints moved plugin controller to Extension namespace removed deleted file from autoloader deprecated trigger_event() in favor of a static method on Event First go at moving the plugin classes into their own namespace
show more ...
|
| #
704a815f |
| 22-Apr-2019 |
Michael Große <[email protected]> |
♻️ Split up ChangesSubscriptionSender into multiple classes
This should better adhere to SRP and simplify things.
|
| #
75d66495 |
| 20-Apr-2019 |
Michael Große <[email protected]> |
♻️ Don't use deprecated subscription methods
|
| #
cbb44eab |
| 15-Jun-2018 |
Andreas Gohr <[email protected]> |
deprecated trigger_event() in favor of a static method on Event
|
| #
e1d9dcc8 |
| 15-Jun-2018 |
Andreas Gohr <[email protected]> |
First go at moving the plugin classes into their own namespace
|
| #
abc9c0d2 |
| 30-Mar-2019 |
Andreas Gohr <[email protected]> |
Merge branch 'master' into psr2
* master: (22 commits) Support "local" subdir when listing the smiley directory fix zero ID/NS issue with page_findnearest add ID/NS = '0' test against page_fin
Merge branch 'master' into psr2
* master: (22 commits) Support "local" subdir when listing the smiley directory fix zero ID/NS issue with page_findnearest add ID/NS = '0' test against page_findnearest fix zero value issue with metadata indexer add key/value = '0' test to metadata indexer fix zero ID issue with linkwiz and search indexer fix zero ID issue with wl() and getID() add $ID = '0' test against wl() and getID() cookie.js when setValue‘s value parameter is false delete entry install.php: respect useacl=0 choice, fixes #2576 cookie.js add def parameter to getValue() cookie.js convert value type to string set_doku_pref bugfix, closes #2721 more definition tests of doku_pref, for #1129 add tests for get/set_doku_pref #2721 fix Windows tests for #2702 use absolute URL in index.php when redirecting to doku.php, fixes #2706 Adding "recursive_groups" setting for authad-plugin in configuration-manager Fix notices when using dw CLI Fix issue #2396 ...
show more ...
|
| #
73f05217 |
| 14-Mar-2019 |
Phy <[email protected]> |
fix zero ID issue with linkwiz and search indexer
|
| #
e24a74c0 |
| 24-Feb-2019 |
Andreas Gohr <[email protected]> |
PSR2 style fixes
These are some simple whitespace/arrangement things that apparantly can't be fixed automatically
|
| #
b78f68bc |
| 15-Jun-2018 |
Andreas Gohr <[email protected]> |
some small fixes for PSR2
|
| #
432adb37 |
| 15-Jun-2018 |
Andreas Gohr <[email protected]> |
split sitemapping into its own namespace
|
| #
eb787020 |
| 16-May-2018 |
Michael Große <[email protected]> |
fix(TASK_RECENTCHANGES_TRIM event): Add isMedia flag
|
| #
50d9e958 |
| 16-May-2018 |
Andreas Gohr <[email protected]> |
rename task event
The matches our scheme of where_data_what better
|
| #
3ad4c3cd |
| 16-May-2018 |
Andreas Gohr <[email protected]> |
add missing visibility indicator and docblocks
|
| #
3b58faf6 |
| 16-May-2018 |
Michael Große <[email protected]> |
refactor: Move the remainder of code from lib/exe/indexer.php to TaskRunner::run
|
| #
b413fb0b |
| 16-May-2018 |
Michael Große <[email protected]> |
feat: Trigger new event when changelog is trimmed ✨
|
| #
b5cf9c44 |
| 16-May-2018 |
Michael Große <[email protected]> |
style(TaskRunner): automatic whitespace fixes
|
| #
9493c275 |
| 16-May-2018 |
Michael Große <[email protected]> |
refactor: Extract code from lib/exe/indexer into new TaskRunner class
|