summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* CSS update for media formMichael Klier2007-10-29
| | | | darcs-hash:20071029135607-23886-63a278261ccce0003a02fa7e2609fad09583e88b.gz
* Revert change to DOKU_INC introduced by xmlrpc_putpage patchGuy Brand2007-10-27
| | | | darcs-hash:20071027202616-19e2d-6477ab646496d10203875826e06d923cda32fde2.gz
* Add the Universal Wiki Edit Button to the deafault templateAndreas Gohr2007-10-26
| | | | | | | | | | | | | | | | The "Universal Wiki Edit Button" is a movement to make Wikis easily recognizable to users regardless of the used engine or template. The aim is to create an icon which is as easy to recognize as the now well known RSS icon. The hope is to spread the Wiki idea and make more people aware of the use of Wikis outside the scope of Wikipedia. The logo is added through a background CSS defined in UWEB.css More info about the Universal Wiki Edit Button can be found at http://www.aboutus.org/uweb - you may also add your thoughts about it there. darcs-hash:20071026213115-7ad00-6101fbc3449b4426f795c60775c874eb0e53bb82.gz
* Galician language updateAndreas Gohr2007-10-26
| | | | darcs-hash:20071026205405-7ad00-56ddd5adab9ae4ae37697cd82a10f5c4ea056271.gz
* Turkish updateAndreas Gohr2007-10-26
| | | | darcs-hash:20071026185916-7ad00-86fc05c180aba145b154e8a61539691f75906fbb.gz
* Translatable JavaScript strings for pluginsGabriel Birke2007-10-26
| | | | | | | | | | Strings to be used in plugin provided JavaScript can now be put into the plugin's lang.php files. It has to be stored as subkeys of $lang['js']. Eg the following in lib/plugins/blah/lang/en/lang.php $lang['js']['foo'] darcs-hash:20071026131130-79ce3-75ab69b1ba527c823e0e5ef0fde031032aaa2548.gz
* Brasilian Portuguese UpdateFrederico Goncalves Guimaraes2007-10-26
| | | | darcs-hash:20071026110711-b9abf-3c57eaea66fb90636e51fa9aa03dc7928824fb6f.gz
* Latvian language updateAndreas Gohr2007-10-19
| | | | darcs-hash:20071019063310-7ad00-d087781c8064cd650946dfd1d457563ce646cae6.gz
* Fix border condition on recent change updateTom N Harris2007-10-16
| | | | darcs-hash:20071015225711-6942e-4d540e23e3c2ab62e378b0b9bc3cb80041c79350.gz
* fixed URLs in plugin and user managerAndreas Gohr2007-10-13
| | | | | | | For the new plugin repository, plugins should use a page named after their class at wiki.splitbrain.org darcs-hash:20071013191842-7ad00-0580762663329d4f21e6996748117987438c953f.gz
* xmlrpc_putpageDennis Ploeger2007-10-12
| | | | | | Adds the putpage-method to the xmlrpc-server-code darcs-hash:20071012135930-b8925-1d770de41b3e6aea4c612666194e915dda344647.gz
* X-Sendfile support for fetch.phpAndreas Gohr2007-10-08
| | | | | | | | | | | | This patch enables the use of the X-Sendfile extension offered by certain webservers to deliver static files after running a dynamic script. This combines the flexibility of a PHP file to check for authorization, caching and resizing with the low memory footprint and high performance of static file delivery of the webserver. See http://blog.lighttpd.net/articles/2006/07/02/x-sendfile for details darcs-hash:20071008185019-7ad00-1e6d4768fb60d58955e4253c7786eaf8cf13d0bb.gz
* esperanto updateAndreas Gohr2007-10-07
| | | | darcs-hash:20071007191109-7ad00-80a395519238428c32d20b5d8b9738908c25da05.gz
* fullpath fix for WindowsAndreas Gohr2007-09-30
| | | | darcs-hash:20070930214958-7ad00-bc8ca26f86ea4c9e68ea2b8f3cacc2a598543122.gz
* don't use fullpath() before initializedAndreas Gohr2007-09-30
| | | | darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
| | | | | | | | | | | The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups. This patch replaces all realpath() calls with a PHP only replacement which should solve those problems. darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
* Remove obsolete words from search indexTom N Harris2007-09-19
| | | | | | | | | Creates another index file 'pagewords.idx' for the words in each page. Words that are deleted from a page can then be removed from the word index. The indexer version is incremented to force rebuilding of the index. Also, a minor flaw in the regexp for asian words is fixed. darcs-hash:20070919194244-6942e-2e08157dcf4fdf166b35b36a0faf8a3dfb415ad9.gz
* Indonesian updateAndreas Gohr2007-09-08
| | | | darcs-hash:20070908192004-7ad00-f7ed26c8afd03db706acd90d38367bf13dfc2266.gz
* Small fix for CSRF check in config and ACL pluginsAndreas Gohr2007-09-08
| | | | darcs-hash:20070908142300-7ad00-ecb0aa5d77f6451b33988e6008e0297bd4425948.gz
* Esperanto updateAndreas Gohr2007-09-06
| | | | darcs-hash:20070906183038-7ad00-7bfdf2858d146a17fbe5824773ae5d9c985e0e28.gz
* respect DOKU_BASE in CSS cache file nameMichael Klier2007-09-06
| | | | darcs-hash:20070906125503-23886-5b5d7f1fb90eaa25e0ce08469a541cb2a760de1b.gz
* CSRF prevention for admin pluginsAndreas Gohr2007-08-29
| | | | | | | | | | | | | | | This patch adds a session based token to all form in the default action plugins. The validity of the token is checked before any administrative function is executed aiming to protect DokuWiki's admin functions from Cross-site request forgery (CSRF) attacks. Another patch will follow to add the same functionality on other, less critical functions. More details on CSRF attacks can be found at http://en.wikipedia.org/wiki/Cross-site_request_forgery darcs-hash:20070829201538-7ad00-d0770224a3351fd8e38968e3a9d8e73520482445.gz
* Revert plugin die if DOKU_INC undefinedGuy Brand2007-08-26
| | | | darcs-hash:20070826201745-19e2d-10ac45260b4ab288ffa91c4828b82bb61ebfa625.gz
* Arbitrary Button types in JS toolbarGabriel Birke2007-08-26
| | | | | | | | | | | | | | | | | | | | | This is my patch for creating toolbar buttons with arbitrary button types, tested with Firefox, Opera and IE7. If you want to create a new type of button, you must have a function in the script.js file of your plugin. The function name must begin with "addBtnAction", followed by the type name, for example for the type "myType" the function must be called "addBtnActionMyType" (bear in mind that the first char of the type must be uppercased in the function name). The function has four parameters: "btn" is the HTML element for the button where you attach the onclick handler "props" is an associative array of the array properties that come from the toolbar array that was created by toolbar.php "edid" (optional) is the id of the editor textarea "id" (optional) is a "unique" number for each button: the index variable of the for loop where the buttons get created. darcs-hash:20070826192206-79ce3-1fe6f49c1eb5d0c10adbadc43f7b2ee1aec1853e.gz
* german updateAndreas Gohr2007-08-21
| | | | darcs-hash:20070821174336-7ad00-f17ae332851fb010f6cfc6e09e0a2f958b809a92.gz
* Fix $conf['compression'] setting values (was using 'bzip' instead of 'bz2'); ↵Chris Smith2007-08-21
| | | | | | FS#1185 darcs-hash:20070821120916-d26fc-75fbdf68d2a31222b892106229ee84c12c504630.gz
* french updateAndreas Gohr2007-08-21
| | | | darcs-hash:20070821173805-7ad00-49900167ab4babede6acebb595faf005b28ce18e.gz
* typo fix in action plugin prototype classMichael Klier2007-08-20
| | | | darcs-hash:20070820175842-23886-3af1d5a1585545b6a84cc8df526f8fe53be537d7.gz
* esperanto updateAndreas Gohr2007-08-19
| | | | darcs-hash:20070818222029-7ad00-490d6e1e53a9753c4951ee8a9a9882d3cbdcfdb0.gz
* finish language updateAndreas Gohr2007-08-16
| | | | darcs-hash:20070816182508-7ad00-a6107d7ae873a1473444c8fcfc02cf59172b0d8b.gz
* greek language updateAndreas Gohr2007-08-14
| | | | darcs-hash:20070813220053-7ad00-db53d44215d74c091c10e0423b8152dec302127a.gz
* Optimize loading the index with AJAXBen Coburn2007-08-10
| | | | | | | | | | | | | | Improves the perceptual latency of the AJAX based index view. - Only show the throbber for AJAX calls that are slow. Currently this applies to calls that take more than 500 ms. - Reuse the results of AJAX calls. This makes a namespace open, close, open, cycle much faster. Also reduces the number of AJAX calls to the server. (To reload the index, just reload the page as usual.) darcs-hash:20070810040430-05dcb-1a4bcdb19c599ea74d1a3d2cc758753d19ef6eee.gz
* typo fix for plugin manager which caused blank error message FS#1216Andreas Gohr2007-08-10
| | | | darcs-hash:20070809221830-7ad00-601fe9bef16ae512262c40feadbb07af512b0ef1.gz
* spelling fix FS#1220Andreas Gohr2007-08-09
| | | | darcs-hash:20070809212154-7ad00-bde57d95f9b61840f1cdac4d60f89bcd0ae83c4a.gz
* dutch language updateAndreas Gohr2007-08-08
| | | | darcs-hash:20070808214818-7ad00-48bb7ceff4e2144512bb7ad217700c63c9d4bb94.gz
* Portuguese language updateAndreas Gohr2007-08-08
| | | | darcs-hash:20070808180825-7ad00-63a8a7c23769cd92cccde54c3df267e94214eaae.gz
* german language updateAndreas Gohr2007-08-08
| | | | darcs-hash:20070807221400-7ad00-c67b347e0528709a4eae84f3740c34d12f9e1bba.gz
* Add checks for supported attic compression methods to config plugin (FS#1185)Chris Smith2007-08-05
| | | | darcs-hash:20070805193638-d26fc-aac3910d4dea3cd5539572cce3e73366ed39ab80.gz
* separated TOC from pageAndreas Gohr2007-08-05
| | | | | | | | | | | | | | | | | | This patch introduces a tpl_toc() function which can be used to freely place the Table of Contents in a template. When used, tpl_content should be called with a parameter of false to supress the automatic TOC placement. Note: if tpl_toc() us run *before* tpl_content(), TOCs will not work in the preview. A work around is to run tpl_content() in a output buffer first. This patch also adds a getTOC() function for admin plugins which allows plugin authors to put create their own TOC which will be placed correctly in the template. A convenience function html_mktocitem() is available. The config manager was adjusted to make ue of this new feature, but some bugs might remain. darcs-hash:20070805132405-7ad00-77d2c3cdf66cc62b2d408cc6580f938636a109af.gz
* Galician translationAndreas Gohr2007-07-30
| | | | darcs-hash:20070730164939-7ad00-43323188e904f45153062bb2e5c3550a1ea4ce4d.gz
* JavaScript fixAndreas Gohr2007-07-25
| | | | darcs-hash:20070725184035-7ad00-ed079411e612045107680940d8e0570df48bdb7d.gz
* fix for XSS in spellchecker FS#1195Andreas Gohr2007-07-19
| | | | darcs-hash:20070719122538-7ad00-6c49f72bc490f27718d25f105fd762982631bd7b.gz
* small javascript fixAndreas Gohr2007-07-16
| | | | darcs-hash:20070716185356-7ad00-041a32374cd1d2878296161a5cc1bc7e09e58b27.gz
* AJAX for the index viewAndreas Gohr2007-07-16
| | | | | | | | | | This makes the index view much more responsive by loading sub namespaces through AJAX if JavaScript is available. The used throbber image probably looks bad on dark backgrounds. If someone could provide a better one it would be greatly appreciated. darcs-hash:20070716184605-7ad00-adf298ee3303d50f2b4b6b66e5ea3ff8d8c2bf9a.gz
* fixed unclean language files FS#1186Andreas Gohr2007-07-15
| | | | darcs-hash:20070715090528-7ad00-ffebbfcd0e4b12e839a958932afd1db2c4fb8765.gz
* slightly modfied donation buttonAndreas Gohr2007-07-11
| | | | | | See http://www.splitbrain.org/blog/2007-07/10-paypal_oddities darcs-hash:20070711213825-7ad00-cef46fe97caa244503083944dd3f154bc5a1d1d6.gz
* improved feed creationAndreas Gohr2007-07-11
| | | | | | | | | The feed now can export diff views (unified and HTML) as well as full HTML page content. Some things might be broken. Everybody please test it! darcs-hash:20070711213624-7ad00-49359417127fdbd6e31374738509110271b6b351.gz
* correct hilighting of empty summary on previewTom N Harris2007-07-05
| | | | darcs-hash:20070705215447-6942e-d3e1124a3cfec6661a7077bc0d9707b156bc2313.gz
* Norwegian language updateAndreas Gohr2007-07-02
| | | | darcs-hash:20070702195324-7ad00-ae4099158ec50f7345355738b2d80905ca63a543.gz
* Slovak language updatesAndreas Gohr2007-06-30
| | | | darcs-hash:20070630110132-7ad00-d2e4eca72ca53ff3aa5808ae6328d798a9e8b039.gz