History log of /dokuwiki/inc/infoutils.php (Results 126 – 139 of 139)
Revision Date Author Comments
# 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 ...


# 6957b2ea 27-Jun-2007 Andreas Gohr <andi@splitbrain.org>

check for auth object at certain functions

This is a follow up on the previous patch to disable authtentication without
disabling ACL on backend problems. It fixes a few errors that might occour
in

check for auth object at certain functions

This is a follow up on the previous patch to disable authtentication without
disabling ACL on backend problems. It fixes a few errors that might occour
in this rare situation.

darcs-hash:20070627194910-7ad00-de5ac10e0d36ecf8906c080e1d3dc1b2fd85b45d.gz

show more ...


# 8259f1aa 18-Apr-2007 Andreas Gohr <andi@splitbrain.org>

fix dbg_backtrace when arguments are an array or object

darcs-hash:20070418174151-7ad00-834f13a1a0c84254cf98058c3e6db223187598ed.gz


# db09e31e 05-Mar-2007 Andreas Gohr <andi@splitbrain.org>

dbg_backtrace() function added

This adds a useful debugging function for printing function call backtraces.

darcs-hash:20070305223458-7ad00-865f0cedcd1d904e98d3e89820102657f685712c.gz


# 3d3c095d 05-Dec-2006 Mike Frysinger <vapier@gentoo.org>

add some helpful user/group information to ?do

this simple patch adds user/group output when viewing a page
with ?do

darcs-hash:20061205201753-5224c-600980b0649b4cc927be5f46516f73aff3a6e7ed.gz


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


# e9208eb1 24-Nov-2006 Andreas Gohr <andi@splitbrain.org>

fixed paths in getVersion

darcs-hash:20061124202533-7ad00-316002eeb9a829a7f8d9f4f984a892af7a59bfc8.gz


# 3afe5d1c 05-Nov-2006 Andreas Gohr <andi@splitbrain.org>

PHP version check in the installer

darcs-hash:20061105204420-7ad00-2b80d8ceb37b48ccdaa10545ea6fb9bddb58529b.gz


# 2cdbda06 15-Oct-2006 Anika Henke <a.c.henke@arcor.de>

typo in do

darcs-hash:20061015222615-d5083-774269139d15c9a12b364e2c88dea46b477c912e.gz


# 100a97e3 25-Sep-2006 Andreas Gohr <andi@splitbrain.org>

remove metadebug again, improve doÞbug instead

This adds the complete $INFO array (contains the metadata) to the usual
debug output and removes the metadebug parameter again.

darcs-hash:20060925201

remove metadebug again, improve doÞbug instead

This adds the complete $INFO array (contains the metadata) to the usual
debug output and removes the metadebug parameter again.

darcs-hash:20060925201052-7ad00-c9a15b921466803b3f2bd50b0d72211cf68658c5.gz

show more ...


# c1b9dbaf 25-Sep-2006 Andreas Gohr <andi@splitbrain.org>

metadebug parameter added

With DokuWiki's reliance on certain page metadata, it is sometimes necessary to
view the metadata of a page. This patch allows developers to append the parameter
?metadebug

metadebug parameter added

With DokuWiki's reliance on certain page metadata, it is sometimes necessary to
view the metadata of a page. This patch allows developers to append the parameter
?metadebug

darcs-hash:20060925193202-7ad00-6a42c7458aaa1cc40df3c7a61ad70df5d64be152.gz

show more ...


# 587afae5 17-Sep-2006 chris <chris@jalakai.co.uk>

infoutils update

minor modifications to avoid php warnings if msg file is missing.

darcs-hash:20060917153009-9b6ab-4b6ee49d728e89c3427130c617b532cd23c680bb.gz


# 3d7760aa 17-Sep-2006 Andreas Gohr <andi@splitbrain.org>

update for updatecheck function

Messages are now displayed to all users if ACL is not enabled. The update-URL
changed to http://update.dokuwiki.org/check/

darcs-hash:20060917145025-7ad00-1d64b90e51

update for updatecheck function

Messages are now displayed to all users if ACL is not enabled. The update-URL
changed to http://update.dokuwiki.org/check/

darcs-hash:20060917145025-7ad00-1d64b90e51c1a49567a28b132caf79ae0f124c8e.gz

show more ...


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


123456