summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* ignore test configsGravatar Christian Weiske2011-05-192-2/+3
|
* begin supporting a different database for unit testsGravatar Christian Weiske2011-05-194-11/+19
|
* update changelog with google custom search changesGravatar Christian Weiske2011-05-141-0/+1
|
* CSGravatar Christian Weiske2011-05-141-15/+12
|
* fix google custom search xmlGravatar Christian Weiske2011-05-141-6/+25
|
* make custom search more valid htmlGravatar Christian Weiske2011-05-141-18/+39
|
* proper status code when gsearch is deactivatedGravatar Christian Weiske2011-05-141-3/+6
|
* add note about SNIGravatar Christian Weiske2011-05-131-1/+8
|
* allow ssl client login with other authentication sourcesGravatar Christian Weiske2011-05-131-1/+1
|
* fix ssl client cert login processGravatar Christian Weiske2011-05-131-2/+2
|
* Merge branch 'master' into ssl-client-certsGravatar Christian Weiske2011-05-1318-25/+329
|\
| * Merge branch 'master' into configurable-privacy2Gravatar Christian Weiske2011-05-1215-30/+268
| |\
| * | Moved testDefaultPrivacyEdit() to tests/www/editTest.php.Gravatar bretticvs2011-05-055-158/+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.
| * | merge masterGravatar Christian Weiske2011-05-02118-901/+14132
| |\ \
| * | | make privacy tests clearerGravatar Christian Weiske2011-05-022-47/+31
| | | |
| * | | use cookie jar instead of manually creating the cookieGravatar Christian Weiske2011-04-261-5/+1
| | | |
| * | | use cookie jar instead of manually creating the cookieGravatar Christian Weiske2011-04-261-7/+2
| | | |
| * | | use xpath instead of manual string-search to verify test ↵Gravatar Christian Weiske2011-04-261-10/+11
| | | | | | | | | | | | | | | | results
| * | | make html valid xml to be able to load it with an xml parserGravatar Christian Weiske2011-04-261-3/+4
| | | |
| * | | replace named html entities with their numeric name to ↵Gravatar Christian Weiske2011-04-261-9/+9
| | | | | | | | | | | | | | | | be able to load the generated pages with an xml parser
| * | | replace deprecated splitGravatar Christian Weiske2011-04-261-1/+1
| | | |
| * | | make import test easierGravatar Christian Weiske2011-04-181-10/+5
| | | |
| * | | make importnetscape-test easierGravatar Christian Weiske2011-04-181-9/+4
| | | |
| * | | clarify documentation; we are returning get requestsGravatar Christian Weiske2011-04-181-3/+3
| | | |
| * | | make edit test much easier and do not rely on manual ↵Gravatar Christian Weiske2011-04-181-18/+18
| | | | | | | | | | | | | | | | cookie setting
| * | | start the session when we are in http unittest modeGravatar Christian Weiske2011-04-181-1/+1
| | | |
| * | | fix tests that did not find the data fileGravatar Christian Weiske2011-04-181-2/+2
| | | |
| * | | Moved unit tests to PostsAddTest.php in Api directory.Gravatar bretticvs2011-04-174-101/+220
| | | |
| * | | move privacy tests for api/post_add to the correct locationGravatar Christian Weiske2011-04-062-13/+36
| | | |
| * | | ignore unittest config fileGravatar Christian Weiske2011-04-061-0/+1
| | | |
| * | | 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.
* | | | Merge branch 'master' into ssl-client-certsGravatar Christian Weiske2011-05-123-21/+86
|\ \ \ \ | | |_|/ | |/| |
| * | | do not automatically store user id in sessionGravatar Christian Weiske2011-05-121-12/+39
| | | |
| * | | fix a test that failed when using a base URL without ↵Gravatar Christian Weiske2011-05-122-1/+18
| | | | | | | | | | | | | | | | protocol
| * | | reformat userservice::getWatchNamesGravatar Christian Weiske2011-05-121-8/+29
| | | |
* | | | typoGravatar Christian Weiske2011-05-121-1/+1
| | | |
* | | | ignore html files in doc/ dir - that is only compiled rSTGravatar Christian Weiske2011-05-121-0/+1
| | | |