summaryrefslogtreecommitdiff
path: root/conf
Commit message (Collapse)AuthorAge
...
* | Merge pull request #82 from splitbrain/new-templateAnika Henke2012-04-07
|\ \ | | | | | | | | | | | | 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.
| * | make new template the defaultAndreas Gohr2012-03-10
| | |
* | | Merge branch 'master' of https://github.com/splitbrain/dokuwikiDominik Eckelmann2012-03-14
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: lib/exe/xmlrpc.php
| * | | make RSS contents (media/pages) configurableAndreas Gohr2012-03-02
| |/ /
| * | added two new config options: tagline and sidebarAnika Henke2012-01-29
| | | | | | | | | | | | 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.
| * | added missing config metadata FS#2383Andreas Gohr2011-11-27
| |/ | | | | | | Translators need to add another string.
* / removed xmlrpc and xmlrpcuser - added remote and remoteuser config optionDominik Eckelmann2012-01-08
|/
* renamed plugins.protected.php to plugins.required.php and added it cascade ↵Piyush Mishra2011-11-06
| | | | to allow overwriting as a local protected file
* Merge branch 'plugincontroller' of git://github.com/piyushmishra/dokuwiki ↵Anika Henke2011-09-10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into plugincontroller This adds support for the config_cascade when enabling/disabling plugins, making farming easier. The changes have been implemented by Piyush Mishra and are a part of the new extension manager which will follow later. It's the result of a Google Summer of Code project, the official project page can be found at http://www.google-melange.com/gsoc/project/google/gsoc2011/piyushmishra/26001 Thanks to Piyush for the work and Google for sponsoring it! Conflicts: inc/lang/en/lang.php
| * Code cleanup documentation before mergeHakan Sandell2011-09-10
| | | | | | | | Function get_plugin_components() moved to extantion manager
| * added new plugins config cascade and added plugin.info.txtPiyush Mishra2011-08-20
| |
* | issue #9 config option to disable media revisions, authKate Arzamastseva2011-08-02
| |
* | mergingKate Arzamastseva2011-07-10
|\|
| * Made the maximum embed size for datauris configurableAndreas Gohr2011-06-18
| | | | | | | | | | The feature is now disabled by default. Metadata for config manager was added.
| * Use data uris for small image files in CSSAndreas Gohr2011-06-17
| | | | | | | | | | | | | | | | | | 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.
* | media getting metadata fixKate Arzamastseva2011-06-29
| |
* | media getting metadata fixKate Arzamastseva2011-06-23
|/
* Fix broken link to config help pageGuy Brand2011-04-16
|
* Make .htaccess access protection work in more setupsMarc Schiffbauer2011-03-29
| | | | | | Before this patch with a .htaccess file on a higher level in the hierarchy with "Satisfy Any" it has been possible that the directory protection didn't work as expected.
* Remove config for external tokenizerTom N Harris2011-03-22
|
* Merge branch 'indexer_rewrite'Michael Hamann2011-03-08
|\
| * Merge branch 'master' into indexer_rewriteMichael Hamann2011-02-24
| |\ | | | | | | | | | | | | | | | | | | Conflicts: inc/fulltext.php inc/indexer.php lib/exe/indexer.php
| * \ Merge branch 'master' into indexer_improvementsMichael Hamann2011-01-23
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/fulltext.php inc/indexer.php lib/exe/indexer.php
| * | | Use external program to split pages into wordsTom N Harris2010-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An external tokenizer inserts extra spaces to mark words in the input text. The text is sent through STDIN and STDOUT file handles. A good choice for Chinese and Japanese is MeCab. http://sourceforge.net/projects/mecab/ With the command line 'mecab -O wakati'
* | | | deleted obsolete word list conf file for old spellcheckerAnika Henke2011-03-05
| |_|/ |/| |
* | | Add skype interwikiElan Ruusamäe2011-02-13
| | |
* | | Add LANElan Ruusamäe2011-02-13
| | |
* | | Support for VoIP/SIP callto-links (FS#2167)lupo492011-02-11
| | |
* | | added some spammers to the blacklistAndreas Gohr2011-02-09
| | |
* | | that smiley was far too happyAndreas Gohr2011-02-08
| | |
* | | added one of the most important smileysAndreas Gohr2011-02-07
| | |
* | | adjusted dokubug> interwiki URLAndreas Gohr2011-01-26
| |/ |/|
* | Merge branch 'master' of github.com:splitbrain/dokuwikiAdrian Lang2011-01-14
|\ \
| * | added paypal interwiki linksAnika Henke2011-01-04
| | | | | | | | | | | | usage: [[paypal>email@address.com]]
| * | Allow a prefix for subject of sent mails (Close FS#2021)Guy Brand2010-12-31
| | |
* | | Various changes to feed.php’s parameter handlingAdrian Lang2010-12-08
|/ / | | | | | | | | | | | | | | | | | | | | | | | | * 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
* / fixed abbreviation FS#2108 / added RFCMatthias Schulte2010-11-30
|/
* spam list updateAndreas Gohr2010-11-07
|
* we now maintain our spam blacklist FS#2035Andreas Gohr2010-10-02
|
* release preparationsAndreas Gohr2010-08-29
|
* moved update message from its own file (conf/msg) into doku.php (FS#1800)Anika Henke2010-06-27
|
* added proxy exception regexp FS#1247Andreas Gohr2010-06-26
|
* Added license chooser to installer FS#1926Andreas Gohr2010-06-26
| | | | | | | | | This adds a license chooser to the installer. The installer defaults to the more free CC-BY-SA. CC-NC-BY-SA is still the default in dokuwiki.php to keep backwards compatibility. The license array was reordered and Non-Derivative licenses removed (they don't make much sense for wiki content).
* new fnencode option FS#1649Andreas Gohr2010-04-04
| | | | | | 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).
* Limiting use of readdir in the idx_indexLengths function (v2).YoBoY2010-03-24
| | | | | | 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.
* minor tweaks on sample conf files FS#1723Andreas Gohr2010-02-28
|
* Update license GFDL and added CC0Tanguy Ortolo2010-02-28
|
* added new mime types and file icons FS#1888Andreas Gohr2010-02-14
|
* Fixed license URL FS#1883Andreas Gohr2010-02-14
|
* Fix section editing killing next sectionAdrian Lang2010-02-08
|