Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove error supression for file_exists() | Andreas Gohr | 2015-01-07 |
| | | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost. | ||
* | Merge pull request #973 from micgro42/videoTest | Andreas Gohr | 2014-12-18 |
|\ | | | | | Add tests for video syntax | ||
| * | Remove stray comment block | Michael Große | 2014-12-18 |
| | | |||
| * | Fix file size | Michael Große | 2014-12-18 |
| | | |||
| * | Add test for internal video files | Michael Große | 2014-12-18 |
| | | |||
| * | Add tests: known and unknown external video files | Michael Große | 2014-11-27 |
| | | |||
* | | fix global environment during test requests | Andreas Gohr | 2014-12-17 |
| | | |||
* | | update parser tests for change in listitem_open instruction | Christopher Smith | 2014-12-01 |
|/ | |||
* | Ooops...forgot to commit test cases for #897. | LarsDW223 | 2014-10-15 |
| | |||
* | Corrected compression for ++ and -- operator. Partially fixes #897. | LarsDW223 | 2014-10-14 |
| | |||
* | Merge pull request #624 from lisps/revisions | Andreas Gohr | 2014-09-29 |
|\ | | | | | date_at support | ||
| * | Merge remote-tracking branch master into revisions | lisps | 2014-09-26 |
| |\ | |||
| * \ | Merge remote-tracking branch 'remotes/origin/master' into revisions_local | lisps | 2014-03-19 |
| |\ \ | |||
| * | | | rename classname | lisps | 2014-02-17 |
| | | | | |||
| * | | | Merge remote-tracking branch 'origin/diff_navigation' into revisions | lisps | 2014-02-17 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php | ||
| * \ \ \ | Merge branch 'splitbrain/diff_navigation' into revisions | lisps | 2013-11-27 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisions | lisps | 2013-11-25 |
| |\ \ \ \ \ | |||
| * | | | | | | add test for empty rev in ml() and wl() | lisps | 2013-11-22 |
| | | | | | | | |||
| * | | | | | | add test getlastrevisionat | lisps | 2013-11-22 |
| | | | | | | | |||
* | | | | | | | Merge pull request #869 from splitbrain/filter | Andreas Gohr | 2014-09-27 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | added filter method to INPUT class | ||
| * | | | | | | added filter method to INPUT class | Andreas Gohr | 2014-09-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the filter() function can be chained between the accessor and the value function to get a filtered value. When no filter allable is given in the filter() function, stripctl() is used to strip all control chars (ASCII<32) Examples: $INPUT->post->filter()->str('foobar'); $INPUT->get->filter('myfilter')->int('baz'); | ||
* | | | | | | | Merge pull request #799 from enricotagliavini/master | Andreas Gohr | 2014-09-26 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Adding X-Forwarded-Proto support | ||
| * | | | | | | Adding unit test for is_ssl() | Enrico Tagliavini | 2014-07-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this should test the correctness of the return value of is_ssl() function based on various combinations of PHP environment variables | ||
* | | | | | | | skip cache test until #694 has been fixed | Andreas Gohr | 2014-07-18 |
|/ / / / / / | |||
* | | | | | | Merge pull request #720 from splitbrain/newcli | Andreas Gohr | 2014-05-18 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Refactored the CLI stuff | ||
| * | | | | | | fixed tests | Andreas Gohr | 2014-03-20 |
| | | | | | | | |||
| * | | | | | | completely new base for CLI scripts | Andreas Gohr | 2014-03-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces an abstract base class that command line tools need to inherit from. It provides a simple framework for registering accepted command line options and provides commonly needed things like help output and colored text. Existing CLI scripts still need to be converted. | ||
* | | | | | | | don't treat double slashes as comments when used in string | Andreas Gohr | 2014-05-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids treating double slashes as single line comments in CSS when they are used in a filter or content string. closes #638 | ||
* | | | | | | | added another test for fe5a50 | Andreas Gohr | 2014-05-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That commit did not test what it actually made for. Handling protocol relative URLs in CSS. | ||
* | | | | | | | Issue 694: fix failing test - set filemtimes explicitly in test setup | Christopher Smith | 2014-05-13 |
| | | | | | | | |||
* | | | | | | | Merge pull request #618 from splitbrain/cache_and_cachetime | Andreas Gohr | 2014-05-04 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix longstanding issue with cache class & cachetime setting | ||
| * | | | | | | | put PHPDocs comment back the way it should be | Christopher Smith | 2014-03-16 |
| | | | | | | | | |||
| * | | | | | | | Fix longstanding issue with cache class & cachetime setting | Christopher Smith | 2014-03-16 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. cachetime setting should only be applied to the cache_renderer class. Previously it was applied to cache_parser (and by extension cache_handler). 2. two special cachetime values, -1 & 0, weren't handled, per FS#2183 To handle the cachetime setting, -1, disable caching, a new property _nocache is added. When that property is true, any cache file must not be used and storecache() should not store any values | ||
* | | | | | | | Merge pull request #669 from splitbrain/validinputs | Andreas Gohr | 2014-04-30 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | #667 - directly get a valid INPUT parameter | ||
| * | | | | | | | added another test for arrays | Andreas Gohr | 2014-04-30 |
| | | | | | | | | |||
| * | | | | | | | add new valid() method to $INPUT #667 | Andreas Gohr | 2014-04-30 |
| | | | | | | | | |||
* | | | | | | | | fixed some test inheriting from the wrong parent | Andreas Gohr | 2014-04-30 |
|/ / / / / / / | |||
* | | | | | | | some updates on phpunit docs and settings | Andreas Gohr | 2014-04-30 |
| | | | | | | | |||
* | | | | | | | call parent constructor as well | Elan Ruusamäe | 2014-04-16 |
| | | | | | | | |||
* | | | | | | | run as much as possible (fill extensions conditionally), skip missing ext once | Elan Ruusamäe | 2014-04-14 |
| | | | | | | | |||
* | | | | | | | tar: test. skip instead of error if bz2 or zlib extension is missing | Elan Ruusamäe | 2014-04-14 |
| | | | | | | | |||
* | | | | | | | Merge pull request #387 from splitbrain/tablethead | Andreas Gohr | 2014-03-24 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Adding <thead> to tables | ||
| * | | | | | | | update unittests for THEAD rules | Christopher Smith | 2014-03-16 |
| | | | | | | | | |||
| * | | | | | | | Merge branch 'master' into tablethead | Christopher Smith | 2014-03-12 |
| |\ \ \ \ \ \ \ | |||
| * | | | | | | | | swap order ot test parameters to match expected,actual as per documentation ↵ | Christopher Smith | 2013-10-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | & test output | ||
| * | | | | | | | | update tests for use with <THEAD> changes | Christopher Smith | 2013-10-18 |
| | | | | | | | | | |||
| * | | | | | | | | Wrap thead around 1st row, when 1st cell at 1st row is tableheader. ↵ | Gerrit Uitslag | 2013-10-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements FS#1764 | ||
* | | | | | | | | | Merge pull request #607 from splitbrain/osx_io_rmdir_test | Andreas Gohr | 2014-03-24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fix io_rmdir_test::test_nopes() for symlinks in paths | ||
| * | | | | | | | | | fix io_rmdir_test::test_nopes() for symlinks in paths | Christopher Smith | 2014-03-12 |
| | |/ / / / / / / | |/| | | | | | | | |||
* | | | | | | | | | Merge pull request #614 from splitbrain/renderer_graceful_fallback_bugfix | Andreas Gohr | 2014-03-24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix a couple of issues with PR#571 |