History log of /dokuwiki/lib/plugins/config/settings/config.metadata.php (Results 51 – 75 of 141)
Revision Date Author Comments
# 87bba75a 16-Feb-2013 Tom N Harris <tnharris@whoopdedo.org>

Add django compatible hashes to the config options.


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

allow richer email addresses in notify and registernotify FS#2689

This deprecates the "richemail" config class


# 3da7921f 03-Feb-2013 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into future

* master: (162 commits)
fixed revision JS for images
upgraded SimplePie to 1.3.1 FS#2708
removed obsolete browser plugin (migrate does it)
adjust spacing to

Merge branch 'master' into future

* master: (162 commits)
fixed revision JS for images
upgraded SimplePie to 1.3.1 FS#2708
removed obsolete browser plugin (migrate does it)
adjust spacing to match standard 1.4em grid
added comment on use of whitelist vs blacklist
Updated idfilter() function for IIS
use var and remove suggestions when needed Use variable for maximum number of suggestions for quicksearch. And hide suggestions when search field is emptied, or when no suggestion are found.
added 'home' class to first link in hierarchical breadcrumbs
reduced required max width to go into tablet mode
re-added linear gradients for firefox
added missing styling for disabled form elements (FS#2705)
fixed acronyms in italics (FS#2684)
improved print styles (includes fixes for FS#2645 and FS#2707)
basic styles improvements
Greek language update
Use list in acl help text, for more structure
Galician language update
touch the config on save, even if no changes were made
unwind the width narrowing commit
put some whitespace between form submit button and fieldset bottom border
...

Conflicts:
lib/plugins/config/admin.php
lib/plugins/config/settings/config.class.php

show more ...


# dfbe4adf 26-Jan-2013 Andreas Gohr <andi@splitbrain.org>

added SHA512 hashing method FS#2663


# 529b0416 26-Jan-2013 Andreas Gohr <andi@splitbrain.org>

added mediawiki password method FS#2559

This should make migrating from MediaWiki a bit easier.


# 60dd32d9 10-Nov-2012 Andreas Gohr <andi@splitbrain.org>

added 'array' type for config manager

This allows to use simple arrays in the config file but have a comma
separated list in the config manager.


# 22ef1e32 23-Apr-2012 Andreas Gohr <andi@splitbrain.org>

added option to disable reverse DNS lookups


# 8aea6381 15-Apr-2012 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into htmlmail

* master:
extended some config options a bit, to make more clear what they do
rearranged the config options

Conflicts:
conf/dokuwiki.php
lib/plugins/config

Merge branch 'master' into htmlmail

* master:
extended some config options a bit, to make more clear what they do
rearranged the config options

Conflicts:
conf/dokuwiki.php
lib/plugins/config/lang/en/lang.php
lib/plugins/config/settings/config.metadata.php

show more ...


# 7cd0713e 15-Apr-2012 Andreas Gohr <andi@splitbrain.org>

rearranged the config options

We had a lot of options lumped together under "Advanced Settings". I
introduced two more categories and move a few options to other existing
categories.
I also reordere

rearranged the config options

We had a lot of options lumped together under "Advanced Settings". I
introduced two more categories and move a few options to other existing
categories.
I also reordered the appropriate entries in the source files to make it
easier to find stuff when extending the options.

show more ...


# ae7c596c 15-Apr-2012 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into htmlmail

* master: (382 commits)
Romanian language update
Marathi language update
Arabic Language Update
when there's not enough space for images, make sure they s

Merge branch 'master' into htmlmail

* master: (382 commits)
Romanian language update
Marathi language update
Arabic Language Update
when there's not enough space for images, make sure they stay proportional (might be FS#2480)
added minimal RTL print styles (part of FS#2185)
moved plugins' rtl.css to their style.css counterpart (part of FS#2185)
removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary
removed comments from accidentally commented lines in tpl_includeFile()
removed obsolete template file
added tpl_includeFile() to core
Make getTitle method in remote interface public
Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors.
BG: language update
Korean language update
fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447)
deleted very old (and unused) images
added accidentally removed '<?php' back in (was in 57fc5edd)
wrapped X-UA-Compatible meta tag with conditional comments
added explanation to todo in _forms.css
removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950)
...

Conflicts:
inc/auth.php
inc/load.php

show more ...


# 2398a2b5 15-Apr-2012 Andreas Gohr <andi@splitbrain.org>

made it possible to disable HTML mails in the config


# 3a6d7607 14-Mar-2012 Dominik Eckelmann <deckelmann@gmail.com>

Merge branch 'master' of https://github.com/splitbrain/dokuwiki

Conflicts:
lib/exe/xmlrpc.php


# a7c93226 02-Mar-2012 Andreas Gohr <andi@splitbrain.org>

make RSS contents (media/pages) configurable


# d00208c2 01-Feb-2012 Andreas Gohr <andi@splitbrain.org>

Merge pull request #58 from splitbrain/bcrypt

Added bcrypt support for password hashes


# 91e90457 29-Jan-2012 Anika Henke <anika@selfthinker.org>

added two new config options: tagline and sidebar

Templates authors should support these to make the transition between templates easier. Templates which already have a sidebar could first check for

added two new config options: tagline and sidebar

Templates authors should support these to make the transition between templates easier. Templates which already have a sidebar could first check for $conf['sidebar'] and use it if it's defined, otherwise use their old own sidebar functionality to stay backwards-compatible.

show more ...


# eb20307a 08-Jan-2012 Dominik Eckelmann <deckelmann@gmail.com>

removed xmlrpc and xmlrpcuser - added remote and remoteuser config option


# 37c23632 27-Nov-2011 Andreas Gohr <andi@splitbrain.org>

added missing config metadata FS#2383

Translators need to add another string.


# 5c73ae04 27-Nov-2011 Andreas Gohr <andi@splitbrain.org>

Merge branch 'lmd5' into bcrypt

Conflicts:
lib/plugins/config/settings/config.metadata.php


# 491a2c68 27-Nov-2011 Andreas Gohr <andi@splitbrain.org>

renamed passhash method smd6 to lsmd5


# 502a92e0 27-Nov-2011 Patrick Michel <public@pbmichel.de>

MD5 password hash format of the LDAP RFC FS#2378

This implements the salted MD5 password hash format of the LDAP RFC.
The format is quite simple the password, followed by the 8 byte hash in
base64 e

MD5 password hash format of the LDAP RFC FS#2378

This implements the salted MD5 password hash format of the LDAP RFC.
The format is quite simple the password, followed by the 8 byte hash in
base64 encoding, which results in 32 characters, prepended with the
string "{smd5}".

show more ...


# e0dd04a6 14-Oct-2011 Andreas Gohr <andi@splitbrain.org>

Added bcrypt support for password hashes

This method require PHP 5.3+ it will fail otherwise!


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


# 0c94c420 15-Jan-2011 Andreas Gohr <andi@splitbrain.org>

Added hmd5 and pmd5 as passcrypt choices in config manager


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

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


123456