00976812 | 30-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups.
This patch replaces all realpath() calls with a PHP only replacement which should solve those problems.
darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
show more ...
|
a0c5c349 | 19-Sep-2007 |
Tom N Harris <tnharris@whoopdedo.org> |
Remove obsolete words from search index
Creates another index file 'pagewords.idx' for the words in each page. Words that are deleted from a page can then be removed from the word index. The indexer
Remove obsolete words from search index
Creates another index file 'pagewords.idx' for the words in each page. Words that are deleted from a page can then be removed from the word index. The indexer version is incremented to force rebuilding of the index. Also, a minor flaw in the regexp for asian words is fixed.
darcs-hash:20070919194244-6942e-2e08157dcf4fdf166b35b36a0faf8a3dfb415ad9.gz
show more ...
|
125b6d11 | 06-Sep-2007 |
Michael Klier <chi@chimeric.de> |
respect DOKU_BASE in CSS cache file name
darcs-hash:20070906125503-23886-5b5d7f1fb90eaa25e0ce08469a541cb2a760de1b.gz |
c9db30f9 | 09-Aug-2007 |
Andreas Gohr <andi@splitbrain.org> |
spelling fix FS#1220
darcs-hash:20070809212154-7ad00-bde57d95f9b61840f1cdac4d60f89bcd0ae83c4a.gz |
58723938 | 19-Jul-2007 |
Andreas Gohr <andi@splitbrain.org> |
fix for XSS in spellchecker FS#1195
darcs-hash:20070719122538-7ad00-6c49f72bc490f27718d25f105fd762982631bd7b.gz |
a06884ab | 16-Jul-2007 |
Andreas Gohr <andi@splitbrain.org> |
AJAX for the index view
This makes the index view much more responsive by loading sub namespaces through AJAX if JavaScript is available.
The used throbber image probably looks bad on dark backgrou
AJAX for the index view
This makes the index view much more responsive by loading sub namespaces through AJAX if JavaScript is available.
The used throbber image probably looks bad on dark backgrounds. If someone could provide a better one it would be greatly appreciated.
darcs-hash:20070716184605-7ad00-adf298ee3303d50f2b4b6b66e5ea3ff8d8c2bf9a.gz
show more ...
|
640a9478 | 16-Jun-2007 |
Tom N Harris <tnharris@whoopdedo.org> |
regex fix for JavaScript includes
darcs-hash:20070616214530-6942e-5a585a29404e40a7e86bbb4de0fba124f45e61a7.gz |
3825ddd3 | 13-May-2007 |
Andreas Gohr <andi@splitbrain.org> |
include_once support for javascript
The include syntax was changed and enhanced by a include_once statement.
Syntax:
/* DOKUWIKI:include somefile.js */ /* DOKUWIKI:include_once someotherfile.js */
include_once support for javascript
The include syntax was changed and enhanced by a include_once statement.
Syntax:
/* DOKUWIKI:include somefile.js */ /* DOKUWIKI:include_once someotherfile.js */
Note: include_once uses the basename of the inlcuded file to determine if it was previously loaded. You need to use something unique for it to make sure it is correctly loaded.
Note: included files are not checked for updates by the cache logic. You need to touch the master file for updating the cache
Note: includes are *not* supported inside included files to avoid any circular references
darcs-hash:20070513222421-7ad00-d99d717ba8a428d0af2b3f7d593897e0467cb9c9.gz
show more ...
|
176da19b | 13-May-2007 |
Andreas Gohr <andi@splitbrain.org> |
include support for JavaScript files
This patch adds support for include calls in JavaScript files as discussed in [1]
The syntax looks like this:
/* !!include script.js */
All whitespaces are op
include support for JavaScript files
This patch adds support for include calls in JavaScript files as discussed in [1]
The syntax looks like this:
/* !!include script.js */
All whitespaces are optional (except between !!include and script of course)
[1] http://www.freelists.org/archives/dokuwiki/01-2007/msg00121.html
darcs-hash:20070513123230-7ad00-71a1081aaef1e8f6bc909820927f17d0be71b74e.gz
show more ...
|
481bd052 | 04-May-2007 |
Bruno De Fraine <bruno@defraine.net> |
fix spellchecker/list problems with Safari FS#1129
darcs-hash:20070504183227-8a46b-9fb829ff4b337dace67070e41afc6573c07a3312.gz |
4804a7da | 08-Apr-2007 |
Michael Klier <chi@chimeric.de> |
FS#1079 - made TOC images part of template
darcs-hash:20070408144321-23886-266b4fec7c4d292f830689cced19798cd00d1422.gz |
208c0215 | 07-Apr-2007 |
Andreas Gohr <andi@splitbrain.org> |
support rtl.css for plugins FS#1114
A rtl.css file is loaded for plugins when the language direction is right to left.
darcs-hash:20070407165027-7ad00-1580a9d2af3f64f13780b4e243e53b44c7c5add2.gz |
20ed4822 | 02-Apr-2007 |
Tom N Harris <tnharris@whoopdedo.org> |
opensearch uses correct path to templates
darcs-hash:20070402043249-6942e-c69c700456d6feb5d275f3fab46bdba82505e30f.gz |
4d2d451e | 08-Mar-2007 |
Andreas Gohr <andi@splitbrain.org> |
always have a trailing newline in JavaScript output
This may fix https://bugzilla.mozilla.org/show_bug.cgi?id16033
darcs-hash:20070308224331-7ad00-e5ef018706062baf6bec2bd11dfb318e0fe4b1f6.gz |
73bea65d | 08-Mar-2007 |
Andreas Gohr <andi@splitbrain.org> |
js_compress updates
This ports the fixes from the original python code to DokuWiki's js_compress functions. The unit tests now pass.
darcs-hash:20070308223644-7ad00-56ea99689a62e9752f4814b5dc7ada02
js_compress updates
This ports the fixes from the original python code to DokuWiki's js_compress functions. The unit tests now pass.
darcs-hash:20070308223644-7ad00-56ea99689a62e9752f4814b5dc7ada02eae59089.gz
show more ...
|
fcf93a34 | 03-Mar-2007 |
Andreas Gohr <andi@splitbrain.org> |
improved writability check for sitemap FS#1093
darcs-hash:20070303192836-7ad00-fe821c42ba7541f58ab52b9d8d11b3241bc90b65.gz |
86045fe9 | 11-Jan-2007 |
wingedfox <wingedfox@debugger.ru> |
JS checks for .hasOwnProperty
This patch includes - several helper functions - is* checks - hasOwnProperty method emulator - checks for .hasOwnProperty in all for..in loops
darcs-hash:2007011111423
JS checks for .hasOwnProperty
This patch includes - several helper functions - is* checks - hasOwnProperty method emulator - checks for .hasOwnProperty in all for..in loops
darcs-hash:20070111114236-00f02-50a71681e5d04faf086f1b8032a384648378b744.gz
show more ...
|
7aaa4c46 | 11-Feb-2007 |
martin.tschofen <martin.tschofen@gmail.com> |
all style sheet addition
darcs-hash:20070211024110-7f317-c094764db4d4c9b7e1cad01fc016f354d91aa39e.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 ...
|
b243dd27 | 24-Jan-2007 |
Michael Klier <chi@chimeric.de> |
added missing with/height attributes to opensearch image tag
darcs-hash:20070124232113-23886-5fdea45dec232c6a94995d83439f1c05beb33c6e.gz |
50561e72 | 07-Dec-2006 |
Mike Frysinger <vapier@gentoo.org> |
fix opensearch icon search
darcs-hash:20061207165258-5224c-8b65b6bd08d123fae7e141fd1b1ff497a0e3c1ce.gz |
bda77718 | 06-Dec-2006 |
Tom N Harris <tnharris@whoopdedo.org> |
delivering template print CSS was broken
darcs-hash:20061206231114-6942e-bdfa008fde5fac8b437b26abc2583f38f8254c38.gz |
613e963a | 07-Dec-2006 |
Ben Coburn <btcoburn@silicodon.net> |
string for constant fix
darcs-hash:20061207075815-05dcb-81fad7f4e40142e01f9f1aaa56f47fa51f978186.gz |
797c0d11 | 24-Nov-2006 |
Andreas Gohr <andi@splitbrain.org> |
experimental XMLRPC support
This adds experimental XMLRPC support to DokuWiki. A subset of the Wiki XMLRPC API v2 [1] is implemented.
You need to remove the die() call in lib/exe/xmlrpc.php to use
experimental XMLRPC support
This adds experimental XMLRPC support to DokuWiki. A subset of the Wiki XMLRPC API v2 [1] is implemented.
You need to remove the die() call in lib/exe/xmlrpc.php to use it.
[1] http://www.jspwiki.org/wiki/WikiRPCInterface2
darcs-hash:20061124232744-7ad00-fdaccc68787c3b0349b155a94a1a56003560c5d8.gz
show more ...
|
615960fe | 15-Nov-2006 |
Tom N Harris <tnharris@whoopdedo.org> |
use generated CSS for RSS feeds
plugins can include styles with feed.css, templates can use the media type feed in style.ini
darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb
use generated CSS for RSS feeds
plugins can include styles with feed.css, templates can use the media type feed in style.ini
darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb.gz
show more ...
|