summaryrefslogtreecommitdiffstatshomepage
path: root/tests/www
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug: URLs were escaped too often in bookmark listGravatar Christian Weiske2011-08-171-0/+28
|
* privatekey -> privateKey everywhereGravatar Christian Weiske2011-06-273-7/+7
|
* test global feed with private bookmarksGravatar Christian Weiske2011-06-271-3/+49
|
* rename methods to keep them clearGravatar Christian Weiske2011-06-271-3/+3
|
* add own assertion to make it easier to switch to atomGravatar Christian Weiske2011-06-271-10/+23
|
* better method namesGravatar Christian Weiske2011-06-271-3/+3
|
* test that using the private key does not leave unwanted ↵Gravatar Christian Weiske2011-06-271-3/+38
| | | | login cookies
* make the private tests really test somethingGravatar Christian Weiske2011-06-271-55/+18
|
* fix typoGravatar Christian Weiske2011-06-271-1/+1
|
* Added RSS Feed testsGravatar Mark Pemberton2011-06-151-0/+94
|
* make bookmarks.php tests easier to read and use the ↵Gravatar Christian Weiske2011-06-081-34/+28
| | | | TestBaseApi to get the urls
* fix tests for people that use a separate test databaseGravatar Christian Weiske2011-06-082-11/+6
|
* Refined bookmarksTest.php and added indexTest.phpGravatar Mark Pemberton2011-06-073-4/+96
|
* Reverted changes of date() to gdate(), added tests to ↵Gravatar Mark Pemberton2011-06-041-0/+27
| | | | confirm existence of private RSS feed, and finalized changes to the user session usage with rss.php
* fix testGravatar Christian Weiske2011-05-201-1/+1
|
* Moved testDefaultPrivacyEdit() to tests/www/editTest.php.Gravatar bretticvs2011-05-054-0/+194
| | | | | | | | | 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.
* add test to search for multiple tags, which fails currentlyGravatar Christian Weiske2011-04-151-0/+15
|
* use correct urlGravatar Christian Weiske2011-04-151-1/+1
|
* use xml parser, not htmlGravatar Christian Weiske2011-04-151-4/+4
|
* Fix bug #3097187: Using opensearch with two tags does ↵Gravatar Christian Weiske2011-04-151-0/+53
not work in Firefox