| 45a0fa15 | 14-Apr-2011 |
Adrian Lang <mail@adrianlang.de> |
Support the empty link [[]] |
| 0c28bbb6 | 09-Apr-2011 |
Adrian Lang <mail@adrianlang.de> |
Fix page ID test cases & make them more robust |
| fda14ffc | 07-Apr-2011 |
Izidor Matušov <izidor.matusov@gmail.com> |
Check if link exists and set right caption |
| 38574c35 | 07-Apr-2011 |
Izidor Matušov <izidor.matusov@gmail.com> |
Added configuration variables for empty link testcases and added testcases for resolve_pageid |
| 4ab82339 | 04-Apr-2011 |
Izidor Matušov <izidor.matusov@gmail.com> |
Unit test cases for FS 2178 |
| 344763ad | 02-Apr-2011 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2122 alter SafeFN safe and post indicator characters.
Note, any filenames encoded with the previous SafeFN scheme will need to be converted to the new scheme. Users of the old SafeFN scheme shou
FS#2122 alter SafeFN safe and post indicator characters.
Note, any filenames encoded with the previous SafeFN scheme will need to be converted to the new scheme. Users of the old SafeFN scheme should not use this new scheme until after converting their filenames.
show more ...
|
| 4a39d803 | 09-Feb-2011 |
Michael Hamann <michael@content-space.de> |
Fix test cases so they work with e7f59597d0b90f64f3479ebacc190717e067dc99
All linebreaks before p_close have been removed. |
| 4f2305cb | 06-Feb-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Fix whitespace handling in inline diff (closes FS#2161) |
| 45763179 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed email test case since we allow local addresses |
| a18f9d4a | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
Accept IPv6 addresses in email addresses |
| 0e5fde48 | 06-Feb-2011 |
Michael Hamann <michael@content-space.de> |
Allow p_set_metadata during rendering, test cases included. FS#1827 |
| 9d598023 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed the IPv6 tests, bracket links are parsed by InternalLinks |
| 89643a15 | 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
added a bunch of IPv6 test cases FS#2137 |
| 62bbd5ef | 23-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
use a bigger range of characters for password salts |
| 52c9860c | 23-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
django pass hashes have no leading $ |
| 3a0a2d05 | 22-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
refactored passowrd hashing functions to a class
this splits the long auth_cryptPassword() function into many member functions of a new class PassHash which should make it more maintainable and reus
refactored passowrd hashing functions to a class
this splits the long auth_cryptPassword() function into many member functions of a new class PassHash which should make it more maintainable and reusable for other projects.
This also adds two new methods djangomd5 and djangosha1 as used by the popular python framework Django.
Maybe the auth_cryptPassword() and auth_verifyPassword() functions should be deprecated in favor of using the class directly?
show more ...
|
| 204b27c8 | 16-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Fix getBaseURL for literal IPv6 addresses in URLs (RFC 2732) + test case |
| f91977c2 | 15-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
Added support for Wordpress' password hashing FS#2134 |
| ef7df687 | 15-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
added unit test for kmd5 password hashing |
| 6e0b4b67 | 09-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Fixed css_loadfile and removed unneeded complexity, added testcases |
| be96545c | 03-Jan-2011 |
Anika Henke <anika@selfthinker.org> |
removed obsolete references to 'JSnocheck' class |
| 4f56ecbf | 21-Dec-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix handling of case in auth_isMember; add and fix test cases |
| d6dc956f | 08-Dec-2010 |
Andreas Gohr <andi@splitbrain.org> |
added auth_isMember()
This function abstracts checking a given user and her groups against a given member list (as used in the superuser and manager options).
It is also used in auth_isManager() an
added auth_isMember()
This function abstracts checking a given user and her groups against a given member list (as used in the superuser and manager options).
It is also used in auth_isManager() and auth_isAdmin(), unlike the previous function, this one skips the nameencode step as it should be unnessary here (all input is given decoded).
The test cases where extended by some non-ID user and group names.
People with non-plain auth backends should check that their administrator and manager setups still work as expected
show more ...
|
| e3776c06 | 29-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is o
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
show more ...
|
| 8bddd94e | 26-Oct-2010 |
Adrian Lang <dokuwiki@adrianlang.de> |
Fix SafeFN-encoded file names
SafeFN encoding now always end the encoding block by appending a dot at the end of the file name. This is necessary since the file name may get an extension which is no
Fix SafeFN-encoded file names
SafeFN encoding now always end the encoding block by appending a dot at the end of the file name. This is necessary since the file name may get an extension which is not encoded.
show more ...
|