summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* move unittest config deletion to setup since that makes ↵Gravatar Christian Weiske2011-04-061-12/+5
| | | | it easier to debug, and does not break config when the test fatal errored
* cherry-pick:Gravatar Christian Weiske2011-04-063-44/+153
| | | | | | | | move setUnittestConfig to TestBaseApi since it makes only sense to use it there Conflicts: tests/TestBaseApi.php
* cherry-pick:Gravatar Christian Weiske2011-04-063-1/+112
| | | | add new feature: allow unit test mode enabling via HTTP GET parameter
* tell people why we need that variableGravatar Christian Weiske2011-04-061-0/+2
|
* always delete all bookmarks in setUp since almost all ↵Gravatar Christian Weiske2011-04-061-14/+7
| | | | methods do it anyway
* Re-adding test data without carriage returns.Gravatar bretticvs2011-03-312-0/+34
|
* Trying to remove carriage returns from test data.Gravatar bretticvs2011-03-312-34/+0
|
* Revert "Revert "Updates for configurable-privacy2, ↵Gravatar bretticvs2011-03-315-20/+89
| | | | | | hopefully without carriage returns."" This reverts commit f072059f2de515c0125a9f63ab8476e52c4d4353.
* Revert "Updates for configurable-privacy2, hopefully ↵Gravatar bretticvs2011-03-315-89/+20
| | | | | | without carriage returns." This reverts commit 675eadd584e264ba92091579bbc1166dcf3a5715.
* Updates for configurable-privacy2, hopefully without ↵Gravatar bretticvs2011-03-315-20/+89
| | | | carriage returns.
* Revert "Further updates for configurable-privacy2."Gravatar U-SYBASE\bdee2011-03-313-2029/+1961
| | | | This reverts commit ef88147d453bce7d5b86ec43daad2f54447513c8.
* Further updates for configurable-privacy2.Gravatar bretticvs2011-03-303-1961/+2029
|
* Adding directory and files for test data.Gravatar bretticvs2011-03-302-0/+34
|
* Updates for feature request 3164348: Make default ↵Gravatar bretticvs2011-03-159-9/+72
| | | | privacy configurable.
* get rid of phpunits warnings about deprecated assertType ↵Gravatar Christian Weiske2011-02-183-18/+18
| | | | usages
* Fix bug #3065284: AjaxVote problem with Webkit browsersGravatar Christian Weiske2011-02-162-1/+5
|
* set release date of 0.97.2Gravatar Christian Weiske2011-02-161-1/+1
|
* remove svntag task from build file; we do not have svn ↵Gravatar Christian Weiske2011-02-161-13/+2
| | | | anymore
* another merged bugfixGravatar Christian Weiske2011-02-151-1/+1
|
* move changes into 0.97.2 where I merged themGravatar Christian Weiske2011-02-151-2/+2
|
* Fix bug #3178597: Broken link to context in gsearch ↵Gravatar Christian Weiske2011-02-142-1/+8
| | | | admin index page
* documentation todoGravatar Christian Weiske2011-02-141-0/+4
|
* rename $range to $status as it is used in all other ↵Gravatar Christian Weiske2011-02-091-8/+8
| | | | methods; add privacy to the parameter description so we find it again next time
* make unittests run with phpunit 3.5.xGravatar Christian Weiske2011-02-023-11/+0
|
* Fix bug #3111254: Search in my_watchlist results in errorGravatar Christian Weiske2010-11-192-3/+4
|
* merge changelog from 0.97 branchGravatar cweiske2010-09-291-0/+8
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@781 b3834d28-1941-0410-a4f8-b48e95affb8f
* api/posts/add respects the "replace" parameter nowGravatar cweiske2010-09-293-7/+145
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@777 b3834d28-1941-0410-a4f8-b48e95affb8f
* reformat api/posts/add and document it betterGravatar cweiske2010-09-291-41/+74
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@776 b3834d28-1941-0410-a4f8-b48e95affb8f
* send 400 status code if a parameter is missingGravatar cweiske2010-09-292-9/+124
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@775 b3834d28-1941-0410-a4f8-b48e95affb8f
* check datetime settingGravatar cweiske2010-09-291-2/+7
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@774 b3834d28-1941-0410-a4f8-b48e95affb8f
* first tests for api/posts/addGravatar cweiske2010-09-291-0/+5
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@773 b3834d28-1941-0410-a4f8-b48e95affb8f
* first tests for api/posts/addGravatar cweiske2010-09-293-0/+200
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@772 b3834d28-1941-0410-a4f8-b48e95affb8f
* test for api/posts/updateGravatar cweiske2010-09-294-13/+170
| | | | 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 ↵Gravatar cweiske2010-09-293-10/+16
| | | | | | non-existant items, 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 ↵Gravatar cweiske2010-09-283-28/+62
| | | | | | tests for it git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f
* execute api testsGravatar cweiske2010-09-281-0/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@768 b3834d28-1941-0410-a4f8-b48e95affb8f
* tests for deleting bookmarks via the API. two of them ↵Gravatar cweiske2010-09-281-0/+302
| | | | | | fail currently because of a security issue git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@767 b3834d28-1941-0410-a4f8-b48e95affb8f
* update docblocksGravatar cweiske2010-09-281-2/+19
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@766 b3834d28-1941-0410-a4f8-b48e95affb8f
* add header to httpauth.inc.phpGravatar cweiske2010-09-281-5/+26
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@765 b3834d28-1941-0410-a4f8-b48e95affb8f
* add gettext changelog entryGravatar cweiske2010-09-281-0/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@764 b3834d28-1941-0410-a4f8-b48e95affb8f
* update php-gettext to 1.0.10Gravatar cweiske2010-09-2812-271/+642
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@763 b3834d28-1941-0410-a4f8-b48e95affb8f
* now we have tests for all history all methodsGravatar cweiske2010-09-272-45/+196
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@762 b3834d28-1941-0410-a4f8-b48e95affb8f
* test automatic search history deletionGravatar cweiske2010-09-271-0/+28
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@761 b3834d28-1941-0410-a4f8-b48e95affb8f
* defined main method before including includesGravatar cweiske2010-09-271-3/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@760 b3834d28-1941-0410-a4f8-b48e95affb8f
* defined main method before including includesGravatar cweiske2010-09-277-21/+14
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@759 b3834d28-1941-0410-a4f8-b48e95affb8f
* test deleteall in searchhistoryGravatar cweiske2010-09-271-3/+17
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@758 b3834d28-1941-0410-a4f8-b48e95affb8f
* Fix bug #3074816: French translation breaks edit javascriptGravatar cweiske2010-09-272-8/+21
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@757 b3834d28-1941-0410-a4f8-b48e95affb8f
* tell which test covers which methodGravatar cweiske2010-09-261-0/+8
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@756 b3834d28-1941-0410-a4f8-b48e95affb8f
* explain $sizeSearchHistoryGravatar cweiske2010-09-261-3/+17
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@755 b3834d28-1941-0410-a4f8-b48e95affb8f
* add some new testsGravatar cweiske2010-09-261-51/+127
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@754 b3834d28-1941-0410-a4f8-b48e95affb8f