| 883bc121 | 15-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
HTML_EDIT_PAGETEMPLATE event added
darcs-hash:20060915202321-7ad00-2f3440a36d7a41604c1cbfbc9633c898c7b9ff0e.gz |
| 3cb0d4e1 | 15-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
script fix for IE
darcs-hash:20060915150152-7ad00-9ee841597a011119b96964a1468b1f517fab857a.gz |
| 48bb2420 | 13-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
fix for missing quotation mark in tpl_metaheaders
darcs-hash:20060913185921-7ad00-8ee85b4a39944484d660c8a1d710bd548feac26b.gz |
| e687bd37 | 13-Sep-2006 |
Ondrej vegh <ovegh@vsieti.sk> |
slovak language update
darcs-hash:20060913185616-f4aa4-49a3cfe651bdea99eab453b911a2ef49bf7d400a.gz |
| 7d559c7f | 11-Sep-2006 |
Ben Coburn <btcoburn@silicodon.net> |
reorganize changelog code
Moves changelog code to 'inc/changelog.php' and includes it from 'inc/common.php'.
darcs-hash:20060911023822-05dcb-e727737011163cbf04f0a4c682cb9fd8a985e597.gz |
| e45b34cd | 11-Sep-2006 |
Ben Coburn <btcoburn@silicodon.net> |
changelog redesign update
- Improves handling of deleted revisions. - Import plugin disables after import. - Check act reports if plugin is still enabled after the import. - Import correctly handles
changelog redesign update
- Improves handling of deleted revisions. - Import plugin disables after import. - Check act reports if plugin is still enabled after the import. - Import correctly handles summaries without the minor prefix. - Newlines and tabs are now striped out of type, sum, and extra in the changelog.
darcs-hash:20060911014738-05dcb-2f6c9fdffb6346f7d3190610a72b290090b28097.gz
show more ...
|
| d8186216 | 08-Sep-2006 |
Ben Coburn <btcoburn@silicodon.net> |
suppress boring errors
Suppress any errors from set_time_limit, unlink, and file_exists functions. see: http://www.freelists.org/archives/dokuwiki/09-2006/msg00004.html
darcs-hash:20060908193433-05
suppress boring errors
Suppress any errors from set_time_limit, unlink, and file_exists functions. see: http://www.freelists.org/archives/dokuwiki/09-2006/msg00004.html
darcs-hash:20060908193433-05dcb-013617431870ab5bfb2ce8c6e99ba5af13493228.gz
show more ...
|
| 4b5f4f4e | 11-Sep-2006 |
chris <chris@jalakai.co.uk> |
parser caching update
This patch primarily updates p_cached_xhtml() and p_cached_instructions() to allow their caching logic to be surrounded by an event trigger.
p_cached_xhtml() has been rewritte
parser caching update
This patch primarily updates p_cached_xhtml() and p_cached_instructions() to allow their caching logic to be surrounded by an event trigger.
p_cached_xhtml() has been rewritten as the more general p_cached_output() to support other render output formats besides 'xhtml'. All calls to p_cached_xhtml() have been changed to refer to the new function.
New event:
name: PARSER_CACHE_USE data: cache object (see below) action: determine if cache file can be used preventable: yes result: bool, true to use cache file, false otherwise
Cache operations have been generalised in a new class, cache, extended to cache_parser, cache_renderer & cache_instructions. Details can be found in inc/cache.php
For handling of above event, key properties are: - page, if present the wiki page id, may not always be present, e.g. when called for locale xhtml files - file, source file - mode, renderer mode (e.g. 'xhtml') or 'i' for instructions
Other changes: - cache class counts cache hits against attempts, results are stored in {cache_dir}/cache_stats.txt - adds metadata dependency to renderer page cache - replaces purgefile dependency for renderer cache with metadata 'relation references' (internal link) dependency for wiki pages only
darcs-hash:20060911021418-9b6ab-19601ed194b8c8e45236ab72c3e23d78bf777e6c.gz
show more ...
|
| c6ea345d | 09-Sep-2006 |
chris <chris@jalakai.co.uk> |
minor update to default template
- main.php & detail.php add check for being run by DokuWiki, die() if not.
darcs-hash:20060909093603-9b6ab-0f8e31e246adba8adc888dbba1f924ff0e455d63.gz |
| 78ba70a7 | 09-Sep-2006 |
chris <chris@jalakai.co.uk> |
add sapi check to scripts in bin directory
darcs-hash:20060909093314-9b6ab-af4fea49bf71b416150132d44534579d751f144b.gz |
| 9eb7920d | 08-Sep-2006 |
chris <chris@jalakai.co.uk> |
clientIP() update + additional unit test
darcs-hash:20060908124315-9b6ab-7e4146e1068ab08d5539a7c573502d8373a0e524.gz |
| 4ff28443 | 08-Sep-2006 |
chris <chris@jalakai.co.uk> |
clientIP() update, data cleaning improvements
as per recent security warning, clientIP() could return other arbitrary data along with an IP address. This fix ensures only IP addresses can be returne
clientIP() update, data cleaning improvements
as per recent security warning, clientIP() could return other arbitrary data along with an IP address. This fix ensures only IP addresses can be returned by this function.
darcs-hash:20060908122744-9b6ab-8c90ca361b038a47b65f3f3dbf7228ae569f8c08.gz
show more ...
|
| 8403b751 | 08-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
.htaccess added to bin directory
darcs-hash:20060908071356-7ad00-4bfc1e6e6a485582cafe4f2045180c69d9d7b739.gz |
| 9b3a5b24 | 06-Sep-2006 |
chris <chris@jalakai.co.uk> |
change non-breaking space encoding to utf-8
darcs-hash:20060906191207-9b6ab-2b1e3e4948f6c3e4c3b3857440ff790aa66e4614.gz |
| ebf97c8f | 06-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
move AUTH defines higher up
This moves the defines for the different AUTH levels higher up in inc/auth.php to set them before including any auth modules. This fixes a problem with the phpBB auth mod
move AUTH defines higher up
This moves the defines for the different AUTH levels higher up in inc/auth.php to set them before including any auth modules. This fixes a problem with the phpBB auth module posted at http://wiki.splitbrain.org/wiki:tips:integrate_with_phpbb#another_phpbb.class.php
darcs-hash:20060906184814-7ad00-679bd636730e21dca45b9baaf721fb3b34a8695a.gz
show more ...
|
| 12cd3c98 | 04-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
another update for the IE+HTTPS init event problem
darcs-hash:20060904182033-7ad00-c72dfa5fa9f5c44e0fdf09db922a4915935169f7.gz |
| cb42b03d | 03-Sep-2006 |
Anika Henke <a.c.henke@arcor.de> |
removed superfluous <br /> after inline tables
darcs-hash:20060903193759-d5083-276d7cb9622d9a009de2aedca8bfba880c3ffbdd.gz |
| 4fe314ea | 03-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
https fix for window.onload
This should fix an issue with IE6 and https where the window.onload magic would raise a security warning. See http://dean.edwards.name/weblog/2006/06/again/#comment5776 h
https fix for window.onload
This should fix an issue with IE6 and https where the window.onload magic would raise a security warning. See http://dean.edwards.name/weblog/2006/06/again/#comment5776 http://dean.edwards.name/weblog/2006/06/again/#comment5788
needs testing
darcs-hash:20060903162438-7ad00-b29cd50387d1fef95bb688910b41e6b64cfeebca.gz
show more ...
|
| 831800b8 | 03-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
keyword meta header
The <meta name
darcs-hash:20060903161204-7ad00-61c823d3806e6fdc2ffa3d4978a90dc9953ef9ce.gz |
| 00d24b98 | 03-Sep-2006 |
Anika Henke <a.c.henke@arcor.de> |
other languages for FS#876 (only languages are missing that miss registermail anyway)
darcs-hash:20060903101323-d5083-8e25477a9c22364b4e086bade217ef7efd4b8f03.gz |
| aa84c75b | 03-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
german language update
darcs-hash:20060903081832-7ad00-9ea6aaaf2fb84fa543d3606e634e973711591597.gz |
| 3be6e394 | 01-Sep-2006 |
chris <chris@jalakai.co.uk> |
update backlink search to use metadata
darcs-hash:20060901002016-9b6ab-716518138edf541a869510d7c2934b9474547fc3.gz |
| 0e70946d | 31-Aug-2006 |
chris <chris@jalakai.co.uk> |
add unittests for bug#891
darcs-hash:20060831092146-9b6ab-b00aa29c982ab18117f476b3d01d5111915c9d4b.gz |
| 9ee93076 | 31-Aug-2006 |
chris <chris@jalakai.co.uk> |
search improvements
ft_snippet() - make utf8 algorithm default - add workaround for utf8_substr() limitations, bug #891 - fix some indexes which missed out on conversion to utf8 character counts -
search improvements
ft_snippet() - make utf8 algorithm default - add workaround for utf8_substr() limitations, bug #891 - fix some indexes which missed out on conversion to utf8 character counts - minor improvements
idx_lookup() - minor changes to wildcard matching code to improve performance (changes based on profiling results)
utf8 - specifically set mb_internal_coding to utf-8 when mb_string functions will be used.
darcs-hash:20060831003413-9b6ab-712021eda3c959ffe79d8d3fe91d2c9a8acf2b58.gz
show more ...
|
| bc3e97be | 30-Aug-2006 |
Andreas Gohr <andi@splitbrain.org> |
conflict resolution for memory cache init
darcs-hash:20060830210459-7ad00-8f7a2ae826d5f893d3e48f41c8ae868987ec0dd2.gz |