History log of /dokuwiki/ (Results 8551 – 8575 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7b3f8b1623-Feb-2008 Andreas Gohr <andi@splitbrain.org>

correct diff display when dealing with deleted or newly created pages

darcs-hash:20080223143711-7ad00-2dceefca4ce2efcfee5a3b04cfc6f1107c630c02.gz

bce3726d23-Feb-2008 Andreas Gohr <andi@splitbrain.org>

wl(): don't include empty id parameter FS#1138

darcs-hash:20080223133200-7ad00-409ee76b0bb36a1dff7b6f09181692e0742a86fd.gz

9e54d51a23-Feb-2008 Andreas Gohr <andi@splitbrain.org>

mysql auth backend: check DB query result correctly FS#1039

darcs-hash:20080223130827-7ad00-3c9ba32b002a34548df1696a26bd92616e763ccc.gz

1ed5656023-Feb-2008 Andreas Gohr <andi@splitbrain.org>

alway initialize an empty toolbar first FS#1337

darcs-hash:20080223125855-7ad00-c8e1a3d81bc1cd71d7bdb4b70ffe588aa11fec04.gz

e656dcd423-Feb-2008 Andreas Gohr <andi@splitbrain.org>

use strftime() instead of date() FS#1335 :!:

This patch replaces the use of the date() function with the strftime()
function. The latter will respect a set locale and will use localized
strings for

use strftime() instead of date() FS#1335 :!:

This patch replaces the use of the date() function with the strftime()
function. The latter will respect a set locale and will use localized
strings for things like month names.

Because the format options for strftime differ from the ones used in date,
DokuWiki will rest the value of $conf['dformat'] if it contains an old
date format string (detected by missing % characters).

Plugins or templates using the $conf['dformat'] need to be updated.

darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz

show more ...

8acb310823-Feb-2008 Andreas Gohr <andi@splitbrain.org>

renamed justlink option to linkonly

darcs-hash:20080223101426-7ad00-ceacdc83e829f1da7aa272eb597277a8c78113be.gz

b739ff0f21-Feb-2008 Pierre Spring <pierre.spring@liip.ch>

media_justlink

darcs-hash:20080221160833-c3d3e-1afe0835f9ba1af27712bd34e8b0b65e6165284f.gz

0deaa5d820-Feb-2008 Andreas Gohr <andi@splitbrain.org>

popularity plugin: record PCRE infos

darcs-hash:20080220213222-7ad00-b573be21ba534bbd1a2d0616112d0d622338eaf8.gz

ae76381020-Feb-2008 Andreas Gohr <andi@splitbrain.org>

updated year in copyright notice

darcs-hash:20080220201711-7ad00-d3bff6b0b5f1913d25bef562eda0eb8733eb5fbc.gz

6a78ea3b19-Feb-2008 Andreas Gohr <andi@splitbrain.org>

add gidnumber to LDAP auth userdata FS#1338

darcs-hash:20080219165659-7ad00-e957772a651073b3e3af19c5300a6c6880c4876c.gz

5faeb1e619-Feb-2008 Andreas Gohr <andi@splitbrain.org>

popularity plugin added

This new default plugin allows to send feedback to the DokuWiki developers. An
introduction is available at
http://www.splitbrain.org/blog/2008-02/17-gathering_dokuwiki_usage

popularity plugin added

This new default plugin allows to send feedback to the DokuWiki developers. An
introduction is available at
http://www.splitbrain.org/blog/2008-02/17-gathering_dokuwiki_usage_data

darcs-hash:20080219165223-7ad00-95a242a0c58cdb754be83c90e919a91aa0da3699.gz

show more ...

6faaead817-Feb-2008 Andreas Gohr <andi@splitbrain.org>

Finnish language update

darcs-hash:20080217172914-7ad00-400fed6d7ca8844ef214081724cd5c280344f0e5.gz

0117e0e515-Feb-2008 Andreas Gohr <andi@splitbrain.org>

fix for plugin manager breaking multibyte chars

darcs-hash:20080215214857-7ad00-066c28dc5cdb3551673a63cb9536507f5e4bd8c1.gz

1db218e915-Feb-2008 Andreas Gohr <andi@splitbrain.org>

do case insensitive search word highlighting in page FS#1297

darcs-hash:20080215180239-7ad00-2b9e1d5cff75f581a549bc3881a18cfffc53efb5.gz

f93b3b5015-Feb-2008 Andreas Gohr <andi@splitbrain.org>

fix highlighting of search engine referer keywords for recent highlight change

darcs-hash:20080215175816-7ad00-f12f54210dceacf4b3580e78b2f86a21a23b4315.gz

60c15d7d15-Feb-2008 Andreas Gohr <andi@splitbrain.org>

better highlighting for phrase searches FS#1193

This patch makes the highlighting of phrases in search snippets and on
the pages itself much better.

Now a regexp gets passed to the ?s

darcs-hash:2

better highlighting for phrase searches FS#1193

This patch makes the highlighting of phrases in search snippets and on
the pages itself much better.

Now a regexp gets passed to the ?s

darcs-hash:20080215174653-7ad00-cd2d6f7d408db7b7dd3cb9974c3eb27f3a9baeac.gz

show more ...

df466c7a15-Feb-2008 Andreas Gohr <andi@splitbrain.org>

Use auth backend to verify password on profile update FS#1328

darcs-hash:20080215154316-7ad00-d052e2eed8e47e62ff639cd66d7debb4bfd293fc.gz

d6751ba515-Feb-2008 Andreas Gohr <andi@splitbrain.org>

fix for resetting timelimit in fetch.php FS#1243

darcs-hash:20080215152132-7ad00-57dfd552c1fa5bc4421f64abf5552f4bb377040c.gz

7172dbc015-Feb-2008 Andreas Gohr <andi@splitbrain.org>

Make session reference file check overridable for auth backends

darcs-hash:20080215121716-7ad00-35d275212e0e3c41626ed64d9096aad10f4ad2db.gz

9ec8263615-Feb-2008 Andreas Gohr <andi@splitbrain.org>

invalidate all user session cache when userdatabase is changed FS#1085

A reference file is now stored in data/cache/sessionpurge and is used to
check if user sessions are still valid.

To accomondat

invalidate all user session cache when userdatabase is changed FS#1085

A reference file is now stored in data/cache/sessionpurge and is used to
check if user sessions are still valid.

To accomondate for slow auth backends DokuWiki caches user info for
a certain time in the user session.

darcs-hash:20080215114923-7ad00-6874d5211efce7d07e54de37244becc2387c1ba7.gz

show more ...

d186898b15-Feb-2008 Andreas Gohr <andi@splitbrain.org>

redirect to root namespace in mediamanager when namespace was deleted FS#1286

darcs-hash:20080215105251-7ad00-b7ac1bfc0e2d1eccf079f4ff2f0db8876896b79d.gz

fd78eea815-Feb-2008 Andreas Gohr <andi@splitbrain.org>

correctly encode namespace in mediapopup URL FS#1319

darcs-hash:20080215094453-7ad00-a9ed8007f639ab9a163ea39cb6ce5dd43f639983.gz

ca6a070115-Feb-2008 Andreas Gohr <andi@splitbrain.org>

fix line endings for meta data editing in media manager FS#1324

darcs-hash:20080215091527-7ad00-181de33e08256577fec9cb52ff11811ad0f4fc01.gz

10bd69fc15-Feb-2008 Andreas Gohr <andi@splitbrain.org>

add title attribute on page title FS#1330

darcs-hash:20080215090454-7ad00-08e589042a671699f6efc7f23faa6cf3e05f1f2c.gz

02cc929715-Feb-2008 Andreas Gohr <andi@splitbrain.org>

LDAP backend: try to rebind with current user for getUserData() FS#1053

darcs-hash:20080215085556-7ad00-bcdc77251ad51b80bb4a55956efb7987a9eade32.gz

1...<<341342343344345346347348349350>>...423