- Apr 12, 2018
-
-
Andreas Gohr authored
As discussed in #1933
-
- Apr 11, 2018
-
-
Andreas Gohr authored
shorter names are more in line with what we already use, makes less layout problems in the documentation and is easier to type when telling people about it.
-
- Apr 10, 2018
-
-
LarsDW223 authored
This fixes broken nested section edit buttons which were causing invalid HTML code. The pattern has to be 'not greedy'. Fixes #2304.
-
- Apr 05, 2018
-
-
Andreas Gohr authored
switch extensions if stylesheet in style.ini doesn't exist (backwards compatibility)
-
Andreas Gohr authored
-
Michael Große authored
This should give us some backwards compatibility for changing files in dokuwiki template from .css to .less This way template authors get a warning to adjust their template, it won't break right away. This should prevent breaking search pages in other templates due to pull request #2286 .
-
Andreas Gohr authored
feat: canonically provide $ACT to javascript
-
Michael Große authored
This is a more consistent place relative to pageinfo()
-
Andreas Gohr authored
New CLI Plugin Type
-
Andreas Gohr authored
-
Michael Große authored
Better core search
-
Michael Große authored
PWA manifest and new @ini_theme_color replacement
-
- Mar 29, 2018
-
-
Michael Große authored
-
Michael Große authored
json_encode is available natively since PHP 5.2
-
Michael Große authored
This should make their purpose more obvious.
-
Michael Große authored
-
Michael Große authored
They are now named min and max respectively, which is hopefully less cryptic.
-
- Mar 28, 2018
-
-
Michael Große authored
-
Michael Große authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Mar 27, 2018
-
-
Michael Große authored
-
Michael Große authored
This is useful for anonymously useable forms, like the search.
-
Michael Große authored
Pressing enter in the small quick-search-box while it was empty resulted in a search for the current pageid.
-
Michael Große authored
Since we no longer change the page during a search, using the "show" menu item to return to the current page makes more sense.
-
Michael Große authored
-
Michael Große authored
This way they can be cleanly influenced by the plugins instead of having to modify global state.
-
Michael Große authored
As suggested by @splitbrain SearchState now behaves simliar to the PSR-7 message interfaces.
-
Michael Große authored
Implements the functionality requested in #1124
-
Michael Große authored
-
Andreas Gohr authored
This removes a lot of reudundant CSS classes in favor of cascading selectors. Styling isn't done, yet this is just a first step. Still to do: * aria labels * styling the toggle mechanism * RTL styling * making sure everything displays correct when no JS is available * translations may be missing * refactoring the rest of search.less to make use of LESS features
-
Michael Große authored
This also renames the event for the search form on the search page. The scheme for naming events that provide the new Form-class as $data is FORM_<formname>_OUTPUT
-
Michael Große authored
-
Michael Große authored
That parameter was introduced in cbcc2fa5 and removed in d22b78c8
-
Michael Große authored
-