Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into fetchimagetokexternal | Klap-in | 2013-08-01 |
|\ | |||
| * | fixed tar tests FS#2809 | Andreas Gohr | 2013-08-01 |
| | | | | | | | | | | Tars strip the leading slash so the tests where wrong. Not sure why they stilldid work sometimes | ||
* | | Merge remote-tracking branch 'origin/master' into fetchimagetokexternal | Klap-in | 2013-08-01 |
|\| | |||
| * | use http_build_query() in HTTPClient | Andreas Gohr | 2013-08-01 |
| | | | | | | | | this ensures nested POST data is correctly encoded | ||
| * | increase test coverage for code and file | Christopher Smith | 2013-08-01 |
| | | | | | | | | | | code - test correct recognition of downloadable filename token file - test correct recognition of syntax name & downloadable filename tokens | ||
| * | Index media file usage in the metadata index and use it in ft_mediause() | Michael Hamann | 2013-08-01 |
| | | |||
| * | Fix the useheading cache invalidation for hidden pages, add tests | Michael Hamann | 2013-08-01 |
| | | | | | | | | | | | | This adds a new parameter to ft_backlinks() to ignore permissions which is needed for invalidating the cache of linking pages with useheading enabled. This also adds various test cases for ft_backlinks(). | ||
| * | Fixed instructions on PHPunit | Guy Brand | 2013-08-01 |
| | | |||
| * | Add AES from phpseclib and use it for cookie encryption | Michael Hamann | 2013-08-01 |
| | | | | | | | | | | This replaces the deprecated and broken Blowfish implementation that has previously been used and should provide a lot more security. | ||
| * | Add truly random numbers and use them in places where randomness matters | Michael Hamann | 2013-08-01 |
| | | |||
| * | Simple test cases for code and file token fix | Guy Brand | 2013-07-31 |
| | | |||
| * | added test case for FS#1442 | Andreas Gohr | 2013-07-30 |
| | | |||
* | | Updated tests, removed hash | Klap-in | 2013-08-01 |
| | | |||
* | | Merge remote-tracking branch 'origin/master' into fetchimagetokexternal | Klap-in | 2013-07-21 |
|\| | |||
| * | Merge pull request #225 from splitbrain/fetchftp | Andreas Gohr | 2013-06-16 |
| |\ | | | | | | | Add media_isexternal | ||
| | * | Merge remote-tracking branch 'origin/master' into fetchftp | Klap-in | 2013-06-09 |
| | |\ | |||
| | * | | tests for media_isexternal | Klap-in | 2013-05-21 |
| | | | | |||
| * | | | Merge pull request #180 from splitbrain/FS#2415 | Andreas Gohr | 2013-06-16 |
| |\ \ \ | | |_|/ | |/| | | FS#2415, add $INFO to mediamanager | ||
| | * | | (incl. the refactored file) | Christopher Smith | 2013-02-25 |
| | | | | |||
| | * | | refactor info functions test | Christopher Smith | 2013-02-25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pageinfo() test no longer required, unit test committed elsewhere and verified against both previous and updated versions of pageinfo() fn. basicinfo() and mediainfo() tests separated each into their own test file. | ||
| | * | | Merge branch 'master' into FS#2415 | Christopher Smith | 2013-02-25 |
| | |\ \ | |||
| | * | | | another test todo | Christopher Smith | 2013-02-21 |
| | | | | | |||
| | * | | | some unit test, more required | Christopher Smith | 2013-02-18 |
| | | | | | |||
* | | | | | update hashes in tests | Klap-in | 2013-06-09 |
| | | | | | |||
* | | | | | Merge remote-tracking branch 'origin/master' into fetchimagetokexternal | Klap-in | 2013-06-09 |
|\| | | | | |||
| * | | | | update common_ml test for hash change | Klap-in | 2013-06-09 |
| | | | | | |||
| * | | | | Merge pull request #223 from splitbrain/rootids_in_ml | Andreas Gohr | 2013-06-08 |
| |\ \ \ \ | | | | | | | | | | | | | Clean internal ids in ml(), that it matches with fetch.php | ||
| | * | | | | Add some tests about handling of semicolons | Klap-in | 2013-05-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | Informative as sample implementation too | ||
| | * | | | | Clean internal ids in ml(), that it matches with fetch.php | Klap-in | 2013-05-21 |
| | | |_|/ | | |/| | | | | | | | | | | | | The resize token was broken because fetch.php cleans the id before the token calculation, while ml() uses the raw id | ||
| * / | | | added HMAC support to PassHash class FS#2794 | Andreas Gohr | 2013-05-30 |
| |/ / / | |||
* | | | | fix some minor typos in fetch_imagetoken.test.php | Klap-in | 2013-05-21 |
| | | | | |||
* | | | | tests for fetch.php of external files | Klap-in | 2013-05-21 |
|/ / / | |||
* | | | added missing test case files | Andreas Gohr | 2013-05-09 |
| | | | |||
* | | | tar library: another fix for lone zero blocks | Andreas Gohr | 2013-05-09 |
| | | | |||
* | | | fixed test name | Andreas Gohr | 2013-05-06 |
| | | | |||
* | | | add some tests for ml() | Christopher Smith | 2013-05-06 |
| | | | |||
* | | | Merge pull request #203 from splitbrain/fetchissues3 | Christopher Smith | 2013-04-07 |
|\ \ \ | | | | | | | | | prevent third-party requests from using fetch | ||
| * | | | add some dependency checks with test skips to fetch tests and tests which ↵ | Christopher Smith | 2013-03-22 |
| | | | | | | | | | | | | | | | | use TestResponse::headers | ||
| * | | | add test for fetch using image tokens | Christopher Smith | 2013-03-22 |
| | | | | |||
| * | | | update TestResponse class to return specific headers & status codes (with tests) | Christopher Smith | 2013-03-22 |
| | | | | |||
| * | | | extend TestRequest class to test fetch & detail; add a test to check it does | Christopher Smith | 2013-03-22 |
| | | | | |||
* | | | | stream select parameters need to be reset for each call | Andreas Gohr | 2013-03-24 |
|/ / / | |||
* | / | alternative fix for FS#2734 | Andreas Gohr | 2013-03-01 |
| |/ |/| | |||
* | | add unit test for pageinfo() | Christopher Smith | 2013-02-21 |
| | | |||
* | | Revert the search depth behavior changes from #154 | Michael Hamann | 2013-02-20 |
| | | | | | | | | | | | | | | | | | | This reverts parts of the changes from #154: Before merging the pull request, a depth of 1 returned just the pages in the root namespace. With the changes in the pull request, a depth of 1 also returned pages in subnamespaces of the root namespace (as it was also tested in the test case). This reverts this part of the changes and a depth of 1 returns just the pages in the root namespace again. | ||
* | | fixed auth_browseruid on IE9 | Dominik Eckelmann | 2013-02-20 |
|/ | | | | IE9 send different HTTP_ACCEPT_LANGUAGE header on ajax request. This causes different results from auth_browseruid. This patch removes the HTTP_ACCEPT_LANGUAGE from the browser id calculation. | ||
* | test for media downloading (related to FS#2675 | Andreas Gohr | 2013-02-16 |
| | |||
* | added another HTTPClient test | Andreas Gohr | 2013-02-16 |
| | |||
* | fixed acl tests | Andreas Gohr | 2013-02-03 |
| | | | | failed because of the rename of auth_basic | ||
* | Merge branch 'master' into future | Andreas Gohr | 2013-02-03 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (162 commits) fixed revision JS for images upgraded SimplePie to 1.3.1 FS#2708 removed obsolete browser plugin (migrate does it) adjust spacing to match standard 1.4em grid added comment on use of whitelist vs blacklist Updated idfilter() function for IIS use var and remove suggestions when needed Use variable for maximum number of suggestions for quicksearch. And hide suggestions when search field is emptied, or when no suggestion are found. added 'home' class to first link in hierarchical breadcrumbs reduced required max width to go into tablet mode re-added linear gradients for firefox added missing styling for disabled form elements (FS#2705) fixed acronyms in italics (FS#2684) improved print styles (includes fixes for FS#2645 and FS#2707) basic styles improvements Greek language update Use list in acl help text, for more structure Galician language update touch the config on save, even if no changes were made unwind the width narrowing commit put some whitespace between form submit button and fieldset bottom border ... Conflicts: lib/plugins/config/admin.php lib/plugins/config/settings/config.class.php |