History log of /dokuwiki/ (Results 8901 – 8925 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
595a6d7530-Mar-2007 Anika Henke <a.c.henke@arcor.de>

added ellipsis to entities.conf

darcs-hash:20070330225252-d5083-cc2f5e0ad8e5073c10e69d6ba5fa192468a0f1f5.gz

884b22fe30-Mar-2007 Anika Henke <a.c.henke@arcor.de>

fix for FS#1071 (underline nested within italics)

darcs-hash:20070330172031-d5083-bfc089304716f91eb55135720012142da3f78df0.gz

ebdfc03826-Mar-2007 Andreas Gohr <andi@splitbrain.org>

some test cleanups

darcs-hash:20070326185533-7ad00-487a00e955386bdccd145928c7d69178327ded69.gz

f77429b826-Mar-2007 Andreas Gohr <andi@splitbrain.org>

set scope for session cookies FS#1109

darcs-hash:20070326180948-7ad00-c35eeabfe0d77e9decfd4fc6d776eaaa72be219c.gz

37242afa23-Mar-2007 Tom N Harris <tnharris@whoopdedo.org>

Escape Ctrl-Z so darcs stops treating utf8.php as binary.

darcs-hash:20070323030243-6942e-836105b95078b213df8497386ae9b0418fcf29be.gz

32a4944723-Mar-2007 Guy Brand <gb@isis.u-strasbg.fr>

Typo in plugin.php (FS#1094)

darcs-hash:20070323075309-19e2d-ec759de766c1ee42e0145e81bea3946aa9f35298.gz

a307fd7a12-Mar-2007 Andreas Gohr <andi@splitbrain.org>

fix for the new SimplePie

SimplePie changed the method to fetch the feed, this patch restores the usage
of DokuWiki's own HTTP client.

darcs-hash:20070312203419-7ad00-a3ef0c6d810d59f618165b3968e61b

fix for the new SimplePie

SimplePie changed the method to fetch the feed, this patch restores the usage
of DokuWiki's own HTTP client.

darcs-hash:20070312203419-7ad00-a3ef0c6d810d59f618165b3968e61b6d8a5a68a0.gz

show more ...

ded1910a11-Mar-2007 Andreas Gohr <andi@splitbrain.org>

SimplePie update

darcs-hash:20070311215020-7ad00-87bd68927c1258e4d7afca8c6f63bbb0e511adbb.gz

4d2d451e08-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

73bea65d08-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 ...

5d93bd6007-Mar-2007 Andreas Gohr <andi@splitbrain.org>

Latvian language updates

darcs-hash:20070307211110-7ad00-83f3b50a04c3da57309e54ae0ff79cec1e5ed1f6.gz

744d79e306-Mar-2007 bernd <bernd@bzed.de>

FS#1011-fix

darcs-hash:20070306005940-9f3ed-ac84cbb540ec7830aedba5b3451e58522decfffa.gz

db09e31e05-Mar-2007 Andreas Gohr <andi@splitbrain.org>

dbg_backtrace() function added

This adds a useful debugging function for printing function call backtraces.

darcs-hash:20070305223458-7ad00-865f0cedcd1d904e98d3e89820102657f685712c.gz

d14bceaa05-Mar-2007 Andreas Gohr <andi@splitbrain.org>

added JsStrip unit test files

This patch adds unit test files from the new release of JsStrip [1]. Some of the tests
currently fail pointing to bugs which are fixed in the new JsStrip release. The f

added JsStrip unit test files

This patch adds unit test files from the new release of JsStrip [1]. Some of the tests
currently fail pointing to bugs which are fixed in the new JsStrip release. The fixes
need to be ported to DokuWiki's js_compress function.

This patch also adds a way to output additional info when a test fails. It misuses
SimpleTest's signalling which is probably a bad idea but works for now.

http://code.google.com/p/jsstrip/

darcs-hash:20070305223025-7ad00-583a70a1ddc374eb61193f9315af99baeedea0be.gz

show more ...


_test/cases/lib/exe/js_js_compress.test.php
_test/cases/lib/exe/js_js_compress/test-CommentInDoubleQuotes1-in.js
_test/cases/lib/exe/js_js_compress/test-CommentInDoubleQuotes1-out.js
_test/cases/lib/exe/js_js_compress/test-CommentInDoubleQuotes2-in.js
_test/cases/lib/exe/js_js_compress/test-CommentInDoubleQuotes2-out.js
_test/cases/lib/exe/js_js_compress/test-CommentInSingleQuotes1-in.js
_test/cases/lib/exe/js_js_compress/test-CommentInSingleQuotes1-out.js
_test/cases/lib/exe/js_js_compress/test-CommentInSingleQuotes2-in.js
_test/cases/lib/exe/js_js_compress/test-CommentInSingleQuotes2-out.js
_test/cases/lib/exe/js_js_compress/test-CommentMultiline-in.js
_test/cases/lib/exe/js_js_compress/test-CommentMultiline-out.js
_test/cases/lib/exe/js_js_compress/test-CommentSingleLine-in.js
_test/cases/lib/exe/js_js_compress/test-CommentSingleLine-out.js
_test/cases/lib/exe/js_js_compress/test-IfThenElseBraces-in.js
_test/cases/lib/exe/js_js_compress/test-IfThenElseBraces-out.js
_test/cases/lib/exe/js_js_compress/test-IfThenElseNoBraces-in.js
_test/cases/lib/exe/js_js_compress/test-IfThenElseNoBraces-out.js
_test/cases/lib/exe/js_js_compress/test-RegexpBackslash-in.js
_test/cases/lib/exe/js_js_compress/test-RegexpBackslash-out.js
_test/cases/lib/exe/js_js_compress/test-RegexpSimple-in.js
_test/cases/lib/exe/js_js_compress/test-RegexpSimple-out.js
_test/cases/lib/exe/js_js_compress/test-RegexpSimpleWhitespace-in.js
_test/cases/lib/exe/js_js_compress/test-RegexpSimpleWhitespace-out.js
_test/cases/lib/exe/js_js_compress/test-RegexpString-in.js
_test/cases/lib/exe/js_js_compress/test-RegexpString-out.js
_test/cases/lib/exe/js_js_compress/test-StatementDoWhile-in.js
_test/cases/lib/exe/js_js_compress/test-StatementDoWhile-out.js
_test/cases/lib/exe/js_js_compress/test-StatementForIn-in.js
_test/cases/lib/exe/js_js_compress/test-StatementForIn-out.js
_test/cases/lib/exe/js_js_compress/test-StatementNew-in.js
_test/cases/lib/exe/js_js_compress/test-StatementNew-out.js
_test/cases/lib/exe/js_js_compress/test-StatementSwitchCase-in.js
_test/cases/lib/exe/js_js_compress/test-StatementSwitchCase-out.js
_test/cases/lib/exe/js_js_compress/test-StringDoubleQuotes-in.js
_test/cases/lib/exe/js_js_compress/test-StringDoubleQuotes-out.js
_test/cases/lib/exe/js_js_compress/test-StringSingleQuotes-in.js
_test/cases/lib/exe/js_js_compress/test-StringSingleQuotes-out.js
_test/lib/cli_reporter.php
1db60ac705-Mar-2007 Guy Brand <gb@isis.u-strasbg.fr>

Several small french language corrections

darcs-hash:20070305165211-19e2d-02911c52123f382270f57a9a44cce514c89c667a.gz

9be05bde05-Mar-2007 Guy Brand <gb@isis.u-strasbg.fr>

French lang for revert plugin

darcs-hash:20070305163850-19e2d-38f2e618020d45e85dad50082e5dc619ca1cfa9f.gz

ca47e84605-Mar-2007 Guy Brand <gb@isis.u-strasbg.fr>

French language update

darcs-hash:20070305140920-19e2d-16876cdbd8c2887d642a8807a0ba8b99f6a2f161.gz

76bcc5af03-Mar-2007 Andreas Gohr <andi@splitbrain.org>

unit test for auth_aclcheck

darcs-hash:20070303225338-7ad00-41af966e3536facdcf139bf307479eeb08b10458.gz

0508237503-Mar-2007 Andreas Gohr <andi@splitbrain.org>

fixed warning whith no search results FS#1088

darcs-hash:20070303220143-7ad00-5d592dbebaae371c03102b20ae7e0d9e433b378b.gz

5f70445d03-Mar-2007 Andreas Gohr <andi@splitbrain.org>

added getFormat() function to renderer

Each renderer has to supply a getFormat() function returning the format it
produces. Usually this is the same as the classname of the renderer (or Plugin)
says

added getFormat() function to renderer

Each renderer has to supply a getFormat() function returning the format it
produces. Usually this is the same as the classname of the renderer (or Plugin)
says but it does not need to be necessarily.

Fixes a problem with the wrong format being reported to plugins when a
render plugin was used.

darcs-hash:20070303214102-7ad00-3f87d8a10e94f4c6c30bacc8f43486b94ecdb146.gz

show more ...

47b2d31903-Mar-2007 Andreas Gohr <andi@splitbrain.org>

never build instructions twice in the same run FS#1090

When a page was called with purge

darcs-hash:20070303202232-7ad00-03e05dc32646563688307ae51b6594d223bad938.gz

ea2a427103-Mar-2007 Andreas Gohr <andi@splitbrain.org>

only debug when in xhtml mode in parserutils.php

darcs-hash:20070303195008-7ad00-880996042e703973c56d38f803f79555256dbe84.gz

fcf93a3403-Mar-2007 Andreas Gohr <andi@splitbrain.org>

improved writability check for sitemap FS#1093

darcs-hash:20070303192836-7ad00-fe821c42ba7541f58ab52b9d8d11b3241bc90b65.gz

a7dface402-Mar-2007 Andreas Gohr <andi@splitbrain.org>

bulgarian translation

darcs-hash:20070302180103-7ad00-120a218d9fb7df3fe4d4884091fbd9e768549810.gz

9bee852e02-Mar-2007 Andreas Gohr <andi@splitbrain.org>

skip images in links for metadata renderer

darcs-hash:20070302102035-7ad00-65b1bcf0140b1aa434dc321b8e84b614f9b65e2f.gz

1...<<351352353354355356357358359360>>...423