ece9fa7a | 18-Feb-2007 |
Andreas Gohr <andi@splitbrain.org> |
Swedish update
darcs-hash:20070218134846-7ad00-1fb62b5d552810b0d771f73410ed3b047bbb0b64.gz |
e1b31a95 | 15-Feb-2007 |
Ben Coburn <btcoburn@silicodon.net> |
config plugin TOC refactoring
Now uses the new toc_additem function in the Doku_Renderer_xhtml class.
darcs-hash:20070215015318-05dcb-f725b589b6ecf9b332f624f4bb9cafe7ed546172.gz |
54f7220e | 10-Feb-2007 |
Andreas Gohr <andi@splitbrain.org> |
Korean update
darcs-hash:20070210201116-7ad00-59b350dd2a4ad9461e78c9463dbcbd21306b124d.gz |
cde6a01b | 08-Feb-2007 |
Andreas Gohr <andi@splitbrain.org> |
workaround config for FS#852
On certain platforms the ignore_user_abort function does not work as expected, resulting in a non working indexer webbug. Users with such a broken system (IIS+PHP as CGI
workaround config for FS#852
On certain platforms the ignore_user_abort function does not work as expected, resulting in a non working indexer webbug. Users with such a broken system (IIS+PHP as CGI) can enable this option to work around the problem (resulting in longer load times for the webbug).
darcs-hash:20070208195145-7ad00-8fc14f9da535a70fa837066773e15a3926b077c7.gz
show more ...
|
bc6ecc12 | 08-Feb-2007 |
Grzegorz Zur <grzegorz.zur@gmail.com> |
polish language update
darcs-hash:20070208120717-e561a-d6307260ff7a8697bbb3b16b7c6df7688ce4e849.gz |
4ac67140 | 19-Jan-2007 |
Andreas Gohr <andi@splitbrain.org> |
moved plugin base class to inc
darcs-hash:20070119233350-7ad00-a8ae733093693a55c2566f5ee698a7b4aa3a833a.gz |
76bbcac2 | 15-Jan-2007 |
Andreas Gohr <andi@splitbrain.org> |
move tar and zip libs to inc
Move the compression libs of the plugin manager toa mre common place to make them available to plugin authors.
darcs-hash:20070115192414-7ad00-0d53e8faf26fa1eeb1026ffab
move tar and zip libs to inc
Move the compression libs of the plugin manager toa mre common place to make them available to plugin authors.
darcs-hash:20070115192414-7ad00-0d53e8faf26fa1eeb1026ffab8e0593f015147de.gz
show more ...
|
44881bd0 | 03-Jan-2007 |
henning.noren <henning.noren@gmail.com> |
tf_rename_lower.patch
Name the TRUE/FALSE-constants consistently as lowercase everywhere. This might also be an tiny optimization in some environments.
darcs-hash:20070103205700-d2a3e-e7ec0aedb938d
tf_rename_lower.patch
Name the TRUE/FALSE-constants consistently as lowercase everywhere. This might also be an tiny optimization in some environments.
darcs-hash:20070103205700-d2a3e-e7ec0aedb938d563f583116a2d5b17f3a3fea36c.gz
show more ...
|
d1dc6532 | 24-Dec-2006 |
chris <chris@jalakai.co.uk> |
[config plugin] add support for multi-line setting string values
darcs-hash:20061224005004-9b6ab-48a230e5a7697b2c350ccdc80aeb929671c6a234.gz |
ebf1501f | 07-Dec-2006 |
Ben Coburn <btcoburn@silicodon.net> |
changelog type strings replaced with constants
Using more verbose constant names in the place of single character strings should make the code much more readable. This does not change the behavior o
changelog type strings replaced with constants
Using more verbose constant names in the place of single character strings should make the code much more readable. This does not change the behavior of the changelog.
darcs-hash:20061207074906-05dcb-0bdc35e7241bf14063b2b43a6ff26d8a3c307cb9.gz
show more ...
|
f8cc712e | 03-Dec-2006 |
Andreas Gohr <andi@splitbrain.org> |
manager user/group
This patch adds support for a manager option as suggested in http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html
darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325
manager user/group
This patch adds support for a manager option as suggested in http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html
darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325c7e77255e1eee32d0f6b.gz
show more ...
|
657541cb | 27-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
conflict resolve for RSS title config option
darcs-hash:20061127223356-7ad00-6a5cd1653d6d60f534471f8eabdb84ffb953d151.gz |
a1716312 | 01-Nov-2006 |
Marc Mayfield <celf@intelf.com> |
rss_summary_config
Add a configuration option to control whether or not the edit/revision summary is displayed with the title of RSS feeds. The default is to show the summary, the same as DokuWiki d
rss_summary_config
Add a configuration option to control whether or not the edit/revision summary is displayed with the title of RSS feeds. The default is to show the summary, the same as DokuWiki did prior to this addition.
darcs-hash:20061101023313-9039d-d067e9bcd7dc0c7cabd57674d1072c5b882ad4e7.gz
show more ...
|
0a7e3bce | 26-Nov-2006 |
chris <chris@jalakai.co.uk> |
metadata update to support both persistent and non-persistent metadata
Key changes: - metadata stored on disk in two arrays, 'current' & 'persistent' - p_set_metadata has an additional parameter, $p
metadata update to support both persistent and non-persistent metadata
Key changes: - metadata stored on disk in two arrays, 'current' & 'persistent' - p_set_metadata has an additional parameter, $persistent, which defaults to true - metadata set within the renderer defaults to non-persistent - new event hook, PARSER_METADATA_RENDER, which wraps around metadata rendering process. For full details of this event refer to the event list documentation at splitbrain.
The patch includes automatic conversion of metadata in current form to the new format
For more details also see http://www.freelists.org/archives/dokuwiki/11-2006/msg00221.html and any follow-up messages.
darcs-hash:20061126152144-9b6ab-a4e40c221e0274b13da07dc2fc1d2100f5f3a50e.gz
show more ...
|
afe99d00 | 18-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
renamed tar and zip libraries in plugin manager #974
The zip class was renamed to avoid name clashes with a certain PHP extension the tar lib was renamed to make it match the zip naming ;-)
darcs-h
renamed tar and zip libraries in plugin manager #974
The zip class was renamed to avoid name clashes with a certain PHP extension the tar lib was renamed to make it match the zip naming ;-)
darcs-hash:20061118161242-7ad00-c50173d8b240d81455b48d2904c353c3e7e4a9a0.gz
show more ...
|
d5b23302 | 17-Nov-2006 |
Tom N Harris <tnharris@whoopdedo.org> |
Indexer asian language fixes and speed-ups
Make Chinese and Japanese work better with the new indexer. Some missing punctuation added to utf8_stripspecials. Misc. other changes to make indexing fast
Indexer asian language fixes and speed-ups
Make Chinese and Japanese work better with the new indexer. Some missing punctuation added to utf8_stripspecials. Misc. other changes to make indexing faster. The indexes will expire on backend upgrades, so you don't have to delete *.indexed
darcs-hash:20061117123032-6942e-774b38e08234928c49b37e40addba375acf67ac0.gz
show more ...
|
579b0f7e | 12-Nov-2006 |
TNHarris <telliamed@fastmail.us> |
Word-Length Indexer
A modification to the indexer that sorts words based on length. This should make searching a little bit more efficient. After the patch is applied, your old index will be automat
Word-Length Indexer
A modification to the indexer that sorts words based on length. This should make searching a little bit more efficient. After the patch is applied, your old index will be automatically converted to the new format (when you visit a page). The new index format is:
1. Index files are stored in savedir/index 2. Word lists are stored as wlen.idx. This used to be word.idx. 3. Word indexes are stored as ilen.idx. This used to be index.idx. 4. The page list, page.idx, is simply copied to the new location.
Any plugins you have, such as the blog plugin, that read the index files need to be updated.
darcs-hash:20061112194900-2b9f0-a975498ccf0a1d39c6df73b79bcd028d5e81c389.gz
show more ...
|
a54c4b0b | 12-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
dutch language updates
darcs-hash:20061112184102-7ad00-698188fd3915aa1937857a27245676f966815ee4.gz |
122b469f | 10-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
revert manager GUI updates
darcs-hash:20061110134118-7ad00-097d4a23980d0eda38116ee6e05e79e5f8882cc2.gz |
168f9fee | 09-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
revert plugin added
This plugin allows an admin to mass revert a lot of edits at once.
It's in a very rough state and needs to be improved.
darcs-hash:20061109204743-7ad00-3abf02ec466215ad694ac726
revert plugin added
This plugin allows an admin to mass revert a lot of edits at once.
It's in a very rough state and needs to be improved.
darcs-hash:20061109204743-7ad00-3abf02ec466215ad694ac726c803e1a656b0286b.gz
show more ...
|
01e7a861 | 06-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
language updates
darcs-hash:20061106175239-7ad00-1023b1f69c735637c972f862af379cd481f75ee3.gz |
c5b85cc5 | 04-Nov-2006 |
chris <chris@jalakai.co.uk> |
fix email setting pattern for config plugin
in addition to a single valid email it will now accept: - no email - multiple comma separate email addresses
darcs-hash:20061104213543-9b6ab-7fb8b883f6ad
fix email setting pattern for config plugin
in addition to a single valid email it will now accept: - no email - multiple comma separate email addresses
darcs-hash:20061104213543-9b6ab-7fb8b883f6ad81260e787a2e3d5ba3d2197b970a.gz
show more ...
|
fd0056c3 | 02-Nov-2006 |
Denis Simakov <akinoame1@gmail.com> |
russian update
darcs-hash:20061102000617-3c565-f80c87245bf8f6249f707892cdcdaf1313690297.gz |
18da7efc | 01-Nov-2006 |
Anika Henke <a.c.henke@arcor.de> |
accessible colors for admin form elements
darcs-hash:20061101221737-d5083-abdf1b55359e2378e58f2f61e9e84ce84d38f647.gz |
26535e55 | 01-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
Lithuanian language update
darcs-hash:20061101162618-7ad00-c54e13d7effb1f9af23abe61150900b884a79332.gz |