]>
gitweb.fluxo.info Git - semanticscuttle.git/log
Christian Weiske [Wed, 11 May 2011 06:00:07 +0000 (08:00 +0200)]
seems I actually forget to use the methods only parameter
Christian Weiske [Wed, 11 May 2011 05:55:01 +0000 (07:55 +0200)]
use correct variable and show error messages
Christian Weiske [Wed, 11 May 2011 05:33:15 +0000 (07:33 +0200)]
deleting ssl client certificates from profile page works now
Christian Weiske [Wed, 11 May 2011 04:57:07 +0000 (06:57 +0200)]
registering the current client certificate works now
Christian Weiske [Wed, 11 May 2011 04:48:40 +0000 (06:48 +0200)]
document template parameters and correct form action
Christian Weiske [Wed, 11 May 2011 04:44:49 +0000 (06:44 +0200)]
do not use links but POST form to change SSL settings. Proper web apps should never change data with GET requests
Christian Weiske [Tue, 10 May 2011 13:23:58 +0000 (15:23 +0200)]
prepare user interface to register and delete client certificates on the profile page
Christian Weiske [Mon, 9 May 2011 16:16:53 +0000 (18:16 +0200)]
show current users certificates on profile page
Christian Weiske [Mon, 9 May 2011 06:13:17 +0000 (08:13 +0200)]
automatically register SSL client cert when user registers
Christian Weiske [Mon, 9 May 2011 05:52:44 +0000 (07:52 +0200)]
move ssl client cert handling into separate service class
bretticvs [Thu, 5 May 2011 22:24:21 +0000 (16:24 -0600)]
Moved testDefaultPrivacyEdit() to tests/www/editTest.php.
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.
Christian Weiske [Thu, 5 May 2011 10:01:39 +0000 (12:01 +0200)]
also match client issuer (CA)
Christian Weiske [Wed, 4 May 2011 15:13:14 +0000 (17:13 +0200)]
autofill registration form email address if user has a ssl client certificate
Christian Weiske [Wed, 4 May 2011 15:08:25 +0000 (17:08 +0200)]
part of request #
3163623 : add support to login via ssl client certificate. web interface to register certificates is still missing
Christian Weiske [Wed, 4 May 2011 06:02:33 +0000 (08:02 +0200)]
SQL schema version table to ease future database upgrades
Christian Weiske [Wed, 4 May 2011 05:24:52 +0000 (07:24 +0200)]
Support HTTPS connections when $root is not configured
Christian Weiske [Tue, 3 May 2011 17:21:26 +0000 (19:21 +0200)]
update changelog; bug #
3251877 has been fixed with the query switch
Christian Weiske [Tue, 3 May 2011 17:17:28 +0000 (19:17 +0200)]
update changelog
Christian Weiske [Tue, 3 May 2011 17:15:36 +0000 (19:15 +0200)]
show proper error message when url is invalid
Christian Weiske [Tue, 3 May 2011 17:10:30 +0000 (19:10 +0200)]
rename test method
Christian Weiske [Tue, 3 May 2011 17:10:12 +0000 (19:10 +0200)]
do not add bookmarks with an invalid URL
Christian Weiske [Tue, 3 May 2011 07:19:08 +0000 (09:19 +0200)]
docblock for isValidUrl method
Christian Weiske [Tue, 3 May 2011 07:14:32 +0000 (09:14 +0200)]
begin bookmark model class with URL validation method
Christian Weiske [Mon, 2 May 2011 16:07:15 +0000 (18:07 +0200)]
merge master
Christian Weiske [Mon, 2 May 2011 07:03:35 +0000 (09:03 +0200)]
make privacy tests clearer
Christian Weiske [Tue, 26 Apr 2011 05:01:48 +0000 (07:01 +0200)]
use cookie jar instead of manually creating the cookie
Christian Weiske [Tue, 26 Apr 2011 05:00:33 +0000 (07:00 +0200)]
use cookie jar instead of manually creating the cookie
Christian Weiske [Tue, 26 Apr 2011 04:59:23 +0000 (06:59 +0200)]
use xpath instead of manual string-search to verify test results
Christian Weiske [Tue, 26 Apr 2011 04:58:49 +0000 (06:58 +0200)]
make html valid xml to be able to load it with an xml parser
Christian Weiske [Tue, 26 Apr 2011 04:53:50 +0000 (06:53 +0200)]
replace named html entities with their numeric name to be able to load the generated pages with an xml parser
Christian Weiske [Tue, 26 Apr 2011 04:48:26 +0000 (06:48 +0200)]
replace deprecated split
Christian Weiske [Mon, 18 Apr 2011 20:39:06 +0000 (22:39 +0200)]
make import test easier
Christian Weiske [Mon, 18 Apr 2011 20:37:42 +0000 (22:37 +0200)]
make importnetscape-test easier
Christian Weiske [Mon, 18 Apr 2011 17:20:58 +0000 (19:20 +0200)]
clarify documentation; we are returning get requests
Christian Weiske [Mon, 18 Apr 2011 17:16:58 +0000 (19:16 +0200)]
make edit test much easier and do not rely on manual cookie setting
Christian Weiske [Mon, 18 Apr 2011 17:16:18 +0000 (19:16 +0200)]
start the session when we are in http unittest mode
Christian Weiske [Mon, 18 Apr 2011 05:50:20 +0000 (07:50 +0200)]
fix tests that did not find the data file
bretticvs [Sun, 17 Apr 2011 23:42:49 +0000 (17:42 -0600)]
Moved unit tests to PostsAddTest.php in Api directory.
Christian Weiske [Fri, 15 Apr 2011 17:22:19 +0000 (19:22 +0200)]
exclude database layer files from coverage
Christian Weiske [Fri, 15 Apr 2011 17:15:57 +0000 (19:15 +0200)]
add test to search for multiple tags, which fails currently
Christian Weiske [Fri, 15 Apr 2011 06:00:26 +0000 (08:00 +0200)]
use correct url
Christian Weiske [Fri, 15 Apr 2011 05:56:50 +0000 (07:56 +0200)]
use xml parser, not html
Christian Weiske [Fri, 15 Apr 2011 05:55:06 +0000 (07:55 +0200)]
Fix bug #
3097187 : Using opensearch with two tags does not work in Firefox
Christian Weiske [Thu, 14 Apr 2011 15:04:57 +0000 (17:04 +0200)]
verify we get the correct search URL
Christian Weiske [Thu, 14 Apr 2011 14:58:47 +0000 (16:58 +0200)]
test opensearch api content type
Christian Weiske [Thu, 14 Apr 2011 14:55:51 +0000 (16:55 +0200)]
remove fixme
Christian Weiske [Thu, 14 Apr 2011 14:53:46 +0000 (16:53 +0200)]
test that opensearch link is the main page HTML head
Christian Weiske [Thu, 14 Apr 2011 14:53:09 +0000 (16:53 +0200)]
include HTTP_Request2 in api base file
Christian Weiske [Tue, 12 Apr 2011 07:29:59 +0000 (09:29 +0200)]
use bootstrap file declared in phpunit.xml and do not include it in every single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred
Christian Weiske [Tue, 12 Apr 2011 06:47:44 +0000 (08:47 +0200)]
first test for service factory
Christian Weiske [Thu, 7 Apr 2011 17:04:32 +0000 (19:04 +0200)]
fix E_NOTICE in rss when calling i.e. http://bm.bogo/rss.php/test?sort=date_desc
Christian Weiske [Wed, 6 Apr 2011 17:03:52 +0000 (19:03 +0200)]
move doc-todo to doc-todo file
Christian Weiske [Wed, 6 Apr 2011 07:52:02 +0000 (09:52 +0200)]
move privacy tests for api/post_add to the correct location
Christian Weiske [Wed, 6 Apr 2011 07:50:58 +0000 (09:50 +0200)]
ignore unittest config file
Christian Weiske [Wed, 6 Apr 2011 07:50:42 +0000 (09:50 +0200)]
move unittest config deletion to setup since that makes it easier to debug, and does not break config when the test fatal errored
Christian Weiske [Wed, 6 Apr 2011 06:43:42 +0000 (08:43 +0200)]
cherry-pick:
move setUnittestConfig to TestBaseApi since it makes only sense to use it there
Conflicts:
tests/TestBaseApi.php
Christian Weiske [Wed, 6 Apr 2011 06:42:26 +0000 (08:42 +0200)]
cherry-pick:
add new feature: allow unit test mode enabling via HTTP GET parameter
Christian Weiske [Wed, 6 Apr 2011 05:58:01 +0000 (07:58 +0200)]
tell people why we need that variable
Christian Weiske [Wed, 6 Apr 2011 05:46:55 +0000 (07:46 +0200)]
always delete all bookmarks in setUp since almost all methods do it anyway
Christian Weiske [Tue, 5 Apr 2011 17:05:31 +0000 (19:05 +0200)]
update changelog with jquery merge
Christian Weiske [Tue, 5 Apr 2011 17:02:52 +0000 (19:02 +0200)]
set width of autocomplete dropdown
Christian Weiske [Tue, 5 Apr 2011 16:56:51 +0000 (18:56 +0200)]
move bookmarklet code to own template file
Christian Weiske [Mon, 4 Apr 2011 21:11:05 +0000 (23:11 +0200)]
restructure opera bookmarklet popup code (doesnt work currently :)) and make normal opera bookmarklet code a bit easier to read
Christian Weiske [Mon, 4 Apr 2011 20:26:19 +0000 (22:26 +0200)]
explain opera button commands
Christian Weiske [Mon, 4 Apr 2011 20:26:00 +0000 (22:26 +0200)]
end user docs todo
Christian Weiske [Mon, 4 Apr 2011 20:07:39 +0000 (22:07 +0200)]
FINALLY get the first opera bookmarklet working, with cleaner code now
Christian Weiske [Fri, 1 Apr 2011 06:17:01 +0000 (08:17 +0200)]
make popup bookmarklet work in firefox when the title contains double and single quotes. opera still broken, though
bretticvs [Thu, 31 Mar 2011 23:49:21 +0000 (16:49 -0700)]
Re-adding test data without carriage returns.
bretticvs [Thu, 31 Mar 2011 23:42:44 +0000 (16:42 -0700)]
Trying to remove carriage returns from test data.
bretticvs [Thu, 31 Mar 2011 23:18:36 +0000 (16:18 -0700)]
Revert "Revert "Updates for configurable-privacy2, hopefully without carriage returns.""
This reverts commit
f072059f2de515c0125a9f63ab8476e52c4d4353 .
bretticvs [Thu, 31 Mar 2011 23:17:53 +0000 (16:17 -0700)]
Revert "Updates for configurable-privacy2, hopefully without carriage returns."
This reverts commit
675eadd584e264ba92091579bbc1166dcf3a5715 .
bretticvs [Thu, 31 Mar 2011 22:59:44 +0000 (15:59 -0700)]
Updates for configurable-privacy2, hopefully without carriage returns.
U-SYBASE\bdee [Thu, 31 Mar 2011 20:25:37 +0000 (13:25 -0700)]
Revert "Further updates for configurable-privacy2."
This reverts commit
ef88147d453bce7d5b86ec43daad2f54447513c8 .
Christian Weiske [Thu, 31 Mar 2011 17:13:07 +0000 (19:13 +0200)]
re-enable browser bookmarklets after fixing some naaaaaaaaaaaaaasty bugs with site titles that have special chars in them
bretticvs [Thu, 31 Mar 2011 05:30:43 +0000 (22:30 -0700)]
Further updates for configurable-privacy2.
bretticvs [Thu, 31 Mar 2011 05:03:39 +0000 (22:03 -0700)]
Adding directory and files for test data.
Christian Weiske [Wed, 30 Mar 2011 17:20:26 +0000 (19:20 +0200)]
make dynamictags (tagcloud) work again
Christian Weiske [Tue, 29 Mar 2011 16:04:26 +0000 (18:04 +0200)]
begin to fix dynamictags for xhtml compatibility
Christian Weiske [Tue, 29 Mar 2011 06:05:15 +0000 (08:05 +0200)]
work around minLength problem in jquery-ui-autocomplete
Christian Weiske [Tue, 29 Mar 2011 06:02:37 +0000 (08:02 +0200)]
do not load all css files
Christian Weiske [Tue, 29 Mar 2011 05:57:35 +0000 (07:57 +0200)]
split words also by =, < and >
Christian Weiske [Tue, 29 Mar 2011 05:54:47 +0000 (07:54 +0200)]
update from 1.8.5 to jquery-ui 1.8.11
Christian Weiske [Mon, 28 Mar 2011 17:24:44 +0000 (19:24 +0200)]
use getadmintags.php if configured so
Christian Weiske [Mon, 28 Mar 2011 17:17:51 +0000 (19:17 +0200)]
jquey-autocomplete works!
Christian Weiske [Mon, 28 Mar 2011 06:34:12 +0000 (08:34 +0200)]
introduce assertResponseJson200 for API/ajax tests and use it
Christian Weiske [Mon, 28 Mar 2011 06:01:02 +0000 (08:01 +0200)]
add tests for getadmintags beginsWith and limit parameters
Christian Weiske [Sat, 26 Mar 2011 16:04:21 +0000 (17:04 +0100)]
rewrite ajax/getadmintags.php
Christian Weiske [Sat, 26 Mar 2011 16:04:00 +0000 (17:04 +0100)]
move setUnittestConfig to TestBaseApi since it makes only sense to use it there
Christian Weiske [Sat, 26 Mar 2011 14:09:22 +0000 (15:09 +0100)]
add new feature: allow unit test mode enabling via HTTP GET parameter
Christian Weiske [Sat, 26 Mar 2011 12:55:46 +0000 (13:55 +0100)]
test the limit parameter
Christian Weiske [Sat, 26 Mar 2011 10:54:47 +0000 (11:54 +0100)]
test for beginsWith parameter and a bugfix :)
Christian Weiske [Sat, 26 Mar 2011 09:00:18 +0000 (10:00 +0100)]
first working unittest for ajax/getcontacttags with login!
Christian Weiske [Fri, 25 Mar 2011 18:26:42 +0000 (19:26 +0100)]
begin modifying ajax/getcontacttags
Christian Weiske [Fri, 25 Mar 2011 18:26:21 +0000 (19:26 +0100)]
begin with ajax unittests - but they do not work yet
Christian Weiske [Fri, 25 Mar 2011 07:00:32 +0000 (08:00 +0100)]
do not generate invalid SQL when called with a not-so valid array
Christian Weiske [Fri, 25 Mar 2011 06:44:07 +0000 (07:44 +0100)]
beginsWith-parameter for getPopulartags, getContactTags and getAdminTags
Christian Weiske [Thu, 24 Mar 2011 18:11:06 +0000 (19:11 +0100)]
docblock for deleteAll
Christian Weiske [Thu, 24 Mar 2011 18:09:19 +0000 (19:09 +0100)]
update changelog
Christian Weiske [Thu, 24 Mar 2011 18:07:50 +0000 (19:07 +0100)]
fix privacy protection issue when fetching tags of several users
Christian Weiske [Thu, 24 Mar 2011 07:50:18 +0000 (08:50 +0100)]
make getPopularTags a tiny bit easier