| 9bda387a | 24-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Corrected internal link pattern to properly handle included square brackets. Fixes #829. |
| 4875c354 | 24-May-2017 |
Andreas Gohr <gohr@cosmocode.de> |
avoid double encoding of generated URLs
getLink() now no longer escapes ampersands - this is task of the code producing the HTML. When using asHtmlLink(), buildAttributes() will take care of the esc
avoid double encoding of generated URLs
getLink() now no longer escapes ampersands - this is task of the code producing the HTML. When using asHtmlLink(), buildAttributes() will take care of the escaping for you.
show more ...
|
| e5226905 | 24-May-2017 |
Andreas Gohr <gohr@cosmocode.de> |
fix do parameter of revisions type |
| e2d88156 | 23-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Added support for additional geshi options using an extendable options array. |
| 79fdbafc | 20-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Adjusted pattern for matching media links to properly handle a single '}' in the link text. Fixes #1587. |
| 1e875dcd | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
let tpl_action_dropdown use the MobileMenu |
| 368ce258 | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
more doc blocks for the menu system |
| 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 ...
|
| 8c51da59 | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
remove unused $category property |
| 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 |
| 7c844e0e | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed icons for edit action |
| c3766a92 | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed typo |
| c2b9771a | 19-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
fix base dir for images |
| 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 |