Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #86 from lupo49/master | Andreas Gohr | 2012-03-14 |
|\ | | | | | Parser: Allow parser to fully recognize windows share links with a hyphen character in it | ||
| * | Unit Test: Adding test to check windows share link with hyphen character | lupo49 | 2012-03-10 |
| | | |||
* | | the previous test case had an error | Andreas Gohr | 2012-03-13 |
| | | | | | | | | | | There were whitespaces on the empty DOS line. This fixes the test but does not explain the broken behaviour in the wiki itself. | ||
* | | added (failing) test for cleanText() | Andreas Gohr | 2012-03-13 |
|/ | | | | | | | | | The cleanText function is supposed to convert DOS to Unix lineendings but it seems that it doesn't always do that correctly as this thread suggests: http://forum.dokuwiki.org/thread/8141 I added a unit test that currently fails but haven't found the real cause yet. Further testing (and a fix) is needed. | ||
* | Merge branch 'lmd5' into bcrypt | Andreas Gohr | 2011-11-27 |
|\ | | | | | | | | | Conflicts: lib/plugins/config/settings/config.metadata.php | ||
| * | added test case for lsmd5 passhashing | Andreas Gohr | 2011-11-27 |
| | | |||
* | | Merge branch 'master' into bcrypt | Andreas Gohr | 2011-11-27 |
|\| | |||
| * | added test case for non-breaking spaces in headlines and pagenames (to ↵ | Anika Henke | 2011-10-15 |
| | | | | | | | | accompany FS#2291) | ||
* | | Added bcrypt support for password hashes | Andreas Gohr | 2011-10-14 |
|/ | | | | This method require PHP 5.3+ it will fail otherwise! | ||
* | Fixed test and broken salt generation in PassHash class | Andreas Gohr | 2011-10-14 |
| | | | | | | | Turned out a test wasn't really testing what it should have been testing and thus did hide a bug. Still puzzles me why it still worked some times. This patch also sets the default iteration count for bmd5 and pmd5 to 8. | ||
* | added a test case to check for FS#2349 | Andreas Gohr | 2011-10-14 |
| | | | | no problems found | ||
* | fix namespace cleaning FS#2295 | Andreas Gohr | 2011-09-25 |
| | | | | | | | | | | | This patch applies the correct pagename cleaning to namespaces as well. Namespaces should follow the same rules as pagenames but due to a bug it was possible to have namespaces ending in a underscore. If you used such a namespace it will be inaccessible after applying this patch. You should rename the namespace directory on the filesystem (removing the trailing underscore). You old links will then work automatically again. Rebuilding the search index is recommended. | ||
* | Add jslint wrapper script | Adrian Lang | 2011-09-13 |
| | |||
* | Add testcases for search_index | Adrian Lang | 2011-09-04 |
| | |||
* | fixed JavaScript compressor for certain regexes | Andreas Gohr | 2011-06-05 |
| | | | | | This fixes a problem with running the minified jQuery through the compressor. | ||
* | Prevent fatal error in test cases when no auth backend is configured | Adrian Lang | 2011-05-25 |
| | |||
* | Fix HTML in DifferenceEngine tests | Adrian Lang | 2011-04-21 |
| | |||
* | Support the empty link [[]] | Adrian Lang | 2011-04-14 |
| | |||
* | Fix page ID test cases & make them more robust | Adrian Lang | 2011-04-09 |
| | |||
* | Check if link exists and set right caption | Izidor Matušov | 2011-04-08 |
| | |||
* | Added configuration variables for empty link testcases and added testcases ↵ | Izidor Matušov | 2011-04-07 |
| | | | | for resolve_pageid | ||
* | Unit test cases for FS 2178 | Izidor Matušov | 2011-04-07 |
| | |||
* | Merge branch 'master' of git@github.com:splitbrain/dokuwiki | Christopher Smith | 2011-04-02 |
|\ | |||
| * | Fix test cases so they work with e7f59597d0b90f64f3479ebacc190717e067dc99 | Michael Hamann | 2011-02-09 |
| | | | | | | | | All linebreaks before p_close have been removed. | ||
* | | FS#2122 alter SafeFN safe and post indicator characters. | Christopher Smith | 2011-04-02 |
|/ | | | | | | 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. | ||
* | Fix whitespace handling in inline diff (closes FS#2161) | Adrian Lang | 2011-02-06 |
| | |||
* | fixed email test case since we allow local addresses | Andreas Gohr | 2011-02-06 |
| | |||
* | Accept IPv6 addresses in email addresses | Andreas Gohr | 2011-02-06 |
| | |||
* | Allow p_set_metadata during rendering, test cases included. FS#1827 | Michael Hamann | 2011-02-06 |
| | |||
* | fixed the IPv6 tests, bracket links are parsed by InternalLinks | Andreas Gohr | 2011-02-06 |
| | |||
* | added a bunch of IPv6 test cases FS#2137 | Andreas Gohr | 2011-02-06 |
| | |||
* | use a bigger range of characters for password salts | Andreas Gohr | 2011-01-23 |
| | |||
* | django pass hashes have no leading $ | Andreas Gohr | 2011-01-23 |
| | |||
* | refactored passowrd hashing functions to a class | Andreas Gohr | 2011-01-22 |
| | | | | | | | | | | | | 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? | ||
* | Fix getBaseURL for literal IPv6 addresses in URLs (RFC 2732) + test case | Michael Hamann | 2011-01-16 |
| | |||
* | Added support for Wordpress' password hashing FS#2134 | Andreas Gohr | 2011-01-15 |
| | |||
* | added unit test for kmd5 password hashing | Andreas Gohr | 2011-01-15 |
| | |||
* | Fixed css_loadfile and removed unneeded complexity, added testcases | Michael Hamann | 2011-01-09 |
| | |||
* | removed obsolete references to 'JSnocheck' class | Anika Henke | 2011-01-03 |
| | |||
* | Fix handling of case in auth_isMember; add and fix test cases | Adrian Lang | 2010-12-21 |
| | |||
* | added auth_isMember() | Andreas Gohr | 2010-12-08 |
| | | | | | | | | | | | | | | 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 | ||
* | Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3 | Michael Hamann | 2010-11-29 |
| | | | | | | 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. | ||
* | Fix SafeFN-encoded file names | Adrian Lang | 2010-10-26 |
| | | | | 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. | ||
* | Correctly handle non-default sepchars in page templates (FS#2057) | Adrian Lang | 2010-10-11 |
| | |||
* | removed outdated timing tests | Andreas Gohr | 2010-10-03 |
| | |||
* | reset failinfo on next test case | Andreas Gohr | 2010-10-03 |
| | |||
* | fixed new calls in test cases according to PHP5 conventions | Guy Brand | 2010-09-23 |
| | |||
* | Remove odd .htaccess | Adrian Lang | 2010-09-20 |
| | | | | Neither I nor Andi has any idea what this file is for and why it explicitly //grants// permission and why its documentation is wrong. | ||
* | More emphasis test cases from bug reports | Adrian Lang | 2010-08-31 |
| | |||
* | Fix table tests according to 6606d6fc9f9 | Adrian Lang | 2010-08-31 |
| |