| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | remove fixme | 2011-04-14 | 1 | -1/+0 | ||
| | | | ||||||
| * | | test that opensearch link is the main page HTML head | 2011-04-14 | 1 | -0/+52 | ||
| | | | ||||||
| * | | include HTTP_Request2 in api base file | 2011-04-14 | 1 | -0/+2 | ||
| | | | ||||||
| * | | use bootstrap file declared in phpunit.xml and do not ↵ | 2011-04-12 | 18 | -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 factory | 2011-04-12 | 3 | -5/+23 | ||
| | | | ||||||
| * | | fix E_NOTICE in rss when calling i.e. ↵ | 2011-04-07 | 1 | -2/+8 | ||
| | | | | | | | | | http://bm.bogo/rss.php/test?sort=date_desc | |||||
| * | | move doc-todo to doc-todo file | 2011-04-06 | 2 | -10/+5 | ||
| | | | ||||||
| * | | update changelog with jquery merge | 2011-04-05 | 1 | -1/+2 | ||
| | | | ||||||
| * | | set width of autocomplete dropdown | 2011-04-05 | 1 | -1/+7 | ||
| | | | ||||||
| * | | move bookmarklet code to own template file | 2011-04-05 | 2 | -119/+119 | ||
| | | | ||||||
| * | | restructure opera bookmarklet popup code (doesnt work ↵ | 2011-04-04 | 1 | -8/+31 | ||
| | | | | | | | | | currently :)) and make normal opera bookmarklet code a bit easier to read | |||||
| * | | explain opera button commands | 2011-04-04 | 1 | -7/+14 | ||
| | | | ||||||
| * | | end user docs todo | 2011-04-04 | 1 | -0/+10 | ||
| | | | ||||||
| * | | FINALLY get the first opera bookmarklet working, with ↵ | 2011-04-04 | 1 | -1/+21 | ||
| | | | | | | | | | cleaner code now | |||||
| * | | make popup bookmarklet work in firefox when the title ↵ | 2011-04-01 | 1 | -1/+5 | ||
| | | | | | | | | | contains double and single quotes. opera still broken, though | |||||
| * | | re-enable browser bookmarklets after fixing some ↵ | 2011-03-31 | 1 | -20/+40 | ||
| | | | | | | | | | naaaaaaaaaaaaaasty bugs with site titles that have special chars in them | |||||
| * | | make dynamictags (tagcloud) work again | 2011-03-30 | 2 | -28/+37 | ||
| | | | ||||||
| * | | begin to fix dynamictags for xhtml compatibility | 2011-03-29 | 1 | -6/+4 | ||
| | | | ||||||
| * | | work around minLength problem in jquery-ui-autocomplete | 2011-03-29 | 1 | -1/+5 | ||
| | | | ||||||
| * | | do not load all css files | 2011-03-29 | 1 | -9/+0 | ||
| | | | ||||||
| * | | split words also by =, < and > | 2011-03-29 | 1 | -1/+3 | ||
| | | | ||||||
| * | | update from 1.8.5 to jquery-ui 1.8.11 | 2011-03-29 | 33 | -1530/+250 | ||
| | | | ||||||
| * | | use getadmintags.php if configured so | 2011-03-28 | 1 | -2/+9 | ||
| | | | ||||||
| * | | jquey-autocomplete works! | 2011-03-28 | 1 | -5/+7 | ||
| | | | ||||||
| * | | introduce assertResponseJson200 for API/ajax tests and ↵ | 2011-03-28 | 4 | -63/+32 | ||
| | | | | | | | | | use it | |||||
| * | | add tests for getadmintags beginsWith and limit parameters | 2011-03-28 | 1 | -0/+79 | ||
| | | | ||||||
| * | | rewrite ajax/getadmintags.php | 2011-03-26 | 1 | -36/+39 | ||
| | | | ||||||
| * | | move setUnittestConfig to TestBaseApi since it makes ↵ | 2011-03-26 | 3 | -44/+107 | ||
| | | | | | | | | | only sense to use it there | |||||
| * | | add new feature: allow unit test mode enabling via HTTP ↵ | 2011-03-26 | 3 | -2/+85 | ||
| | | | | | | | | | GET parameter | |||||
| * | | test the limit parameter | 2011-03-26 | 1 | -0/+24 | ||
| | | | ||||||
| * | | test for beginsWith parameter and a bugfix :) | 2011-03-26 | 2 | -1/+18 | ||
| | | | ||||||
| * | | first working unittest for ajax/getcontacttags with login! | 2011-03-26 | 2 | -11/+28 | ||
| | | | ||||||
| * | | begin modifying ajax/getcontacttags | 2011-03-25 | 2 | -34/+40 | ||
| | | | ||||||
| * | | begin with ajax unittests - but they do not work yet | 2011-03-25 | 2 | -0/+109 | ||
| | | | ||||||
| * | | do not generate invalid SQL when called with a not-so ↵ | 2011-03-25 | 2 | -2/+21 | ||
| | | | | | | | | | valid array | |||||
| * | | beginsWith-parameter for getPopulartags, getContactTags ↵ | 2011-03-25 | 2 | -5/+84 | ||
| | | | | | | | | | and getAdminTags | |||||
| * | | docblock for deleteAll | 2011-03-24 | 1 | -1/+9 | ||
| | | | ||||||
| * | | update changelog | 2011-03-24 | 1 | -0/+1 | ||
| | | | ||||||
| * | | fix privacy protection issue when fetching tags of ↵ | 2011-03-24 | 2 | -21/+50 | ||
| | | | | | | | | | several users | |||||
| * | | make getPopularTags a tiny bit easier | 2011-03-24 | 1 | -9/+7 | ||
| | | | ||||||
| * | | fix docblock | 2011-03-24 | 1 | -3/+3 | ||
| | | | ||||||
| * | | replace assertType with assertInternalType to please phpunit | 2011-03-24 | 1 | -3/+3 | ||
| | | | ||||||
| * | | unittest for Bookmark2Tag::getContactTags, CS and docblock | 2011-03-24 | 2 | -10/+83 | ||
| | | | ||||||
| * | | unittest for getAdminTags as well as CS and docblock ↵ | 2011-03-23 | 2 | -3/+47 | ||
| | | | | | | | | | fixes on it | |||||
| * | | rename three to thr to make the code look nicer | 2011-03-23 | 1 | -16/+16 | ||
| | | | ||||||
| * | | format getPopularTags and add docblock | 2011-03-23 | 1 | -19/+56 | ||
| | | | ||||||
| * | | getPopularTags is fully covered now | 2011-03-23 | 1 | -0/+124 | ||
| | | | ||||||
| * | | exclude tests directory from coverage | 2011-03-23 | 1 | -0/+8 | ||
| | | | ||||||
| * | | test for the days parameter | 2011-03-23 | 1 | -0/+37 | ||
| | | | ||||||
| * | | first unit tests for Bookmark2Tag::getPopularTags | 2011-03-23 | 2 | -2/+85 | ||
| | | | ||||||