Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove php4-style object reference passing | Christian Weiske | 2013-03-17 | 2 | -4/+4 |
| | |||||
* | Reverted changes of date() to gdate(), added tests to confirm existence of ↵ | Mark Pemberton | 2011-06-04 | 1 | -2/+2 |
| | | | | private RSS feed, and finalized changes to the user session usage with rss.php | ||||
* | Altered tests to be more timezone friendly | Mark Pemberton | 2011-05-21 | 1 | -2/+2 |
| | |||||
* | Resolve some failed bookmark and tag tests | Mark Pemberton | 2011-05-21 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into configurable-privacy2origin/configurable-privacy2 | Christian Weiske | 2011-05-12 | 1 | -1/+1 |
|\ | |||||
| * | fix a test that failed when using a base URL without protocol | Christian Weiske | 2011-05-12 | 1 | -1/+1 |
| | | |||||
* | | Moved testDefaultPrivacyEdit() to tests/www/editTest.php. | bretticvs | 2011-05-05 | 1 | -158/+0 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | merge master | Christian Weiske | 2011-05-02 | 5 | -107/+90 |
|\ \ | |/ | |||||
| * | verify we get the correct search URL | Christian Weiske | 2011-04-14 | 1 | -0/+17 |
| | | |||||
| * | test opensearch api content type | Christian Weiske | 2011-04-14 | 1 | -1/+9 |
| | | |||||
| * | remove fixme | Christian Weiske | 2011-04-14 | 1 | -1/+0 |
| | | |||||
| * | test that opensearch link is the main page HTML head | Christian Weiske | 2011-04-14 | 1 | -0/+52 |
| | | |||||
| * | use bootstrap file declared in phpunit.xml and do not include it in every ↵ | Christian Weiske | 2011-04-12 | 4 | -100/+0 |
| | | | | | | | | single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred | ||||
* | | make privacy tests clearer | Christian Weiske | 2011-05-02 | 1 | -47/+28 |
| | | |||||
* | | use cookie jar instead of manually creating the cookie | Christian Weiske | 2011-04-26 | 1 | -5/+1 |
| | | |||||
* | | use cookie jar instead of manually creating the cookie | Christian Weiske | 2011-04-26 | 1 | -7/+2 |
| | | |||||
* | | use xpath instead of manual string-search to verify test results | Christian Weiske | 2011-04-26 | 1 | -10/+11 |
| | | |||||
* | | make import test easier | Christian Weiske | 2011-04-18 | 1 | -10/+5 |
| | | |||||
* | | make importnetscape-test easier | Christian Weiske | 2011-04-18 | 1 | -9/+4 |
| | | |||||
* | | make edit test much easier and do not rely on manual cookie setting | Christian Weiske | 2011-04-18 | 1 | -18/+18 |
| | | |||||
* | | fix tests that did not find the data file | Christian Weiske | 2011-04-18 | 1 | -2/+2 |
| | | |||||
* | | Moved unit tests to PostsAddTest.php in Api directory. | bretticvs | 2011-04-17 | 1 | -7/+212 |
| | | |||||
* | | move privacy tests for api/post_add to the correct location | Christian Weiske | 2011-04-06 | 1 | -0/+36 |
| | | |||||
* | | always delete all bookmarks in setUp since almost all methods do it anyway | Christian Weiske | 2011-04-06 | 1 | -14/+7 |
|/ | |||||
* | api/posts/add respects the "replace" parameter now | cweiske | 2010-09-29 | 1 | -0/+121 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@777 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | send 400 status code if a parameter is missing | cweiske | 2010-09-29 | 1 | -0/+107 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@775 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | check datetime setting | cweiske | 2010-09-29 | 1 | -2/+7 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@774 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | first tests for api/posts/add | cweiske | 2010-09-29 | 1 | -0/+5 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@773 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | first tests for api/posts/add | cweiske | 2010-09-29 | 1 | -0/+197 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@772 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | test for api/posts/update | cweiske | 2010-09-29 | 1 | -0/+135 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@771 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | delicious returns a proper error message when deleting non-existant items, ↵ | cweiske | 2010-09-29 | 1 | -1/+1 |
| | | | | | | which we do now, too git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@770 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | rewrite api/posts/delete to be more secure and add unit tests for it | cweiske | 2010-09-28 | 1 | -4/+5 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | tests for deleting bookmarks via the API. two of them fail currently because ↵ | cweiske | 2010-09-28 | 1 | -0/+302 |
| | | | | | | of a security issue git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@767 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | test that public bookmarks of other people are not exported via csv | cweiske | 2010-03-28 | 1 | -0/+5 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@703 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | make export_csv support filtering to multiple tags | cweiske | 2010-03-28 | 1 | -0/+61 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@702 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | more tests for csv export api | cweiske | 2010-03-28 | 1 | -1/+118 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@701 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | add test for api/export_csv.php | cweiske | 2010-03-28 | 1 | -0/+104 |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@700 b3834d28-1941-0410-a4f8-b48e95affb8f |