History log of /dokuwiki/lib/ (Results 2101 – 2125 of 4558)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0320882f31-Jul-2013 Michael Hamann <michael@content-space.de>

Remove search_references() and the refshow configuration option

The refshow configuration option wasn't used as described anymore
already in the latest release and after the introduction of the medi

Remove search_references() and the refshow configuration option

The refshow configuration option wasn't used as described anymore
already in the latest release and after the introduction of the media
usage index the parameter is also no longer relevant for internal
optimization. The only place where it was still used is the no longer
used search_references()-function which is removed here, too.

show more ...


/dokuwiki/_test/README
/dokuwiki/_test/tests/inc/fulltext_backlinks.test.php
/dokuwiki/_test/tests/inc/fulltext_mediause.test.php
/dokuwiki/_test/tests/inc/tar.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/data/pages/wiki/dokuwiki.txt
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/media.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
plugins/config/lang/ar/lang.php
plugins/config/lang/bg/lang.php
plugins/config/lang/ca-valencia/lang.php
plugins/config/lang/ca/lang.php
plugins/config/lang/cs/lang.php
plugins/config/lang/da/lang.php
plugins/config/lang/de-informal/lang.php
plugins/config/lang/de/lang.php
plugins/config/lang/el/lang.php
plugins/config/lang/en/lang.php
plugins/config/lang/eo/lang.php
plugins/config/lang/es/lang.php
plugins/config/lang/eu/lang.php
plugins/config/lang/fa/lang.php
plugins/config/lang/fi/lang.php
plugins/config/lang/fr/lang.php
plugins/config/lang/gl/lang.php
plugins/config/lang/he/lang.php
plugins/config/lang/hu/lang.php
plugins/config/lang/ia/lang.php
plugins/config/lang/it/lang.php
plugins/config/lang/ja/lang.php
plugins/config/lang/ko/lang.php
plugins/config/lang/la/lang.php
plugins/config/lang/lv/lang.php
plugins/config/lang/mr/lang.php
plugins/config/lang/nl/lang.php
plugins/config/lang/no/lang.php
plugins/config/lang/pl/lang.php
plugins/config/lang/pt-br/lang.php
plugins/config/lang/pt/lang.php
plugins/config/lang/ro/lang.php
plugins/config/lang/ru/lang.php
plugins/config/lang/sk/lang.php
plugins/config/lang/sl/lang.php
plugins/config/lang/sq/lang.php
plugins/config/lang/sr/lang.php
plugins/config/lang/sv/lang.php
plugins/config/lang/tr/lang.php
plugins/config/lang/uk/lang.php
plugins/config/lang/zh-tw/lang.php
plugins/config/lang/zh/lang.php
plugins/config/settings/config.metadata.php
0e1777cb31-Jul-2013 Anika Henke <anika@selfthinker.org>

added aria attributes to tree and show/hide functions

fd975da731-Jul-2013 Anika Henke <anika@selfthinker.org>

removed possibility to have rtl.less files in plugins

e8e5221c31-Jul-2013 Anika Henke <anika@selfthinker.org>

switched to LESS variables in rest of template's css files

b0a0b42230-Jul-2013 Anika Henke <anika@selfthinker.org>

unlessified and lessified a few more css

ea9bf41630-Jul-2013 Anika Henke <anika@selfthinker.org>

fixed broken structure

c6f665dd30-Jul-2013 Michael Hamann <michael@content-space.de>

Don't recommend the deprecated default template for JS debugging

fbaa877730-Jul-2013 Andreas Gohr <andi@splitbrain.org>

removed debug statement. sorry

cbe3707930-Jul-2013 Andreas Gohr <andi@splitbrain.org>

convert ini replacements to less vars first

This makes it possible to safely overwrite ini replacements from within
any less file

b0df08e230-Jul-2013 Andreas Gohr <andi@splitbrain.org>

make sure calculations are correct

45d3363030-Jul-2013 Andreas Gohr <andi@splitbrain.org>

lessified more files

bd9a496530-Jul-2013 Andreas Gohr <andi@splitbrain.org>

lessyfied another one

c19c611e30-Jul-2013 Andreas Gohr <andi@splitbrain.org>

lessyfied the first of template's CSS files

c51b334e30-Jul-2013 Andreas Gohr <andi@splitbrain.org>

fixed ini replacement to less variables stuff

1b7fc21430-Jul-2013 Mohamed Amine BERGAOUI <mabergaoui@gmail.com>

corrected coding style, deleted ?>, renamed function keys and used plugin_load

9f8068d230-Jul-2013 Mohamed Amine BERGAOUI <mabergaoui@gmail.com>

moving ACL remote functions to the ACL plugin

d4a1ece829-Jul-2013 Andreas Gohr <andi@splitbrain.org>

add LESS support

still needs testing

7d8a6abb29-Jul-2013 Michael Hamann <michael@content-space.de>

Fix popularity data submission in the backend FS#2808

The POST data contained the raw data instead of an array with the data
that should be submitted like in the requests from the browser. The
serve

Fix popularity data submission in the backend FS#2808

The POST data contained the raw data instead of an array with the data
that should be submitted like in the requests from the browser. The
server backend has been fixed to be able to process both versions.

show more ...

9b136f1328-Jul-2013 Anika Henke <anika@selfthinker.org>

fixed typo in commented section indenting css

22064dd928-Jul-2013 Márton Sebők <sebokmarton@gmail.com>

Hungarian language update

4b0e9be128-Jul-2013 Maciej Matejczuk <mmatejczuk@gmail.com>

Polish language update

b3fd863928-Jul-2013 이명진 <aranet100@gmail.com>

Korean language update

654436fb21-Jul-2013 Anika Henke <anika@selfthinker.org>

fixed references to images in old template (FS#2816)

6b0ec83021-Jul-2013 Michael Hamann <michael@content-space.de>

In debug mode: catch and log JS errors with file information

When debugging is enabled (allowdebug enabled) JS errors are now catched
for each non-core JS file and logged with the additional informa

In debug mode: catch and log JS errors with file information

When debugging is enabled (allowdebug enabled) JS errors are now catched
for each non-core JS file and logged with the additional information
from which file they came. This should make it easier to find out which
plugin is the cause for broken JS code. The feature isn't enabled by
default as defining functions inside try-clauses isn't allowed in strict
mode and causes a warning at least in Firefox.

show more ...

c71db65621-Jul-2013 Anika Henke <anika@selfthinker.org>

added tpl_classes() to return useful layout classes

1...<<81828384858687888990>>...183