summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* rename test methodGravatar Christian Weiske2011-05-031-3/+1
|
* do not add bookmarks with an invalid URLGravatar Christian Weiske2011-05-032-2/+19
|
* docblock for isValidUrl methodGravatar Christian Weiske2011-05-031-0/+8
|
* begin bookmark model class with URL validation methodGravatar Christian Weiske2011-05-034-0/+119
|
* exclude database layer files from coverageGravatar Christian Weiske2011-04-151-0/+3
|
* add test to search for multiple tags, which fails currentlyGravatar Christian Weiske2011-04-151-0/+15
|
* use correct urlGravatar Christian Weiske2011-04-151-1/+1
|
* use xml parser, not htmlGravatar Christian Weiske2011-04-151-4/+4
|
* Fix bug #3097187: Using opensearch with two tags does ↵Gravatar Christian Weiske2011-04-153-4/+60
| | | | not work in Firefox
* verify we get the correct search URLGravatar Christian Weiske2011-04-141-0/+17
|
* test opensearch api content typeGravatar Christian Weiske2011-04-141-1/+9
|
* remove fixmeGravatar Christian Weiske2011-04-141-1/+0
|
* test that opensearch link is the main page HTML headGravatar Christian Weiske2011-04-141-0/+52
|
* include HTTP_Request2 in api base fileGravatar Christian Weiske2011-04-141-0/+2
|
* use bootstrap file declared in phpunit.xml and do not ↵Gravatar Christian Weiske2011-04-1218-385/+2
| | | | include it in every single test file. also get rid of the PHPUnit_MAIN_METHOD declarations since using phpunit directly is preferred
* first test for service factoryGravatar Christian Weiske2011-04-123-5/+23
|
* fix E_NOTICE in rss when calling i.e. ↵Gravatar Christian Weiske2011-04-071-2/+8
| | | | http://bm.bogo/rss.php/test?sort=date_desc
* move doc-todo to doc-todo fileGravatar Christian Weiske2011-04-062-10/+5
|
* update changelog with jquery mergeGravatar Christian Weiske2011-04-051-1/+2
|
* set width of autocomplete dropdownGravatar Christian Weiske2011-04-051-1/+7
|
* move bookmarklet code to own template fileGravatar Christian Weiske2011-04-052-119/+119
|
* restructure opera bookmarklet popup code (doesnt work ↵Gravatar Christian Weiske2011-04-041-8/+31
| | | | currently :)) and make normal opera bookmarklet code a bit easier to read
* explain opera button commandsGravatar Christian Weiske2011-04-041-7/+14
|
* end user docs todoGravatar Christian Weiske2011-04-041-0/+10
|
* FINALLY get the first opera bookmarklet working, with ↵Gravatar Christian Weiske2011-04-041-1/+21
| | | | cleaner code now
* make popup bookmarklet work in firefox when the title ↵Gravatar Christian Weiske2011-04-011-1/+5
| | | | contains double and single quotes. opera still broken, though
* re-enable browser bookmarklets after fixing some ↵Gravatar Christian Weiske2011-03-311-20/+40
| | | | naaaaaaaaaaaaaasty bugs with site titles that have special chars in them
* make dynamictags (tagcloud) work againGravatar Christian Weiske2011-03-302-28/+37
|
* begin to fix dynamictags for xhtml compatibilityGravatar Christian Weiske2011-03-291-6/+4
|
* work around minLength problem in jquery-ui-autocompleteGravatar Christian Weiske2011-03-291-1/+5
|
* do not load all css filesGravatar Christian Weiske2011-03-291-9/+0
|
* split words also by =, < and >Gravatar Christian Weiske2011-03-291-1/+3
|
* update from 1.8.5 to jquery-ui 1.8.11Gravatar Christian Weiske2011-03-2933-1530/+250
|
* use getadmintags.php if configured soGravatar Christian Weiske2011-03-281-2/+9
|
* jquey-autocomplete works!Gravatar Christian Weiske2011-03-281-5/+7
|
* introduce assertResponseJson200 for API/ajax tests and ↵Gravatar Christian Weiske2011-03-284-63/+32
| | | | use it
* add tests for getadmintags beginsWith and limit parametersGravatar Christian Weiske2011-03-281-0/+79
|
* rewrite ajax/getadmintags.phpGravatar Christian Weiske2011-03-261-39/+42
|
* move setUnittestConfig to TestBaseApi since it makes ↵Gravatar Christian Weiske2011-03-263-44/+107
| | | | only sense to use it there
* add new feature: allow unit test mode enabling via HTTP ↵Gravatar Christian Weiske2011-03-263-2/+85
| | | | GET parameter
* test the limit parameterGravatar Christian Weiske2011-03-261-0/+24
|
* test for beginsWith parameter and a bugfix :)Gravatar Christian Weiske2011-03-262-1/+18
|
* first working unittest for ajax/getcontacttags with login!Gravatar Christian Weiske2011-03-262-11/+28
|
* begin modifying ajax/getcontacttagsGravatar Christian Weiske2011-03-252-34/+40
|
* begin with ajax unittests - but they do not work yetGravatar Christian Weiske2011-03-252-0/+109
|
* do not generate invalid SQL when called with a not-so ↵Gravatar Christian Weiske2011-03-252-2/+21
| | | | valid array
* beginsWith-parameter for getPopulartags, getContactTags ↵Gravatar Christian Weiske2011-03-252-5/+84
| | | | and getAdminTags
* docblock for deleteAllGravatar Christian Weiske2011-03-241-1/+9
|
* update changelogGravatar Christian Weiske2011-03-241-0/+1
|
* fix privacy protection issue when fetching tags of ↵Gravatar Christian Weiske2011-03-242-21/+50
| | | | several users