History log of /dokuwiki/lib/plugins/config/lang/en/lang.php (Results 51 – 75 of 119)
Revision Date Author Comments
# 37c23632 27-Nov-2011 Andreas Gohr <andi@splitbrain.org>

added missing config metadata FS#2383

Translators need to add another string.


# 34bc7405 05-Nov-2011 Anika Henke <anika@selfthinker.org>

paraphrased '<' character in some language files (en, de, de-informal) to avoid XML errors -- please fix other languages


# b546d864 18-Aug-2011 Dominik Eckelmann <deckelmann@gmail.com>

Merge pull request #19 from gbirke/master

Make cookie path configurable


# 28f4004c 18-Jun-2011 Andreas Gohr <andi@splitbrain.org>

Made the maximum embed size for datauris configurable

The feature is now disabled by default.
Metadata for config manager was added.


# 84ddc6de 28-Apr-2011 Matthias Schulte <post@lupo49.de>

language updates: update.dokuwiki.org is currently used for update/msg-checks


# 5526795c 31-Dec-2010 Guy Brand <gb@unistra.fr>

Allow a prefix for subject of sent mails (Close FS#2021)


# 2f1d4a94 30-Dec-2010 Gabriel Birke <gabriel.birke@gmail.com>

Modified config and lang files for new option


# fd4b6351 02-Oct-2010 Andreas Gohr <andi@splitbrain.org>

typo fix


# 7aeda574 26-Jun-2010 Andreas Gohr <andi@splitbrain.org>

added proxy exception regexp FS#1247


# f03fd957 04-Apr-2010 Andreas Gohr <andi@splitbrain.org>

new fnencode option FS#1649

This patch adds an option to choose how filenames are encoded
when saved to the file system. You can choose between urlencoding
(url), the new SafeFn method (safe) and st

new fnencode option FS#1649

This patch adds an option to choose how filenames are encoded
when saved to the file system. You can choose between urlencoding
(url), the new SafeFn method (safe) and storing real UTF-8 (utf-8).

show more ...


# 22952965 23-Mar-2010 YoBoY <yoboy.leguesh@gmail.com>

Limiting use of readdir in the idx_indexLengths function (v2).

Each searches on the wiki use this function. Scanning the index directory eachtime is time consuming with a constant series of disk acc

Limiting use of readdir in the idx_indexLengths function (v2).

Each searches on the wiki use this function. Scanning the index directory eachtime is time consuming with a constant series of disk access.
Switching a normal search to use file_exists 1 or more times, and not readdir all the directory.
Switching a wildcard search to use a lengths.idx file containing all the word lengths used in the wiki, file generated if a new configuration parameter $conf[readdircache] is not 0 and fixed to a time in second. Creation of a new function idx_listIndexLengths to do this part.

show more ...


# 25fabd1d 05-Feb-2010 Adrian Lang <lang@cosmocode.de>

Fix documentation for subscribe_time


# f3718805 27-Jan-2010 Adrian Lang <lang@cosmocode.de>

Update translations for subscription


# eee44352 12-Jan-2010 Adrian Lang <lang@cosmocode.de>

Add subscribe time to admin interface.


# 0caf582d 13-Dec-2009 Andreas Gohr <andi@splitbrain.org>

Better description for baseurl and basedir config FS#1814

Ignore-this: 93ed511583b00adeff2ed7d716629d51

darcs-hash:20091213102504-7ad00-7fa970b563290372eeee6c5aa62b6e441378c1f2.gz


# 59869a4b 25-May-2009 Anika Henke <anika@selfthinker.org>

removed purple numbers

darcs-hash:20090525194435-f7d6d-2def694a053f7e661f88f1636903283bad7c1fa8.gz


# 3ee5b583 16-May-2009 Andreas Gohr <andi@splitbrain.org>

restrict XMLRPC to configurable groups and users

Ignore-this: 1370cee84d44bb35ae7c0c988ed8f1ff

This patch adds a config option to define users or groups that may access
the XMLRPC API. ACLs are sti

restrict XMLRPC to configurable groups and users

Ignore-this: 1370cee84d44bb35ae7c0c988ed8f1ff

This patch adds a config option to define users or groups that may access
the XMLRPC API. ACLs are still checked on top of this intial access control.

darcs-hash:20090516114351-7ad00-155fb6c74c29f5f84e79544a534369eec0403ff0.gz

show more ...


# 91459163 04-May-2009 Anika Henke <anika@selfthinker.org>

Purple Numbers (granular hierarchical IDs) - set $conf['purplenumbers'] and adjust your CSS

darcs-hash:20090504222544-f7d6d-fd9e4c771c5aef32dc2927a1da4dfa4fc4f8b4f1.gz


# 64e4ebed 16-Mar-2009 Andreas Gohr <andi@splitbrain.org>

Minor language tweaks

Ignore-this: f6a858982b806d21dd53896f3498bfbc

darcs-hash:20090316200138-7ad00-d7c4df9b0e7db99ef007ee74a0c4c51d19b718fa.gz


# 7ed33b2a 12-Mar-2009 Anika Henke <anika@selfthinker.org>

configmgr: visual improvements (warning icons for newbies and links to each documentation page)

darcs-hash:20090312222853-f7d6d-6ad28d7747ed0a72e4f8952eb1cec606e9b6d322.gz


# c69534d4 16-Jan-2009 Anika Henke <anika@selfthinker.org>

adjusted config manager for new config option 'tocminheads'

darcs-hash:20090116235051-f7d6d-8898c5f3433c701191bfd8652bdccb6d46a8ce6b.gz


# fe9ec250 19-Nov-2008 Chris Smith <chris.eureka@jalakai.co.uk>

FS#630: allow $conf['useheading'] to individually apply to content links and/or navigation links

$conf['useheading'] values are now:
- 0 : off, use page name in link text
- 'content' :

FS#630: allow $conf['useheading'] to individually apply to content links and/or navigation links

$conf['useheading'] values are now:
- 0 : off, use page name in link text
- 'content' : use first heading text for links in wiki page content
- 'navigation' : use first heading text for links in non-page content, e.g. breadcrumps, backlinks, search results, etc.
- 1 : use first heading text in all links
(for backwards compatibility, any other values are mapped to 0 or 1 by empty() function.)

$conf['useheading'] value should now be checked using the useHeading($linktype) function,
where linktype can be "content" or "navigation"

darcs-hash:20081119140758-f07c6-6e26456d50dcecc949fada31b0d4e72877fde1cc.gz

show more ...


# 078467f9 25-Nov-2008 Anika Henke <anika@selfthinker.org>

improved faulty descriptions for typography config options (en + de)

darcs-hash:20081125174711-f7d6d-3ab79afebb8fdb2b29273bf39a79ba3ed681c4b8.gz


# 5430c4be 14-Oct-2008 Andreas Gohr <andi@splitbrain.org>

small change for rememberme option

darcs-hash:20081014185611-7ad00-e575d3315c6f135059635dbf8a77be3f7020d6a0.gz


# 17f89d7e 12-Oct-2008 Michael Klier <chi@chimeric.de>

FS#564 FS#1270 new option to disable the rememberme checkbox

darcs-hash:20081012144253-23886-c904f82c559c3ad5477bf921e93cb439a212134d.gz


12345