summaryrefslogtreecommitdiffstatshomepage
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* merge masterGravatar Christian Weiske2011-05-0259-198/+12383
|\
| * Fix bug #3097187: Using opensearch with two tags does ↵Gravatar Christian Weiske2011-04-151-4/+6
| | | | | | | | not work in Firefox
| * 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
| * set width of autocomplete dropdownGravatar Christian Weiske2011-04-051-1/+7
| |
| * do not load all css filesGravatar Christian Weiske2011-03-291-9/+0
| |
| * update from 1.8.5 to jquery-ui 1.8.11Gravatar Christian Weiske2011-03-2932-1524/+244
| |
| * rewrite ajax/getadmintags.phpGravatar Christian Weiske2011-03-261-39/+42
| |
| * test for beginsWith parameter and a bugfix :)Gravatar Christian Weiske2011-03-261-1/+1
| |
| * begin modifying ajax/getcontacttagsGravatar Christian Weiske2011-03-251-34/+35
| |
| * autocomplete with jquery (hardcoded tag list for now)Gravatar Christian Weiske2011-03-221-1/+1
| |
| * add jquery-ui with autocompleteGravatar Christian Weiske2011-03-2227-0/+3162
| |
| * 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-203-3/+8
| |\ | | | | | | | | | | | | Conflicts: doc/ChangeLog
| | * Implement request #3054906: Show user's full name ↵Gravatar Christian Weiske2011-03-151-1/+1
| | | | | | | | | | | | instead of nickname
| * | prepare jquery autocomplete (does not work yet)Gravatar Christian Weiske2011-03-172-14/+19
| | |
| * | fcbkcomplete filesGravatar Christian Weiske2011-02-142-0/+34
| | |
| * | remove jqueryui, we will be using FCBKcompleteGravatar Christian Weiske2010-10-2622-1721/+0
| | |
| * | add jqueryui 1.8.5Gravatar Christian Weiske2010-10-2622-0/+1721
| | |
| * | load minified javascript if debug mode is off; add ↵Gravatar Christian Weiske2010-10-131-0/+1
| | | | | | | | | | | | minified version (generated with "yuicompressor --nomunge") of jstree
| * | move jstree into a version-specific directory so we can ↵Gravatar Christian Weiske2010-10-0922-0/+0
| | | | | | | | | | | | update it more easily
| * | 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
| | |
| * | fix E_NOTICE in tag2tagadd and make tag2tagadd xhtml validGravatar Christian Weiske2010-10-091-1/+5
| | |
| * | make add/del tag nav links work againGravatar Christian Weiske2010-10-091-1/+0
| | |
| * | fix jstree xhtml bugGravatar Christian Weiske2010-10-091-1/+1
| | |
| * | make linkedtags sidebar tree menu work with ↵Gravatar Christian Weiske2010-10-092-53/+142
| | | | | | | | | | | | jquery/jstree now
| * | give admin tags a link href :)Gravatar Christian Weiske2010-10-071-2/+19
| | |
| * | make the admin tag menu behave correctly now and show ↵Gravatar Christian Weiske2010-10-011-30/+33
| | | | | | | | | | | | only arrows on nodes that have children
| * | make adminlinkedtags (menu2Tags) finally work with jqueryGravatar Christian Weiske2010-10-011-32/+30
| | |
| * | make sidebar menu2 use jquery.jstree. ajax loading of ↵Gravatar Christian Weiske2010-09-3022-1/+10181
| | | | | | | | | | | | subtags is still missing
* | | Updates for feature request 3164348: Make default ↵Gravatar bretticvs2011-03-155-8/+8
| |/ |/| | | | | privacy configurable.
* | Fix bug #3065284: AjaxVote problem with Webkit browsersGravatar Christian Weiske2011-02-161-1/+4
| |
* | Fix bug #3178597: Broken link to context in gsearch ↵Gravatar Christian Weiske2011-02-141-1/+3
|/ | | | admin index page
* api/posts/add respects the "replace" parameter nowGravatar cweiske2010-09-291-4/+20
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@777 b3834d28-1941-0410-a4f8-b48e95affb8f
* reformat api/posts/add and document it betterGravatar cweiske2010-09-291-41/+74
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@776 b3834d28-1941-0410-a4f8-b48e95affb8f
* send 400 status code if a parameter is missingGravatar cweiske2010-09-291-9/+17
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@775 b3834d28-1941-0410-a4f8-b48e95affb8f
* first tests for api/posts/addGravatar cweiske2010-09-291-0/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@772 b3834d28-1941-0410-a4f8-b48e95affb8f
* test for api/posts/updateGravatar cweiske2010-09-292-13/+34
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@771 b3834d28-1941-0410-a4f8-b48e95affb8f
* delicious returns a proper error message when deleting ↵Gravatar cweiske2010-09-291-9/+5
| | | | | | non-existant items, which we do now, too git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@770 b3834d28-1941-0410-a4f8-b48e95affb8f
* rewrite api/posts/delete to be more secure and add unit ↵Gravatar cweiske2010-09-281-18/+45
| | | | | | tests for it git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f
* add header to httpauth.inc.phpGravatar cweiske2010-09-281-5/+26
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@765 b3834d28-1941-0410-a4f8-b48e95affb8f
* make files use pear directoriesGravatar Christian Weiske2010-08-221-1/+7
|
* make export_html follow the "specs" a bit more and add ↵Gravatar cweiske2010-03-281-3/+6
| | | | | | format documentation url git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@705 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix multiple tags in html exportGravatar cweiske2010-03-281-1/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@704 b3834d28-1941-0410-a4f8-b48e95affb8f
* test that public bookmarks of other people are not ↵Gravatar cweiske2010-03-281-1/+14
| | | | | | exported via csv git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@703 b3834d28-1941-0410-a4f8-b48e95affb8f
* make export_csv support filtering to multiple tagsGravatar cweiske2010-03-281-5/+10
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@702 b3834d28-1941-0410-a4f8-b48e95affb8f
* unify hashing code in a separate methodGravatar cweiske2010-03-181-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@692 b3834d28-1941-0410-a4f8-b48e95affb8f
* Fix bug #2960663: do not send content-type headers twice ↵Gravatar cweiske2010-03-1726-43/+36
| | | | | | for ajax/api scripts git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@690 b3834d28-1941-0410-a4f8-b48e95affb8f
* remove unneeded ampersandGravatar cweiske2010-03-171-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@685 b3834d28-1941-0410-a4f8-b48e95affb8f