History log of /dokuwiki/inc/common.php (Results 426 – 450 of 526)
Revision Date Author Comments
# d5197206 03-Apr-2006 chris <chris@jalakai.co.uk>

move hsc() & ptln() functions from template.php to common.php

darcs-hash:20060403202815-9b6ab-1b499148333458ee8acb68b5e38ca72d3b1c9b3c.gz


# 51815db0 17-Mar-2006 Yann <yann.hamon@gmail.com>

dichotomic search for getRevisionInfo

darcs-hash:20060317175725-919ab-396129b63c7077477c6d7bad1d7244bd7f0770cd.gz


# ee4c4a1b 11-Mar-2006 Andreas Gohr <andi@splitbrain.org>

Automatic draft saving

DokuWiki now automatically creates a draft file of the currently edited
page. In case of an editing interuption (eg. Browsercrash) the draftfile
can be continued later.

darcs

Automatic draft saving

DokuWiki now automatically creates a draft file of the currently edited
page. In case of an editing interuption (eg. Browsercrash) the draftfile
can be continued later.

darcs-hash:20060311200148-7ad00-919337a51e001136178d175a1755cd26122e9726.gz

show more ...


# 6d8affe6 11-Mar-2006 Andreas Gohr <andi@splitbrain.org>

enhanced clientIP() function

The function now can optinally return a single IP address and tries
to be clever about which one to choose if multiple were supplied
through X-Forwarded-For headers

dar

enhanced clientIP() function

The function now can optinally return a single IP address and tries
to be clever about which one to choose if multiple were supplied
through X-Forwarded-For headers

darcs-hash:20060311185752-7ad00-085bbed7eeffcff0be8f45417d73c13b733c4332.gz

show more ...


# 0d58d74e 01-Mar-2006 Andreas Gohr <andi@splitbrain.org>

Postgres backend for new OO auth

darcs-hash:20060301223021-7ad00-868d32088de468523c63c4cc7e44869331dfc4b9.gz


# f864871e 28-Feb-2006 Andreas Gohr <andi@splitbrain.org>

unlock a page directly after deletion

This should fix a problem making sweepNS() never work

darcs-hash:20060228204811-7ad00-79cca976993d8fa662b94fe683b898985d0dc774.gz


# 44881d27 24-Feb-2006 Troels Liebe Bentsen <tlb@rapanden.dk>

Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct permissions, this should also fix problems with dokuwiki making setuid files on some umasks.

* Don't set the umask() any

Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct permissions, this should also fix problems with dokuwiki making setuid files on some umasks.

* Don't set the umask() anymore, this is not good form and we don't really know what is it in the old code anyway as it was not done properly.
* Retire the dmask config option introduce 2 new ones called fmode and dmode, this is more in line with posix and should make more sense.
* Use chmod for setting the correct permissions but only if it's needed.
* Set changing of permissions off by default as i should work properly in most Apache setups without and it does not make sense on windows anyway.

darcs-hash:20060224211655-ee6b9-68f7bb59417d6f0033cfd3764146923daa4dcf1b.gz

show more ...


# 444b87a5 18-Feb-2006 Andreas Gohr <andi@splitbrain.org>

mor conservative chunksize for wordblock patternsize

darcs-hash:20060218232226-7ad00-2835d47a97fb12a04055b8145de26c8406f78a99.gz


# b174aeae 30-Jan-2006 chris <chris@jalakai.co.uk>

update wl,ml,buildURLParams with optional separator string, update config plugin redirect with new wl(), add meta & lang details for $conf['resendpasswd']

darcs-hash:20060130232818-9b6ab-2f395bc25c5

update wl,ml,buildURLParams with optional separator string, update config plugin redirect with new wl(), add meta & lang details for $conf['resendpasswd']

darcs-hash:20060130232818-9b6ab-2f395bc25c536b06bb5ade616a8252060ecb5278.gz

show more ...


# cd52f92d 25-Jan-2006 chris <chris@jalakai.co.uk>

oo auth update - remove legacy auth remnants, add auth->canDo

darcs-hash:20060125000125-9b6ab-9853f11e04d8ea93235317fa8137cef079eb2641.gz


# b9ac8716 22-Jan-2006 chris <chris@jalakai.co.uk>

adds support for wordblock.local.conf

darcs-hash:20060122011249-9b6ab-fdd9188322e1dc4441562a905ac481f66b703db2.gz


# b6c6979f 21-Jan-2006 Andreas Gohr <andi@splitbrain.org>

urlencode -> rawurlencode (related to #685)

This changes nearly all occurences of urlencode to rawurlencode. The latter
encodes spaces as %20 while the former uses a + sign. For the use in browser
U

urlencode -> rawurlencode (related to #685)

This changes nearly all occurences of urlencode to rawurlencode. The latter
encodes spaces as %20 while the former uses a + sign. For the use in browser
URLs %20 is the correct form.

darcs-hash:20060121192747-7ad00-6563b77368a41f071609495c6a145982938a8301.gz

show more ...


# f6c1156d 09-Jan-2006 Wolfgang Ocker <weo@weo1.de>

Small patch to recent changes list

In the "recent changes" list I've seen some artefacts. This patch
fixes them.

darcs-hash:20060109211929-6ddad-2f467e426b661fb978160c0bfd419abd50537931.gz


# ccdfa6c0 03-Dec-2005 Andreas Gohr <andi@splitbrain.org>

fix for wrong include path #651

darcs-hash:20051203131815-7ad00-b45dfcae203764658deb80e0b18b9ddc0cfba37b.gz


# 0dc92c6f 03-Nov-2005 Andreas Gohr <gohr@cosmocode.de>

hidepages configoption

This new option accepts a RegExp to filter certain pages from all automatic
listings (RSS, recent changes, search results, index). This is useful to
exclude certain pages like

hidepages configoption

This new option accepts a RegExp to filter certain pages from all automatic
listings (RSS, recent changes, search results, index). This is useful to
exclude certain pages like the ones used in the sitebar templates. The
regexp is matched against the full page ID with a leading colon. If it
matches the page is assumed to be a hidden one.

IMPORTANT: this is not related to ACL. A hidden page is still visible to all
users (if not restricted by ACL) when linked or called directly.

darcs-hash:20051103101726-6e07b-8d45912a1b4f6cfc9e3fce147c15f84a58ea7ca2.gz

show more ...


# ae41559b 27-Oct-2005 Andreas Gohr <andi@splitbrain.org>

fixed darcs patchset guessing in version check

darcs-hash:20051027183521-7ad00-08b33c7960975925fdb001476bd14124e9ff3f51.gz


# f42d1c75 27-Oct-2005 Andreas Gohr <andi@splitbrain.org>

option for disabling debug output

darcs-hash:20051027183410-7ad00-5ca48cf2d4058016f5cf07887d9eaa7b07a4043f.gz


# 17ee7f66 22-Oct-2005 Andreas Gohr <andi@splitbrain.org>

use REMOTE_USER for username if nothing else available #587

darcs-hash:20051022100740-7ad00-29869f9ced046d42d4f0a2fc484d37b85801108f.gz


# 90033e9d 02-Oct-2005 Andreas Gohr <andi@splitbrain.org>

no subscribermails for minor edits

darcs-hash:20051002125342-7ad00-42c9155d81a7799f24ec02f6aac210d2ea818e51.gz


# b6912aea 02-Oct-2005 Andreas Gohr <andi@splitbrain.org>

minor edit checkbox

This patch adds a minor edit checkbox to the edit form for logged in
users. Minor edits are displayed different in recent changes and the
page revision history. The RSS feed excl

minor edit checkbox

This patch adds a minor edit checkbox to the edit form for logged in
users. Minor edits are displayed different in recent changes and the
page revision history. The RSS feed excludes minor edits by default -
this can be changed by adding a minor

darcs-hash:20051002113255-7ad00-2bc9e1aaa76d9616428e760529ecc14ef119cf71.gz

show more ...


# ae56bfb6 25-Sep-2005 Andreas Gohr <andi@splitbrain.org>

SECURITY FIX: acl check in _getRecents added

ACLs weren't checked in the new getRecent function. Recent Changes and
the RSS/ATOM feeds displayed all changes regardless of user permissions.

darcs-ha

SECURITY FIX: acl check in _getRecents added

ACLs weren't checked in the new getRecent function. Recent Changes and
the RSS/ATOM feeds displayed all changes regardless of user permissions.

darcs-hash:20050925095612-7ad00-5885e6616a4214eb99662eac08267b0a6f527625.gz

show more ...


# d437bcc4 18-Sep-2005 Andreas Gohr <andi@splitbrain.org>

more efficient changelog reading for recent changes

getRecents now reads the changelog backwards in 4KB chunks instead of
loading the whole file into an array and rsort it. This should be more
memor

more efficient changelog reading for recent changes

getRecents now reads the changelog backwards in 4KB chunks instead of
loading the whole file into an array and rsort it. This should be more
memory efficient (and probably faster) for large change logs.

Note: the format of the array returned by getRecents changed slightly
plugins relying on it need to be adjusted. Sorry.

darcs-hash:20050918121008-7ad00-1fdba47d29b0c038c6e4e4edc1d4c93e5ba769e9.gz

show more ...


# 59f257ae 14-Sep-2005 chris <chris@teacherscpd.co.uk>

fix for pageinfo() - remove redundant lines

darcs-hash:20050914115601-50fdc-936861fc195a76cb65a20ea9ccd2fca482cfc169.gz


# 0647ce3b 11-Sep-2005 Andreas Gohr <andi@splitbrain.org>

always read VERSION from DOKU_INC

darcs-hash:20050911221041-7ad00-0e40a42e73cc32813f315f84565749d61b604a7d.gz


# 00a7b5ad 02-Sep-2005 Esther Brunner <esther@kaffeehaus.ch>

function obfuscate($email) moved to common.php; used in parser and some plugins

darcs-hash:20050902150527-283c4-dae58038c70aacb000f535e8173fa263ba774f52.gz


1...<<11121314151617181920>>...22