History log of /dokuwiki/lib/plugins/config/admin.php (Results 26 – 50 of 78)
Revision Date Author Comments
# 077c27b2 11-May-2018 Andreas Gohr <andi@splitbrain.org>

adjusted basic loading saving in admin

stripped out all the session stuff


# c6639e6a 11-May-2018 Andreas Gohr <andi@splitbrain.org>

start of refactoring the config plugin

split up all the files and added namespaces. everything broken


# 64159a61 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

line lengths shortened

This makes sure all files use line lenghts shorter than 120 characters.

This is a quick fix. It might not always be the nicest change.


# b4f2363a 27-Apr-2018 Andreas Gohr <andi@splitbrain.org>

remove DOKU_INC checks

There is no need for this check, since these files should not have any
main code that is executed on direct call.

Fixes PSR1.Files.SideEffects.FoundWithSymbols


# 8f1011e8 20-Dec-2017 Phy <git@phy25.com>

remove deprecated each calls in plugins


# 61e35c35 13-May-2017 Andreas Gohr <andi@splitbrain.org>

fix error in config manager caused by changes visibility

The internal lang and localized variables of a plugin are no longer
accessible from the outside. This adds a proper setter and also fixes
the

fix error in config manager caused by changes visibility

The internal lang and localized variables of a plugin are no longer
accessible from the outside. This adds a proper setter and also fixes
the type hinting in the config plugin.

show more ...


# cbfba956 19-Jun-2016 Michael Hamann <michael@content-space.de>

Fix #1606 link to the first section of the configuration manager


# ae614416 12-Jul-2015 Anika Henke <anika@selfthinker.org>

changed all input type=submit buttons to button type=submit button for better stylability


# 79e79377 07-Jan-2015 Andreas Gohr <gohr@cosmocode.de>

Remove error supression for file_exists()

In an older version of PHP a file_exists() call would issue a warning
when the file did not exist. This was fixed in later PHP releases. Since
we require PH

Remove error supression for file_exists()

In an older version of PHP a file_exists() call would issue a warning
when the file did not exist. This was fixed in later PHP releases. Since
we require PHP 5.3 now, there's no need to supress any error here
anymore. This might even give a minor performance boost.

show more ...


# 253d4b48 01-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more PHPDocs, unused var, small bit code reformatting


# 0ea51e63 23-Aug-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer violations for PHP files

Fix violations for Generic.PHP.LowerCaseConstant.Found


# 7ef8e99f 22-Aug-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer violations

Change indentation to ensure code confirms to CodeSniffer rules.


# cd3ed83c 02-Aug-2013 Matthias Schulte <post@lupo49.de>

de/de-informal/en: Removed redundant suffixes in TOC of configuration
manager / Synchronize terms in de and de-informal


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


# e0e514e1 31-Jan-2013 Andreas Gohr <gohr@cosmocode.de>

touch the config on save, even if no changes were made


# 3295f40a 10-Nov-2012 Andreas Gohr <andi@splitbrain.org>

fixed saving in config plugin

Saving worked, but did you log out everytime. Now it is checked if the
auth mechanism was actually changed before assuming the login is
invalid.


# 392c9b52 08-Sep-2012 Hakan Sandell <sandell.hakan@gmail.com>

Replacing $_REQUEST variables with $INPUT wrapper, config/admin.php


# 63e967bd 05-Aug-2012 Anika Henke <anika@selfthinker.org>

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


# e260f93b 05-Jul-2012 Anika Henke <anika@selfthinker.org>

xml compatibility fixes (mainly entities to unicode conversions)


# c7b28ffd 04-Feb-2012 Anika Henke <anika@selfthinker.org>

added div.table around non-editable content as well (FS#1980)


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

some more DOKU_TPL removal


# b838050e 20-Aug-2011 Piyush Mishra <me@piyushmishra.com>

added new plugins config cascade and added plugin.info.txt


# f24af591 17-Apr-2011 Anika Henke <anika@selfthinker.org>

tiny fixes for xhtml strict


# 5d85efc6 01-Nov-2010 Adrian Lang <lang@cosmocode.de>

Add comment (see #1942, f338aa80, 64726aa44)


# 64726aa4 29-Oct-2010 Tom N Harris <tnharris@whoopdedo.org>

Remember current page when saving configuration


1234