aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-18make import test easierChristian Weiske
2011-04-18make importnetscape-test easierChristian Weiske
2011-04-18clarify documentation; we are returning get requestsChristian Weiske
2011-04-18make edit test much easier and do not rely on manual cookie settingChristian Weiske
2011-04-18start the session when we are in http unittest modeChristian Weiske
2011-04-18fix tests that did not find the data fileChristian Weiske
2011-04-17Moved unit tests to PostsAddTest.php in Api directory.bretticvs
2011-04-06move privacy tests for api/post_add to the correct locationChristian Weiske
2011-04-06ignore unittest config fileChristian Weiske
2011-04-06move 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-06cherry-pick:Christian Weiske
move setUnittestConfig to TestBaseApi since it makes only sense to use it there Conflicts: tests/TestBaseApi.php
2011-04-06cherry-pick:Christian Weiske
add new feature: allow unit test mode enabling via HTTP GET parameter
2011-04-06tell people why we need that variableChristian Weiske
2011-04-06always delete all bookmarks in setUp since almost all methods do it anywayChristian Weiske
2011-03-31Re-adding test data without carriage returns.bretticvs
2011-03-31Trying to remove carriage returns from test data.bretticvs
2011-03-31Revert "Revert "Updates for configurable-privacy2, hopefully without ↵bretticvs
carriage returns."" This reverts commit f072059f2de515c0125a9f63ab8476e52c4d4353.
2011-03-31Revert "Updates for configurable-privacy2, hopefully without carriage returns."bretticvs
This reverts commit 675eadd584e264ba92091579bbc1166dcf3a5715.
2011-03-31Updates for configurable-privacy2, hopefully without carriage returns.bretticvs
2011-03-31Revert "Further updates for configurable-privacy2."U-SYBASE\bdee
This reverts commit ef88147d453bce7d5b86ec43daad2f54447513c8.
2011-03-30Further updates for configurable-privacy2.bretticvs
2011-03-30Adding directory and files for test data.bretticvs
2011-03-15Updates for feature request 3164348: Make default privacy configurable.bretticvs
2011-02-18get rid of phpunits warnings about deprecated assertType usagesChristian Weiske
2011-02-16Fix bug #3065284: AjaxVote problem with Webkit browsersChristian Weiske
2011-02-16set release date of 0.97.2Christian Weiske
2011-02-16remove svntag task from build file; we do not have svn anymoreChristian Weiske
2011-02-15another merged bugfixChristian Weiske
2011-02-15move changes into 0.97.2 where I merged themChristian Weiske
2011-02-14Fix bug #3178597: Broken link to context in gsearch admin index pageChristian Weiske
2011-02-14documentation todoChristian Weiske
2011-02-09rename $range to $status as it is used in all other methods; add privacy to ↵Christian Weiske
the parameter description so we find it again next time
2011-02-02make unittests run with phpunit 3.5.xChristian Weiske
2010-11-19Fix bug #3111254: Search in my_watchlist results in errorChristian Weiske
2010-09-29merge changelog from 0.97 branchcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@781 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29api/posts/add respects the "replace" parameter nowcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@777 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29reformat api/posts/add and document it bettercweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@776 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29send 400 status code if a parameter is missingcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@775 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29check datetime settingcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@774 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29first tests for api/posts/addcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@773 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29first tests for api/posts/addcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@772 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29test for api/posts/updatecweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@771 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-29delicious returns a proper error message when deleting non-existant items, ↵cweiske
which we do now, too git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@770 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-28rewrite api/posts/delete to be more secure and add unit tests for itcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-28execute api testscweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@768 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-28tests for deleting bookmarks via the API. two of them fail currently because ↵cweiske
of a security issue git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@767 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-28update docblockscweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@766 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-28add header to httpauth.inc.phpcweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@765 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-28add gettext changelog entrycweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@764 b3834d28-1941-0410-a4f8-b48e95affb8f
2010-09-28update php-gettext to 1.0.10cweiske
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@763 b3834d28-1941-0410-a4f8-b48e95affb8f