- Jan 28, 2009
-
-
Shantanoo authored
Ignore-this: b68d8d1a5f5e28cc4cdd02401bfedeee darcs-hash:20090128150845-ec832-39ade91a7df605dc7acfeeb05fbc6d7bbd468a2c.gz
-
- Jan 27, 2009
-
-
Michael Klier authored
darcs-hash:20090127215001-23886-194fb0b92b259bd915f27eeb3300dba2bc330d26.gz
-
Andreas Gohr authored
Ignore-this: 37b33f575e4c0b31e4af93185bf74f0f When IIS is running PHP in CGI mode it will not send cookie headers on 302 redirections. This is a known bug (KB176113). This patch will detect affected servers. Instead of a 302 redirect a Refresh: header is issued. This is supported by all known browsers should have the same effect as a real redirect. darcs-hash:20090127204506-7ad00-ce474f3b0db003e86e09d5e9a9bd7c96887ac01c.gz
-
Andreas Gohr authored
Ignore-this: b5fadadeee9de8e52c41c056cf62be6d With this patch plugins are now disabled by placing a disabled file in the plugin directory again. Even though renaming plugin directories is the method with the fewest disk accesses it makes a lot of trouble with code revision control systems and, more important, Linux package management systems. Future versions of DokuWiki may use a central config file instead. This patch also fixes the problem with the plugin manager not checking the return values of the pugin_(dis|en)able functions correctly. darcs-hash:20090127182521-7ad00-62018a546d49d57582d93298c8228fd71601a5e8.gz
-
Otto Vainio authored
Ignore-this: c878b6607cf1e1d12123d220efb502be darcs-hash:20090127172145-28fc2-4132d44c5dda847c9403b76beca323ec002d2e5a.gz
-
Frederico Goncalves Guimaraes authored
Ignore-this: dba6327126b766e79da8819152a5c25c darcs-hash:20090127165756-b9abf-16a885ad0739b31a980a5bee46ba7637b7f964d4.gz
-
송영환 authored
Ignore-this: 175d0e952b0a579161dcd147e374c561 darcs-hash:20090127164541-3166f-2bc3d1906c66c807f1fa6628121898dc091b21c4.gz
-
Andreas Gohr authored
Ignore-this: 6f2e5648f5822cae5b038c1bc50ce9ad darcs-hash:20090127161035-7ad00-1d8a1f022ca8933d05fd7befbbe7054508d9d84e.gz
-
Tihanyi Sandor authored
Ignore-this: b247aaab6ca9436f123ddb1298f7d14e darcs-hash:20090127154436-6e6b8-6693aec1e03e563cf32584863c258d0345425b04.gz
-
Otto Vainio authored
Ignore-this: ceae810011a53eb935a7037c274ba1da darcs-hash:20090127154147-28fc2-2b3c9f25417817d3954d6dd4156248b4a04f58a6.gz
-
Wouter Schoot authored
Ignore-this: 25e0dc33f99cc4b0d02627976ded5bac darcs-hash:20090127154043-a6b47-0c00c648b245221a64dba0a16130af5dbcb6a23f.gz
-
- Jan 26, 2009
-
-
Andreas Gohr authored
Ignore-this: 7c662f92b5b2a94faf57c4c716dada3a darcs-hash:20090126174421-7ad00-ce2c5ec1353f774e7bbeaf358117f68e7df2a32b.gz
-
- Jan 25, 2009
-
-
Andreas Gohr authored
Ignore-this: 261098274bce329f446fc8768c25b9e5 Most failing tests were just out of date, because certain behavior was changed. There is one test failing for parsing italic tests. This can probably not be fixed without larger changes at the parser to catch runaway lines at the paragraph end. FS#1574 darcs-hash:20090125221855-7ad00-968655d609945aae764c3124fb906ce086025df4.gz
-
Andreas Gohr authored
Ignore-this: d1c6f55bfb7edcdb40c6b69a219d8291 darcs-hash:20090125144648-7ad00-94e0d4a6b153f193841317851cb3d6e8f2744cb0.gz
-
Andreas Gohr authored
Ignore-this: fb48b24cecb52541a728ba9c17597d8f These one-shot plugins where used for upgrading older DokuWiki versions and are no longer needed. If you upgrade from a really old version you might want upgrade to intermediate versions instead. darcs-hash:20090125143050-7ad00-5ff7b2cd5f61c392e9e02e13eab947d045d60b04.gz
-
- Jan 24, 2009
-
-
Anika Henke authored
adjusted and moved style.ini viewer to represent style.ini of current template (not just default template) darcs-hash:20090124184033-f7d6d-b8d5aab351089866fecbb07f3fb3516f753bb077.gz
-
- Jan 23, 2009
-
-
Andreas Gohr authored
darcs-hash:20090123192937-7ad00-758bed69d026ed63a937e77072723877e4edc01c.gz
-
- Jan 22, 2009
-
-
Anika Henke authored
darcs-hash:20090123004015-f7d6d-814c0c3cb2abe0aa202b7e7b97cda6fc78ae9c56.gz
-
Andreas Gohr authored
- Avoid double compression when gzip_output is enabled - Only compress when gzip_output is enabled - Do not use x-sendfile for compressed content (content-encoding is not supported) - Make sure the script terminates after using x-sendfile - Moved gzip browser support check to init.php darcs-hash:20090122215010-7ad00-765765d353ff78df5b8704086328c5c699bbe7e0.gz
-
Andreas Gohr authored
darcs-hash:20090122184149-7ad00-bcde222d4166c6c63b2c798251e2686e4288487a.gz
-
Chris Smith authored
darcs-hash:20090122121128-f07c6-942f3696f2424432da6f45ab127273b98c7d9bf6.gz
-
Chris Smith authored
- add mediameta and license config files into the cascade - update the cache validity code in cache.php, css.php & js.php to use config_cascade - redo inclusion of main config files to avoid suppression of errors in config files - add getConfigFiles($type) function - minor updates elsewhere to use config_cascade rather than hardcoded config file names darcs-hash:20090122114457-f07c6-98ad5627fd5df93edf8dd03289b9cf6d81962afe.gz
-
Chris Smith authored
darcs-hash:20090122081649-f07c6-e7744b1496e1a05ab089812fd7ca3716ecec2290.gz
-
Chris Smith authored
darcs-hash:20090122080426-f07c6-c2e4cb107f9d07f333a9fe295f5df5bd9d3fb15f.gz
-
Chris Smith authored
(this allows it to be include and extended in preload.php) darcs-hash:20090122065852-f07c6-4e5069f3100174a396627c486561ff079c7a02e1.gz
-
- Jan 20, 2009
-
-
Anika Henke authored
darcs-hash:20090121004040-f7d6d-81820f7ea4f1b475131145b00593e82b56de9273.gz
-
Anika Henke authored
darcs-hash:20090121003858-f7d6d-7ede1c1b9b83f059c98389356614a9018c9fc0c2.gz
-
Michael Klier authored
darcs-hash:20090120222709-23886-478ff1ee40ff91f2a478735e51423e888b47a5af.gz
-
Andreas Gohr authored
darcs-hash:20090120131508-6e07b-a3354fe34f9c54f06a968c6685a04955a8c5a94e.gz
-
- Jan 21, 2009
-
-
Nicolas Pourcelot authored
darcs-hash:20090121173138-6a2a0-10799601ac5dc943a029af047401c8e3465eb286.gz
-
Luis Dantas authored
darcs-hash:20090121173038-15659-bd88e89b637d26cfe078690dc61e8b91a0a77d9e.gz
-
- Jan 19, 2009
-
-
Andreas Gohr authored
darcs-hash:20090119190920-7ad00-5409285ea5c44379fec906d08f5ccb710eac5b6d.gz
-
Anika Henke authored
darcs-hash:20090119194529-f7d6d-170bca22f3579528f1a6405cbec334209b40a106.gz
-
Anika Henke authored
darcs-hash:20090119181424-f7d6d-93a88fde0edf058f8cf42c6673d225cd77666472.gz
-
Anika Henke authored
darcs-hash:20090119170235-f7d6d-4c0c66781e23148f1ed583dc304979ec2d5471b2.gz
-
Chris Smith authored
This patch extends the config 'password' class to support a "_code" parameter darcs-hash:20090119164809-f07c6-c136b559772610539bccb9e9c0191f6a973216ad.gz
-
Chris Smith authored
FS#1505, correct an issue where page name search results could include links to pages to which the user had no access darcs-hash:20090119062124-f07c6-5d761a76a50c6c9bcc124fa89feb2fb7b0a9a9b5.gz
-
Chris Smith authored
darcs-hash:20090119050218-f07c6-8cb3615ee51fe81ef90b1e54675c359d84a2e57c.gz
-
- Jan 18, 2009
-
-
Chris Smith authored
This patch completely reworks pluginutils to: - reduce the number of file accesses to enumerate and load plugins - change the way disabled plugins are recorded. a disabled plugin will now have ".disabled" added to its directory name (this halves the number of file accesses required to enumerate installed plugins) - place the guts of pluginutils code inside a class, Doku_Plugin_Controller, the existing access routines are preserved and no changes are required. - add two globals, $plugin_controller_class & $plugin_controller this allows preload.php to define its own plugin controller class - update config plugin to support new plugin structure config plugin now issues a PLUGIN_CONFIG_PLUGINLIST event before it finalizes the list of plugins it will be working with. Handlers of this event can remove plugins from the list. - update plugin manager plugin to support new plugin structure plugin manager now issues a PLUGIN_PLUGINMANAGER_PLUGINLIST event similarly to config plugin. - plugin manager updated to redirect after changes to plugins and to use msg() Finally, this patch contains a one-shot action plugin which will automatically convert a plugins directory from the old style disabled file to the new style. Note for darcs users, the new disabled format will mean a couple of old oneshot plugins, importoldchangelog and importoldindex, will have their directory names changed, which could lead to darcs wanting to record the change. darcs-hash:20090118190143-f07c6-d2e79af546a49a4af5817dd0c5cc27066e67c4d0.gz
-
Chris Smith authored
- save a gzipped version of js & css files at the same time as the uncompressed version is cache - basic content negotiation to send the compressed files - uses sendfile (for compressed or uncompressed versions) if config indicates its available darcs-hash:20090118184354-f07c6-66c5b465ab147d83de409708bab2c47d1dafcf8d.gz
-