History log of /dokuwiki/ (Results 8851 – 8875 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

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

Fix broken if in previous patch

darcs-hash:20070302100506-19e2d-342a0477340aa6b2c5fb7e08c520053b7dc33608.gz

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

Allow @USER@ variable in ACLs

This saves a lot of ACL lines for users namespaces for example:

users:* @ALL 1
users:@USER@ @USER@ 8

darcs-hash:20070301230309-19e2

Allow @USER@ variable in ACLs

This saves a lot of ACL lines for users namespaces for example:

users:* @ALL 1
users:@USER@ @USER@ 8

darcs-hash:20070301230309-19e2d-90a00b70a2af546fd5194ade614c130e9f7864eb.gz

show more ...

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

fix pass by reference problem in indexer.php

darcs-hash:20070301211751-7ad00-d4212a363176501a31a0971a00f81e18ee00fab3.gz

a6a30c1a27-Feb-2007 Esther Brunner <wikidesign@gmail.com>

INDEXER_PAGE_ADD event

darcs-hash:20070227124424-20862-78b4e1863830e88aa9564e6b9c58fa0cdf03d41c.gz

8b3b5ebb27-Feb-2007 Esther Brunner <wikidesign@gmail.com>

TOOLBAR_DEFINE event

darcs-hash:20070227124005-20862-312600c2763c491bed9c0cbf6e6b5e7b680dda15.gz

28a97b1727-Feb-2007 Esther Brunner <wikidesign@gmail.com>

HTML_PROFILEFORM_INJECTION event

darcs-hash:20070227123428-20862-cc92070d15b116d6865eab3acc0a210ab17755f8.gz

c06c1c7a27-Feb-2007 Esther Brunner <wikidesign@gmail.com>

additions for the info plugin

darcs-hash:20070227123123-20862-168124d05e49273adec628bf6bdf78792b366548.gz

7d992a1927-Feb-2007 Esther Brunner <wikidesign@gmail.com>

helper plugin patch

darcs-hash:20070227122635-20862-e10e801a5224585fa32d8dc3401fd5eb98d70930.gz

3b97478426-Feb-2007 Andreas Gohr <andi@splitbrain.org>

page updates

darcs-hash:20070226182110-7ad00-b4af0eb8c29e6a168c3f1dc6306f2f294d818b72.gz

63fe0db925-Feb-2007 Grzegorz Zur <grzegorz.zur@gmail.com>

polish language update

darcs-hash:20070225133620-e561a-41c149fd9e6440909799d6b24a2c81a4ac23dd0f.gz

a575fb5726-Feb-2007 Andreas Gohr <andi@splitbrain.org>

Korean language update

darcs-hash:20070226181011-7ad00-3ca27eb05538bb8d6e2f9a9da5a39730247f9813.gz

bd3f1f0a26-Feb-2007 Andreas Gohr <andi@splitbrain.org>

GeSHi update to 1.0.7.18

darcs-hash:20070226180035-7ad00-c73a6af59b915e2930c6f56a23d374478a63f87d.gz

adb16d4f26-Feb-2007 Andreas Gohr <andi@splitbrain.org>

soted indexer is now default

darcs-hash:20070226175529-7ad00-4d3d984da1edbf2ded546cfbd7374f97f032d032.gz

1...<<351352353354355356357358359360>>...420