| #
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
|
| #
06917fce |
| 05-Sep-2017 |
Michael Große <grosse@cosmocode.de> |
fix: fix regex to return table secedit buttons
Since the hid is optional, it must also be optional in the regex. Also this commit introduced named capture groups to make it more obvious which part o
fix: fix regex to return table secedit buttons
Since the hid is optional, it must also be optional in the regex. Also this commit introduced named capture groups to make it more obvious which part of the regex captures what.
Also there is now an explicit hid generated for tables, to enable jumping to the correct section after finishing editing.
This was broken in 2571786c763e04c7abbf27c2245a5720878dc3f1 or #1966 respectively.
Known Issues: * since both title and hid are optional, a hid may be misinterpreted as a title if the title is not generated.
show more ...
|
| #
5f28f727 |
| 02-Sep-2017 |
Andreas Gohr <andi@splitbrain.org> |
make top button a button. fixes #2045
|
| #
2689c55f |
| 27-Aug-2017 |
Michael Große <mic.grosse@googlemail.com> |
fix: access first element of associative arrays
This function might be called by an plugin with an array that has only string keys and hence no key 0. This would trigger an PHP Notice when trying to
fix: access first element of associative arrays
This function might be called by an plugin with an array that has only string keys and hence no key 0. This would trigger an PHP Notice when trying to get the first key's level.
show more ...
|
| #
20dc95cd |
| 27-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #1933 from splitbrain/actionrefactor
Action Dispatch Refactoring
|
| #
7c6a857a |
| 15-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into actionrefactor
* master: (65 commits) updated composer dependencies Release preparation translation update do not disclose email or IP addresses of users through R
Merge branch 'master' into actionrefactor
* master: (65 commits) updated composer dependencies Release preparation translation update do not disclose email or IP addresses of users through RSS small fix Make default encapsulation more readable and less duplicate. Replace htmlspecialchars to hsc in core Add the preview-bool for the cache file. Add htmlspecialchars when showing $DATE_AT #2021 broken links to W3C validators also dokuwiki and php are on https made bin/wantedpage.php more flexible doc abbreviation Fix PHP Notices: Reduce error log noise Create valid empty options translation update doc fix translation update using $options->getCmd to retrieve show-pages parameter added option to wantedpages.php to show or not show pages where broken links occur show pages where broken links occur: page_id => broken_link ...
show more ...
|
| #
564ad40a |
| 14-Aug-2017 |
Oliver Geisen <oliver@rehkopf-geisen.de> |
Removed progressbar from searchform
|
| #
65cc1598 |
| 01-Aug-2017 |
Phy <git@phy25.com> |
Replace htmlspecialchars to hsc in core
|
| #
6d6db8ee |
| 16-Jun-2017 |
Oliver <igittigitt@users.noreply.github.com> |
Update html.php
$regex initialization added to clearify that it is passed by reference and filled from subroutines
|
| #
2571786c |
| 18-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
always redirect to correct section
Across workflow 'show - sectionedit - save/cancel' explicitly transmit header id to the server. So the server can always redirect to the correct section even if he
always redirect to correct section
Across workflow 'show - sectionedit - save/cancel' explicitly transmit header id to the server. So the server can always redirect to the correct section even if headings have the same name. Fixes #1364.
show more ...
|
| #
9e491c01 |
| 12-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
replaced some more each calls
There are still some left in the DifferenceEngine code
|
| #
074b2b3f |
| 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
|
| #
5a9597bb |
| 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
|
| #
f50a239b |
| 31-Mar-2017 |
Takamura <plehanov.v@gmail.com> |
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
|
| #
70635395 |
| 03-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
fix pass by reference bug identified by scrutinizer
$pagelog->getRevisions(-1, 1) cannot be passed to array_pop() as the parameter $array expects a reference.
|
| #
82be9669 |
| 03-Feb-2017 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #1602 from metinn/master
added rev number to most recent link in old revisions page
|