Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-14 | make sidebar work with chrome and opera in non-strict mode | Christian Weiske | |
2010-10-13 | make linked tags work on opera - "parent" is apparently a reserved word | Christian Weiske | |
2010-10-13 | use ROOT_JS for jstree theme includes | Christian Weiske | |
2010-10-13 | load minified javascript if debug mode is off; add minified version ↵ | Christian Weiske | |
(generated with "yuicompressor --nomunge") of jstree | |||
2010-10-09 | move jstree into a version-specific directory so we can update it more easily | Christian Weiske | |
2010-10-09 | put jquery+jstree into top template since we need it most times | Christian Weiske | |
2010-10-09 | make export_html work in strict mode, too | Christian Weiske | |
2010-10-09 | fix menu2 | Christian Weiske | |
2010-10-09 | make tree menu look proper | Christian Weiske | |
2010-10-09 | activate strict xhtml mode only on debug mode | Christian Weiske | |
2010-10-09 | fix E_NOTICE in tag2tagadd and make tag2tagadd xhtml valid | Christian Weiske | |
2010-10-09 | make add/del tag nav links work again | Christian Weiske | |
2010-10-09 | make watchlist valid xhtml | Christian Weiske | |
2010-10-09 | make admin page valid | Christian Weiske | |
2010-10-09 | make edit profile page valid | Christian Weiske | |
2010-10-09 | fix jstree xhtml bug | Christian Weiske | |
2010-10-09 | embed the delete link directly in html instead of using javascript | Christian Weiske | |
2010-10-09 | make the short date a valid ISO date format. | Christian Weiske | |
2010-10-09 | make the page valid and keep chromium happy | Christian Weiske | |
2010-10-09 | make the page valid | Christian Weiske | |
2010-10-09 | make linkedtags sidebar tree menu work with jquery/jstree now | Christian Weiske | |
2010-10-09 | make the bookmark page valid xhtml | Christian Weiske | |
2010-10-08 | tests for getadminlinkedtags | Christian Weiske | |
2010-10-08 | scripts to dump and restore the semanticscuttle database quickly - useful to ↵ | Christian Weiske | |
keep the database even when running unit tests | |||
2010-10-07 | we do not need that service | Christian Weiske | |
2010-10-07 | prettier html in menu2 tags | Christian Weiske | |
2010-10-07 | CS on constants | Christian Weiske | |
2010-10-07 | give admin tags a link href :) | Christian Weiske | |
2010-10-01 | remove dojo css | Christian Weiske | |
2010-10-01 | remove unneeded dojo code from menu2 | Christian Weiske | |
2010-10-01 | make the admin tag menu behave correctly now and show only arrows on nodes ↵ | Christian Weiske | |
that have children | |||
2010-10-01 | make adminlinkedtags (menu2Tags) finally work with jquery | Christian Weiske | |
2010-10-01 | CS, docblocks | Christian Weiske | |
2010-09-30 | make sidebar menu2 use jquery.jstree. ajax loading of subtags is still missing | Christian Weiske | |
2010-09-30 | remove deprecate split() | Christian Weiske | |
2010-09-30 | merge master | Christian Weiske | |
2010-09-29 | merge changelog from 0.97 branch | cweiske | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@781 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-29 | api/posts/add respects the "replace" parameter now | cweiske | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@777 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-29 | reformat api/posts/add and document it better | cweiske | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@776 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-29 | send 400 status code if a parameter is missing | cweiske | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@775 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-29 | check datetime setting | cweiske | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@774 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-29 | first tests for api/posts/add | cweiske | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@773 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-29 | first tests for api/posts/add | cweiske | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@772 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-29 | test for api/posts/update | cweiske | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@771 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-29 | delicious returns a proper error message when deleting non-existant items, ↵ | cweiske | |
which we do now, too git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@770 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-28 | rewrite api/posts/delete to be more secure and add unit tests for it | cweiske | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-28 | execute api tests | cweiske | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@768 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-28 | tests for deleting bookmarks via the API. two of them fail currently because ↵ | cweiske | |
of a security issue git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@767 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-28 | update docblocks | cweiske | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@766 b3834d28-1941-0410-a4f8-b48e95affb8f | |||
2010-09-28 | add header to httpauth.inc.php | cweiske | |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@765 b3834d28-1941-0410-a4f8-b48e95affb8f |