| 70a6aa16 | 30-Sep-2006 |
chris <chris@jalakai.co.uk> |
install.php updates
- add retry button (as suggested by Diego Georgini) - correct error color, from green to red (spotted by Diego Georgini) - add utf8_decode and utf8_encode to required function li
install.php updates
- add retry button (as suggested by Diego Georgini) - correct error color, from green to red (spotted by Diego Georgini) - add utf8_decode and utf8_encode to required function list, when mb_string functions are not available. - remove extra backslash from reported file names.
darcs-hash:20060930170121-9b6ab-d7b4a455b01d28f35b8c69385639439eaca8944e.gz
show more ...
|
| f4f47358 | 30-Sep-2006 |
Ben Coburn <btcoburn@silicodon.net> |
fix rel
darcs-hash:20060930143719-05dcb-251992d688e64ed221dbfe3d9c198fae603e2531.gz |
| e784f395 | 28-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
release candidate preparations
updated wwordblock.conf updated installer checksum increased msg num
darcs-hash:20060928200451-7ad00-061feb181c7e91f736fb396db224e4ea9660effa.gz |
| 2626ee0c | 28-Sep-2006 |
chris <chris@jalakai.co.uk> |
more utf8_substr improvements (re FS#891 and yesterday's patch)
- rework utf8_substr() NOMBSTRING code to always use pcre - remove work around for utf8_substr() and large strings from ft_snippet()
more utf8_substr improvements (re FS#891 and yesterday's patch)
- rework utf8_substr() NOMBSTRING code to always use pcre - remove work around for utf8_substr() and large strings from ft_snippet()
darcs-hash:20060928165122-9b6ab-0eefc216f07f9d7e7d8eb62ce26605c28ee340fa.gz
show more ...
|
| d07dd8ee | 27-Sep-2006 |
chris <chris@jalakai.co.uk> |
unit_test fixes/changes
- auth_nameencode.test, add teardown code to clear new $cache_authname memory cache - utf8_substr.test, correct expected result for last test
darcs-hash:20060927101118-9b6
unit_test fixes/changes
- auth_nameencode.test, add teardown code to clear new $cache_authname memory cache - utf8_substr.test, correct expected result for last test
darcs-hash:20060927101118-9b6ab-a72ea443ba67e17946af34d67c274975d563a22f.gz
show more ...
|
| bda5ac44 | 27-Sep-2006 |
Guy Brand gb@isis.u-strasbg.fr <andi@splitbrain.org> |
Fix link in french translation
darcs-hash:20060927091545-c47a2-f706a9e54e7450084ffb929b44c9a1b1707c4eef.gz |
| 5e613a5c | 27-Sep-2006 |
chris <chris@jalakai.co.uk> |
utf8_substr fix for FS#891
darcs-hash:20060927033713-9b6ab-4b35e0a85b6d11d5a3a98858cd2f860b383ff153.gz |
| 8fcc3410 | 26-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
security fixes for fetch.php #924 #962
Fixes a shell injection and a DOS vulnerability
darcs-hash:20060926200551-7ad00-5ef27940dda6e48e7e2f8743fc90fa80b7b5cdff.gz |
| 041d1964 | 26-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
wordblock enhancement
The default wordblock.conf provided by the guys at chonqed.org matches agaist URLS beginning with http. But DokuWiki also links simple www.example.com links. Spammers used this
wordblock enhancement
The default wordblock.conf provided by the guys at chonqed.org matches agaist URLS beginning with http. But DokuWiki also links simple www.example.com links. Spammers used this method to place blacklisted URLs in the Wiki.
This patch constructs full URLs from these shortcut-URLs before applying the blacklist regexp.
The patch also fixes a problem with the toolbar not appearing when the blacklist hit and denied saving.
darcs-hash:20060926192420-7ad00-519df90a5953b690428bfa0928de37b3053031b0.gz
show more ...
|
| 0a69dff7 | 25-Sep-2006 |
chris <chris@jalakai.co.uk> |
amendments to previous patch updating rss & cache
rss syntax extended to include a refresh parameter <digits><period> period can be d,h,m for days, hours, minutes respectively i
amendments to previous patch updating rss & cache
rss syntax extended to include a refresh parameter <digits><period> period can be d,h,m for days, hours, minutes respectively if not specified will default to 4 hours dokuwiki imposes a minimum of 10 minutes
metadata now used "date valid age" (seconds) rather than "date valid end"
darcs-hash:20060925201222-9b6ab-c8e6d8e40bb178295bab874fce5147ccff35fbbb.gz
show more ...
|
| ce6b63d9 | 24-Sep-2006 |
chris <chris@jalakai.co.uk> |
cache, metadata & purgefile updates
Cache - add dependency for metadata renderer file - check metadata for end of page life, "date valid end".
Metadata Renderer - RSS syntax mode now sets rendered
cache, metadata & purgefile updates
Cache - add dependency for metadata renderer file - check metadata for end of page life, "date valid end".
Metadata Renderer - RSS syntax mode now sets rendered page expiry, "date valid end" and includes the feed URL in "relation haspart".
Purgefile For all wiki installations the purgefile records the earliest time before which no cache purge (based on data consistency) is required. Cache files older than this time MAY need to be purged. - remove purgeonadd configuration setting
darcs-hash:20060924202157-9b6ab-4531e91411c41914eeab2b6a8160c3d46b001cee.gz
show more ...
|
| 100a97e3 | 25-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
remove metadebug again, improve doÞbug instead
This adds the complete $INFO array (contains the metadata) to the usual debug output and removes the metadebug parameter again.
darcs-hash:20060925201
remove metadebug again, improve doÞbug instead
This adds the complete $INFO array (contains the metadata) to the usual debug output and removes the metadebug parameter again.
darcs-hash:20060925201052-7ad00-c9a15b921466803b3f2bd50b0d72211cf68658c5.gz
show more ...
|
| c1b9dbaf | 25-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
metadebug parameter added
With DokuWiki's reliance on certain page metadata, it is sometimes necessary to view the metadata of a page. This patch allows developers to append the parameter ?metadebug
metadebug parameter added
With DokuWiki's reliance on certain page metadata, it is sometimes necessary to view the metadata of a page. This patch allows developers to append the parameter ?metadebug
darcs-hash:20060925193202-7ad00-6a42c7458aaa1cc40df3c7a61ad70df5d64be152.gz
show more ...
|
| 41396b71 | 25-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
don't link non-existing revisions
The new changelog mechanism shows all revisions of a document, even if the old revisions are deleted (eg. by a maintenence script). This patch removes the links for
don't link non-existing revisions
The new changelog mechanism shows all revisions of a document, even if the old revisions are deleted (eg. by a maintenence script). This patch removes the links for non existing revisions.
darcs-hash:20060925185434-7ad00-14a558ce69c4116e14d7fdfbaad052c6a7b0a4db.gz
show more ...
|
| a2a17c02 | 25-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
japanes language update
darcs-hash:20060925182128-7ad00-99db9371c6986605eb4d990f819f09bf850ffaa1.gz |
| c3d8ffc5 | 24-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
fix problem with timezone in feed #424
darcs-hash:20060924195618-7ad00-47d67044c2d03eb9d90a7209fd23ab6c151c5e00.gz |
| 67c80327 | 24-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
fixed script error introduced in last patch
darcs-hash:20060924175824-7ad00-f8a6b8e38ef62aab5c6853b1c355df34259ebb7c.gz |
| c34f6334 | 24-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
doc updates
darcs-hash:20060924171423-7ad00-9d01167d5611be6d354bbfdb17223bf5eb863ae6.gz |
| 121d5fa6 | 24-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
progressbar script change
The progressbar script used in the search accessed parts of the DOM before it was completely parsed which caused problems in IE. This patch moves back to document.write for
progressbar script change
The progressbar script used in the search accessed parts of the DOM before it was completely parsed which caused problems in IE. This patch moves back to document.write for outputting the image.
darcs-hash:20060924170354-7ad00-1e0247b00fc4da4dd30301f4b9389ef727496c4a.gz
show more ...
|
| 27fbc761 | 24-Sep-2006 |
chris <chris@jalakai.co.uk> |
update to previous changes cache patch
- fix potential array key collisions - restore ability to keep a minimum number ($conf['recent']) of recent changes irregardless of date of change
darcs-has
update to previous changes cache patch
- fix potential array key collisions - restore ability to keep a minimum number ($conf['recent']) of recent changes irregardless of date of change
darcs-hash:20060924162105-9b6ab-06350f04f9d9ac4c362f13787b682ef70887a1fc.gz
show more ...
|
| b2a412b0 | 24-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
fix for reversed RSS feeds #918
darcs-hash:20060924101329-7ad00-acff05b813c58ac7ddb98385c9970800af7aca6b.gz |
| 07cb64f8 | 24-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
fix for sitemap creation with new compression option #919
darcs-hash:20060924100606-7ad00-7e0bc1fa7778669ac352f8d8994acbb7517323cd.gz |
| 40b33eff | 23-Sep-2006 |
chris <chris@jalakai.co.uk> |
fix recent changes cache ordering
This patch fixes a bug in indexer.php which resulted in the order of the recent changes cache being reversed each time it was trimmed.
It also adds sorting to both
fix recent changes cache ordering
This patch fixes a bug in indexer.php which resulted in the order of the recent changes cache being reversed each time it was trimmed.
It also adds sorting to both getRecents() and runTrimRecentChanges() as a defensive measure against the order of the file being corrupted.
darcs-hash:20060923235109-9b6ab-0f4062c1b02449cce9382426174cd22d71387e5a.gz
show more ...
|
| 44a35da6 | 23-Sep-2006 |
chris <chris@jalakai.co.uk> |
p_get_first_heading simplification
darcs-hash:20060923204905-9b6ab-da3e9751c07c1bd07cf6583ecc5d92c2ce95097c.gz |
| bb4866bd | 23-Sep-2006 |
chris <chris@jalakai.co.uk> |
minor bugfix and boring error removal
darcs-hash:20060923203609-9b6ab-ecca679faa254a29772868508050fcf3206b0814.gz |