| 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 |
| 43332dfd | 05-Apr-2017 |
Pavel Krupička <pajdacz@gmail.com> |
translation update |
| 20cfa168 | 02-Apr-2017 |
Zacharias Sdregas <zsdregas@sch.gr> |
translation update |
| 1bff2aba | 31-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
mark some tests as non-risky
Those tests either just check that an exception is NOT thrown or are there to check dependencies for other tests. Newer phpunits mark all tests as risky that have no ass
mark some tests as non-risky
Those tests either just check that an exception is NOT thrown or are there to check dependencies for other tests. Newer phpunits mark all tests as risky that have no assertion.
show more ...
|
| b92d070d | 11-Mar-2017 |
Àngel Pérez Beroy <aperezberoy@gmail.com> |
translation update |
| f502bbbb | 16-Mar-2017 |
Martin Růžička <martinr@post.cz> |
translation update
squashed a whole bunch of PRs
closes #1907 closes #1908 closes #1909 closes #1910 closes #1911 closes #1912 closes #1913 closes #1914 closes #1915 closes #1916 closes #1917 close
translation update
squashed a whole bunch of PRs
closes #1907 closes #1908 closes #1909 closes #1910 closes #1911 closes #1912 closes #1913 closes #1914 closes #1915 closes #1916 closes #1917 closes #1918 closes #1919 closes #1920 closes #1921 closes #1922
show more ...
|
| 62c9e1db | 14-Mar-2017 |
Felix <j.felix@mueller-donath.de> |
translation update |
| e7c68c4d | 13-Mar-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Check for cache usage first
This is important because the $cache->cache would have been set already and have no impact on the delivered result. Meaning: two different requests could have resulted in
Check for cache usage first
This is important because the $cache->cache would have been set already and have no impact on the delivered result. Meaning: two different requests could have resulted in the same result.
show more ...
|
| d1264f55 | 25-Feb-2017 |
錢政維 <cwchien@chc.com.tw> |
Fixes issue #1864 |
| 8ff80ee3 | 28-Feb-2017 |
phy25 <git@phy25.com> |
translation update |
| 36dccdcd | 25-Feb-2017 |
kuma <kuma000@qq.com> |
translation update |