| c3766a92 | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed typo |
| 17ef2ab6 | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
use the new menu classes in DokuWiki template |
| c2b9771a | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
fix base dir for images |
| 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 ...
|
| 93b8c351 | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
beginning of a complete refactoring of the menues
This is an attempt to:
* get rid of the super long, complex functions in in/template.php * make it easy for plugin authors to add their own items t
beginning of a complete refactoring of the menues
This is an attempt to:
* get rid of the super long, complex functions in in/template.php * make it easy for plugin authors to add their own items to any of our menus, regardless of the used template * continue the progress to make use of SVG in the menues
This takes a similar approach as my actionrefactor branch. Originially I thought both refactorings could be done in one, merging the functionality of DokuWiki actions and the menu items. However I couldn't make it work. So instead we have two separate but similar things. Maybe they can converge later on.
show more ...
|
| 572dd708 | 18-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
use composer based library for feed creator #1970 |
| 231f749d | 18-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
handle draftdeletion in draftdel action only
This was the last remaining function in inc/action.php that could be moved to the actions.
We now have quite the elegant cascade in the action handling. |
| 272271fc | 18-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
have all subscription handling in subscribe action
uses the explicit redirect abort on success |
| 58528803 | 18-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
introduce a redirect action
Action can now abort to 'redirect' to explicitly trigger a redirect back to showing the current page. Automatic triggering for post->show is now only done when a 'show' a
introduce a redirect action
Action can now abort to 'redirect' to explicitly trigger a redirect back to showing the current page. Automatic triggering for post->show is now only done when a 'show' action was not explicitly requested.
show more ...
|
| 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 ...
|
| 81f9e22b | 18-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
allow actions to throw exception that are shown to the user |
| 0f9e19d9 | 18-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
move draft saving to Preview action
This also removes duplicated code from ajax.php |
| f1246b76 | 17-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
drafts are for anonymous users, too. fixed Draftdel action |
| e795ba4d | 17-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
removed unused action methods |
| 8df8dbb4 | 15-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed typo in methodname |
| 82c5990b | 15-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
updated GeSHi to 1.0.9.0 |
| 2b4287aa | 13-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
refomatted mail tests to use data provider |
| 549a9ea1 | 13-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed paging through recent changes |
| 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 ...
|
| 9b48e6a1 | 05-Apr-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Continue if there are no attributes
If an entry in the loop at `_tpl_metaheaders_action` has no content, skip this entry. |
| 2ba67679 | 12-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
avoid dependency tests being marked as risky |
| 9e491c01 | 12-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
replaced some more each calls
There are still some left in the DifferenceEngine code |
| a93ad676 | 12-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
remove deprecated each() call |
| 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 |
| b216b154 | 12-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
use dataprovider in password tests
This fixes a problem with those tests in the most recent version of phpunit. I thought it was caused by the use of the deprecated var keyword, but some other weird
use dataprovider in password tests
This fixes a problem with those tests in the most recent version of phpunit. I thought it was caused by the use of the deprecated var keyword, but some other weirdness was going on. This way it's more proper anyway.
show more ...
|