| #
fa078663 |
| 21-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
allow selecting the preferred CDN and add event
We now have two CDNs available. code.jquery.com which is the more popular one and CDNjs which is the faster one. Plugin authors can use a plugin hook
allow selecting the preferred CDN and add event
We now have two CDNs available. code.jquery.com which is the more popular one and CDNjs which is the faster one. Plugin authors can use a plugin hook to easily implement their own preferred CDN. Authors might even use this event to conditionally load additional JavaScript files.
show more ...
|
| #
61537d47 |
| 26-Nov-2016 |
Andreas Gohr <andi@splitbrain.org> |
split off jquery from other JS and add CDN option #1766
jQuery (and UI and Migrate) are now loaded separately from the rest of the JavaScript. This adds at least one HTTP request more but has some a
split off jquery from other JS and add CDN option #1766
jQuery (and UI and Migrate) are now loaded separately from the rest of the JavaScript. This adds at least one HTTP request more but has some advantages:
* browsers can cache it independently * the cache is only invalidated when versions update * we do not apply any transformations (replacements, minimizing, etc) on this code anymore which makes our dispatcher faster for the other JS * browsers seem to load (not execut) both (jquery and other) parallel, which might increase download speed a bit
This split allowed for the introduction of a new config: jquerycdn. When enabled the 3 jquery files are loaded from jQueries CDN. This adds another two HTTP requests but:
* since it's another host those files do not apply to the 4 request per host limit and can be loaded (not executed) in paralell which might increase download speeds a bit * the CDN is distributed worldwide which means files are requested from the closest location, increasing the download speeds * since these files/CDN are very popular, chances are high that people already have them cached in their browsers, reducing the download time to 0 and effectiely halving the javascript needed to download
The option currently defaults to 'off', but I would argue 'on' would be the better default.
show more ...
|
| #
59752844 |
| 14-Jun-2016 |
Anders Sandblad <runeson@gmail.com> |
Fixed broken links to php.net and redirecting pages to php.net
|
| #
7ca2e2cf |
| 07-Apr-2016 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #1495 from splitbrain/django_pbkdf2
add support for new Django hashing methods
|
| #
924cc11c |
| 11-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
add support for new Django hashing methods
New Python Django application default to PBKDF2 with SHA256 as a password mechanism. This adds support for that mechanism in our password hasher class. Thi
add support for new Django hashing methods
New Python Django application default to PBKDF2 with SHA256 as a password mechanism. This adds support for that mechanism in our password hasher class. This will be needed in the tests for the new PDO auth plugin.
show more ...
|
| #
2d090c54 |
| 22-Sep-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Change from _nostring to _other Permit three values: - always (default), the other input field is always displayed - exists, the other input field is only displayed when the setting contain
Change from _nostring to _other Permit three values: - always (default), the other input field is always displayed - exists, the other input field is only displayed when the setting contains value(s) not listed in choices*. - never, the other input field is never displayed. If the setting contains any value(s) not listed in choices they will be discarded on saving. * This means, under normal circumstances the admin will not see the other input field. It will only appear after manual editing to enter a non-listed _choice or if an update were to remove a previously selected _choice
show more ...
|
| #
faa51292 |
| 18-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
added config stuff for disabling RSS
|
| #
7f081821 |
| 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Extend showuseras config with username_link
uses the user interwiki link as profile link
|
| #
61e0b2f8 |
| 18-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
comment improvements
|
| #
b8b64ed7 |
| 02-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Merge branch 'master' into configmgr_improvements
|
| #
836a1762 |
| 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into pull-request-245
* 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused varia
Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into pull-request-245
* 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused variable assignment de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account
show more ...
|
| #
65f0aa62 |
| 01-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
update config metadata comments for parameter '_multiple'
|
| #
2a7abf2d |
| 31-Jul-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2751 - self deletion of user account
|
| #
0320882f |
| 31-Jul-2013 |
Michael Hamann <michael@content-space.de> |
Remove search_references() and the refshow configuration option
The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the medi
Remove search_references() and the refshow configuration option
The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the media usage index the parameter is also no longer relevant for internal optimization. The only place where it was still used is the no longer used search_references()-function which is removed here, too.
show more ...
|
| #
9dc3b8ab |
| 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
replace preset _cautionList property with _caution config metadata parameter, plugins can now easily set cautions on their settings
|
| #
d110fb0d |
| 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2722 add settings_regex class, use it for hidepages
|
| #
51de8ca1 |
| 18-Feb-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add comments for recent settings class additions to extra.class.php
|
| #
c33b315b |
| 18-Feb-2013 |
Anika Henke <anika@selfthinker.org> |
removed a bunch of functions which were deprecated in 2005/2006
|
| #
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
|