]> gitweb.fluxo.info Git - semanticscuttle.git/log
semanticscuttle.git
14 years agoseems I actually forget to use the methods only parameter
Christian Weiske [Wed, 11 May 2011 06:00:07 +0000 (08:00 +0200)]
seems I actually forget to use the methods only parameter

14 years agouse correct variable and show error messages
Christian Weiske [Wed, 11 May 2011 05:55:01 +0000 (07:55 +0200)]
use correct variable and show error messages

14 years agodeleting ssl client certificates from profile page works now
Christian Weiske [Wed, 11 May 2011 05:33:15 +0000 (07:33 +0200)]
deleting ssl client certificates from profile page works now

14 years agoregistering the current client certificate works now
Christian Weiske [Wed, 11 May 2011 04:57:07 +0000 (06:57 +0200)]
registering the current client certificate works now

14 years agodocument template parameters and correct form action
Christian Weiske [Wed, 11 May 2011 04:48:40 +0000 (06:48 +0200)]
document template parameters and correct form action

14 years agodo not use links but POST form to change SSL settings. Proper web apps should never...
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

14 years agoprepare user interface to register and delete client certificates on the profile...
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

14 years agoshow current users certificates on profile page
Christian Weiske [Mon, 9 May 2011 16:16:53 +0000 (18:16 +0200)]
show current users certificates on profile page

14 years agoautomatically register SSL client cert when user registers
Christian Weiske [Mon, 9 May 2011 06:13:17 +0000 (08:13 +0200)]
automatically register SSL client cert when user registers

14 years agomove ssl client cert handling into separate service class
Christian Weiske [Mon, 9 May 2011 05:52:44 +0000 (07:52 +0200)]
move ssl client cert handling into separate service class

14 years agoMoved testDefaultPrivacyEdit() to tests/www/editTest.php.
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.

14 years agoalso match client issuer (CA)
Christian Weiske [Thu, 5 May 2011 10:01:39 +0000 (12:01 +0200)]
also match client issuer (CA)

14 years agoautofill registration form email address if user has a ssl client certificate
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

14 years agopart of request #3163623: add support to login via ssl client certificate. web interf...
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

14 years agoSQL schema version table to ease future database upgrades
Christian Weiske [Wed, 4 May 2011 06:02:33 +0000 (08:02 +0200)]
SQL schema version table to ease future database upgrades

14 years agoSupport HTTPS connections when $root is not configured
Christian Weiske [Wed, 4 May 2011 05:24:52 +0000 (07:24 +0200)]
Support HTTPS connections when $root is not configured

14 years agoupdate changelog; bug #3251877 has been fixed with the query switch
Christian Weiske [Tue, 3 May 2011 17:21:26 +0000 (19:21 +0200)]
update changelog; bug #3251877 has been fixed with the query switch

14 years agoupdate changelog
Christian Weiske [Tue, 3 May 2011 17:17:28 +0000 (19:17 +0200)]
update changelog

14 years agoshow proper error message when url is invalid
Christian Weiske [Tue, 3 May 2011 17:15:36 +0000 (19:15 +0200)]
show proper error message when url is invalid

14 years agorename test method
Christian Weiske [Tue, 3 May 2011 17:10:30 +0000 (19:10 +0200)]
rename test method

14 years agodo not add bookmarks with an invalid URL
Christian Weiske [Tue, 3 May 2011 17:10:12 +0000 (19:10 +0200)]
do not add bookmarks with an invalid URL

14 years agodocblock for isValidUrl method
Christian Weiske [Tue, 3 May 2011 07:19:08 +0000 (09:19 +0200)]
docblock for isValidUrl method

14 years agobegin bookmark model class with URL validation method
Christian Weiske [Tue, 3 May 2011 07:14:32 +0000 (09:14 +0200)]
begin bookmark model class with URL validation method

14 years agomerge master
Christian Weiske [Mon, 2 May 2011 16:07:15 +0000 (18:07 +0200)]
merge master

14 years agomake privacy tests clearer
Christian Weiske [Mon, 2 May 2011 07:03:35 +0000 (09:03 +0200)]
make privacy tests clearer

14 years agouse cookie jar instead of manually creating the cookie
Christian Weiske [Tue, 26 Apr 2011 05:01:48 +0000 (07:01 +0200)]
use cookie jar instead of manually creating the cookie

14 years agouse 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

14 years agouse xpath instead of manual string-search to verify test results
Christian Weiske [Tue, 26 Apr 2011 04:59:23 +0000 (06:59 +0200)]
use xpath instead of manual string-search to verify test results

14 years agomake html valid xml to be able to load it with an xml parser
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

14 years agoreplace named html entities with their numeric name to be able to load the generated...
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

14 years agoreplace deprecated split
Christian Weiske [Tue, 26 Apr 2011 04:48:26 +0000 (06:48 +0200)]
replace deprecated split

14 years agomake import test easier
Christian Weiske [Mon, 18 Apr 2011 20:39:06 +0000 (22:39 +0200)]
make import test easier

14 years agomake importnetscape-test easier
Christian Weiske [Mon, 18 Apr 2011 20:37:42 +0000 (22:37 +0200)]
make importnetscape-test easier

14 years agoclarify documentation; we are returning get requests
Christian Weiske [Mon, 18 Apr 2011 17:20:58 +0000 (19:20 +0200)]
clarify documentation; we are returning get requests

14 years agomake edit test much easier and do not rely on manual cookie setting
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

14 years agostart the session when we are in http unittest mode
Christian Weiske [Mon, 18 Apr 2011 17:16:18 +0000 (19:16 +0200)]
start the session when we are in http unittest mode

14 years agofix tests that did not find the data file
Christian Weiske [Mon, 18 Apr 2011 05:50:20 +0000 (07:50 +0200)]
fix tests that did not find the data file

14 years agoMoved unit tests to PostsAddTest.php in Api directory.
bretticvs [Sun, 17 Apr 2011 23:42:49 +0000 (17:42 -0600)]
Moved unit tests to PostsAddTest.php in Api directory.

14 years agoexclude database layer files from coverage
Christian Weiske [Fri, 15 Apr 2011 17:22:19 +0000 (19:22 +0200)]
exclude database layer files from coverage

14 years agoadd test to search for multiple tags, which fails currently
Christian Weiske [Fri, 15 Apr 2011 17:15:57 +0000 (19:15 +0200)]
add test to search for multiple tags, which fails currently

14 years agouse correct url
Christian Weiske [Fri, 15 Apr 2011 06:00:26 +0000 (08:00 +0200)]
use correct url

14 years agouse xml parser, not html
Christian Weiske [Fri, 15 Apr 2011 05:56:50 +0000 (07:56 +0200)]
use xml parser, not html

14 years agoFix bug #3097187: Using opensearch with two tags does not work in Firefox
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

14 years agoverify we get the correct search URL
Christian Weiske [Thu, 14 Apr 2011 15:04:57 +0000 (17:04 +0200)]
verify we get the correct search URL

14 years agotest opensearch api content type
Christian Weiske [Thu, 14 Apr 2011 14:58:47 +0000 (16:58 +0200)]
test opensearch api content type

14 years agoremove fixme
Christian Weiske [Thu, 14 Apr 2011 14:55:51 +0000 (16:55 +0200)]
remove fixme

14 years agotest that opensearch link is the main page HTML head
Christian Weiske [Thu, 14 Apr 2011 14:53:46 +0000 (16:53 +0200)]
test that opensearch link is the main page HTML head

14 years agoinclude HTTP_Request2 in api base file
Christian Weiske [Thu, 14 Apr 2011 14:53:09 +0000 (16:53 +0200)]
include HTTP_Request2 in api base file

14 years agouse bootstrap file declared in phpunit.xml and do not include it in every single...
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

14 years agofirst test for service factory
Christian Weiske [Tue, 12 Apr 2011 06:47:44 +0000 (08:47 +0200)]
first test for service factory

14 years agofix E_NOTICE in rss when calling i.e. http://bm.bogo/rss.php/test?sort=date_desc
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

14 years agomove doc-todo to doc-todo file
Christian Weiske [Wed, 6 Apr 2011 17:03:52 +0000 (19:03 +0200)]
move doc-todo to doc-todo file

14 years agomove privacy tests for api/post_add to the correct location
Christian Weiske [Wed, 6 Apr 2011 07:52:02 +0000 (09:52 +0200)]
move privacy tests for api/post_add to the correct location

14 years agoignore unittest config file
Christian Weiske [Wed, 6 Apr 2011 07:50:58 +0000 (09:50 +0200)]
ignore unittest config file

14 years agomove unittest config deletion to setup since that makes it easier to debug, and does...
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

14 years agocherry-pick:
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

14 years agocherry-pick:
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

14 years agotell people why we need that variable
Christian Weiske [Wed, 6 Apr 2011 05:58:01 +0000 (07:58 +0200)]
tell people why we need that variable

14 years agoalways delete all bookmarks in setUp since almost all methods do it anyway
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

14 years agoupdate changelog with jquery merge
Christian Weiske [Tue, 5 Apr 2011 17:05:31 +0000 (19:05 +0200)]
update changelog with jquery merge

14 years agoset width of autocomplete dropdown
Christian Weiske [Tue, 5 Apr 2011 17:02:52 +0000 (19:02 +0200)]
set width of autocomplete dropdown

14 years agomove bookmarklet code to own template file
Christian Weiske [Tue, 5 Apr 2011 16:56:51 +0000 (18:56 +0200)]
move bookmarklet code to own template file

15 years agorestructure opera bookmarklet popup code (doesnt work currently :)) and make normal...
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

15 years agoexplain opera button commands
Christian Weiske [Mon, 4 Apr 2011 20:26:19 +0000 (22:26 +0200)]
explain opera button commands

15 years agoend user docs todo
Christian Weiske [Mon, 4 Apr 2011 20:26:00 +0000 (22:26 +0200)]
end user docs todo

15 years agoFINALLY get the first opera bookmarklet working, with cleaner code now
Christian Weiske [Mon, 4 Apr 2011 20:07:39 +0000 (22:07 +0200)]
FINALLY get the first opera bookmarklet working, with cleaner code now

15 years agomake popup bookmarklet work in firefox when the title contains double and single...
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

15 years agoRe-adding test data without carriage returns.
bretticvs [Thu, 31 Mar 2011 23:49:21 +0000 (16:49 -0700)]
Re-adding test data without carriage returns.

15 years agoTrying to remove carriage returns from test data.
bretticvs [Thu, 31 Mar 2011 23:42:44 +0000 (16:42 -0700)]
Trying to remove carriage returns from test data.

15 years agoRevert "Revert "Updates for configurable-privacy2, hopefully without carriage returns.""
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.

15 years agoRevert "Updates for configurable-privacy2, hopefully without carriage returns."
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.

15 years agoUpdates for configurable-privacy2, hopefully without carriage returns.
bretticvs [Thu, 31 Mar 2011 22:59:44 +0000 (15:59 -0700)]
Updates for configurable-privacy2, hopefully without carriage returns.

15 years agoRevert "Further updates for configurable-privacy2."
U-SYBASE\bdee [Thu, 31 Mar 2011 20:25:37 +0000 (13:25 -0700)]
Revert "Further updates for configurable-privacy2."

This reverts commit ef88147d453bce7d5b86ec43daad2f54447513c8.

15 years agore-enable browser bookmarklets after fixing some naaaaaaaaaaaaaasty bugs with site...
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

15 years agoFurther updates for configurable-privacy2.
bretticvs [Thu, 31 Mar 2011 05:30:43 +0000 (22:30 -0700)]
Further updates for configurable-privacy2.

15 years agoAdding directory and files for test data.
bretticvs [Thu, 31 Mar 2011 05:03:39 +0000 (22:03 -0700)]
Adding directory and files for test data.

15 years agomake dynamictags (tagcloud) work again
Christian Weiske [Wed, 30 Mar 2011 17:20:26 +0000 (19:20 +0200)]
make dynamictags (tagcloud) work again

15 years agobegin to fix dynamictags for xhtml compatibility
Christian Weiske [Tue, 29 Mar 2011 16:04:26 +0000 (18:04 +0200)]
begin to fix dynamictags for xhtml compatibility

15 years agowork around minLength problem in jquery-ui-autocomplete
Christian Weiske [Tue, 29 Mar 2011 06:05:15 +0000 (08:05 +0200)]
work around minLength problem in jquery-ui-autocomplete

15 years agodo not load all css files
Christian Weiske [Tue, 29 Mar 2011 06:02:37 +0000 (08:02 +0200)]
do not load all css files

15 years agosplit words also by =, < and >
Christian Weiske [Tue, 29 Mar 2011 05:57:35 +0000 (07:57 +0200)]
split words also by =, < and >

15 years agoupdate from 1.8.5 to jquery-ui 1.8.11
Christian Weiske [Tue, 29 Mar 2011 05:54:47 +0000 (07:54 +0200)]
update from 1.8.5 to jquery-ui 1.8.11

15 years agouse getadmintags.php if configured so
Christian Weiske [Mon, 28 Mar 2011 17:24:44 +0000 (19:24 +0200)]
use getadmintags.php if configured so

15 years agojquey-autocomplete works!
Christian Weiske [Mon, 28 Mar 2011 17:17:51 +0000 (19:17 +0200)]
jquey-autocomplete works!

15 years agointroduce assertResponseJson200 for API/ajax tests and use it
Christian Weiske [Mon, 28 Mar 2011 06:34:12 +0000 (08:34 +0200)]
introduce assertResponseJson200 for API/ajax tests and use it

15 years agoadd tests for getadmintags beginsWith and limit parameters
Christian Weiske [Mon, 28 Mar 2011 06:01:02 +0000 (08:01 +0200)]
add tests for getadmintags beginsWith and limit parameters

15 years agorewrite ajax/getadmintags.php
Christian Weiske [Sat, 26 Mar 2011 16:04:21 +0000 (17:04 +0100)]
rewrite ajax/getadmintags.php

15 years agomove setUnittestConfig to TestBaseApi since it makes only sense to use it there
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

15 years agoadd new feature: allow unit test mode enabling via HTTP GET parameter
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

15 years agotest the limit parameter
Christian Weiske [Sat, 26 Mar 2011 12:55:46 +0000 (13:55 +0100)]
test the limit parameter

15 years agotest for beginsWith parameter and a bugfix :)
Christian Weiske [Sat, 26 Mar 2011 10:54:47 +0000 (11:54 +0100)]
test for beginsWith parameter and a bugfix :)

15 years agofirst working unittest for ajax/getcontacttags with login!
Christian Weiske [Sat, 26 Mar 2011 09:00:18 +0000 (10:00 +0100)]
first working unittest for ajax/getcontacttags with login!

15 years agobegin modifying ajax/getcontacttags
Christian Weiske [Fri, 25 Mar 2011 18:26:42 +0000 (19:26 +0100)]
begin modifying ajax/getcontacttags

15 years agobegin with ajax unittests - but they do not work yet
Christian Weiske [Fri, 25 Mar 2011 18:26:21 +0000 (19:26 +0100)]
begin with ajax unittests - but they do not work yet

15 years agodo not generate invalid SQL when called with a not-so valid array
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

15 years agobeginsWith-parameter for getPopulartags, getContactTags and getAdminTags
Christian Weiske [Fri, 25 Mar 2011 06:44:07 +0000 (07:44 +0100)]
beginsWith-parameter for getPopulartags, getContactTags and getAdminTags

15 years agodocblock for deleteAll
Christian Weiske [Thu, 24 Mar 2011 18:11:06 +0000 (19:11 +0100)]
docblock for deleteAll

15 years agoupdate changelog
Christian Weiske [Thu, 24 Mar 2011 18:09:19 +0000 (19:09 +0100)]
update changelog

15 years agofix privacy protection issue when fetching tags of several users
Christian Weiske [Thu, 24 Mar 2011 18:07:50 +0000 (19:07 +0100)]
fix privacy protection issue when fetching tags of several users

15 years agomake getPopularTags a tiny bit easier
Christian Weiske [Thu, 24 Mar 2011 07:50:18 +0000 (08:50 +0100)]
make getPopularTags a tiny bit easier