Gerrit Uitslag

Results 38 issues of Gerrit Uitslag

Since #3115 by @moisesbr-dw the Collator is used for sorting, if the Dokuwiki's sort functions are used. These cover the usages in dokuwiki source code. In plugins, I met now...

Next to [wordblock](https://www.dokuwiki.org/blacklist) which blacklists words, such that articles containing them cannot be saved, DokuWiki has also [stopwords.txt](https://www.dokuwiki.org/search#some_background_on_the_searchindex), stored in `/inc/lang//stopwords.txt`. This prevents indexing common words like `the`. This file...

Feature
good first issue
Category: Customization/Extensions

More like https://github.com/dokuwiki/dokuwiki/commit/29d63aa571c7ffaccb323c0bb2a6a230f95c0d5d e.g. https://codesearch.dokuwiki.org/xref/dokuwiki/lib/scripts/media.js#716 https://codesearch.dokuwiki.org/xref/dokuwiki/inc/search.php#221 https://codesearch.dokuwiki.org/xref/dokuwiki/inc/media.php#1129 and other https://codesearch.dokuwiki.org/xref/dokuwiki/inc/Ui/MediaDiff.php#90 https://codesearch.dokuwiki.org/xref/dokuwiki/inc/parser/xhtml.php#1814 Probably more… Does JpegMeta has limited support for file types? I guess so, see for replacement suggestions in #1970

Feature
good first issue
Category: Media Management

If I use the diff button from the (now 2nd page) of Recent changes, for a deleted page it is not accepted, while there is enough history. https://www.dokuwiki.org/farms:discussion?do=diff It shows...

Most stuff can be retrieved via oembed http://www.oembed.com/ https://github.com/WordPress/WordPress/blob/master/wp-includes/class-oembed.php

When i was applying draggable and sortable i discover a difference between the `ui.item` that is given to the `beforeStop` and the `receive` event. For both the api description is:...

The edit button is not moved in RTL, while the table is positioned on the right side: ![table_rtl](https://user-images.githubusercontent.com/183250/32983084-8adbc156-cc8f-11e7-897f-04054b5e05b7.png)