History log of /dokuwiki/conf/dokuwiki.php (Results 26 – 50 of 155)
Revision Date Author Comments
# d09b5b64 22-Mar-2018 Michael Große <grosse@cosmocode.de>

feat(search): add config options to adjust default behavior

This adds two new config options:

`search_limit_to_first_ns`:
Limit the search to the current X namespaces. When a search is executed
fro

feat(search): add config options to adjust default behavior

This adds two new config options:

`search_limit_to_first_ns`:
Limit the search to the current X namespaces. When a search is executed
from a page within a deeper namespace, the first X namespaces will be
added as filter.
Possible use case could be with language namespaces to ensure that the
default search is initially within the current language.

`search_default_fragment_behaviour`:
Option to specify the default fragment search behavior

show more ...


# 5f43dcf4 28-Oct-2017 Lukas Rademacher <lukas@rademacher.ac>

Support for configurable e-mail return path


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


# 7a964318 18-Apr-2016 Andreas Gohr <andi@splitbrain.org>

inline small images into the CSS by default

Since we no longer support old IE 8 and below we can enable data uris
by default now. The picked size here is open for discussion.

A typical HTTP header

inline small images into the CSS by default

Since we no longer support old IE 8 and below we can enable data uris
by default now. The picked size here is open for discussion.

A typical HTTP header for a static image ressource is about 200 to 250
bytes at dokuwiki.org. I picked twice of that as the cutoff for inlining
images.

show more ...


# e4729a05 30-Jun-2014 Martijn Ras <Martijn.Ras@GMail.com>

Fixed typo and added check


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


# 3094e817 06-Oct-2012 Andreas Gohr <andi@splitbrain.org>

changed default auth to authplain

We need to decide how to handle the renaming of the auth classes. Should
this be done automatically somehow? Or is an admin expected to fix this
manually when updat

changed default auth to authplain

We need to decide how to handle the renaming of the auth classes. Should
this be done automatically somehow? Or is an admin expected to fix this
manually when updating?

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


# 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


# b7c3da9b 07-Apr-2012 Anika Henke <anika@selfthinker.org>

Merge pull request #82 from splitbrain/new-template

The new default template "dokuwiki", a new era has begun

Thanks to Clarence Lee for the initial design, Anika Henke and Andreas Gohr for the ha

Merge pull request #82 from splitbrain/new-template

The new default template "dokuwiki", a new era has begun

Thanks to Clarence Lee for the initial design, Anika Henke and Andreas Gohr for the hard work, Michael Hamann and Håkan Sandell for testing and many others for valuable feedback.

show more ...


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

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

Conflicts:
lib/exe/xmlrpc.php


# 1cbac89c 10-Mar-2012 Andreas Gohr <andi@splitbrain.org>

make new template the default


# 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


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

added missing config metadata FS#2383

Translators need to add another string.


# e5d185e1 02-Aug-2011 Kate Arzamastseva <pshns@ukr.net>

issue #9 config option to disable media revisions, auth


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


# 809d3ba5 16-Jun-2011 Andreas Gohr <andi@splitbrain.org>

Use data uris for small image files in CSS

This patch adds a new config option 'cssdatauri'. When enabled, the CSS
patcher will automatically convert all occurances of small (<600 byte)
PNG and GIF

Use data uris for small image files in CSS

This patch adds a new config option 'cssdatauri'. When enabled, the CSS
patcher will automatically convert all occurances of small (<600 byte)
PNG and GIF images in the CSS to embedded, base64 encoded data uris.

This reduces the number of needed HTTP requests and avoids the HTTP header
overhead.

show more ...


# 8dbd31e5 16-Apr-2011 Guy Brand <gb@unistra.fr>

Fix broken link to config help page


# 731ae652 14-Jan-2011 Adrian Lang <dokuwiki@adrianlang.de>

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


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

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


1234567