summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* adjusted and moved style.ini viewer to represent style.ini of current ↵Anika Henke2009-01-24
| | | | | | template (not just default template) darcs-hash:20090124184033-f7d6d-b8d5aab351089866fecbb07f3fb3516f753bb077.gz
* added simple style.ini viewer to default templateAndreas Gohr2009-01-23
| | | | darcs-hash:20090123192937-7ad00-758bed69d026ed63a937e77072723877e4edc01c.gz
* better styling of new diff headerAnika Henke2009-01-23
| | | | darcs-hash:20090123004015-f7d6d-814c0c3cb2abe0aa202b7e7b97cda6fc78ae9c56.gz
* fixed multiple gzip/sendfile problems in css and js dispatchers FS#1571Andreas Gohr2009-01-22
| | | | | | | | | | - 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
* added missing closing parenthesisAndreas Gohr2009-01-22
| | | | darcs-hash:20090122184149-7ad00-bcde222d4166c6c63b2c798251e2686e4288487a.gz
* upgradeplugindirectory plugin: rework redirect loop fix + improve messages ↵Chris Smith2009-01-22
| | | | | | for wiki admins darcs-hash:20090122121128-f07c6-942f3696f2424432da6f45ab127273b98c7d9bf6.gz
* further updates to config_cascade patchChris Smith2009-01-22
| | | | | | | | | | - 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
* add error suppression to iswin check to avoid notices when ↵Chris Smith2009-01-22
| | | | | | DOKU_UNITTEST_ASSUME_WINDOWS isn't set darcs-hash:20090122081649-f07c6-e7744b1496e1a05ab089812fd7ca3716ecec2290.gz
* include preload.php without error suppression (but after existence check)Chris Smith2009-01-22
| | | | darcs-hash:20090122080426-f07c6-c2e4cb107f9d07f333a9fe295f5df5bd9d3fb15f.gz
* move Doku_Plugin_Controller class out of pluginutils and into its own fileChris Smith2009-01-22
| | | | | | (this allows it to be include and extended in preload.php) darcs-hash:20090122065852-f07c6-4e5069f3100174a396627c486561ff079c7a02e1.gz
* obsolete text for diff viewAnika Henke2009-01-21
| | | | darcs-hash:20090121004040-f7d6d-81820f7ea4f1b475131145b00593e82b56de9273.gz
* display summary + user in diff-view (FS#1424)Anika Henke2009-01-21
| | | | darcs-hash:20090121003858-f7d6d-7ede1c1b9b83f059c98389356614a9018c9fc0c2.gz
* prevent possible infinite redirect loop in upgradeplugindirectory pluginMichael Klier2009-01-20
| | | | darcs-hash:20090120222709-23886-478ff1ee40ff91f2a478735e51423e888b47a5af.gz
* no H1 tags for empty headlinesAndreas Gohr2009-01-20
| | | | darcs-hash:20090120131508-6e07b-a3354fe34f9c54f06a968c6685a04955a8c5a94e.gz
* French language updateNicolas Pourcelot2009-01-21
| | | | darcs-hash:20090121173138-6a2a0-10799601ac5dc943a029af047401c8e3465eb286.gz
* Spanish language upgradeLuis Dantas2009-01-21
| | | | darcs-hash:20090121173038-15659-bd88e89b637d26cfe078690dc61e8b91a0a77d9e.gz
* Changed minimum word length for fulltext index to 2Andreas Gohr2009-01-19
| | | | darcs-hash:20090119190920-7ad00-5409285ea5c44379fec906d08f5ccb710eac5b6d.gz
* more strict validityAnika Henke2009-01-19
| | | | darcs-hash:20090119194529-f7d6d-170bca22f3579528f1a6405cbec334209b40a106.gz
* moved class.no in form to a better place (for better strict validity)Anika Henke2009-01-19
| | | | darcs-hash:20090119181424-f7d6d-93a88fde0edf058f8cf42c6673d225cd77666472.gz
* fix for input accesskeysAnika Henke2009-01-19
| | | | darcs-hash:20090119170235-f7d6d-4c0c66781e23148f1ed583dc304979ec2d5471b2.gz
* FS#1517, obscure passwords in config filesChris Smith2009-01-19
| | | | | | This patch extends the config 'password' class to support a "_code" parameter darcs-hash:20090119164809-f07c6-c136b559772610539bccb9e9c0191f6a973216ad.gz
* FS#1505, correct an issue where page name search results could include links ↵Chris Smith2009-01-19
| | | | | | to pages to which the user had no access darcs-hash:20090119062124-f07c6-5d761a76a50c6c9bcc124fa89feb2fb7b0a9a9b5.gz
* Update for config cascade patch, fixes a couple of issuesChris Smith2009-01-19
| | | | darcs-hash:20090119050218-f07c6-8cb3615ee51fe81ef90b1e54675c359d84a2e57c.gz
* Major rework of pluginutilsChris Smith2009-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add capability to send pre-compressed js & css files if the browser can ↵Chris Smith2009-01-18
| | | | | | | | | | accept them - 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
* add http_sendfile() functionChris Smith2009-01-18
| | | | | | - update fetch.php to use the new function darcs-hash:20090118183600-f07c6-65c818bba58fab8856c9f353ff4953ead9b5221e.gz
* Rework configuration loading to use a predefined file list or cascadeChris Smith2009-01-18
| | | | | | | | | | | | This change add the global $config_cascade which holds the list of files to be read for each configuration setting group. Dokuwiki adds in its configuration file values after preload.php, giving preload.php to set its own configuration cascade. One side effect of the change is "local.protected.php" is part of the default cascade, removing the need for it to be included at the bottom of local.php. darcs-hash:20090118181204-f07c6-fea1c406da1bbdb0a52ab40914f11b835e797728.gz
* Czech language updatePavel Hajek2009-01-19
| | | | darcs-hash:20090119175459-2105c-03441bcf63592c49fa7ef1f16dada2b1df5e1f25.gz
* Media changelog addedmichael2009-01-18
| | | | | | | | There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, that returns all changes since a given timestamp and optionally before a given timestamp. The media upload and the XML-RPC-server have been changed to use these functions. Additionally, the event MEDIA_UPLOAD_FINISH has been extended, it has a new $data-attribute (the 5th), that contains a boolean if the file does already exist and will be overwritten. darcs-hash:20090118154345-074e0-5d9a90d269e86d8c6a156ecce5cf63115c827433.gz
* Brazilian Portuguese language updateLuis Dantas2009-01-18
| | | | darcs-hash:20090118200637-15659-d4230d3d5d713aa30d0034813b8f0828ca3d126e.gz
* fixed indexer which was broken by miscalculation in previous optimizationAndreas Gohr2009-01-18
| | | | darcs-hash:20090118200357-7ad00-2d3a8dcb57ef5d19efe65fd4af8c26af261aef06.gz
* fixed display of local flash filesAndreas Gohr2009-01-17
| | | | darcs-hash:20090117194338-7ad00-47d9dd7534ae4005f6742f5572551a0cc7582683.gz
* Russian language updateAlexei Tereschenko2009-01-17
| | | | darcs-hash:20090117185218-22cdf-1fb73de0f93087b89f992e9a5e392658cfad98b9.gz
* Nepali language updateSaroj Dhakal2009-01-17
| | | | darcs-hash:20090117185001-22994-fc748e4a1c4b4c8ef48a322bdf0b474ccd4e3be7.gz
* German language updateArne Pelka2009-01-17
| | | | darcs-hash:20090117184743-ce5f5-af20a0ad5feb28c0b10fa964ee47bb0da592ed2c.gz
* disable multiple revisions checkboxes if two are checkedAnika Henke2009-01-17
| | | | darcs-hash:20090117172920-f7d6d-d8a093a5b80a48b92c2f3abb08f7d029ae23e732.gz
* fixed broken empty img alt params in formsAnika Henke2009-01-17
| | | | darcs-hash:20090117172751-f7d6d-0524a77889593d24bdd46df337071833f1fecb8f.gz
* adjusted config manager for new config option 'tocminheads'Anika Henke2009-01-17
| | | | darcs-hash:20090116235051-f7d6d-8898c5f3433c701191bfd8652bdccb6d46a8ce6b.gz
* makes minimum amount of headlines configurable that determines if the TOC is ↵Anika Henke2009-01-17
| | | | | | built (FS#1226) darcs-hash:20090116233507-f7d6d-aaff15652d2e698a4403b3386b5b1eb6c0fa38f3.gz
* replaced str_replace with sprintf in media managerAndreas Gohr2009-01-16
| | | | darcs-hash:20090116220659-7ad00-176afb347702b72fdb75faa3401b5c2c4b50c6a0.gz
* fix for FS#1534Michael Klier2009-01-16
| | | | darcs-hash:20090116225428-23886-2ce4d48a20f66265764c95b19ee505c6519446e2.gz
* fixed confirmation dialog on media deleteAndreas Gohr2009-01-16
| | | | darcs-hash:20090116214118-7ad00-47a90e682e8ffab313fee7e775d82a3e892dc5bc.gz
* some tweaks to recent usermanager patchAndreas Gohr2009-01-16
| | | | darcs-hash:20090116210718-7ad00-9824b47ea265a7426ed36eb020db45befd4104ec.gz
* made 'edit user' in user manager more usableAnika Henke2009-01-16
| | | | darcs-hash:20090116214702-f7d6d-89ecae0e072bbd8ae42646733bf7ceff10b59540.gz
* Portuguese Brazlian language updateJair Henrique2009-01-16
| | | | darcs-hash:20090116185506-0f120-b63ed7b126ef4a99e495600195114726cbcf135f.gz
* minor source tweak in flash codeAndreas Gohr2009-01-16
| | | | darcs-hash:20090116185152-7ad00-e61cc172e23a24c9d552086b1af1d935e45d29a1.gz
* Use html_flashobject for MultiUploaderAndreas Gohr2009-01-16
| | | | darcs-hash:20090116182523-7ad00-3bf44603ff1f5193877e0a29400b25a8edc5365a.gz
* new html_flashobject() function for simple and XHTML valid flash embedsAndreas Gohr2009-01-16
| | | | darcs-hash:20090116174140-7ad00-4eb1fe3269d10cb21819a5b220484b7114cbb4de.gz
* keep breadcrumbs for anonymous users FS#1519Andreas Gohr2009-01-16
| | | | darcs-hash:20090116145345-7ad00-153c9e6e0a83d937c48967ed5bc90578a5f49a15.gz
* catch too big uploads FS#1552Andreas Gohr2009-01-16
| | | | darcs-hash:20090116135017-7ad00-5815811717b4b5eb86698e57277e9ae74c660883.gz