History log of /dokuwiki/inc/ (Results 4076 – 4100 of 6439)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0b34c70f27-Jun-2010 Gina Haeussge <gina@foosel.net>

FS#1795: Restrict media manager to users with at least read access
on the supplied namespace.

c8f80b4e27-Jun-2010 Andreas Gohr <andi@splitbrain.org>

Use config_cascade for ACLs and plain auth users FS#1677

13ebcbe527-Jun-2010 Christopher Smith <chris@jalakai.co.uk>

FS#1949

a857491827-Jun-2010 Anika Henke <anika@selfthinker.org>

added div around tables to make scrolling too wide ones in restrictive designs possible (FS#1980)

de3427db27-Jun-2010 Andreas Gohr <gohr@cosmocode.de>

Add scope options to LDAP auth backend FS#1832

The scope for the LDAP searches for users and groups can now be set using
the new options 'userscope' and 'groupscope'. Valid options are 'base',
'one'

Add scope options to LDAP auth backend FS#1832

The scope for the LDAP searches for users and groups can now be set using
the new options 'userscope' and 'groupscope'. Valid options are 'base',
'one' and 'sub'. Defaults to 'sub'.

show more ...

40f3c0b527-Jun-2010 Gina Haeussge <gina@foosel.net>

FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it
besides via Save or Preview button. This has been successfully tested in FF,
Chrome and IE6/7/8. Opera does not support onbef

FS#433: Editor now uses onbeforeunload event to capture ANY leaving of it
besides via Save or Preview button. This has been successfully tested in FF,
Chrome and IE6/7/8. Opera does not support onbeforeunload, therefore the draft
is kept if the user navigates away from the editor.

Please test this.

show more ...

1a93c67c27-Jun-2010 Szabó Dávid <szabo.david@gyumolcstarhely.hu>

Hungarian language update

7aeda57426-Jun-2010 Andreas Gohr <andi@splitbrain.org>

added proxy exception regexp FS#1247

57e71d4926-Jun-2010 Tanguy Ortolo <tanguy+debian@ortolo.eu>

Update and license of cliopts.php.

* Updated the code to be closer to the latest upstream one.
* Updated the license: it used to be under the problematic PHP License,
and is now under the BSD Lice

Update and license of cliopts.php.

* Updated the code to be closer to the latest upstream one.
* Updated the license: it used to be under the problematic PHP License,
and is now under the BSD License, thanks to the original author and
contributor agreement.

show more ...

2ae68f9726-Jun-2010 Andreas Gohr <andi@splitbrain.org>

use CRLF in quoted printable encoding FS#1755

Needs testing from:

a) Exchange users - is FS1755 fixed for you?
b) everone else - all okay still?

3f803e5e26-Jun-2010 Gina Haeussge <gina@foosel.net>

FS#1878: Hide Dokuwiki version information from metadata and only show it to admins and manager in do=check. Also protected meta files README, VERSION and COPYING additionally to .ht*

b150cd2c26-Jun-2010 Gina Haeussge <gina@foosel.net>

FS#1901: prefill section name into summary when editing sections

a02d293326-Jun-2010 Andreas Gohr <andi@splitbrain.org>

new event and parameters for tpl_img() FS#1837 FS#1564

0636144226-Jun-2010 Andreas Gohr <andi@splitbrain.org>

Added license chooser to installer FS#1926

This adds a license chooser to the installer. The installer defaults to
the more free CC-BY-SA. CC-NC-BY-SA is still the default in dokuwiki.php
to keep ba

Added license chooser to installer FS#1926

This adds a license chooser to the installer. The installer defaults to
the more free CC-BY-SA. CC-NC-BY-SA is still the default in dokuwiki.php
to keep backwards compatibility.

The license array was reordered and Non-Derivative licenses removed
(they don't make much sense for wiki content).

show more ...

d43aac1c26-Jun-2010 Gina Haeussge <gina@foosel.net>

FS#1915: strip one leading and one trailing newline from code content if available

9fa341d026-Jun-2010 Andreas Gohr <andi@splitbrain.org>

check for user in act_subscription FS#1935

c10dcb7d26-Jun-2010 Andreas Gohr <andi@splitbrain.org>

Workaround for IE& redirect to hash bug FS#1647

This needs testing. We need feedback from someone where this is
reproducible broken before applying this patch.

8d22f1e926-Jun-2010 Andreas Gohr <andi@splitbrain.org>

Changes to the ft_pageLookup and related event FS#1978

This patch changes the ft_pageLookup function to always return the
title of pages with the result. This makes it easier to work with the
array,

Changes to the ft_pageLookup and related event FS#1978

This patch changes the ft_pageLookup function to always return the
title of pages with the result. This makes it easier to work with the
array, as it no longer changes between numeric and key indexes depending
on useheading.
This also means that action plugins subscribed to
SEARCH_QUERY_PAGELOOKUP need to be adjusted. The event contains a new
data field called 'has_titles' which plugins can use to check for
backwards compatibility.

show more ...

345b167426-Jun-2010 Andreas Gohr <andi@splitbrain.org>

create title.idx with the correct length FS#1978

The title.idx file needs to have exactly the same length as the
page.idx. This patch creates the file with the correct length if it
doesn't exist yet

create title.idx with the correct length FS#1978

The title.idx file needs to have exactly the same length as the
page.idx. This patch creates the file with the correct length if it
doesn't exist yet.

If you upgrade in between you need to delete your data/index/title.idx
file

show more ...

80601d2626-Jun-2010 Andreas Gohr <andi@splitbrain.org>

fixed wildcard handling in ACL manager FS#1955

This patch also removes legacy support for @USER@. Only %USER% is valid
now.

69266de524-Jun-2010 Dominik Eckelmann <deckelmann@gmail.com>

fixed handling of MSG

msg() now stores always the message to the MSG array until headers are
sent. After this, a call of msg will print out all messages from the MSG
array immediately through html_m

fixed handling of MSG

msg() now stores always the message to the MSG array until headers are
sent. After this, a call of msg will print out all messages from the MSG
array immediately through html_msgarea.
This prevents double posting and losses of messages from the MSG array.

show more ...

b0f6db0c23-Jun-2010 Adrian Lang <lang@cosmocode.de>

Support namespace selection in quicksearch

be6541cc23-Jun-2010 Adrian Lang <lang@cosmocode.de>

basic_auth is loaded by inc/auth.php

3d5e07d923-Jun-2010 Adrian Lang <lang@cosmocode.de>

Do not parse URL params in internal links, just pass them through

def4baf222-Jun-2010 Samuel Dorsaz <samuel.dorsaz@novelion.net>

French language update

1...<<161162163164165166167168169170>>...258