History log of /dokuwiki/inc/common.php (Results 351 – 375 of 526)
Revision Date Author Comments
# 3a50618c 04-Aug-2008 gweissbach <gweissbach@inetsoftware.de>

Explicite TypeCast for searchIndex

Running the /bin/indexer.php or the searchindex plugin fails in php5
with several type cast errors. This can be fixed using explicite type casts.

Secondly the inc

Explicite TypeCast for searchIndex

Running the /bin/indexer.php or the searchindex plugin fails in php5
with several type cast errors. This can be fixed using explicite type casts.

Secondly the include plugin requires the auth.php to be present. As some other
plugins might use quick-acl or the $auth too, indexer.php should require the auth.php
just as the lib/exe/indexer.php does.

darcs-hash:20080804112444-f4337-e12f25329236689b05e31f0db2119e47660a9404.gz

show more ...


# 7e038d4e 07-Apr-2008 Andreas Gohr <andi@splitbrain.org>

Avoid double newlines on section edits FS#1221

darcs-hash:20080407175410-7ad00-4c782db8b3d806d8034140a2b3d7994f53b1e0fc.gz


# 7d644fc8 06-Apr-2008 Andreas Gohr <andi@splitbrain.org>

work around strftime character limit on parsing namespace templates FS#1366

darcs-hash:20080406174718-7ad00-89b3946e17ce49566c0f51f3194776a0bdb4768d.gz


# 12cb3a51 05-Apr-2008 Tom N Harris <tnharris@whoopdedo.org>

Notify subscribers to parent namespaces. And avoid redundant checks.

darcs-hash:20080405031301-6942e-d1e4f344f5cf165f625104f214f2bfae595a6e20.gz


# 6531ab03 31-Mar-2008 Andreas Gohr <andi@splitbrain.org>

fixed search engine referrer highlighting

darcs-hash:20080331175353-7ad00-85da7f10269ead76b0f081aa1668cc27840c3b2e.gz


# 3d1f9ec3 26-Mar-2008 Michael Klier <chi@chimeric.de>

purge non-persistent meta data on page deletion

With this patch applied the persistent meta data of pages is kept when a
page is deleted. This way the original page creator as well as the cr

purge non-persistent meta data on page deletion

With this patch applied the persistent meta data of pages is kept when a
page is deleted. This way the original page creator as well as the creation
time of the page is preserved.

darcs-hash:20080326200231-23886-ddb70151fadf25d0254d56408b71484047198096.gz

show more ...


# 2404d0ed 13-Mar-2008 Anika Henke <a.c.henke@arcor.de>

stricter xhtml for revert, acl and sectok forms

darcs-hash:20080313012547-d5083-8d8f3c2ad62f08b9ed73827987d3b8be17f6b34b.gz


# 546d3a99 10-Mar-2008 Andreas Gohr <andi@splitbrain.org>

another change in highlight handling

Now higlighting phrases are passed as an array which then is quoted correctly
when used in a regexp. This should make phrase highlighting work completely
correct

another change in highlight handling

Now higlighting phrases are passed as an array which then is quoted correctly
when used in a regexp. This should make phrase highlighting work completely
correct.

Please everyone test it.

darcs-hash:20080310214939-7ad00-1abefb02dde40edeead50b4fa5c866c46b95ca3a.gz

show more ...


# 52b0dd67 27-Feb-2008 Guy Brand <gb@isis.u-strasbg.fr>

Add namespace changes mail notifications

This patch lets DokuWiki send mail notifications when any page inside
a namespace gets modified. Two actions are introduced: subscribens and
unsubscribens an

Add namespace changes mail notifications

This patch lets DokuWiki send mail notifications when any page inside
a namespace gets modified. Two actions are introduced: subscribens and
unsubscribens and two new buttons also appear in the bundled template.

darcs-hash:20080227155024-19e2d-8ce5bd66f4e870db31d6b438516599f294365ce1.gz

show more ...


# 73038c47 23-Feb-2008 Andreas Gohr <andi@splitbrain.org>

Check memory settings on ?do

This should help with diagnosing memory related problems

darcs-hash:20080223180701-7ad00-1308829c3d7432b1d0c23c3f1acc8228c0a41e1e.gz


# bce3726d 23-Feb-2008 Andreas Gohr <andi@splitbrain.org>

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

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


# e656dcd4 23-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 ...


# f93b3b50 15-Feb-2008 Andreas Gohr <andi@splitbrain.org>

fix highlighting of search engine referer keywords for recent highlight change

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


# e29549fe 26-Jan-2008 Andreas Gohr <andi@splitbrain.org>

Support for deep namespace templates and strftime placeholders

This patch addes namespace templates will be used for all new namespaces in
the same namespace and the namespaces below. They have to b

Support for deep namespace templates and strftime placeholders

This patch addes namespace templates will be used for all new namespaces in
the same namespace and the namespaces below. They have to be named
__template.txt

Additionally can strftime() place holders be used in namespace templates
to insert any part of the current time into a template.

darcs-hash:20080126165959-7ad00-9a820e42d237e1aa0828996ebc9cf3d67d453128.gz

show more ...


# 3886270d 22-Jan-2008 Andreas Gohr <andi@splitbrain.org>

typo fix FS#1316

darcs-hash:20080122222402-7ad00-436d561b2cc12a225c6f407540ba54268d6550d0.gz


# 551a720f 22-Jan-2008 Michael Klier <chi@chimeric.de>

gethostsbyaddrs() must check if only one IP was supplied

darcs-hash:20080122175535-23886-a6e9a9170bf23ebe460cccdbb06f97206d1d98eb.gz


# 63211f61 18-Jan-2008 Glen Harris <astfgl@iamnota.org>

Show proxy path in notify mails FS#1308

darcs-hash:20080118201511-f6de1-13f0ffff4f546298cce1a4e3dcd2d9679217ace8.gz


# 30725328 21-Dec-2007 Gabriel Birke <Gabriel.Birke@delti.com>

Trigger IO_WIKIPAGE_WRITE on page delete

DokuWiki will fire two IO_WIKIPAGE_WRITE events
instead of one when a page is deleted. The first event has no revision and
empty text in the data. Now the co

Trigger IO_WIKIPAGE_WRITE on page delete

DokuWiki will fire two IO_WIKIPAGE_WRITE events
instead of one when a page is deleted. The first event has no revision and
empty text in the data. Now the code conforms with the documentation at
http://wiki.splitbrain.org/wiki:events_list#io_wikipage_write

Now action plugins can act on page delete.

darcs-hash:20071221150130-79ce3-51092d13c2e29285e5580f704f409f25563134c6.gz

show more ...


# c1791678 03-Dec-2007 Andreas Gohr <andi@splitbrain.org>

getUserData should really be implemented always... (FS#1272)

... but with this patch DokuWiki will not break completely when left out for
trustExternal() auth backends

darcs-hash:20071203201532-7ad

getUserData should really be implemented always... (FS#1272)

... but with this patch DokuWiki will not break completely when left out for
trustExternal() auth backends

darcs-hash:20071203201532-7ad00-72dbc2d16e4c8c09cca9558286164f4d858c19ce.gz

show more ...


# 25ec097b 30-Sep-2007 Chris Smith <chris@jalakai.co.uk>

ptln parameter spelling correction

darcs-hash:20070930020815-d26fc-d9b3baf8c1bf0627dbdd011fd5791a3b11b09a82.gz


# 00976812 30-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure setups.

This patch replaces all realpath() calls with a PHP only replacement
which should solve those problems.

darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz

show more ...


# 634d7150 29-Aug-2007 Andreas Gohr <andi@splitbrain.org>

CSRF prevention for admin plugins

This patch adds a session based token to all form in the default action plugins.
The validity of the token is checked before any administrative function is
executed

CSRF prevention for admin plugins

This patch adds a session based token to all form in the default action plugins.
The validity of the token is checked before any administrative function is
executed aiming to protect DokuWiki's admin functions from Cross-site request
forgery (CSRF) attacks.

Another patch will follow to add the same functionality on other, less critical
functions.

More details on CSRF attacks can be found at
http://en.wikipedia.org/wiki/Cross-site_request_forgery

darcs-hash:20070829201538-7ad00-d0770224a3351fd8e38968e3a9d8e73520482445.gz

show more ...


# 71f7bde7 04-Aug-2007 Andreas Gohr <andi@splitbrain.org>

generic search engines result highlighting

darcs-hash:20070804125124-7ad00-5558de577207bb63af7629f278c24991f23924bc.gz


# b1c94f1d 04-Aug-2007 Andreas Gohr <andi@splitbrain.org>

Skip only empty strings not 0 in buildAttributes

darcs-hash:20070804071749-7ad00-c7e718c2e24f4ded10b5780e2881e232fab8e48c.gz


# 955cd091 02-Aug-2007 Chris Smith <chris@jalakai.co.uk>

update breadcrumbs to generate metadata when necessary for use_first_heading

darcs-hash:20070802174401-d26fc-d9a099773f08c1d85b4f481eb1b634d2e14eba86.gz


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