| 4a119027 | 10-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
correctly URL encode idx parameter in index view
darcs-hash:20070810082232-7ad00-e6abe2b952b7575454f8a2fcc5c257ec07b09e78.gz |
| 9a59099f | 10-Aug-2007 |
Ben Coburn <btcoburn@silicodon.net> |
Optimize loading the index with AJAX
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
Optimize loading the index with AJAX
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
show more ...
|
| d4db9fb9 | 09-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
Fix for not working iconv call in SimplePie
See http://simplepie.org/support/viewtopic.php?pid819#p3819
Patch sent to upstream
darcs-hash:20070809234320-7ad00-985fc7e26ee6440efef8a4c8b72d313df012f
Fix for not working iconv call in SimplePie
See http://simplepie.org/support/viewtopic.php?pid819#p3819
Patch sent to upstream
darcs-hash:20070809234320-7ad00-985fc7e26ee6440efef8a4c8b72d313df012fc53.gz
show more ...
|
| f121c6d2 | 09-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
typo fix for plugin manager which caused blank error message FS#1216
darcs-hash:20070809221830-7ad00-601fe9bef16ae512262c40feadbb07af512b0ef1.gz |
| fe00a666 | 09-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
show correct megabyte size for image details FS#1217
darcs-hash:20070809213753-7ad00-95904b1effbd827c0b5b1ed73879d99d99175fc6.gz |
| c3673e61 | 09-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
don't allow export formats in Google index FS#1219
darcs-hash:20070809212728-7ad00-485593f2658fa217f1b70b72d60dd4ef0f59b0c3.gz |
| c9db30f9 | 09-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
spelling fix FS#1220
darcs-hash:20070809212154-7ad00-bde57d95f9b61840f1cdac4d60f89bcd0ae83c4a.gz |
| 2340e8a6 | 09-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
stripped comments from el lang file
darcs-hash:20070809212044-7ad00-83ab11f90cb5730a8ad455967308efeb3dfa91ea.gz |
| f25ff31d | 08-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
dutch language update
darcs-hash:20070808214818-7ad00-48bb7ceff4e2144512bb7ad217700c63c9d4bb94.gz |
| 27091d4f | 08-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
Portuguese language update
darcs-hash:20070808180825-7ad00-63a8a7c23769cd92cccde54c3df267e94214eaae.gz |
| a17ae368 | 07-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
german language update
darcs-hash:20070807221400-7ad00-c67b347e0528709a4eae84f3740c34d12f9e1bba.gz |
| 7d91652a | 07-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
TOC fixed
This fixes some small bugs which were introduced with recent TOC changes
darcs-hash:20070807171844-7ad00-fc09dd6d09b72927e64dfa41dd8b86fc20d86ed0.gz |
| 00ce12da | 05-Aug-2007 |
Chris Smith <chris@jalakai.co.uk> |
Protect auth_ismanager() from auth modules that don't always provide group data in array (FS#1196)
darcs-hash:20070805203312-d26fc-cab8dbfff8a2d5f7299fa4462771bafc00135728.gz |
| 7b407d6d | 06-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
fixed function check in install.php FS#1215
darcs-hash:20070806185341-7ad00-c89eefb548615b3b91f77faf3ee477fc62d3257f.gz |
| 1b95bfdf | 05-Aug-2007 |
Chris Smith <chris@jalakai.co.uk> |
Add checks for supported attic compression methods to config plugin (FS#1185)
darcs-hash:20070805193638-d26fc-aac3910d4dea3cd5539572cce3e73366ed39ab80.gz |
| 2bb0d541 | 05-Aug-2007 |
chris <chris@jalakai.co.uk> |
minor fixes for recent tpl_toc() patch
darcs-hash:20070805163833-9b6ab-82e8cd7ec37d163ccb552e3b6aee8c1f70e75f15.gz |
| b8595a66 | 05-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
separated TOC from page
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
separated TOC from page
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
show more ...
|
| 71f7bde7 | 04-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
generic search engines result highlighting
darcs-hash:20070804125124-7ad00-5558de577207bb63af7629f278c24991f23924bc.gz |
| 8ef9da35 | 04-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
test case adjustments for recent spacing fix in forms
darcs-hash:20070804081605-7ad00-4b17b701a9cdfeca1a3fda4538b894b8adcd916f.gz |
| a21136cd | 04-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
fulltext search fixes FS#1191 FS#1192
darcs-hash:20070804081226-7ad00-a8e7127c7122a96f9817158d87e1a364d8cdbc9f.gz |
| c97dfb07 | 04-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
Support for $inner param in tpl_actionlink
This allows template authors to use their own HTML content as link body. Eg. to use images. Defaults to the appropriate language string.
darcs-hash:200708
Support for $inner param in tpl_actionlink
This allows template authors to use their own HTML content as link body. Eg. to use images. Defaults to the appropriate language string.
darcs-hash:20070804071934-7ad00-47670c4998ee74f93e0057323f4d9a4a4a1654b5.gz
show more ...
|
| f2447af2 | 04-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
Space between label and input element for new form handler
darcs-hash:20070804071840-7ad00-2b1c11bc7890ab5f145e4d0545e962c144fb460a.gz |
| b1c94f1d | 04-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
Skip only empty strings not 0 in buildAttributes
darcs-hash:20070804071749-7ad00-c7e718c2e24f4ded10b5780e2881e232fab8e48c.gz |
| fdb8d77b | 30-Jul-2007 |
Tom N Harris <tnharris@whoopdedo.org> |
New structured forms and action events
Replaces a number of *FORM_INJECTION events with a more flexible way of modifying forms. Forms are created with a Doku_Form class (inc/form.php) that can be ma
New structured forms and action events
Replaces a number of *FORM_INJECTION events with a more flexible way of modifying forms. Forms are created with a Doku_Form class (inc/form.php) that can be manipulated by plugins prior to output. Plugins register a HTML_{$name}FORM_OUTPUT event which can modify the form object prior to output. Available forms are: LOGIN DRAFT CONFLICT REGISTER UPDATEPROFILE EDIT RESENDPWD Documentation for the Doku_Form class is in inc/form.php.
darcs-hash:20070730215007-6942e-a0cf08197f939e224a2b28c40aec5431b118ea94.gz
show more ...
|
| 955cd091 | 02-Aug-2007 |
Chris Smith <chris@jalakai.co.uk> |
update breadcrumbs to generate metadata when necessary for use_first_heading
darcs-hash:20070802174401-d26fc-d9a099773f08c1d85b4f481eb1b634d2e14eba86.gz |