| #
8491e528 |
| 05-Jan-2014 |
Anika Henke <anika@selfthinker.org> |
Merge remote-tracking branch 'origin/master' into extension_manager
|
| #
ac6dc646 |
| 22-Nov-2013 |
lisps <stummp@loewen.de> |
Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisions
|
| #
4f6e20c7 |
| 21-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix not updated call, renaming
|
| #
047bad06 |
| 21-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
refactor PageRevisionLog into Media- and PageChangelog extending Changelog
|
| #
5c2eed9a |
| 21-Nov-2013 |
lisps <stummp@loewen.de> |
add parameter at($DATE_AT) and mind revisions
|
| #
ee33e0c5 |
| 20-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
isCurrentPage is page dependent
|
| #
f523c971 |
| 20-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update function calls to changelog functions
|
| #
703aeaef |
| 19-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into diff_navigation
|
| #
b1f535eb |
| 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
removed deprecated html_attbuild()
|
| #
d9529222 |
| 20-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #380 from splitbrain/phpstrict
Php strict
|
| #
61e0b2f8 |
| 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
comment improvements
|
| #
5da403f1 |
| 15-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix signatures and old by references
|
| #
a04f2bd5 |
| 15-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
not assign object from plugin_load by reference
|
| #
7ef8e99f |
| 22-Aug-2013 |
Matt Perry <matt@mattperry.com> |
Fix CodeSniffer violations
Change indentation to ensure code confirms to CodeSniffer rules.
|
| #
d84c2f1c |
| 11-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into extension_manager
* master: (33 commits) translation update translation update translation update translation update translation update changed style of `<file
Merge branch 'master' into extension_manager
* master: (33 commits) translation update translation update translation update translation update translation update changed style of `<file>` slightly to help tell it apart from `<code>` translation update translation update translation update translation update translation update translation update translation update removed now unused interwiki icons removed old, possibly never used interwiki definitions FS#2806 - fix auth capability listing in html_debug() translation update change 'debug' setting to 'security' (rather than 'danger') convert from iso-8859-1 if not utf8 add 'danger' alert to authpgsql config settings ...
show more ...
|
| #
95905cbe |
| 11-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
make extension manager the default plugin
This moves the old plugin manager down to the "other" plugins. It should probably be removed when when we decide the new one is good to go.
|
| #
2f46ade0 |
| 04-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2806 - fix auth capability listing in html_debug()
|
| #
395e7d8e |
| 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'pull-request-245'
* pull-request-245: coding corrections. correct type hint, remove unused variable assignment HTTPClient don't pull too much bytes when no content-length is given
Merge branch 'pull-request-245'
* pull-request-245: coding corrections. correct type hint, remove unused variable assignment HTTPClient don't pull too much bytes when no content-length is given de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account
Conflicts: inc/lang/de-informal/lang.php inc/lang/de/lang.php
show more ...
|
| #
836a1762 |
| 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into pull-request-245
* 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused varia
Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into pull-request-245
* 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused variable assignment de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account
show more ...
|
| #
d317fb5d |
| 02-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
fixed some bi-directionality issues
Fixed some issues which occur whenever RTL and LTR languages could potentially be mixed, using the HTML5 `<bdi>` element. This element is currently only supported
fixed some bi-directionality issues
Fixed some issues which occur whenever RTL and LTR languages could potentially be mixed, using the HTML5 `<bdi>` element. This element is currently only supported by Chrome and Firefox.
The old and only partially working fix for tpl_breadcrumbs() was removed in favour of this solution.
show more ...
|
| #
8e3ca8da |
| 01-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
Merge pull request #247 from splitbrain/FS#2766
Improve nofollow behaviour for ?do=index
|
| #
b8bc53ce |
| 01-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
simplify comment
|
| #
74ef1778 |
| 01-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
include namespace links when index access from the wiki start page and no automatic sitemap.xml is being generated.
|
| #
301f606f |
| 01-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #248 from splitbrain/aria
Implemented some ARIA attributes
|
| #
5a99d25b |
| 01-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
added aria attributes to edit mode
|