summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * task to generate docs from rst files. does not fully work yetChristian Weiske2011-05-261-1/+20
| |
| * documentation indexChristian Weiske2011-05-269-0/+43
| |
| * move themes to 0.98Christian Weiske2011-05-251-2/+1
| |
| * Merge branch 'themes'Christian Weiske2011-05-250-0/+0
| |\
| | * mention skinsorigin/themesChristian Weiske2011-05-251-2/+2
| | |
| | * name proper feature request for themingChristian Weiske2011-05-251-1/+1
| | |
| | * show how to modify a templateChristian Weiske2011-05-251-0/+66
| | |
| | * more information on custom theme creationChristian Weiske2011-05-251-0/+9
| | |
| | * update changelogChristian Weiske2011-05-251-0/+3
| | |
| | * sample theme for demonstration purposesChristian Weiske2011-05-252-0/+12
| | |
| | * Merge branch 'master' into themesChristian Weiske2011-05-252-2/+0
| | |\
| | * | use theme->resource() method to get paths to themable filseChristian Weiske2011-05-253-10/+21
| | | |
| | * | introduce theme model and use it in jsscuttle. rest will followChristian Weiske2011-05-245-12/+118
| | | |
| | * | Merge branch 'master' into themesChristian Weiske2011-05-241-2/+11
| | |\ \
| | * \ \ Merge branch 'master' into themesChristian Weiske2011-05-231-1/+4
| | |\ \ \
| | * | | | updates theme documentationChristian Weiske2011-05-231-8/+15
| | | | | |
| | * | | | move image and css files to theme folderChristian Weiske2011-05-2319-9/+9
| | | | | |
| | * | | | first themes docsChristian Weiske2011-05-231-0/+32
| | | | | |
| | * | | | make themes workChristian Weiske2011-05-231-0/+2
| | | | | |
| | * | | | first try to implement theming support, which currently does not work at allChristian Weiske2011-05-2353-2/+33
| | | | | |
| * | | | | implement request #1989987: theme support. merge themes branch with --squashChristian Weiske2011-05-2578-19/+298
| | |_|_|/ | |/| | |
| * | | | make tag and common tag description pages valid htmlChristian Weiske2011-05-252-2/+0
| | |_|/ | |/| |
| * | | make changelog fully rST-parsable. that was easy!Christian Weiske2011-05-241-2/+11
| | |/ | |/|
| * | check if the charset parameter really existsChristian Weiske2011-05-231-1/+4
| |/
* | Reverted changes of date() to gdate(), added tests to confirm existence of ↵Mark Pemberton2011-06-0410-45/+68
| | | | | | | | private RSS feed, and finalized changes to the user session usage with rss.php
* | Altered tests to be more timezone friendlyMark Pemberton2011-05-213-9/+9
| |
* | Merge branch 'master' into privatekey2Mark Pemberton2011-05-2113-66/+139
|\ \ | |/
| * no need for that anymoreChristian Weiske2011-05-201-1/+0
| |
| * fix testChristian Weiske2011-05-201-1/+1
| |
| * all but one test work now with a different unittest databaseChristian Weiske2011-05-201-6/+19
| |
| * automatically append unittestmode parameter to urlChristian Weiske2011-05-201-4/+8
| |
| * ignore test configsChristian Weiske2011-05-192-2/+3
| |
| * begin supporting a different database for unit testsChristian Weiske2011-05-194-11/+19
| |
| * update changelog with google custom search changesChristian Weiske2011-05-141-0/+1
| |
| * CSChristian Weiske2011-05-141-15/+12
| |
| * fix google custom search xmlChristian Weiske2011-05-141-6/+25
| |
| * make custom search more valid htmlChristian Weiske2011-05-141-18/+39
| |
| * proper status code when gsearch is deactivatedChristian Weiske2011-05-141-3/+6
| |
| * add note about SNIChristian Weiske2011-05-131-1/+8
| |
| * allow ssl client login with other authentication sourcesChristian Weiske2011-05-131-1/+1
| |
| * fix ssl client cert login processChristian Weiske2011-05-131-2/+2
| |
* | Resolve some failed bookmark and tag testsMark Pemberton2011-05-215-9/+10
| |
* | revert getBookmarks() back to originalMark Pemberton2011-05-192-31/+20
| |
* | fixed merge issueMark Pemberton2011-05-170-0/+0
|\ \
| * | there is no onClick attribute, only onclickChristian Weiske2011-05-161-1/+3
| | |
* | | Updated PrivateKey to include Tag searchesMark Pemberton2011-05-176-21/+58
|/ /
* | Updated 'Generate New Key' button to use ajax if javascript enabled.Mark Pemberton2011-05-163-6/+10
| |
* | Fixed SQL structure for PrivateKeyMark Pemberton2011-05-143-6/+6
| |
* | Fixed sql commands where resources were not freedMark Pemberton2011-05-143-4/+48
| |
* | new privatekey2 branch with privatekey changesMark Pemberton2011-05-1316-49/+704
|/
* Merge branch 'master' into ssl-client-certsChristian Weiske2011-05-1318-25/+329
|\
| * Merge branch 'master' into configurable-privacy2origin/configurable-privacy2Christian Weiske2011-05-1215-30/+268
| |\
| * | Moved testDefaultPrivacyEdit() to tests/www/editTest.php.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 masterChristian Weiske2011-05-02118-901/+14132
| |\ \
| * | | make privacy tests clearerChristian Weiske2011-05-022-47/+31
| | | |
| * | | use cookie jar instead of manually creating the cookieChristian Weiske2011-04-261-5/+1
| | | |
| * | | use cookie jar instead of manually creating the cookieChristian Weiske2011-04-261-7/+2
| | | |
| * | | use xpath instead of manual string-search to verify test resultsChristian Weiske2011-04-261-10/+11
| | | |
| * | | make html valid xml to be able to load it with an xml parserChristian Weiske2011-04-261-3/+4
| | | |
| * | | replace named html entities with their numeric name to be able to load the ↵Christian Weiske2011-04-261-9/+9
| | | | | | | | | | | | | | | | generated pages with an xml parser
| * | | replace deprecated splitChristian Weiske2011-04-261-1/+1
| | | |
| * | | make import test easierChristian Weiske2011-04-181-10/+5
| | | |
| * | | make importnetscape-test easierChristian Weiske2011-04-181-9/+4
| | | |
| * | | clarify documentation; we are returning get requestsChristian Weiske2011-04-181-3/+3
| | | |
| * | | make edit test much easier and do not rely on manual cookie settingChristian Weiske2011-04-181-18/+18
| | | |
| * | | start the session when we are in http unittest modeChristian Weiske2011-04-181-1/+1
| | | |
| * | | fix tests that did not find the data fileChristian Weiske2011-04-181-2/+2
| | | |
| * | | Moved unit tests to PostsAddTest.php in Api directory.bretticvs2011-04-174-101/+220
| | | |
| * | | move privacy tests for api/post_add to the correct locationChristian Weiske2011-04-062-13/+36
| | | |
| * | | ignore unittest config fileChristian Weiske2011-04-061-0/+1
| | | |
| * | | move unittest config deletion to setup since that makes it easier to debug, ↵Christian Weiske2011-04-061-12/+5
| | | | | | | | | | | | | | | | and does not break config when the test fatal errored
| * | | cherry-pick: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:Christian Weiske2011-04-063-1/+112
| | | | | | | | | | | | | | | | add new feature: allow unit test mode enabling via HTTP GET parameter
| * | | tell people why we need that variableChristian Weiske2011-04-061-0/+2
| | | |
| * | | always delete all bookmarks in setUp since almost all methods do it anywayChristian Weiske2011-04-061-14/+7
| | | |
| * | | Re-adding test data without carriage returns.bretticvs2011-03-312-0/+34
| | | |
| * | | Trying to remove carriage returns from test data.bretticvs2011-03-312-34/+0
| | | |
| * | | Revert "Revert "Updates for configurable-privacy2, hopefully without ↵bretticvs2011-03-315-20/+89
| | | | | | | | | | | | | | | | | | | | | | | | carriage returns."" This reverts commit f072059f2de515c0125a9f63ab8476e52c4d4353.
| * | | Revert "Updates for configurable-privacy2, hopefully without carriage returns."bretticvs2011-03-315-89/+20
| | | | | | | | | | | | | | | | This reverts commit 675eadd584e264ba92091579bbc1166dcf3a5715.
| * | | Updates for configurable-privacy2, hopefully without carriage returns.bretticvs2011-03-315-20/+89
| | | |
| * | | Revert "Further updates for configurable-privacy2."U-SYBASE\bdee2011-03-313-2029/+1961
| | | | | | | | | | | | | | | | This reverts commit ef88147d453bce7d5b86ec43daad2f54447513c8.
| * | | Further updates for configurable-privacy2.bretticvs2011-03-303-1961/+2029
| | | |
| * | | Adding directory and files for test data.bretticvs2011-03-302-0/+34
| | | |
| * | | Updates for feature request 3164348: Make default privacy configurable.bretticvs2011-03-159-9/+72
| | | |
* | | | Merge branch 'master' into ssl-client-certsChristian Weiske2011-05-123-21/+86
|\ \ \ \ | | |_|/ | |/| |
| * | | do not automatically store user id in sessionChristian Weiske2011-05-121-12/+39
| | | |
| * | | fix a test that failed when using a base URL without protocolChristian Weiske2011-05-122-1/+18
| | | |
| * | | reformat userservice::getWatchNamesChristian Weiske2011-05-121-8/+29
| | | |
* | | | typoChristian Weiske2011-05-121-1/+1
| | | |
* | | | ignore html files in doc/ dir - that is only compiled rSTChristian Weiske2011-05-121-0/+1
| | | |
* | | | ssl client certificate docsChristian Weiske2011-05-121-0/+174
| | | |
* | | | add SSL client certificate translations for german (de_DE)Christian Weiske2011-05-112-414/+435
| | | |
* | | | update translation base fileChristian Weiske2011-05-111-148/+219
| | | |
* | | | seems I actually forget to use the methods only parameterChristian Weiske2011-05-111-0/+1
| | | |
* | | | use correct variable and show error messagesChristian Weiske2011-05-111-8/+8
| | | |
* | | | deleting ssl client certificates from profile page works nowChristian Weiske2011-05-112-3/+50
| | | |
* | | | registering the current client certificate works nowChristian Weiske2011-05-111-1/+14
| | | |
* | | | document template parameters and correct form actionChristian Weiske2011-05-111-2/+13
| | | |
* | | | do not use links but POST form to change SSL settings. Proper web apps ↵Christian Weiske2011-05-111-4/+12
| | | | | | | | | | | | | | | | should never change data with GET requests
* | | | prepare user interface to register and delete client certificates on the ↵Christian Weiske2011-05-104-7/+142
| | | | | | | | | | | | | | | | profile page