| #
c49e647b |
| 06-Jun-2018 |
Michael Große <grosse@cosmocode.de> |
(editor) draft status is semantically not part of the toolbar
This change is useful for plugins that may want to implement their own toolbar (and thus hide the default toolbar), but still would l
(editor) draft status is semantically not part of the toolbar
This change is useful for plugins that may want to implement their own toolbar (and thus hide the default toolbar), but still would like to let the locktimer set the draft status.
show more ...
|
| #
0aabe6f8 |
| 07-Jun-2018 |
Michael Große <grosse@cosmocode.de> |
Create new Draft class and move draft handling there
|
| #
272a98e2 |
| 07-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into psr2
* master: fixed tests for chunked encoding Update PHP logo URL to HTTPS Bump updateVersion fix draft recovering updated php-archive lib. fixes #2361 trans
Merge branch 'master' into psr2
* master: fixed tests for chunked encoding Update PHP logo URL to HTTPS Bump updateVersion fix draft recovering updated php-archive lib. fixes #2361 translation update translation update Add simple catch-all to left install.php div
show more ...
|
| #
1362c8af |
| 02-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
fix draft recovering
The actual draft text got lost when we changed to showing the diff instead of the full draft.
|
| #
ffc2cc4b |
| 30-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into psr2
* master: typo link to avanced geshi options. fixes #2352 unlock in cancel action unlock pages on viewing them add user interface back to resendpwd action.
Merge branch 'master' into psr2
* master: typo link to avanced geshi options. fixes #2352 unlock in cancel action unlock pages on viewing them add user interface back to resendpwd action. fixes #2349
show more ...
|
| #
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
|
| #
3f5c3c1e |
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
unlock in cancel action
and actually use it in the edit form.
|
| #
3f552e56 |
| 20-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
fix empty action on login form
|
| #
d1264ecf |
| 20-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
fix empty action on recents form
|
| #
ada0d779 |
| 15-Apr-2018 |
Michael Hamann <michael@content-space.de> |
Prevent HTML and JS injection in section names
Before this change, HTML and some JS code (as far as it was not escaped by json_encode) could be injected into the output as the closing pattern that i
Prevent HTML and JS injection in section names
Before this change, HTML and some JS code (as far as it was not escaped by json_encode) could be injected into the output as the closing pattern that is checked by the regex is not escaped in JSON (see test case).
show more ...
|
| #
37c80e0e |
| 10-Apr-2018 |
LarsDW223 <lars_paulsen@web.de> |
Section edit: corrected pattern 'SEC_EDIT_PATTERN'
This fixes broken nested section edit buttons which were causing invalid HTML code. The pattern has to be 'not greedy'. Fixes #2304.
|
| #
21fcef82 |
| 19-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
refactor(Search): refactor html_search into Ui/Search
This commit should be without functional changes.
|
| #
0ae3e642 |
| 06-Mar-2018 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #2160 from flammy/patch-1
Local Drafts: show diff instead off full text
|
| #
dfeb484b |
| 06-Mar-2018 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #2220 from splitbrain/sectioneditrefactor
Refactored section edit
|
| #
ec57f119 |
| 04-Jan-2018 |
LarsDW223 <lars_paulsen@web.de> |
Refactored section edit
The data for the section edit button is now passed as an assoziative array which is encoded in the '#<!-- EDIT(.*) -->#' placeholder as an JSON array.
|
| #
606ef46c |
| 24-Jan-2018 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #2238 from splitbrain/removeDeprecatedMethodCalls
remove deprecated method call from html_login
|
| #
d1d904bb |
| 19-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: remove deprecated method call from html_login
|
| #
e824d633 |
| 19-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
fix: enforce optional svg & prevent arbitrary html in html_btn
To prevent abusing this functionality for inserting arbitrary html, inlineSVG is now called inside the html_btn function.
|
| #
679dba01 |
| 18-Jan-2018 |
Michael Große <grosse@cosmocode.de> |
feat: add optionally an SVG to html_btn
|
| #
772f3c51 |
| 19-Dec-2017 |
DeathCamel57 <DeathCamel57@gmail.com> |
added space, remove .scroll_here class
Per request of @splitbrain
|
| #
e0959e88 |
| 08-Dec-2017 |
DeathCamel57 <DeathCamel57@gmail.com> |
removed clas from #scroll__here
|
| #
158a5bff |
| 06-Dec-2017 |
DeathCamel57 <DeathCamel57@gmail.com> |
Added classes to elements with only an ID
Added to #scroll__here, #index__tree, #draft__status, #tool__bar, #dw__toc. This in in re: #2172
|
| #
37816f76 |
| 28-Oct-2017 |
Lukas Rademacher <lukas@rademacher.ac> |
Local Drafts: show diff instead off full text
Show the diff between the local draft and the remote head version, instead of the fulltext of the local draft.
|
| #
2d3b082e |
| 11-Sep-2017 |
Michael Große <grosse@cosmocode.de> |
test: add tests for the section edit regex
|