| 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 ...
|
| 9046bb99 | 17-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
sitemapper update
The Google sitemap protocol was recently adopted by Yahoo and Microsoft and made a common standard. This patch changes the XML namespace URL to the new sitmaps.org site and ups the
sitemapper update
The Google sitemap protocol was recently adopted by Yahoo and Microsoft and made a common standard. This patch changes the XML namespace URL to the new sitmaps.org site and ups the version to 0.9
Pinging of Yahoo and Microsoft was added to the existing Google ping. The microsoft ping currently fails with a "Bad format" error for unknown reason. This will hopefully change when either Microsoft fixes their URL or releases some documentation.
darcs-hash:20061117150030-7ad00-0fac1cba07926c3ffe687a8cbaf465e8de3abcd7.gz
show more ...
|
| c9570649 | 16-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
two more event hooks
darcs-hash:20061116212937-7ad00-2ac647a9040f75650bdbe1047e76370f9c900dff.gz |
| 88e6a4f2 | 14-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
HTML_EDITFORM_INJECTION event added
A simple event to inject additional HTML into the editform. This probably needs to be improved.
darcs-hash:20061114220825-7ad00-ce868b8d8a25f5120c49dc018b8fd1024
HTML_EDITFORM_INJECTION event added
A simple event to inject additional HTML into the editform. This probably needs to be improved.
darcs-hash:20061114220825-7ad00-ce868b8d8a25f5120c49dc018b8fd1024aff6e12.gz
show more ...
|
| b2bc63f0 | 14-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
bracket fix in inc/indexer.php
darcs-hash:20061114210440-7ad00-841acaf84e77e7bea16b96317531bd502ee44938.gz |
| c6e62e9f | 13-Nov-2006 |
chris <chris@jalakai.co.uk> |
obfuscate email address when it is used in mailto links (bug#977)
This patch applies when no alternate link text is supplied and the actual email address would be used as the link text.
darcs-hash:
obfuscate email address when it is used in mailto links (bug#977)
This patch applies when no alternate link text is supplied and the actual email address would be used as the link text.
darcs-hash:20061113124108-9b6ab-bd8109100b9305a1a04964d226c779aa320df64c.gz
show more ...
|
| 3fc667cf | 13-Nov-2006 |
chris <chris@jalakai.co.uk> |
fixes for stricter php5 typing (bug#978)
darcs-hash:20061113122645-9b6ab-e5f5be2e88eea7eb00643e6a5210086f46191c30.gz |
| 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 ...
|
| c64b282c | 12-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
czech stopword update
darcs-hash:20061112184437-7ad00-0bce4a60720158c90d4f3668d73ed5303dadbe72.gz |
| a54c4b0b | 12-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
dutch language updates
darcs-hash:20061112184102-7ad00-698188fd3915aa1937857a27245676f966815ee4.gz |
| fa3008ee | 12-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
lv language update
darcs-hash:20061112183810-7ad00-32ef50e7f2d5f5c43c3ec3c536f3048646ec225e.gz |
| 0df6f150 | 12-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
purge option support for js.php and css.php
adding ?purge
darcs-hash:20061112143440-7ad00-436a63c8ee0279a9aa0423c389967418f8528656.gz |
| 6b379cbf | 10-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
DOMlib removed
The DOMlib javascript library was removed. It was only used for footnote tooltips and access key fixup.
Removing the library creates a much smaller JavaScript footprint. The size of
DOMlib removed
The DOMlib javascript library was removed. It was only used for footnote tooltips and access key fixup.
Removing the library creates a much smaller JavaScript footprint. The size of the compacted non-edit Javascript output was reduces from 56110 bytes down to 29296 bytes.
The footnote tooltip was completely rewritten and tested in FireFox 2.0, IE 6 and Opera 9.02. Please test other browsers as well.
The acces key fixup might beahve different now on Mac platforms.
darcs-hash:20061110201541-7ad00-0dffad095193bc7e7c505796a99b0a0a010a6b0d.gz
show more ...
|
| da96af35 | 10-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
OpenSearch support
This adds support for the OpenSearch specification to autodetect DokuWiki's search engine. The patch was submitted by Mike Frysinger some time ago. Some changes were made to the o
OpenSearch support
This adds support for the OpenSearch specification to autodetect DokuWiki's search engine. The patch was submitted by Mike Frysinger some time ago. Some changes were made to the original patch. Only tested in FireFox 2.0
darcs-hash:20061110151453-7ad00-298ad77603854a604a642c0afd3975a997b8dc09.gz
show more ...
|
| 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 ...
|
| 4dde32dd | 06-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
release preparations
darcs-hash:20061106192948-7ad00-c5f00a6a452e941b6799663d5b73e7e089a376a2.gz |
| 01e7a861 | 06-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
language updates
darcs-hash:20061106175239-7ad00-1023b1f69c735637c972f862af379cd481f75ee3.gz |
| d60954dc | 05-Nov-2006 |
Denis Simakov <akinoame1@gmail.com> |
russian translation (i_phpver)
darcs-hash:20061105230459-3c565-2b7195899be576d9fe43f9d5c195751fe7c7ec89.gz |
| 7f7dd7a4 | 05-Nov-2006 |
Guy Brand gb@isis.u-strasbg.fr <andi@splitbrain.org> |
fr lang sync
darcs-hash:20061105215024-7572c-c0bce84d5c624bf3b19e9ee942525728ea1046e3.gz |
| d1427f24 | 05-Nov-2006 |
miguel.pagano <miguel.pagano@gmail.com> |
Spanish i_phpver translation
darcs-hash:20061105212008-072b4-1acb0236e5f1df37106fa45c677ddc02e7d25ce0.gz |
| 3afe5d1c | 05-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
PHP version check in the installer
darcs-hash:20061105204420-7ad00-2b80d8ceb37b48ccdaa10545ea6fb9bddb58529b.gz |
| 6b06b652 | 05-Nov-2006 |
chris <chris@jalakai.co.uk> |
backlinks fixes (bugs #795 & #937)
- add deaccented and romanised page names to index word list - remove stop words from tokens used in backlink search
darcs-hash:20061105195453-9b6ab-6c4989eb75782
backlinks fixes (bugs #795 & #937)
- add deaccented and romanised page names to index word list - remove stop words from tokens used in backlink search
darcs-hash:20061105195453-9b6ab-6c4989eb75782af60a3de3bddbc99a83de2b4c80.gz
show more ...
|
| 67cf9a09 | 05-Nov-2006 |
chris <chris@jalakai.co.uk> |
use encodeURIComponent instead of encodeURI for variable values
darcs-hash:20061105135805-9b6ab-c1d7835b9920402389a2d12a309582adae0872a5.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 ...
|