- Aug 15, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This makes it a little easier to splice new elements into position
-
- May 25, 2017
-
-
Andreas Gohr authored
This function is now deprecated. Tests even surfaced some smaller bugs :-)
-
Andreas Gohr authored
Othewise weird side effects may happen when a parent constructor overwrites them again.
-
Andreas Gohr authored
Even for our own namespace, file existance should be checked before attempting to load it. Otherwise class_exist() check will throw errors.
-
Andreas Gohr authored
Various plugins access the form members directly currently.
-
- May 24, 2017
-
-
Andreas Gohr authored
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.
-
Andreas Gohr authored
-
- May 21, 2017
-
-
LarsDW223 authored
Adjusted pattern for matching media links to properly handle a single '}' in the link text. Fixes #1587.
-
- May 19, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
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.
-
Andreas Gohr authored
-
Andreas Gohr authored
this adds an option to print the menu without icons (as we do in the dokuwiki template) but icons were added nontheless
-
Andreas Gohr authored
also adjusts styles and adds images
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
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.
-
- May 18, 2017
-
-
Andreas Gohr authored
-
- May 15, 2017
-
-
Andreas Gohr authored
-
- May 13, 2017
-
-
Gerry Weißbach authored
If an entry in the loop at `_tpl_metaheaders_action` has no content, skip this entry.
-
- May 12, 2017
-
-
Andreas Gohr authored
There are still some left in the DifferenceEngine code
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
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.
-
- Apr 24, 2017
-
-
Elchin authored
-
- Apr 19, 2017
-
-
Max-Julian Pogner authored
This change breaks compatibility with php 5.3.7, but a standing requirement for at least php 5.6 is declared in composer.json. If the php documentation is to be believed, this change increases security against pass-the-hash type attacks. (I do not have the knowledge to assess the security differences between $2a$ and $2y$). As a Sidenote: htpasswd shipped with apache2 2.4.10 (and probably, other versions), when used with the -B (=bcrypt) option, produces hashes marked with $2y$. Nonewithstanding the actual support or non-support of $2a$ by the apache2 'AuthUserFile' directive, the apache 2.4 documentation only asserts support for the $2y$ bcrypt variant. Therefore, this commit would make it possible for dokuwiki and apache2 basic authentication to share the same password file, in the case when bcrypt is used.
-
David Surroca authored
-
- Apr 05, 2017
-
-
Kris Charatonik authored
-
Pavel Krupička authored
-
- Apr 04, 2017
-
-
Zacharias Sdregas authored
-
Andreas Gohr authored
-
- Mar 31, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Takamura authored
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
-
Takamura authored
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
-
Takamura authored
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
-
Takamura authored
I supplemented the existing comments on the methods in which there was not enough information to the standard phpDoc.
-
Andreas Gohr authored
-