60a4fc3e | 30-Jun-2017 |
Felix Müller-Donath <j.felix@mueller-donath.de> |
translation update |
758a9262 | 30-Jun-2017 |
Felix Müller-Donath <j.felix@mueller-donath.de> |
translation update |
e0ded59c | 27-Jun-2017 |
Andreas Gohr <gohr@cosmocode.de> |
simplify ajax call handling
No need to check those seperately. The correct order should be ensured already. |
238b8e87 | 27-Jun-2017 |
Andreas Gohr <gohr@cosmocode.de> |
filter special chars from ajax call parameter. fixes #2019 |
bee9ac07 | 26-Jun-2017 |
Guilherme Sá <guilherme.sa@hotmail.com> |
translation update |
7a005646 | 14-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
badb3b57 | 12-Jun-2017 |
S.H. Lee <tuders@naver.com> |
translation update |
f7f184ed | 06-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
886c786b | 02-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
e2d88156 | 23-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Added support for additional geshi options using an extendable options array. |
617a2b42 | 23-May-2017 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
9ea3d483 | 20-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Added green and red text color styles for geshi. Improves look of highlighted code for language diff. Fixes #900. |
b3680c4f | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
added mobile menu
This basically reimplements tpl_action_dropdown but makes use of the other menus (by setting the context to mobile) and thus still triggers the appropriate events. This makes #1598
added mobile menu
This basically reimplements tpl_action_dropdown but makes use of the other menus (by setting the context to mobile) and thus still triggers the appropriate events. This makes #1598 obsolete.
tpl_action_dropdown (and the other tpl_action* methods) still need to be replaced to make use of the new Menu system.
show more ...
|
2f7a5efd | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
use menu for site tools
this adds an option to print the menu without icons (as we do in the dokuwiki template) but icons were added nontheless |
b85a7f3b | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
use menu system for user tools
also adjusts styles and adds images |
17ef2ab6 | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
use the new menu classes in DokuWiki template |
3e2fa388 | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
menu SVGs now become proper part of core
all menu items should have a default SVG. Template authors then can decide if they want to use them or not.
These are only the page tool SVGs. More need to
menu SVGs now become proper part of core
all menu items should have a default SVG. Template authors then can decide if they want to use them or not.
These are only the page tool SVGs. More need to be added.
show more ...
|
0f9e19d9 | 18-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
move draft saving to Preview action
This also removes duplicated code from ajax.php |
61e35c35 | 13-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
fix error in config manager caused by changes visibility
The internal lang and localized variables of a plugin are no longer accessible from the outside. This adds a proper setter and also fixes the
fix error in config manager caused by changes visibility
The internal lang and localized variables of a plugin are no longer accessible from the outside. This adds a proper setter and also fixes the type hinting in the config plugin.
show more ...
|
188d7165 | 12-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
test constructors need to call parent constructor
this fixes another problem with our tests and phpunit 6.1 |
9c9753d6 | 12-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
replace some var keywords
This should fix some tests on PHP 7.1. The work is far from done, we still have a lot of variables without proper accessibility defined. |
c0e0ec79 | 23-Apr-2017 |
Elchin <quliyev_elchin1989@mail.ru> |
translation update |
6475ad44 | 13-Apr-2017 |
David Surroca <david.tb303@gmail.com> |
translation update |
32b2e368 | 18-Apr-2017 |
Dharmik <dharmik8478@gmail.com> |
Fix Typo in remote API (#1938)
* Updated remote.php
Updated remote.php for retrieving all the acl details.
* Updated remote.php
By mistake changed in addAcl instead of listAcls. |
c0f9e7c3 | 05-Apr-2017 |
Kris Charatonik <krishary@gmail.com> |
translation update |