History log of /dokuwiki/inc/ (Results 3126 – 3150 of 6440)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
eea0f0d011-Aug-2012 Andreas Gohr <andi@splitbrain.org>

use $INPUT in inc/actions.php

ac7a515f09-Aug-2012 Andreas Gohr <andi@splitbrain.org>

code cleanup in template.php

* make use of $INPUT
* clean up coding style
* add phpdoc comments

d9e9c1bb09-Aug-2012 Andreas Gohr <andi@splitbrain.org>

extract method for Input class

makes it easier to access our do parameters

465e809b05-Aug-2012 Andreas Gohr <andi@splitbrain.org>

renamed mailfromnon to mailfromnobody, use in subscriptions

f7cefc0205-Aug-2012 Andreas Gohr <andi@splitbrain.org>

added mailfromnone internal option FS#2170

63e967bd05-Aug-2012 Anika Henke <anika@selfthinker.org>

html validity fixes (removed name and align in some plugins)

71f17ac429-Jul-2012 Andreas Gohr <andi@splitbrain.org>

copy not move uploaded files FS#2465

This fixes problems with setgid bits on the media directory

fa44692629-Jul-2012 Andreas Gohr <andi@splitbrain.org>

more utf8_basename fixes

a8c343f229-Jul-2012 Michael Hamann <michael@content-space.de>

Fix utf8_basename for files in the root directory

420addb229-Jul-2012 Andreas Gohr <andi@splitbrain.org>

fix utf8_basename for file names without any directory

00c2d4a928-Jul-2012 Anika Henke <anika@selfthinker.org>

fixed some RTL+IE7 bugs, mainly background icons and search form (FS#2569)

b7e5821d28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

added missing include

7c62086b28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

only execute valid instructions FS#2432

17dcc4ab28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

decode utf8 filenames in JpegMeta FS#2553

079b3ac128-Jul-2012 Andreas Gohr <andi@splitbrain.org>

highlight queries from popular serch engines only FS#2448

84e581a628-Jul-2012 Andreas Gohr <andi@splitbrain.org>

fix word boundary matching on broken platforms FS#2440

Seems like matching \b on unicode strings is unreliable across different
platforms (Debian). Using Unicode class lookahed/behinds seems to work

fix word boundary matching on broken platforms FS#2440

Seems like matching \b on unicode strings is unreliable across different
platforms (Debian). Using Unicode class lookahed/behinds seems to work
though.

show more ...

1ea7a6ba28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

support CONNECT for tunneling SSL via HTTP proxies FS#2431

The included test cases currently expect a squid at localhost:3128

90658f3828-Jul-2012 Michael Hamann <michael@content-space.de>

Respect useheading setting on revisions page FS#2139

677d278528-Jul-2012 Dominik Eckelmann <deckelmann@gmail.com>

fixed script blocks CDATA for ie on TPL_METAHEADER_OUTPUT FS#2563

09f791c428-Jul-2012 Dominik Eckelmann <deckelmann@gmail.com>

fixed script blocks CDATA for ie on TPL_METAHEADER_OUTPUT

31b10b4928-Jul-2012 Michael Hamann <michael@content-space.de>

Be more careful when setting metadata values FS#2514

This fixes a warning when setting $meta['relation']['firstimage']
using p_set_metadata.

e8b5a4f928-Jul-2012 Andreas Gohr <andi@splitbrain.org>

fix E_STRICT errors FS#2427

This commit fixes all E_STRICT messages shown when running the test
suite. There might be more problems not covered by tests, yet.

For compatibility reasons with plugins

fix E_STRICT errors FS#2427

This commit fixes all E_STRICT messages shown when running the test
suite. There might be more problems not covered by tests, yet.

For compatibility reasons with plugins, E_STRICT errors are still
supressed.

show more ...

0d16f6e328-Jul-2012 Michael Hamann <michael@content-space.de>

Add the $doc variable to all renderers

In p_render() it is assumed that all renderers have a $doc variable

0a6ae52f28-Jul-2012 Michael Hamann <michael@content-space.de>

Initialize more variables and test if others are set (no functional changes)

3e8e3ae628-Jul-2012 Michael Hamann <michael@content-space.de>

Fix inconsistent return values in the indexer and in getInfo()

1...<<121122123124125126127128129130>>...258