History log of /dokuwiki/inc/common.php (Results 401 – 425 of 546)
Revision Date Author Comments
# aa27cf05 11-Apr-2007 Andreas Gohr <andi@splitbrain.org>

fix for old revisions showing "external edit" without reason FS#1092

darcs-hash:20070411193230-7ad00-95bf7919c303470ca0583d690a84522735974bb6.gz


# 1a84a0f3 31-Mar-2007 Anika Henke <a.c.henke@arcor.de>

fix for breadcrumbs and "namespace:start" pages (FS#927) by Nathan Fritz <fritzn@crown.edu>

darcs-hash:20070331213401-d5083-2c30028ab1c81465b0295106ce6a52ce18ad87cf.gz


# 5b7d45a5 06-Jan-2007 Andreas Gohr <andi@splitbrain.org>

readded two changes from recent rollback

darcs-hash:20070106111209-7ad00-2f632e44c6062d0c428269feb4276e83124eedad.gz


# d35ab615 04-Jan-2007 henning.noren <henning.noren@gmail.com>

UNDO: regex_simpler.patch

Replaces some simple regular expressions with standard (faster) string functions

darcs-hash:20070104194953-d2a3e-8fd0c89812277467c5bce566dfc3fba6ce1c3981.gz


# 97c91fb2 04-Jan-2007 henning.noren <henning.noren@gmail.com>

faster_indent.patch

Replaces a print-loop with str_repeat concatenated with the final output

darcs-hash:20070104195358-d2a3e-a1f74b5380e7426b3f7e61c76d58e36363971eee.gz


# 3edf3f08 04-Jan-2007 henning.noren <henning.noren@gmail.com>

regex_simpler.patch

Replaces some simple regular expressions with standard (faster) string functions

darcs-hash:20070104194953-d2a3e-0b06e7a599a0177ad37a54497074893572e1cae2.gz


# ebf1501f 07-Dec-2006 Ben Coburn <btcoburn@silicodon.net>

changelog type strings replaced with constants

Using more verbose constant names in the place of single character strings
should make the code much more readable. This does not change the behavior
o

changelog type strings replaced with constants

Using more verbose constant names in the place of single character strings
should make the code much more readable. This does not change the behavior
of the changelog.

darcs-hash:20061207074906-05dcb-0bdc35e7241bf14063b2b43a6ff26d8a3c307cb9.gz

show more ...


# 5aa52faf 07-Dec-2006 Ben Coburn <btcoburn@silicodon.net>

identify external edits in UI

Some changes to clearly identify when wiki pages have been edited outside
Dokuwiki. Also correctly attributes external changes from an unknown
author. Avoids sending ex

identify external edits in UI

Some changes to clearly identify when wiki pages have been edited outside
Dokuwiki. Also correctly attributes external changes from an unknown
author. Avoids sending extra emails when recording old external edits.

Adds a new language string:
$lang['external_edit']

darcs-hash:20061207032825-05dcb-3234bee57cb165c848b33abb9251502589b0f3cb.gz

show more ...


# cd00a034 07-Dec-2006 Ben Coburn <btcoburn@silicodon.net>

recache and uncache the last_change from metadata

The most recent changelog entry is already cached in the metadata as
'last_change' to avoid reading the page changelog on every request.

- Recach

recache and uncache the last_change from metadata

The most recent changelog entry is already cached in the metadata as
'last_change' to avoid reading the page changelog on every request.

- Recache the last change if it is missing and still valid. This is
needed for when the metadata has been rerendered.

- Uncaches the last change when it has been invalidated by an external
edit. Ensures that external edits are not credited to the wrong
author.

darcs-hash:20061207011005-05dcb-3b1749f6626d07c4cc3de9587c45765423e2e4d9.gz

show more ...


# 30d7d718 05-Dec-2006 Mike Frysinger <vapier@gentoo.org>

allow dynamic e-mail "from" addresses when doing notification

this patch allows you to use @USER@ / @NAME@ / @MAIL@ in the "from" address
when sending a mail notification e-mail

darcs-hash:20061205

allow dynamic e-mail "from" addresses when doing notification

this patch allows you to use @USER@ / @NAME@ / @MAIL@ in the "from" address
when sending a mail notification e-mail

darcs-hash:20061205201957-5224c-5637d6412106cb16af8817f07c8c02e95e4b3088.gz

show more ...


# f8cc712e 03-Dec-2006 Andreas Gohr <andi@splitbrain.org>

manager user/group

This patch adds support for a manager option as suggested in
http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html

darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325

manager user/group

This patch adds support for a manager option as suggested in
http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html

darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325c7e77255e1eee32d0f6b.gz

show more ...


# 2ca9d91c 31-Oct-2006 Ben Coburn <btcoburn@silicodon.net>

$REV checking now works correctly with synced attic

darcs-hash:20061031224158-05dcb-0bf9505f51be5ab91f258254adfdded5f7087dcf.gz


# a701424f 27-Oct-2006 Ben Coburn <btcoburn@silicodon.net>

synchronize changelog, attic, and external edits - update 1

Removed a minor error that could be caused by a page back-dated
into the past. Also, added some more code comments.

darcs-hash:2006102700

synchronize changelog, attic, and external edits - update 1

Removed a minor error that could be caused by a page back-dated
into the past. Also, added some more code comments.

darcs-hash:20061027000043-05dcb-1ccbb4c98b1b7b3358d99d8f097eb168d84259b7.gz

show more ...


# 46844156 23-Oct-2006 Ben Coburn <btcoburn@silicodon.net>

synchronize changelog, attic, and external edits

The changelog list and the attic now are kept in sync.
This allows a changelog entry to be automatically constructed
for a page that was manually edi

synchronize changelog, attic, and external edits

The changelog list and the attic now are kept in sync.
This allows a changelog entry to be automatically constructed
for a page that was manually edited from outside dokuwiki.

darcs-hash:20061023052133-05dcb-11b8dbaee1da07fb1875bbe530e88d94871ed65d.gz

show more ...


# a51d08ef 09-Oct-2006 Andreas Gohr <andi@splitbrain.org>

lower chunksize in wordblock #938

There were recent reports of exceeded patternsize in the wordblock function
when used with PHP5

darcs-hash:20061009165557-7ad00-f35d44da296caf6fd85431520d600033402

lower chunksize in wordblock #938

There were recent reports of exceeded patternsize in the wordblock function
when used with PHP5

darcs-hash:20061009165557-7ad00-f35d44da296caf6fd85431520d600033402d9b2f.gz

show more ...


# 02b0b681 08-Oct-2006 Andreas Gohr <andi@splitbrain.org>

strip controlchars in fetch.php #935

Fixes a header injection/XSS vulnerability

darcs-hash:20061008100523-7ad00-be06a942badb6a2a9ed862be003ee0050504b4b0.gz


# 6afe8dca 04-Oct-2006 chris <chris@jalakai.co.uk>

update p_get/set_metadata to use $INFO['meta']

This patch updates p_get_metadata() to utilise the in memory copy
copy of the current page's metadata ($INFO['meta']) when appropriate.

The patch also

update p_get/set_metadata to use $INFO['meta']

This patch updates p_get_metadata() to utilise the in memory copy
copy of the current page's metadata ($INFO['meta']) when appropriate.

The patch also updates p_set_metadata() to synchronise any changes
to the current page's metadata with $INFO['meta'].

$INFO hash is updated with two new elements:
'id'

darcs-hash:20061004210030-9b6ab-7eab6f933a775fe350a1fb14d1118ea77d2db919.gz

show more ...


# e71ce681 03-Oct-2006 Andreas Gohr <andi@splitbrain.org>

use DOKU_URL as key for sessions and auth cookie #896 #581 #884

This patch changes the DOKU_COOKIE define to be based on the DOKU_URL define.
DOKU_COOKIE is now used as session key as well, making s

use DOKU_URL as key for sessions and auth cookie #896 #581 #884

This patch changes the DOKU_COOKIE define to be based on the DOKU_URL define.
DOKU_COOKIE is now used as session key as well, making sessions no longer
dependend on the title option. This should fix problems with multiple
wikis on the same host (using the same title) and wikis accessed through
different URLs.

darcs-hash:20061003121546-7ad00-aea4c256b7752815ed422ce74a659152a601d267.gz

show more ...


# 041d1964 26-Sep-2006 Andreas Gohr <andi@splitbrain.org>

wordblock enhancement

The default wordblock.conf provided by the guys at chonqed.org matches agaist
URLS beginning with http. But DokuWiki also links simple www.example.com links.
Spammers used this

wordblock enhancement

The default wordblock.conf provided by the guys at chonqed.org matches agaist
URLS beginning with http. But DokuWiki also links simple www.example.com links.
Spammers used this method to place blacklisted URLs in the Wiki.

This patch constructs full URLs from these shortcut-URLs before applying the
blacklist regexp.

The patch also fixes a problem with the toolbar not appearing when the blacklist
hit and denied saving.

darcs-hash:20060926192420-7ad00-519df90a5953b690428bfa0928de37b3053031b0.gz

show more ...


# ce6b63d9 24-Sep-2006 chris <chris@jalakai.co.uk>

cache, metadata & purgefile updates

Cache
- add dependency for metadata renderer file
- check metadata for end of page life, "date valid end".

Metadata Renderer
- RSS syntax mode now sets rendered

cache, metadata & purgefile updates

Cache
- add dependency for metadata renderer file
- check metadata for end of page life, "date valid end".

Metadata Renderer
- RSS syntax mode now sets rendered page expiry, "date valid end"
and includes the feed URL in "relation haspart".

Purgefile
For all wiki installations the purgefile records the earliest
time before which no cache purge (based on data consistency)
is required. Cache files older than this time MAY need to be
purged.
- remove purgeonadd configuration setting

darcs-hash:20060924202157-9b6ab-4531e91411c41914eeab2b6a8160c3d46b001cee.gz

show more ...


# bb4866bd 23-Sep-2006 chris <chris@jalakai.co.uk>

minor bugfix and boring error removal

darcs-hash:20060923203609-9b6ab-ecca679faa254a29772868508050fcf3206b0814.gz


# c29dc6e4 16-Sep-2006 Andreas Gohr <andi@splitbrain.org>

updatecheck feature

This patch adds a feature to let DokuWiki automatically check if updates are
available or any other important messages (like security warnings) and then
display this info to the

updatecheck feature

This patch adds a feature to let DokuWiki automatically check if updates are
available or any other important messages (like security warnings) and then
display this info to the admin user.

DokuWiki will contact the URL http://www.splitbrain.org/lib/exe/msg.php
with a parameter telling it which messages it already know (read from
conf/msg) - the server side script then will return all new messages.

The messages will be displayed until DokuWiki was upgraded or conf/msg
was updated manually. Messages are cached and only checked once a day.

The messenger URL will probably change before the next release.

darcs-hash:20060916210229-7ad00-7ac592650e171ae4144b0eb47a751a4ca480f031.gz

show more ...


# 40a0d685 16-Sep-2006 Andreas Gohr <andi@splitbrain.org>

better getVersion when working on a darcs tree

getVersion tries to find the date of the latest applied patch from
_darcs/inventory - this patch makes it only read the last 2000 byte
of the file inst

better getVersion when working on a darcs tree

getVersion tries to find the date of the latest applied patch from
_darcs/inventory - this patch makes it only read the last 2000 byte
of the file instead of loading the whole file.

darcs-hash:20060916182955-7ad00-5a38de1ae4f1a206a8f62cc88551d4f0bc35340e.gz

show more ...


# 7bff22c0 16-Sep-2006 Andreas Gohr <andi@splitbrain.org>

TPL_METAHEADER_PRINT event hook added

This patch changes the tpl_metaheaders function to emit an event to intercept
the creation of HTML metadata.

The usually generated meta headers are passed in a

TPL_METAHEADER_PRINT event hook added

This patch changes the tpl_metaheaders function to emit an event to intercept
the creation of HTML metadata.

The usually generated meta headers are passed in an array structure for easy
modification and enhancement.

darcs-hash:20060916154722-7ad00-b22ab79803d1abad4ca579b84b6a3fa466403619.gz

show more ...


# b7d5a5f0 16-Sep-2006 Andreas Gohr <andi@splitbrain.org>

fix for previous pagetemplate event patch

Sorry, did mess up in testing the last patch.

darcs-hash:20060916000515-7ad00-3874991f9121ac80b2b3b66d4f5ac166702df1d1.gz


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