Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-05 | Moved testDefaultPrivacyEdit() to tests/www/editTest.php. | bretticvs | |
Moved testDefaultPrivacyImportNetscape() to tests/www/importNetscapeTest.php. Moved testDefaultPrivacyImport() to tests/www/importTest.php. Moved testDefaultPrivacyBookmarksAddMissingTitleMissingPrivacy() to tests/www/bookmarksTest.php. Moved testDefaultPrivacyBookmarksAdd() to tests/www/bookmarksTest.php. Kept testDefaultPrivacyPrivate() in tests/api/PostsAddTest.php. Kept testDefaultPrivacyPublic() in tests/api/PostsAddTest.php. | |||
2011-05-02 | merge master | Christian Weiske | |
2011-05-02 | make privacy tests clearer | Christian Weiske | |
2011-04-26 | use cookie jar instead of manually creating the cookie | Christian Weiske | |
2011-04-26 | use cookie jar instead of manually creating the cookie | Christian Weiske | |
2011-04-26 | use xpath instead of manual string-search to verify test results | Christian Weiske | |
2011-04-26 | make html valid xml to be able to load it with an xml parser | Christian Weiske | |
2011-04-26 | replace named html entities with their numeric name to be able to load the ↵ | Christian Weiske | |
generated pages with an xml parser | |||
2011-04-26 | replace deprecated split | Christian Weiske | |
2011-04-18 | make import test easier | Christian Weiske | |
2011-04-18 | make importnetscape-test easier | Christian Weiske | |
2011-04-18 | clarify documentation; we are returning get requests | Christian Weiske | |
2011-04-18 | make edit test much easier and do not rely on manual cookie setting | Christian Weiske | |
2011-04-18 | start the session when we are in http unittest mode | Christian Weiske | |
2011-04-18 | fix tests that did not find the data file | Christian Weiske | |
2011-04-17 | Moved unit tests to PostsAddTest.php in Api directory. | bretticvs | |
2011-04-15 | exclude database layer files from coverage | Christian Weiske | |
2011-04-15 | add test to search for multiple tags, which fails currently | Christian Weiske | |
2011-04-15 | use correct url | Christian Weiske | |
2011-04-15 | use xml parser, not html | Christian Weiske | |
2011-04-15 | Fix bug #3097187: Using opensearch with two tags does not work in Firefox | Christian Weiske | |
2011-04-14 | verify we get the correct search URL | Christian Weiske | |
2011-04-14 | test opensearch api content type | Christian Weiske | |
2011-04-14 | remove fixme | Christian Weiske | |
2011-04-14 | test that opensearch link is the main page HTML head | Christian Weiske | |
2011-04-14 | include HTTP_Request2 in api base file | Christian Weiske | |
2011-04-12 | use bootstrap file declared in phpunit.xml and do not include it in every ↵ | Christian Weiske | |
single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred | |||
2011-04-12 | first test for service factory | Christian Weiske | |
2011-04-07 | fix E_NOTICE in rss when calling i.e. http://bm.bogo/rss.php/test?sort=date_desc | Christian Weiske | |
2011-04-06 | move doc-todo to doc-todo file | Christian Weiske | |
2011-04-06 | move privacy tests for api/post_add to the correct location | Christian Weiske | |
2011-04-06 | ignore unittest config file | Christian Weiske | |
2011-04-06 | move unittest config deletion to setup since that makes it easier to debug, ↵ | Christian Weiske | |
and does not break config when the test fatal errored | |||
2011-04-06 | cherry-pick: | Christian Weiske | |
move setUnittestConfig to TestBaseApi since it makes only sense to use it there Conflicts: tests/TestBaseApi.php | |||
2011-04-06 | cherry-pick: | Christian Weiske | |
add new feature: allow unit test mode enabling via HTTP GET parameter | |||
2011-04-06 | tell people why we need that variable | Christian Weiske | |
2011-04-06 | always delete all bookmarks in setUp since almost all methods do it anyway | Christian Weiske | |
2011-04-05 | update changelog with jquery merge | Christian Weiske | |
2011-04-05 | set width of autocomplete dropdown | Christian Weiske | |
2011-04-05 | move bookmarklet code to own template file | Christian Weiske | |
2011-04-04 | restructure opera bookmarklet popup code (doesnt work currently :)) and make ↵ | Christian Weiske | |
normal opera bookmarklet code a bit easier to read | |||
2011-04-04 | explain opera button commands | Christian Weiske | |
2011-04-04 | end user docs todo | Christian Weiske | |
2011-04-04 | FINALLY get the first opera bookmarklet working, with cleaner code now | Christian Weiske | |
2011-04-01 | make popup bookmarklet work in firefox when the title contains double and ↵ | Christian Weiske | |
single quotes. opera still broken, though | |||
2011-03-31 | Re-adding test data without carriage returns. | bretticvs | |
2011-03-31 | Trying to remove carriage returns from test data. | bretticvs | |
2011-03-31 | Revert "Revert "Updates for configurable-privacy2, hopefully without ↵ | bretticvs | |
carriage returns."" This reverts commit f072059f2de515c0125a9f63ab8476e52c4d4353. | |||
2011-03-31 | Revert "Updates for configurable-privacy2, hopefully without carriage returns." | bretticvs | |
This reverts commit 675eadd584e264ba92091579bbc1166dcf3a5715. | |||
2011-03-31 | Updates for configurable-privacy2, hopefully without carriage returns. | bretticvs | |