| #
4a90f94b
|
| 02-Feb-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
move backlinks() and mediause() into MediaIndex class
|
| #
0cba610b
|
| 14-Jan-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rewrite deprecated ft_* functions
|
| #
83734cdd
|
| 20-Oct-2019 |
Phy <git@phy25.com> |
Include rev_id in new revision link in notification email
Older versions have a "This is an old revision of the document!" message on the top of the page. By including rev_id, user can always see th
Include rev_id in new revision link in notification email
Older versions have a "This is an old revision of the document!" message on the top of the page. By including rev_id, user can always see the version the email is referring to, while knowing if it is the latest version by looking at the wiki page.
A hint about this is also added to email text.
This fixes #2196.
show more ...
|
| #
8cbc5ee8
|
| 10-Jun-2019 |
Andreas Gohr <andi@splitbrain.org> |
replaced deprecated utf8 functions
For now this uses full qualified namespaces, sensible imports may come later.
|
| #
820934dc
|
| 19-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
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 <mic.grosse@googlemail.com> |
♻️ Split up ChangesSubscriptionSender into multiple classes
This should better adhere to SRP and simplify things.
|
| #
75d66495
|
| 20-Apr-2019 |
Michael Große <mic.grosse@googlemail.com> |
♻️ Don't use deprecated subscription methods
|
| #
cbb44eab
|
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
deprecated trigger_event() in favor of a static method on Event
|
| #
e1d9dcc8
|
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
First go at moving the plugin classes into their own namespace
|
| #
5a8d6e48
|
| 26-Mar-2019 |
Michael Große <mic.grosse@googlemail.com> |
Rename HTTPClient namespace to HTTP
This should make namespace a bit more flexible in scope and allow us to move more functionality there later.
|
| #
198564ab
|
| 17-Mar-2019 |
Michael Große <mic.grosse@googlemail.com> |
Refactor HTTPClient into different files
|
| #
c3cc6e05
|
| 06-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
PSR2 adjustments for the PassHash class
I opted for ignoring the camel case funtion check not because the public hash_* methods are widely used but because I find this style actually cleaner in this
PSR2 adjustments for the PassHash class
I opted for ignoring the camel case funtion check not because the public hash_* methods are widely used but because I find this style actually cleaner in this case where the method name is auto-built from the hash type name.
show more ...
|
| #
0c3a5702
|
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
split changelog classes into their own namespace
The remaining functions in inc/changelog.php should be moved into a utility class.
|
| #
64159a61
|
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
line lengths shortened
This makes sure all files use line lenghts shorter than 120 characters.
This is a quick fix. It might not always be the nicest change.
|
| #
b4f2363a
|
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
remove DOKU_INC checks
There is no need for this check, since these files should not have any main code that is executed on direct call.
Fixes PSR1.Files.SideEffects.FoundWithSymbols
|
| #
345058f7
|
| 03-Jan-2018 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #2077 from schplurtz/vtt-tracks
Support Web Video Text Tracks Format subtitles
|
| #
7ed31746
|
| 20-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
proper handling of "0" as a search query in media manager + test case for this
|
| #
23e31e76
|
| 20-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
implement globbing media search
|
| #
76472096
|
| 20-Sep-2017 |
Szymon Olewniczak <solewniczak@rid.pl> |
add globbing to media search
|
| #
01299338
|
| 28-Aug-2017 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
use only language code, no language name
|
| #
0877a1f1
|
| 15-Aug-2017 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
Support Web Video Text Tracks Format subtitles
|
| #
65cc1598
|
| 01-Aug-2017 |
Phy <git@phy25.com> |
Replace htmlspecialchars to hsc in core
|
| #
bad6fc0d
|
| 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
replace deprecated create_function with anonymous functions
|
| #
d1264f55
|
| 25-Feb-2017 |
錢政維 <cwchien@chc.com.tw> |
Fixes issue #1864
|
| #
22e68399
|
| 13-Jul-2016 |
flammy <flamabelde@yahoo.de> |
Added file-in-use reference to media-manager
Added a reference to the media-manager where you can see on which pages the file is used.
This change contains the same code as in #321 but for the me
Added file-in-use reference to media-manager
Added a reference to the media-manager where you can see on which pages the file is used.
This change contains the same code as in #321 but for the media-manager.
It was proposed in https://forum.dokuwiki.org/thread/13784
show more ...
|