| cd2a4cfd | 23-May-2016 |
Anika Henke <anika@selfthinker.org> |
refactor duplicate sizechange code into its own function |
| 25692208 | 23-May-2016 |
Anika Henke <anika@selfthinker.org> |
always separate a number and a unit by a non-breaking space |
| 52bc962f | 15-May-2016 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 88a8d4af | 12-May-2016 |
Wiki Doku <SugarKidder@mailinator.com> |
translation update |
| 922cfa6a | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remote api ackcheck: if user given, but no groups, retrieve groups
with unittests |
| 0906a39b | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDoc Form |
| 7ec97767 | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs Form |
| 7abc270f | 11-May-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix typo |
| af642354 | 11-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Fix resetting select-options attributes |
| 4d28a626 | 11-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Escape option-attributes and fix typo |
| 795955b2 | 11-May-2016 |
Michael Grosse <grosse@cosmocode.de> |
Make select-options in Form more configurable
Now classes and data- attributes can be added to individual options |
| 3457dae1 | 09-May-2016 |
Myeongjin <aranet100@gmail.com> |
translation update |
| 0c4c0281 | 30-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
optional class for methods that open a table,row,cell,header, ul,ol
Let plugins add their own classes to builtin tables or lists.
Fixes #1188 Alternative for #1360 (and PR #1515) |
| cea664bd | 30-Apr-2016 |
LarsDW223 <lars_paulsen@web.de> |
Added getter function getLastlevel() in Doku_Renderer_xhtml. This is required for the filelist plugin to fix issue #11 since $lastlevel became protected in "hrun". |
| 694afa06 | 29-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
changed footnote content to div |
| a99e3536 | 27-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
RemoteAPICore improvements and unittests
RemoteAPICore - visibility methods - getAttachmentInfo returns modification date of deleted files - pageVersions returns only current revision (once) if $fir
RemoteAPICore improvements and unittests
RemoteAPICore - visibility methods - getAttachmentInfo returns modification date of deleted files - pageVersions returns only current revision (once) if $first=0. Adresses issue mentioned at #1550 - added unittests - updated API number
show more ...
|
| 6d090adb | 27-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpdocs RemoteAPI |
| bcbcbeb7 | 22-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
RemoteAPI getversions(): if offset argument $first is too large, don't reset to zero
Fixes #714 |
| 9911890d | 21-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
If first=0 give always the current version, also if no older revs available
Fixes #713 |
| fedeebd7 | 20-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
rewrote js for footnotes to work in xhtml |
| 01e3f2b3 | 20-Apr-2016 |
Michael Große <mic.grosse@posteo.de> |
Remove unnecessary linebreaks from new Form
Since Firebug it is no longer necessary to structure html with linebreaks. See also Issue #924 |
| b00eb817 | 20-Apr-2016 |
Andreas Gohr <gohr@cosmocode.de> |
fixed wrong namespace length
as pointed out in https://github.com/splitbrain/dokuwiki/pull/1530/files/b89dfc20f1e13333ce49ce0d6a3a83cc9836094b#r60392099 |
| f449b8c9 | 20-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed references to 'disabled' file in plugins.local.php |
| 30f3bd15 | 20-Apr-2016 |
Michael Grosse <grosse@cosmocode.de> |
Do not cache cleanID for $ascii == true
Caching must differentiate between a call with $ascii == true and a call without that parameter. Since calling that function with $ascii == true rare, we simp
Do not cache cleanID for $ascii == true
Caching must differentiate between a call with $ascii == true and a call without that parameter. Since calling that function with $ascii == true rare, we simply do not cache that case.
show more ...
|
| b8eba07c | 19-Apr-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Remove conf setting 'pluginmanager', since old plugin manager is not default anymore.
This `$conf['pluginmanager']` setting was especially for disabling of pluginmanager in farms. (see also commit c
Remove conf setting 'pluginmanager', since old plugin manager is not default anymore.
This `$conf['pluginmanager']` setting was especially for disabling of pluginmanager in farms. (see also commit c45608d )
show more ...
|