| #
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 ...
|
| #
ac3ed4af |
| 21-Aug-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Store change of filesizes in revision log
Implements https://bugs.dokuwiki.org/index.php?do=details&task_id=2525
|
| #
45bd9f13 |
| 04-Apr-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Delete unused div (Fixes #1098)
|
| #
79e79377 |
| 07-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PH
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
show more ...
|
| #
52a281e8 |
| 10-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Some PHPDocs media and admin plugin
|
| #
8702de7f |
| 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into scrutinizerissues
Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
|