| bb32615d | 24-Aug-2008 |
Michael Klier <chi@chimeric.de> |
XMLRPC: new event XMLRPC_CALLBACK_REGISTER
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 i
XMLRPC: new event XMLRPC_CALLBACK_REGISTER
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
show more ...
|
| fc80ed59 | 24-Aug-2008 |
Andreas Gohr <andi@splitbrain.org> |
avoid deprected warnings in php5.3 FS#1464
darcs-hash:20080824085653-7ad00-44925f90b286493b9b55d1ace59136a676786faf.gz |
| 69cd1e27 | 23-Aug-2008 |
Andreas Gohr <andi@splitbrain.org> |
redirect on show/POST
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.
redirect on show/POST
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
show more ...
|
| 1c548ebe | 23-Aug-2008 |
Andreas Gohr <andi@splitbrain.org> |
mobile detection added
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 dynamic
mobile detection added
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
show more ...
|
| 1a49ac65 | 23-Aug-2008 |
Gina Haeussge <osd@foosel.net> |
Added option to make media search recursive
By providing a key 'recursive' in the opts array of the media search, the search recurses into namespaces.
darcs-hash:20080823100126-2b4f5-62a051fc901d61
Added option to make media search recursive
By providing a key 'recursive' in the opts array of the media search, the search recurses into namespaces.
darcs-hash:20080823100126-2b4f5-62a051fc901d61158347a2e87181e21fda87471d.gz
show more ...
|
| 9c71da5b | 23-Aug-2008 |
Andreas Gohr <andi@splitbrain.org> |
more verbose errors in tarlib when needed ext is missing
darcs-hash:20080823111603-7ad00-8c6f664b96fa6c959f77965d0d1b721aecedc92c.gz |
| 287f35bd | 23-Aug-2008 |
Andreas Gohr <andi@splitbrain.org> |
add slash in io_mktmdir
darcs-hash:20080823090003-7ad00-e3b2f2258bf794b62810f9fc51378bb9271441e3.gz |
| a00de5b5 | 17-Aug-2008 |
Andreas Gohr <andi@splitbrain.org> |
tpl_actiondropdown added
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-f267285a3
tpl_actiondropdown added
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
show more ...
|
| 7d3c8d42 | 17-Aug-2008 |
Gabriel Birke <Gabriel.Birke@delti.com> |
Wrap user modifications in events
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 ac
Wrap user modifications in events
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
show more ...
|
| e7835c60 | 17-Aug-2008 |
Aydin Coskuner <aydinweb@gmail.com> |
Turkish language update
darcs-hash:20080817134530-440c1-c8490890249de90df90bbba6b152652cb9d350c6.gz |
| 8c08db0a | 17-Aug-2008 |
Andreas Gohr <andi@splitbrain.org> |
strip default parameters from media URLs
Default parameters like cacheÊche or empty width or heights are stripped from media URLs now.
darcs-hash:20080817134207-7ad00-4b53c1f9b121fcbb3e0c5cc38e672f
strip default parameters from media URLs
Default parameters like cacheÊche or empty width or heights are stripped from media URLs now.
darcs-hash:20080817134207-7ad00-4b53c1f9b121fcbb3e0c5cc38e672f1b20157956.gz
show more ...
|
| f46c9e83 | 15-Aug-2008 |
Anika Henke <anika@selfthinker.org> |
fixed all remaining links to wiki.splitbrain.org and to restructured pages
darcs-hash:20080815134211-f7d6d-61f4f4fa1c5f62832d7cc5ad3e3a7a78460d2981.gz |
| 66549c4a | 15-Aug-2008 |
Anika Henke <anika@selfthinker.org> |
fixed links in lang files
darcs-hash:20080815130000-f7d6d-2ecb0a83f96507db2cd51e60db292781f9c4da8e.gz |
| bd2f6c2f | 14-Aug-2008 |
Andreas Gohr <andi@splitbrain.org> |
display the (shortened) namespace for page quicksearch
When displaying pagename matches in the Ajax quick search or normal search, the namespace of the page is shown behind the pagename. This makes
display the (shortened) namespace for page quicksearch
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
show more ...
|
| 3a50618c | 04-Aug-2008 |
gweissbach <gweissbach@inetsoftware.de> |
Explicite TypeCast for searchIndex
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 inc
Explicite TypeCast for searchIndex
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
show more ...
|
| c8915177 | 13-Aug-2008 |
Leo Moll <leo@yeasoft.com> |
German language update
darcs-hash:20080813205330-eb615-3b05543addf60945b3f33f477521e725436df4f0.gz |
| 94806c6f | 13-Aug-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
add third parameter to plugin_load(), $new, to allow return of a new plugin object instance
darcs-hash:20080813125929-f07c6-4f20e147334ebc5be006ec9f260331950ac2e4cb.gz |
| 13ecfb18 | 13-Aug-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
Allow syntax plugin handle() function to return false to indicate do not create plugin render instruction
darcs-hash:20080813125334-f07c6-dc93aefae6f027152a7bded7f0dacc814d041566.gz |
| 0f3a5ebf | 12-Aug-2008 |
Andreas Gohr <andi@splitbrain.org> |
don't resort pages in html_search()
darcs-hash:20080812202134-7ad00-9ce6075c5b4eb1960e17338822814c89d180b65e.gz |
| f31eb72b | 12-Aug-2008 |
Andreas Gohr <andi@splitbrain.org> |
Better search for pagename quick searches
The pagename matching search (AJAX and "real" search) now sort results based on the namespace hierarchy levels before doing an alphabetically search. This m
Better search for pagename quick searches
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
show more ...
|
| 6840140f | 11-Aug-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
Add SEARCH_QUERY_FULLPAGE & SEARCH_QUERY_PAGELOOKUP events
SEARCH_QUERY_FULLPAGE event wraps around ft_pageSearch() call, the function which handles the search action and feed searching.
The event
Add SEARCH_QUERY_FULLPAGE & SEARCH_QUERY_PAGELOOKUP events
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
show more ...
|
| 7a0f9a27 | 11-Aug-2008 |
Chris Smith <chris.eureka@jalakai.co.uk> |
Update HTTPClient to encode posted variable names
darcs-hash:20080811102501-f07c6-5e66b06f303ea9945a22f6636c1f1210089a1aa1.gz |
| d1accf26 | 28-Jul-2008 |
serg_stetsuk <serg_stetsuk@ukr.net> |
Ukrainian language update
darcs-hash:20080728193850-52867-8a7f60f256b7d2b63d2b4287264419a707ac8713.gz |
| 577c7cda | 28-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
Enhancements for password hashing (maybe fixes FS#1440)
This patch adds support for Apache style salted MD5 hashs (apr1). It also fixes smd5 for systems where crypt() does not support MD5 hashs.
Un
Enhancements for password hashing (maybe fixes FS#1440)
This patch adds support for Apache style salted MD5 hashs (apr1). It also fixes smd5 for systems where crypt() does not support MD5 hashs.
Unit tests were added.
darcs-hash:20080728181616-7ad00-d0980557111cb05662ea1bcf4a78aa2b74ac90d0.gz
show more ...
|
| a8f2bc05 | 27-Jul-2008 |
Javier Matos Odut <niseteocurra@gmail.com> |
Spanish language update
darcs-hash:20080727074656-8cd3b-67ffbe95dc633d25fe36544389d59ae14d0da351.gz |