summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Turkish language updateYavuz Selim2008-09-06
| | | | darcs-hash:20080906082526-64b66-950f5cd3f5d60233bf5ddaecad2a061d31413b3d.gz
* Turkish language updateAydin Coskuner2008-09-03
| | | | darcs-hash:20080903172346-440c1-3476db756693f0c432c01f00e8f1867472f8c11f.gz
* Hungarian language updateSiaynoq2008-09-01
| | | | darcs-hash:20080901180125-9022f-116174b8115d149ca61734cc07ed590c1aed2f4a.gz
* Fix for FS#1478Gina Haeussge2008-08-30
| | | | darcs-hash:20080830211206-2b4f5-4f7073d95c950329f7bd2a6eb9bced948e37db1f.gz
* Usermanager: Add autogeneration of passwordGina Haeussge2008-09-01
| | | | | | | | | The password of a newly added user account is now autogenerated if the backend supports it, the password field is left empty and the notification of the user is enabled. A corresponding note was added to the dialog to inform admins about this behaviour. darcs-hash:20080901170041-2b4f5-e66173fe74395a1dab8e6deaf59541d258d4bacb.gz
* No more redirect on doMichael Hamann2008-09-01
| | | | darcs-hash:20080901120812-fdd0b-7082d4c264f665899f56438c0d0a64137d83b3a1.gz
* New event TPL_TOC_RENDERGina Haeussge2008-08-30
| | | | | | | | This new event is triggered directly before rendering the TOC. An array containing the current TOC items is given as eventdata and can be modified by action plugins to e.g. add additional items to the TOC. darcs-hash:20080830192033-2b4f5-29611563677679f5bfc0d030019e23d7e9a6bcf5.gz
* syntax plugin match getter and setterpierre.spring2008-08-29
| | | | darcs-hash:20080829125828-c07ef-b27cbac1f23e313572952ea8f1172fbd88f60493.gz
* new event ACTION_EXPORT_POSTPROCESSMichael Klier2008-08-28
| | | | | | | | | | | | | This event allows action plugins to postprocess the output of a page requested for export. Event data: data[id] -- the page id data[mode] -- requested export mode data[headers] -- headers of the requested export mode data[output] -- export output darcs-hash:20080828200321-23886-6676682f33fa5c2d9f0c0a21fa26154baf4e137a.gz
* try to improve "disimproved" link corrections in wiki:syntaxAnika Henke2008-08-27
| | | | darcs-hash:20080827191752-f7d6d-a70078217f374bb0908b5f5eb6572942ec569692.gz
* more consistent wording for "link text" in wiki:syntaxAnika Henke2008-08-27
| | | | darcs-hash:20080827190239-f7d6d-f15df9f9f854d46e7ebf8dd52645fe2d54707639.gz
* return show action in act_auth for logged in users and 'login' actionAndreas Gohr2008-08-25
| | | | | | This triggers the new redirect event for logins as well. darcs-hash:20080825202710-7ad00-b8cc40d7a74fd093bd79c5d7d88302c63ea9ef3d.gz
* Added perms and size to getRecentChanges in XML-RPCMichael Hamann2008-08-24
| | | | darcs-hash:20080824100938-fdd0b-c44a74e698eab59347b315881728c6a063e8b740.gz
* XMLRPC: Fixed identation, added deleteAttachment, changed params of ↵Gina Haeussge2008-08-24
| | | | | | putAttachment to fit Wiki RPC specs darcs-hash:20080824100043-2b4f5-4ad6d86abcf6bc816a47bfd902e37684483ff43e.gz
* XMLRPC: Fixed lastModified property for getAllPages and getAttachmentsGina Haeussge2008-08-24
| | | | darcs-hash:20080824092446-2b4f5-8424c621fcca7f765feaccea88c1e6664ce94209.gz
* XMLRPC: new event XMLRPC_CALLBACK_REGISTERMichael Klier2008-08-24
| | | | | | | | | By using this event, action plugins can register their own callback methods in DokuWikis XML-RPC server, and extend it's functionality. The event data is the server instance. Plugins can also remove already registered callbacks or replace them with their own methods. darcs-hash:20080824080457-23886-b49b897592ce6717f0980f6044bae2d51fd73336.gz
* XMLRPC: extended listPages()Michael Klier2008-08-24
| | | | darcs-hash:20080824090633-23886-57dd768012053858ec86eab235698b7f297661ea.gz
* avoid deprected warnings in php5.3 FS#1464Andreas Gohr2008-08-24
| | | | darcs-hash:20080824085653-7ad00-44925f90b286493b9b55d1ace59136a676786faf.gz
* XMLRPC: Cleanup in callback registrationsGina Haeussge2008-08-23
| | | | darcs-hash:20080823173152-2b4f5-8aaed82a8122f0901878326fc17a889c22bc1b79.gz
* XMLRPC: Return permissions and date of last modification for filesGina Haeussge2008-08-23
| | | | darcs-hash:20080823173120-2b4f5-8efab03fd182909ea192f739a228ffad64938eda.gz
* XMLRPC: Added options for recursion and filtering in listAttachmentsGina Haeussge2008-08-23
| | | | darcs-hash:20080823140755-2b4f5-f7d4ce991c38cc6a42e0013e738e291a3d134a43.gz
* XMLRPC: Added getAttachmentInfoGina Haeussge2008-08-23
| | | | darcs-hash:20080823140622-2b4f5-cb7dbe63f0142fedf39fdb5cfd1abedb10a6fa56.gz
* XMLRPC: Fixed parameter type of listAttachmentsGina Haeussge2008-08-23
| | | | darcs-hash:20080823140514-2b4f5-32b2010ecf506250e10ed68704e0c31d99920585.gz
* redirect on show/POSTAndreas Gohr2008-08-23
| | | | | | | | | Now a redirect is always done when the final action is show, but the reqeuest method is POST. This handles actions like cncel autmatically and ensures nice URLs are reinstated. A new event ACTION_SHOW_REDIRECT wraps the redirect. darcs-hash:20080823174550-7ad00-4969a9467b5bca12412507fd6b177088a1c5363f.gz
* mobile detection addedAndreas Gohr2008-08-23
| | | | | | | | This patch adds detection of mobile browsers to DokuWiki. $INFO[ismobile] will be set to true for mobile browsers. Template authos can use this to adapt their template dynamically. CSS support will follow. darcs-hash:20080823152454-7ad00-67e50139572a746d2b356bdbb2a53a3f21b53bcb.gz
* XMLRPC: Added method getAttachment for retrieving a media file from the wikiGina Haeussge2008-08-23
| | | | darcs-hash:20080823100440-2b4f5-a134b64fe552e5151ac7adce0292e90b62d8c747.gz
* XMLRPC: Make getAttachments recursiveGina Haeussge2008-08-23
| | | | darcs-hash:20080823100400-2b4f5-6327f95d079589a33d0e7881df3436fde1db89e1.gz
* Added option to make media search recursiveGina Haeussge2008-08-23
| | | | | | By providing a key 'recursive' in the opts array of the media search, the search recurses into namespaces. darcs-hash:20080823100126-2b4f5-62a051fc901d61158347a2e87181e21fda87471d.gz
* more verbose errors in tarlib when needed ext is missingAndreas Gohr2008-08-23
| | | | darcs-hash:20080823111603-7ad00-8c6f664b96fa6c959f77965d0d1b721aecedc92c.gz
* Be more verbose on errors in plugin managerAndreas Gohr2008-08-23
| | | | | | | handle "unknown" errors from TarLib and print all errors when allowdeug is set darcs-hash:20080823092642-7ad00-f2c827b422c9d49784c343804af2a0d71fb275ad.gz
* add slash in io_mktmdirAndreas Gohr2008-08-23
| | | | darcs-hash:20080823090003-7ad00-e3b2f2258bf794b62810f9fc51378bb9271441e3.gz
* tpl_actiondropdown addedAndreas Gohr2008-08-17
| | | | | | | This new template function allows a dropdown menu to be used to access all the DokuWiki do actions with minimal space requirement. darcs-hash:20080817203841-7ad00-f267285a3e9f119c5aaaf73ca276e3a2f1f72a94.gz
* Wrap user modifications in eventsGabriel Birke2008-08-17
| | | | | | | | Adds a wrapper function in the basic auth class which is used by the core code to modify the user database. The wrapper function signals events and delegates the action to the auth backend. darcs-hash:20080817141121-79ce3-3300a4342b62a7a18ebcc9a765d87b30a0264621.gz
* Turkish language updateAydin Coskuner2008-08-17
| | | | darcs-hash:20080817134530-440c1-c8490890249de90df90bbba6b152652cb9d350c6.gz
* strip default parameters from media URLsAndreas Gohr2008-08-17
| | | | | | | Default parameters like cacheÊche or empty width or heights are stripped from media URLs now. darcs-hash:20080817134207-7ad00-4b53c1f9b121fcbb3e0c5cc38e672f1b20157956.gz
* fixed all remaining links to wiki.splitbrain.org and to restructured pagesAnika Henke2008-08-15
| | | | darcs-hash:20080815134211-f7d6d-61f4f4fa1c5f62832d7cc5ad3e3a7a78460d2981.gz
* fixed links in lang filesAnika Henke2008-08-15
| | | | darcs-hash:20080815130000-f7d6d-2ecb0a83f96507db2cd51e60db292781f9c4da8e.gz
* display the (shortened) namespace for page quicksearchAndreas Gohr2008-08-14
| | | | | | | | | | | | | | | When displaying pagename matches in the Ajax quick search or normal search, the namespace of the page is shown behind the pagename. This makes it easier to distinguish the pages when the same namespace is used in different namespaces. To avoid breaking the layout in deep nested namespace hierarchies, the namespace is shortened in the middle when needed. This patch also disables the effect of the useheadings option in the Ajax quick search. After all the results should show what was found and since the search works on pagenames not headings it should show pagenames as result. darcs-hash:20080814194826-7ad00-9add9c1bbbb4f4ede3c6884d37427644b2cddc56.gz
* fetch.php file not existing and devision by zerogweissbach2008-08-05
| | | | | | | | | | | If the cache file does not exist after it should have been generated via an action plugin or via resizing filemtime fails with a file not found. This has to be fixed by @filemtime. Another fix is the check for the $INFO before resizing an image in get_resized. get_croped has already been fixed darcs-hash:20080805132309-f4337-41698af01cf1f3632bd68e1e10724bdffc7c58a3.gz
* Explicite TypeCast for searchIndexgweissbach2008-08-04
| | | | | | | | | | | Running the /bin/indexer.php or the searchindex plugin fails in php5 with several type cast errors. This can be fixed using explicite type casts. Secondly the include plugin requires the auth.php to be present. As some other plugins might use quick-acl or the $auth too, indexer.php should require the auth.php just as the lib/exe/indexer.php does. darcs-hash:20080804112444-f4337-e12f25329236689b05e31f0db2119e47660a9404.gz
* french language fixcolin2008-08-13
| | | | darcs-hash:20080813153052-9780e-62b68edf7b9d4b0efad746b53bc7fc2fe325603c.gz
* German language updateLeo Moll2008-08-13
| | | | darcs-hash:20080813205330-eb615-3b05543addf60945b3f33f477521e725436df4f0.gz
* XMLRPC: run indexer on putPage()Michael Klier2008-08-13
| | | | darcs-hash:20080813200614-23886-ad320ca14e120d8206ee5ffdfb4ac087e0aa6929.gz
* add third parameter to plugin_load(), $new, to allow return of a new plugin ↵Chris Smith2008-08-13
| | | | | | object instance darcs-hash:20080813125929-f07c6-4f20e147334ebc5be006ec9f260331950ac2e4cb.gz
* Allow syntax plugin handle() function to return false to indicate do not ↵Chris Smith2008-08-13
| | | | | | create plugin render instruction darcs-hash:20080813125334-f07c6-dc93aefae6f027152a7bded7f0dacc814d041566.gz
* don't resort pages in html_search()Andreas Gohr2008-08-12
| | | | darcs-hash:20080812202134-7ad00-9ce6075c5b4eb1960e17338822814c89d180b65e.gz
* Better search for pagename quick searchesAndreas Gohr2008-08-12
| | | | | | | | | The pagename matching search (AJAX and "real" search) now sort results based on the namespace hierarchy levels before doing an alphabetically search. This means pages with fewer namespace (ie. higher up in the hierarchy) wil be shown first. darcs-hash:20080812200649-7ad00-b58f152923864c3440e6412be58fb6fb25373583.gz
* Add SEARCH_QUERY_FULLPAGE & SEARCH_QUERY_PAGELOOKUP eventsChris Smith2008-08-11
| | | | | | | | | | SEARCH_QUERY_FULLPAGE event wraps around ft_pageSearch() call, the function which handles the search action and feed searching. The event data is the parameters of this function: data['query'] darcs-hash:20080811110656-f07c6-a149de6cd0ebc997541fa6e3f4bc6788d663dbd3.gz
* Update HTTPClient to encode posted variable namesChris Smith2008-08-11
| | | | darcs-hash:20080811102501-f07c6-5e66b06f303ea9945a22f6636c1f1210089a1aa1.gz
* added apr1 to the config manager choices of the passcrypt optionAndreas Gohr2008-08-10
| | | | darcs-hash:20080810192632-7ad00-96cb5ce703bf5b823f01ca696791bec8e46bea5e.gz