| #
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)
|
| #
b5a0be43 |
| 07-Dec-2010 |
Adrian Lang <dokuwiki@adrianlang.de> |
Various changes to feed.php’s parameter handling
* Do not emit E_NOTICEs * Introduce explicit feed mode default value »recent« instead of handling every unknown feed mode as recent changes m
Various changes to feed.php’s parameter handling
* Do not emit E_NOTICEs * Introduce explicit feed mode default value »recent« instead of handling every unknown feed mode as recent changes mode. This means: - FEED_MODE_UNKNOWN is only executed if the given feed mode is indeed unknown. This is specifically not the case if no feed mode request param has been specified or the requested feed mode is »recent«. - FEED_MODE_UNKNOWN dies with an error as default behaviour * opt[items] is forced to be a non-negative integer * opt[show_minor] is forced to be a boolean and thus has a default value of false instead of null
show more ...
|
| #
7aeda574 |
| 26-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
added proxy exception regexp FS#1247
|
| #
f03fd957 |
| 04-Apr-2010 |
Andreas Gohr <andi@splitbrain.org> |
new fnencode option FS#1649
This patch adds an option to choose how filenames are encoded when saved to the file system. You can choose between urlencoding (url), the new SafeFn method (safe) and st
new fnencode option FS#1649
This patch adds an option to choose how filenames are encoded when saved to the file system. You can choose between urlencoding (url), the new SafeFn method (safe) and storing real UTF-8 (utf-8).
show more ...
|
| #
22952965 |
| 23-Mar-2010 |
YoBoY <yoboy.leguesh@gmail.com> |
Limiting use of readdir in the idx_indexLengths function (v2).
Each searches on the wiki use this function. Scanning the index directory eachtime is time consuming with a constant series of disk acc
Limiting use of readdir in the idx_indexLengths function (v2).
Each searches on the wiki use this function. Scanning the index directory eachtime is time consuming with a constant series of disk access. Switching a normal search to use file_exists 1 or more times, and not readdir all the directory. Switching a wildcard search to use a lengths.idx file containing all the word lengths used in the wiki, file generated if a new configuration parameter $conf[readdircache] is not 0 and fixed to a time in second. Creation of a new function idx_listIndexLengths to do this part.
show more ...
|