History log of /dokuwiki/inc/ (Results 1676 – 1700 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
81a0edd921-Mar-2018 Michael Große <grosse@cosmocode.de>

feat(search): trigger event for search form modification

Plugins may want to offer more ways to filter the search results.

4eab6f7c21-Mar-2018 Michael Große <grosse@cosmocode.de>

feat(search): trigger event for each result

Add events around each search result, both for the pagename results
and the fullpage results.

The fullpage results are wrapped in a div for better separa

feat(search): trigger event for each result

Add events around each search result, both for the pagename results
and the fullpage results.

The fullpage results are wrapped in a div for better separation and
styling.
( see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl )

These events are intended to provide plugin authors with the ability
to hydrate the search results with more information.

show more ...

bb8ef86720-Mar-2018 Michael Große <grosse@cosmocode.de>

feat(search): add search assistance for simple queries

This add some search assistance to simple, single-word search queries
which may be restricted to a single namespace.

Further improvements:
* b

feat(search): add search assistance for simple queries

This add some search assistance to simple, single-word search queries
which may be restricted to a single namespace.

Further improvements:
* better styling
* trigger events for other plugins
* set namespaces directly from fulltext search results
* some more config options

show more ...

427ed98819-Mar-2018 Michael Große <grosse@cosmocode.de>

feat(Search): Add search form on results page

Add the search form on the results page itself. This form will be used
to add more options to refine the search further.

21fcef8219-Mar-2018 Michael Große <grosse@cosmocode.de>

refactor(Search): refactor html_search into Ui/Search

This commit should be without functional changes.

fe745bec19-Mar-2018 Michael Große <grosse@cosmocode.de>

tests: use non-empty string for static salt

As pointed out by @klap-in, an empty string may evaluate to false in
some circumstances. This is something we may not want. Using a string
like 'test' sho

tests: use non-empty string for static salt

As pointed out by @klap-in, an empty string may evaluate to false in
some circumstances. This is something we may not want. Using a string
like 'test' should therefore be more robust.

show more ...

873d620219-Mar-2018 Wojciech Lichota <wojciech@lichota.pl>

translation update

dceb2cc107-Mar-2018 Michael Große <grosse@cosmocode.de>

fix: drop JSON error handling

This isn't really the best place for that error handling.

6c4fa3b307-Mar-2018 Michael Große <grosse@cosmocode.de>

fix: StyleUtils is already handled by the autoloader

Since StyleUtils has a namespace, it is already handled correctly by the
autoloader. This is further underlined by the fact that the removed line

fix: StyleUtils is already handled by the autoloader

Since StyleUtils has a namespace, it is already handled correctly by the
autoloader. This is further underlined by the fact that the removed line
isn't actually working because of the missing `s` in the classname.

show more ...

40ca854007-Mar-2018 Michael Große <grosse@cosmocode.de>

feat(metaheaders): Set theme-color meta header

This color is for example shown in Chrome on Android as menu-bar
coloring.

2d8226d607-Mar-2018 Michael Große <grosse@cosmocode.de>

feat(PWAManifest): Use sensible defaults for icons

Defining SVG both as 17x17 and 512x512 is intended to support custom
splash screens, though the documentation is somewhat unclear. This
currently s

feat(PWAManifest): Use sensible defaults for icons

Defining SVG both as 17x17 and 512x512 is intended to support custom
splash screens, though the documentation is somewhat unclear. This
currently satisfies the Google Lighthouse auditing tool.

show more ...

4a3e16c006-Mar-2018 Frederico Gonçalves Guimarães <frederico@teia.bio.br>

translation update

c6daab8306-Mar-2018 Seungheon Song <esketch@gmail.com>

translation update

5f47c6b315-Feb-2018 Oleksii <alexey.furashev@gmail.com>

translation update

ec57f11904-Jan-2018 LarsDW223 <lars_paulsen@web.de>

Refactored section edit

The data for the section edit button is now passed as an assoziative array which is
encoded in the '#<!-- EDIT(.*) -->#' placeholder as an JSON array.

5df46fb614-Feb-2018 Martin Michalek <michalek.dev@gmail.com>

translation update

5404d00510-Feb-2018 Simon <sbx@protonmail.ch>

translation update

fb008d3108-Feb-2018 Iain Hallam <iain@nineworlds.net>

Match documentation to function

c4a386f108-Feb-2018 Iain Hallam <iain@nineworlds.net>

Added return flags to breadcrumbs and you are here to allow later processing

c907183405-Feb-2018 Michael Große <grosse@cosmocode.de>

refactor: move manifest functions to more intuitive places

fb1f908901-Feb-2018 Michael Große <grosse@cosmocode.de>

refactor: extract css utils to an autoloaded class

The goal is to make the css replacement accessible in other contexts,
for example for the manifest.

a1fe3c9c30-Jan-2018 Michael Große <grosse@cosmocode.de>

feat: make auth salt static in test environments

There are circumstances where we may want to test generated content that
uses the auth salt, for example when one tests the rendering of external
ima

feat: make auth salt static in test environments

There are circumstances where we may want to test generated content that
uses the auth salt, for example when one tests the rendering of external
images where the url contains a token from media_get_token

show more ...

feea8cb629-Jan-2018 peterdd <ddpm@liscovius.de>

move class DokuHTTPClient behind HTTPClient

2 different people reported errors that seems to be solved when following the "If a class extends another, then the parent class must be declared before t

move class DokuHTTPClient behind HTTPClient

2 different people reported errors that seems to be solved when following the "If a class extends another, then the parent class must be declared before the child class structure." of http://php.net/manual/en/language.oop5.inheritance.php
Couldn't exactly reproduce under which php/environment the problem occurs, but following the MUST of the PHP documentation seems not to be wrong..

https://github.com/Flyspray/flyspray/pull/647

show more ...

5e0255e324-Jan-2018 Michael Große <grosse@cosmocode.de>

feat: provide web app manifest (dynamically geneated)

eb908f4821-Jan-2018 Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>

translation update

1...<<61626364656667686970>>...266