History log of /dokuwiki/lib/plugins/config/lang/en/lang.php (Results 26 – 50 of 119)
Revision Date Author Comments
# 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


# 8f709990 18-Apr-2016 Anika Henke <anika@selfthinker.org>

removed very old left overs from IE7 (and even IE6) support


# 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


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

Fix grammar in proxy_except description

Remove trailing preposition.


# 919c95be 23-Aug-2013 Matt Perry <matt@mattperry.com>

Fix grammar for allowdebug description

Add a full stop between sentences for the allowdebug description.


# 7a61cb65 23-Aug-2013 Matt Perry <matt@mattperry.com>

Fix grammar for the hidepages description


# 395e7d8e 02-Aug-2013 Andreas Gohr <andi@splitbrain.org>

Merge branch 'pull-request-245'

* pull-request-245:
coding corrections. correct type hint, remove unused variable assignment
HTTPClient don't pull too much bytes when no content-length is given

Merge branch 'pull-request-245'

* pull-request-245:
coding corrections. correct type hint, remove unused variable assignment
HTTPClient don't pull too much bytes when no content-length is given
de/de-informal: localization updates (delete user function)
unit tests for self deleting of user accounts
FS#2751 - self deletion of user account

Conflicts:
inc/lang/de-informal/lang.php
inc/lang/de/lang.php

show more ...


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


# 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


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


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


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

extended some config options a bit, to make more clear what they do


# 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


# f914ba96 23-Mar-2012 Andreas Gohr <andi@splitbrain.org>

more verbose remote API config setting explanation


# 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


# 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


12345