summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | first try to implement theming support, which currently ↵Gravatar Christian Weiske2011-05-2353-2/+33
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | does not work at all
* | | | | | implement request #1989987: theme support. merge themes ↵Gravatar Christian Weiske2011-05-2578-19/+298
| |_|_|/ / |/| | | | | | | | | | | | | | branch with --squash
* | | | | make tag and common tag description pages valid htmlGravatar Christian Weiske2011-05-252-2/+0
| |_|/ / |/| | |
* | | | make changelog fully rST-parsable. that was easy!Gravatar Christian Weiske2011-05-241-2/+11
| |/ / |/| |
* | | check if the charset parameter really existsGravatar Christian Weiske2011-05-231-1/+4
|/ /
* | no need for that anymoreGravatar Christian Weiske2011-05-201-1/+0
| |
* | fix testGravatar Christian Weiske2011-05-201-1/+1
| |
* | all but one test work now with a different unittest databaseGravatar Christian Weiske2011-05-201-6/+19
| |
* | automatically append unittestmode parameter to urlGravatar Christian Weiske2011-05-201-4/+8
| |
* | 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.