History log of /dokuwiki/inc/ (Results 3726 – 3750 of 6439)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b9d8cc1e22-Mar-2011 Tom N Harris <tnharris@whoopdedo.org>

Clarify usage of some indexer methods

80fb93f622-Mar-2011 Tom N Harris <tnharris@whoopdedo.org>

Change Doku_Indexer visibility from private to protected, and get rid of ugly underscores

ee1214ab21-Mar-2011 Florin Iacob <zamox.goo@gmail.com>

Romanian language update

e4eda66b21-Mar-2011 Andreas Gohr <andi@splitbrain.org>

fixed handling of legacy and subscriber config options FS#2208

This was broken in 3a48618a538412994ec244d5a9fde5c4a6161d10

ac4be4d721-Mar-2011 Piyush Mishra <me@piyushmishra.com>

Minor: Edited the delta_time function for php5

8cd4c12f19-Mar-2011 Andreas Gohr <andi@splitbrain.org>

replace tokenizer_cmd with action hook

as discussed at
http://www.freelists.org/post/dokuwiki/tokenizer-cmd-in-indexer,1

e940aea419-Mar-2011 Andreas Gohr <andi@splitbrain.org>

bind non-sticky logins to the session id FS#2202

234ce57e19-Mar-2011 Andreas Gohr <andi@splitbrain.org>

store session pass as hash

This avoids having the blowfish encrypted pass stored together with the
decryption key on the same server.

74efffc319-Mar-2011 Andreas Gohr <andi@splitbrain.org>

warn about wrongly installed plugin

When a plugin is installed in the wrong directory, the class loading
will fail. This patch tries to find the correct directory from the
plugin.info.txt (using the

warn about wrongly installed plugin

When a plugin is installed in the wrong directory, the class loading
will fail. This patch tries to find the correct directory from the
plugin.info.txt (using the base key) and give a hint to the user on how
to fix this.

show more ...

04556a0a18-Mar-2011 Kristian Kankainen <kristian.kankainen@kuu.la>

Estonian language update

dddd93c418-Mar-2011 Matej Urban <matej.urban@gmail.com>

Slovak language update

15965e3818-Mar-2011 Shuo-Ting Jian <shoting@gmail.com>

Traditional Chinese language update

6937406a14-Mar-2011 Matthias Schulte <post@lupo49.de>

de/de-informal: added and updated translations

a424180e08-Mar-2011 Michael Hamann <michael@content-space.de>

Remove relation_references from the index when it is missing

39d6fd3006-Mar-2011 Michael Hamann <michael@content-space.de>

Merge the two indexer events and use string keys

This merges the INDEXER_PAGE_ADD and INDEXER_METADATA_INDEX events and
introduces the new string keys 'page', 'body' and 'metadata' in the
event data

Merge the two indexer events and use string keys

This merges the INDEXER_PAGE_ADD and INDEXER_METADATA_INDEX events and
introduces the new string keys 'page', 'body' and 'metadata' in the
event data. All plugins that use INDEXER_PAGE_ADD need to be adjusted to
use the key 'page' instead of 0 and 'body' instead of 1.

show more ...

24a6c23505-Mar-2011 Andreas Gohr <andi@splitbrain.org>

avoid broken page on bad non-UTF8 highlight string

8d64d42d04-Mar-2011 Andreas Gohr <andi@splitbrain.org>

give useful message for broken plugins FS#2068

24ea650004-Mar-2011 Andreas Gohr <andi@splitbrain.org>

check manager/admin role earlier for admin plugins FS#2180

94eef7c602-Mar-2011 Anika Henke <anika@selfthinker.org>

FS#2191: fixed syntax error in ar/lang.php

b6d540bd28-Feb-2011 Tom N Harris <tnharris@whoopdedo.org>

Fix wildcard search

4e098b3126-Feb-2011 Anika Henke <anika@selfthinker.org>

renamed userstyles

In 09edb7113c19b07ca11a79c2b0571f45ed2cc2eb most of the old userstyles were wrongly named. This renames them back to what they were before that change. See also http://www.dokuwik

renamed userstyles

In 09edb7113c19b07ca11a79c2b0571f45ed2cc2eb most of the old userstyles were wrongly named. This renames them back to what they were before that change. See also http://www.dokuwiki.org/devel:css#user_styles

show more ...

318cd03e26-Feb-2011 Anika Henke <anika@selfthinker.org>

improved css.php and core styles

* code cleanup in lib/exe/css.php
* renamed 'default' userstyle to 'screen' in config_cascade
* splitted core lib/styles/style.css up into all.css, print.css and scr

improved css.php and core styles

* code cleanup in lib/exe/css.php
* renamed 'default' userstyle to 'screen' in config_cascade
* splitted core lib/styles/style.css up into all.css, print.css and screen.css

show more ...

aeb1fea326-Feb-2011 Anika Henke <anika@selfthinker.org>

added missing user rtlstyle.css to config_cascade

1538718d25-Feb-2011 Tom N Harris <tnharris@whoopdedo.org>

Restrict metadata values in indexer to string; skip unnecessary test

675bf41f25-Feb-2011 Tom N Harris <tnharris@whoopdedo.org>

Reduce memory footprint of tokenizer; make returned arrays use contiguous keys

1...<<141142143144145146147148149150>>...258