History log of /dokuwiki/inc/io.php (Results 51 – 75 of 115)
Revision Date Author Comments
# d8cf4dd4 06-Jan-2014 Andreas Gohr <andi@splitbrain.org>

treat non-existing files as success on delete


# 4d47e8e3 06-Jan-2014 Andreas Gohr <andi@splitbrain.org>

added recursive delete function to io.php


# 443e135d 16-Oct-2013 Christopher Smith <chris@jalakai.co.uk>

replace boolean conditional checks on possibly uninitialized vars with \!empty/empty/isset as appropriate


# c33b315b 18-Feb-2013 Anika Henke <anika@selfthinker.org>

removed a bunch of functions which were deprecated in 2005/2006


# a5951419 16-Feb-2013 Andreas Gohr <andi@splitbrain.org>

don't use keep-alive with single shot HTTP clients


# cd2f903b 07-Sep-2012 Michael Hamann <michael@content-space.de>

Correct and add some PHPDoc comments, initialize some variables


# 3009a773 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

replaced use of basename() with utf8_basename() FS#2015


# 7651b376 13-Mar-2012 Andreas Gohr <andi@splitbrain.org>

pass the correct clean parameter when reading wiki pages

DokuWiki's page loading is intended to be filesystem agnostic. DOS line
endings in pages are supposed to be self healing. This behaviour was

pass the correct clean parameter when reading wiki pages

DokuWiki's page loading is intended to be filesystem agnostic. DOS line
endings in pages are supposed to be self healing. This behaviour was
broken in a change in 2006. As long as you edited pages through DokuWiki
only you never noticed the bug though.

show more ...


# fc756e0d 23-Jan-2011 Michael Hamann <michael@content-space.de>

Merge branch 'master' into indexer_improvements

Conflicts:
inc/fulltext.php
inc/indexer.php
lib/exe/indexer.php


# 5b72404c 08-Dec-2010 Andreas Gohr <andi@splitbrain.org>

fixed indent


# 420edfd6 18-Nov-2010 Tom N Harris <tnharris@whoopdedo.org>

Restore io_runcmd, use io_exec for exec with pipes


# 6c528220 16-Nov-2010 Tom N Harris <tnharris@whoopdedo.org>

Repurpose io_runcmd for pipes


# 16905344 31-Jan-2010 Andreas Gohr <andi@splitbrain.org>

first attempt to centralize all include loading

Classes are loaded throug PHP5's class autoloader, all other
includes are just loaded by default. This skips a lot of
require_once calls.

Parser and

first attempt to centralize all include loading

Classes are loaded throug PHP5's class autoloader, all other
includes are just loaded by default. This skips a lot of
require_once calls.

Parser and Plugin stuff isn't handled by the class loader yet.

show more ...


# db959ae3 20-Oct-2009 Andreas Gohr <andi@splitbrain.org>

Coding Standard Cleanup

Ignore-this: 259cb5773c3144c6c706d87298dcf674

darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz


# 3994772a 19-Jan-2009 Chris Smith <chris.eureka@jalakai.co.uk>

FS#1517, obscure passwords in config files

This patch extends the config 'password' class to support a "_code" parameter

darcs-hash:20090119164809-f07c6-c136b559772610539bccb9e9c0191f6a973216ad.gz


# fa8adffe 13-Dec-2008 Andreas Gohr <andi@splitbrain.org>

removed some illogical path setups

darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz


# 287f35bd 23-Aug-2008 Andreas Gohr <andi@splitbrain.org>

add slash in io_mktmdir

darcs-hash:20080823090003-7ad00-e3b2f2258bf794b62810f9fc51378bb9271441e3.gz


# da1e1077 08-Apr-2008 Chris Smith <chris.eureka@jalakai.co.uk>

update io_mktmpdir() to use $conf['tmpdir'] and mt_rand()

darcs-hash:20080408014339-f07c6-63870bfa4e45d05275cf46993bee62d61a6cc5a8.gz


# de862555 27-Feb-2008 Michael Klier <chi@chimeric.de>

introducing io_mktmpdir()

darcs-hash:20080227221631-23886-1ce689e9616b6dd5d2cc55613b86ddff4e1808be.gz


# d186898b 15-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


# ece639c7 18-Jan-2008 Andreas Gohr <andi@splitbrain.org>

bzopen does not like 'b' open mode FS#1239

darcs-hash:20080118213300-7ad00-11a2b04c91c566ba2965bc548b94b8bf5b1bf5e5.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 ...


# 43078d10 25-Jul-2007 Andreas Gohr <andi@splitbrain.org>

use file_get_contents to read files

darcs-hash:20070725190021-7ad00-32ea2f7d76d6508dfeb9dfd90f94132c4020386c.gz


# fb7125ee 18-Oct-2006 Andreas Gohr <andi@splitbrain.org>

unlock files if write failed

darcs-hash:20061018181931-7ad00-2778b83d25e8dcfad4b00710077e44bcef9af699.gz


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

minor bugfix and boring error removal

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


12345