Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into diff_navigation | Andreas Gohr | 2014-03-14 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the event callback public again) translation update translation update translation update translation update translation update translation update translation update avoid HTTP image screenshot urls. closes #595 translation update Extension manager: Fix cache extension to be .repo adjusted the office type color again another instance of empty() where an array key might not exist remove placeholder van denied.txt updated file icons once more removed 'not logged in' text, loginform is shown already Revert "added stripped bit to language file" fixed index file ... Conflicts: inc/html.php | ||
| * | Add a basic test case for the cache | Michael Hamann | 2014-03-14 |
| | | | | | | | | | | | | | | This very basic test ensures that the useCache method works as expected for simple scenarios. This test case fails without commit a8795974051a91137b01ff88dbf5586a647b24ce and then also triggers the warning that was introduced in bc2ddb548f71b1a822dd03c3bc7c3c0e7cd9b152 | ||
| * | Fix unittests broken by previous two commits | Christopher Smith | 2014-03-06 |
| | | | | | | | | | | | | | | | | Mostly this is for unit tests which use of \$_SERVER['REMOTE_USER'] It ensures the reference/alias connection between \$INPUT->server and \$_SERVER is renewed before each test. Tests using TestRequest class will replace this \$INPUT with their own. | ||
| * | revert back to trigger error | Christopher Smith | 2014-02-26 |
| | | |||
| * | change to an Exception and expect it | Christopher Smith | 2014-02-25 |
| | | |||
| * | add test for p_get_renderer() with fallback | Christopher Smith | 2014-02-25 |
| | | |||
* | | Merge remote-tracking branch 'origin/master' into diff_navigation | Gerrit Uitslag | 2014-02-23 |
|\| | | | | | | | | | Conflicts: inc/html.php | ||
| * | fixed test cases for last commit | Andreas Gohr | 2014-02-23 |
| | | |||
| * | unit test for FS#2173 | Andreas Gohr | 2014-02-15 |
| | | |||
* | | rename unit tests for getRevisionAround. Fix revs order as well. | Gerrit Uitslag | 2014-02-15 |
| | | |||
* | | Merge remote-tracking branch 'origin/master' into diff_navigation | Gerrit Uitslag | 2014-02-15 |
|\| | |||
| * | Merge pull request #529 from lisps/TestRequest | Andreas Gohr | 2014-02-14 |
| |\ | | | | | | | fix TestRequest | ||
| | * | fix content check test cases | lisps | 2014-02-04 |
| | | | | | | | | | | | | | | | add test case new Input check add global variables to execute | ||
| * | | HTTPClient: correctly abort a proxy connection | Andreas Gohr | 2014-02-11 |
| | | | | | | | | | | | | if a needed CONNECT tunnel fails | ||
| * | | more robust HTTP testing | Andreas Gohr | 2014-02-09 |
| | | | | | | | | | | | | | | | | | | connections are now retried after timeout and failing connections will be marked as skipped instead of failing. This should reduce false alarms on travis | ||
| * | | always show error on HTTP test fails | Andreas Gohr | 2014-02-09 |
| |/ | |||
| * | add unit test to check language files for validity | Andreas Gohr | 2014-01-24 |
| | | | | | | | | | | | | this should help with applying pull requests that do come not from the translation interface as it makes sure the files will be at least syntactically correct. | ||
| * | treat non-existing files as success on delete | Andreas Gohr | 2014-01-06 |
| | | |||
| * | added tests for io_rmdir | Andreas Gohr | 2014-01-06 |
| | | |||
| * | Fix indexing numeric words in page contents | Michael Hamann | 2013-12-11 |
| | | | | | | | | | | | | | | Since a8dba4523d2ecd09dd69a68a36673eaf5c009c57 the search index didn't properly index numeric words anymore, instead they were added as new words to the word list each time they were indexed, leading to an ever-increasing index size. | ||
| * | crlf 2 lf whitespace fixes | Anika Henke | 2013-12-07 |
| | | |||
| * | Fix sending empty and duplicated headers, FS#2887 | Michael Hamann | 2013-12-01 |
| | | | | | | | | | | | | This fixes sending empty and duplicated To/Cc/Bcc, Subject and From headers in the additional headers. The To-header in the additional headers prevented mail sending on some systems. | ||
| * | FS#1833 (b) | Christopher Smith | 2013-12-01 |
| | | | | | | | | | | | | | | Prevent table entry syntax swallowing multiple preceeding blank lines (a) this shouldn't be necessary, blank lines are handled by paragraph processing (b) avoids issues with greedy table syntax competing with plugins | ||
* | | retrieve revisions around some given revisions | Gerrit Uitslag | 2013-11-27 |
| | | | | | | | | | | | | | | | | With unit tests One case is not yet fixed: when rev1 is first rev from changelog, only $max/2 revisions are retrieved, but it should retrieve $max revisions. | ||
* | | bugfix and reformatting changelog. small chunck unittests | Gerrit Uitslag | 2013-11-22 |
| | | |||
* | | Improve changelog reading. Inclusive unittests for chunks smaller than ↵ | Gerrit Uitslag | 2013-11-22 |
| | | | | | | | | changelog lines. | ||
* | | improve unittests getrelativerevision. Bit code reformatting unit tests | Gerrit Uitslag | 2013-11-21 |
| | | |||
* | | fix not updated call, renaming | Gerrit Uitslag | 2013-11-21 |
| | | |||
* | | refactor PageRevisionLog into Media- and PageChangelog extending Changelog | Gerrit Uitslag | 2013-11-21 |
| | | |||
* | | Improved isCurrentRevision(), tests included | Gerrit Uitslag | 2013-11-21 |
| | | |||
* | | Add unit tests for getRelativerevision | Gerrit Uitslag | 2013-11-20 |
| | | |||
* | | Update changelog unit tests | Gerrit Uitslag | 2013-11-20 |
|/ | |||
* | ensure css loadfile test doesn't try to create a directory (and fail) if the ↵ | Christopher Smith | 2013-11-17 |
| | | | | directory already exists | ||
* | Test to ensure less can parse the @import rewritten by css_loadfile() | Christopher Smith | 2013-11-05 |
| | | | | | | | | | This test is horrible, but I believe necessary to ensure that the @import of less files actually works. It is horrible as its not a unit test and its not a true functional test. It probably implies the code in css_out() should be refactored to make it easier to test intermediate results. | ||
* | additional tests where for relative path to @import less file | Christopher Smith | 2013-11-05 |
| | |||
* | Improve css_loadfile() tests | Christopher Smith | 2013-11-05 |
| | | | | | | | - use TMP_DIR constant rather than /tmp - swap order of parameters in csstest() to match reported 'expected' & 'actual' - add tests for use of 'url()' in @import - add tests for @import of '.less' files (these test will fail per FS#2875) | ||
* | Fix the media usage index to include local links | Michael Hamann | 2013-10-29 |
| | |||
* | ensure locale is set back to the original value | Christopher Smith | 2013-10-25 |
| | |||
* | skip FS#2867 test if \s doesn't match \xA0 after attempting to change the locale | Christopher Smith | 2013-10-25 |
| | |||
* | unittests for auth_loadACL | Christopher Smith | 2013-10-25 |
| | |||
* | Merge branch 'master' into FS#2867 | Christopher Smith | 2013-10-21 |
|\ | |||
| * | Merge pull request #388 from splitbrain/unittest_errorreporting | Andreas Gohr | 2013-10-20 |
| |\ | | | | | | | set error level so it is propagated correctly to dokuwiki | ||
| | * | change error level to ignore notices | Christopher Smith | 2013-10-20 |
| | | | |||
| | * | also use DOKU_E_LEVEL in bootstrap's call to error_reporting() | Christopher Smith | 2013-10-18 |
| | | | |||
| | * | set error level so it is propagated correctly to dokuwiki | Christopher Smith | 2013-10-18 |
| | | | |||
| * | | make sure HTTP test uses HTTP only and doesn't get redirected | Andreas Gohr | 2013-10-20 |
| | | | |||
| * | | more verbosity in test case | Andreas Gohr | 2013-10-20 |
| | | | |||
| * | | Merge pull request #380 from splitbrain/phpstrict | Andreas Gohr | 2013-10-20 |
| |\ \ | | | | | | | | | Php strict | ||
| | * | | escaped another $ in mailer test | Andreas Gohr | 2013-10-20 |
| | | | | |||
| | * | | additional auth_nameencode tests (apostrophe & backslash) | Christopher Smith | 2013-10-19 |
| | | | |