History log of /dokuwiki/ (Results 5576 – 5600 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
15bc9cbc07-May-2012 Tim Roes <mail@timroes.de>

Removed vendor specific border radius

f774b92a04-May-2012 Andreas Gohr <andi@splitbrain.org>

let installer check for functions needed in HTTPClient FS#2505

ca53ac9804-May-2012 Andreas Gohr <andi@splitbrain.org>

Correctly handle multiline strings in JS compressor

See
http://stackoverflow.com/questions/805107/how-to-create-multiline-strings
for info on them.

55ce110102-May-2012 Andreas Gohr <andi@splitbrain.org>

fixed a JSON bug with handling backspaces

This was fixed in upstream and the upstream tests caught this :-)

040571db02-May-2012 Andreas Gohr <andi@splitbrain.org>

also skip native JSON encoding when skipnative is true

68fd957c02-May-2012 Andreas Gohr <andi@splitbrain.org>

fixed JSON test cases

seems like phpunit will not run all test classes inside a file when
giving it as an argument :-/

I removed the error supression tests as these test a feature we do not
have in

fixed JSON test cases

seems like phpunit will not run all test classes inside a file when
giving it as an argument :-/

I removed the error supression tests as these test a feature we do not
have in our JSON class version (and shouldn't implement to keep as
compatible as possible to the native JSON functions)

show more ...

132fb7d302-May-2012 Andreas Gohr <andi@splitbrain.org>

added some blowfish tests

upstream plus a test for our modifications

f9f987b202-May-2012 Andreas Gohr <andi@splitbrain.org>

added the orginal unit tests for JSON.php

e0f1fe0202-May-2012 Andreas Gohr <andi@splitbrain.org>

removed duplicated documentation header in JSON.php

050f8f4d01-May-2012 Andreas Gohr <andi@splitbrain.org>

removed unecessary requiresin unit tests


_test/tests/inc/auth_aclcheck.test.php
_test/tests/inc/auth_admincheck.test.php
_test/tests/inc/auth_nameencode.test.php
_test/tests/inc/auth_password.test.php
_test/tests/inc/common_cleanText.test.php
_test/tests/inc/common_clientip.test.php
_test/tests/inc/common_obfuscate.test.php
_test/tests/inc/common_pagetemplate.test.php
_test/tests/inc/form_form.test.php
_test/tests/inc/httpclient_https.test.php
_test/tests/inc/init_fullpath.test.php
_test/tests/inc/init_getbaseurl.test.php
_test/tests/inc/ixr_library_date.test.php
_test/tests/inc/ixr_library_ixr_message.test.php
_test/tests/inc/mail_isvalid.test.php
_test/tests/inc/mail_quoted_printable_encode.test.php
_test/tests/inc/pageutils_clean_id.test.php
_test/tests/inc/pageutils_getid.test.php
_test/tests/inc/pageutils_resolve_id.test.php
_test/tests/inc/pageutils_resolve_pageid.test.php
_test/tests/inc/parser/lexer.test.php
_test/tests/inc/parser/parser.inc.php
_test/tests/inc/parser/parser_eol.test.php
_test/tests/inc/parser/parser_headers.test.php
_test/tests/inc/parser/parser_quote.test.php
_test/tests/inc/parser/parser_unformatted.test.php
_test/tests/inc/parserutils_set_metadata_during_rendering.test.php
_test/tests/inc/remote.test.php
_test/tests/inc/safefn.test.php
_test/tests/inc/search/search.test.php
_test/tests/inc/utf8_correctidx.test.php
_test/tests/inc/utf8_html.test.php
_test/tests/inc/utf8_stripspecials.test.php
_test/tests/inc/utf8_substr.test.php
_test/tests/inc/utf8_unicode.test.php
_test/tests/inc/utf8_utf16be.test.php
_test/tests/lib/exe/css_css_compress.test.php
_test/tests/lib/exe/js_js_compress.test.php
1831d8a001-May-2012 Andreas Gohr <andi@splitbrain.org>

fixed password hashing tests for recent PMD5 change

22f44d0301-May-2012 Andreas Gohr <andi@splitbrain.org>

avoid integer overflow in PassHash::pmd5 method

Input iteration counts are squared in the function and passing something
above 30 is giving integer overflows on 32 bit systems (and causes insane
ite

avoid integer overflow in PassHash::pmd5 method

Input iteration counts are squared in the function and passing something
above 30 is giving integer overflows on 32 bit systems (and causes insane
iteration counts on 64bit systems).

show more ...

e67fdd7b27-Apr-2012 Michael Hamann <michael@content-space.de>

Unignore bundled template files in git as suggested by @timroes

bdc67fe727-Apr-2012 Robert Bogenschneider <robog@gmx.de>

Esperanto language update

98fb3f1827-Apr-2012 Osaka <mr.osaka@gmail.com>

Japanese language update

1470495327-Apr-2012 Yannick Aure <yannick.aure@gmail.com>

French language update

fa44d8f127-Apr-2012 Tim Roes <mail@timroes.de>

Changed style of notification messages

23684d4a24-Apr-2012 Andreas Gohr <andi@splitbrain.org>

some cleanup for the testing plugin

f2ae886a24-Apr-2012 Andreas Gohr <andi@splitbrain.org>

reenabled password test

according to Dominik Eckelmann one of the tests fails on certain servers. I can't
reproduce it. If you can, please open a bug report with as much info as
possible.

f619969726-Apr-2012 Andreas Gohr <andi@splitbrain.org>

skip SSL tests whn no SSL support in PHP

a1d9de5226-Apr-2012 Andreas Gohr <andi@splitbrain.org>

make HTTPClient loadable via autoloader

this fixes the HTTP tests which do test the base class directly instead
of the DokuHTTPClient subclass

f940e4a023-Apr-2012 Andreas Gohr <andi@splitbrain.org>

display uploadable file size in media manager FS#2425

1a82105123-Apr-2012 Andreas Gohr <andi@splitbrain.org>

match on img tag in feed's img align replacement

this should avoid false positive matches on user content (which is
already escaped at this point)

95d9eba623-Apr-2012 Andreas Gohr <andi@splitbrain.org>

disable DNS lookups in tests

cc92aca723-Apr-2012 Andreas Gohr <andi@splitbrain.org>

some first tests for the Mailer class

1...<<221222223224225226227228229230>>...420