summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| * make getPopularTags a tiny bit easierGravatar Christian Weiske2011-03-241-9/+7
| |
| * fix docblockGravatar Christian Weiske2011-03-241-3/+3
| |
| * replace assertType with assertInternalType to please phpunitGravatar Christian Weiske2011-03-241-3/+3
| |
| * unittest for Bookmark2Tag::getContactTags, CS and docblockGravatar Christian Weiske2011-03-242-10/+83
| |
| * unittest for getAdminTags as well as CS and docblock ↵Gravatar Christian Weiske2011-03-232-3/+47
| | | | | | | | fixes on it
| * rename three to thr to make the code look nicerGravatar Christian Weiske2011-03-231-16/+16
| |
| * format getPopularTags and add docblockGravatar Christian Weiske2011-03-231-19/+56
| |
| * getPopularTags is fully covered nowGravatar Christian Weiske2011-03-231-0/+124
| |
| * exclude tests directory from coverageGravatar Christian Weiske2011-03-231-0/+8
| |
| * test for the days parameterGravatar Christian Weiske2011-03-231-0/+37
| |
| * first unit tests for Bookmark2Tag::getPopularTagsGravatar Christian Weiske2011-03-232-2/+85
| |
| * do not error out when the bookmark cannot be savedGravatar Christian Weiske2011-03-221-1/+5
| |
| * autocomplete with jquery (hardcoded tag list for now)Gravatar Christian Weiske2011-03-222-3/+40
| |
| * add jquery-ui with autocompleteGravatar Christian Weiske2011-03-2228-5/+3167
| |
| * remove fcbkcomplete javascript and css; we will be using ↵Gravatar Christian Weiske2011-03-222-34/+0
| | | | | | | | jquery autocomplete
| * Merge branch 'master' into jqueryGravatar Christian Weiske2011-03-2022-64/+180
| |\ | | | | | | | | | | | | Conflicts: doc/ChangeLog
| | * unit test for the new SemanticScuttle_Model_UserArray classGravatar Christian Weiske2011-03-151-0/+68
| | |
| | * Implement request #3054906: Show user's full name ↵Gravatar Christian Weiske2011-03-1510-9/+63
| | | | | | | | | | | | instead of nickname
| | * Fix bug #3187177: Wrong URL / Export XML BookmarksGravatar Christian Weiske2011-03-152-1/+2
| | |
| * | prepare jquery autocomplete (does not work yet)Gravatar Christian Weiske2011-03-173-26/+26
| | |
| * | fcbkcomplete filesGravatar Christian Weiske2011-02-142-0/+34
| | |
| * | Fix bug #3111254: Search in my_watchlist results in errorGravatar Christian Weiske2010-11-192-3/+4
| | |
| * | fix broken XMLGravatar Christian Weiske2010-11-022-1/+1
| | |
| * | we do not need the entities anymore since we will be ↵Gravatar Christian Weiske2010-11-021-8/+1
| | | | | | | | | | | | using the characters themselves now
| * | get rid of arrow entitiesGravatar Christian Weiske2010-11-027-17/+17
| | |
| * | fix bookmark adding in strict modeGravatar Christian Weiske2010-10-291-1/+8
| | |
| * | remove jqueryui, we will be using FCBKcompleteGravatar Christian Weiske2010-10-2623-1746/+39
| | |
| * | add jqueryui 1.8.5Gravatar Christian Weiske2010-10-2622-0/+1721
| | |
| * | makde linked block look nice in non-strict mode in opera ↵Gravatar Christian Weiske2010-10-141-2/+2
| | | | | | | | | | | | and chrome
| * | make sidebar work with chrome and opera in non-strict modeGravatar Christian Weiske2010-10-141-2/+3
| | |
| * | make linked tags work on opera - "parent" is apparently ↵Gravatar Christian Weiske2010-10-131-3/+5
| | | | | | | | | | | | a reserved word
| * | use ROOT_JS for jstree theme includesGravatar Christian Weiske2010-10-132-2/+2
| | |
| * | load minified javascript if debug mode is off; add ↵Gravatar Christian Weiske2010-10-133-2/+9
| | | | | | | | | | | | minified version (generated with "yuicompressor --nomunge") of jstree
| * | move jstree into a version-specific directory so we can ↵Gravatar Christian Weiske2010-10-0925-4/+4
| | | | | | | | | | | | update it more easily
| * | put jquery+jstree into top template since we need it ↵Gravatar Christian Weiske2010-10-093-4/+2
| | | | | | | | | | | | most times
| * | make export_html work in strict mode, tooGravatar Christian Weiske2010-10-091-0/+2
| | |
| * | fix menu2Gravatar Christian Weiske2010-10-091-1/+1
| | |
| * | make tree menu look properGravatar Christian Weiske2010-10-091-8/+4
| | |
| * | activate strict xhtml mode only on debug modeGravatar Christian Weiske2010-10-091-4/+9
| | |