summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix E_NOTICE in tag2tagadd and make tag2tagadd xhtml validGravatar Christian Weiske2010-10-092-2/+6
|
* make add/del tag nav links work againGravatar Christian Weiske2010-10-092-2/+2
|
* make watchlist valid xhtmlGravatar Christian Weiske2010-10-091-1/+1
|
* make admin page validGravatar Christian Weiske2010-10-091-1/+1
|
* make edit profile page validGravatar Christian Weiske2010-10-091-3/+1
|
* fix jstree xhtml bugGravatar Christian Weiske2010-10-091-1/+1
|
* embed the delete link directly in html instead of using ↵Gravatar Christian Weiske2010-10-091-3/+2
| | | | javascript
* make the short date a valid ISO date format.Gravatar Christian Weiske2010-10-091-1/+1
|
* make the page valid and keep chromium happyGravatar Christian Weiske2010-10-093-5/+9
|
* make the page validGravatar Christian Weiske2010-10-091-1/+1
|
* make linkedtags sidebar tree menu work with ↵Gravatar Christian Weiske2010-10-093-139/+187
| | | | jquery/jstree now
* make the bookmark page valid xhtmlGravatar Christian Weiske2010-10-091-5/+9
|
* tests for getadminlinkedtagsGravatar Christian Weiske2010-10-083-5/+201
|
* scripts to dump and restore the semanticscuttle database ↵Gravatar Christian Weiske2010-10-083-0/+64
| | | | quickly - useful to keep the database even when running unit tests
* we do not need that serviceGravatar Christian Weiske2010-10-071-3/+0
|
* prettier html in menu2 tagsGravatar Christian Weiske2010-10-071-2/+4
|
* CS on constantsGravatar Christian Weiske2010-10-071-27/+43
|
* give admin tags a link href :)Gravatar Christian Weiske2010-10-072-3/+22
|
* remove dojo cssGravatar Christian Weiske2010-10-011-6/+1
|
* remove unneeded dojo code from menu2Gravatar Christian Weiske2010-10-011-10/+0
|
* 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-012-33/+46
|
* CS, docblocksGravatar Christian Weiske2010-10-011-7/+38
|
* make sidebar menu2 use jquery.jstree. ajax loading of ↵Gravatar Christian Weiske2010-09-3023-3/+10197
| | | | subtags is still missing
* remove deprecate split()Gravatar Christian Weiske2010-09-301-1/+1
|
* merge masterGravatar Christian Weiske2010-09-3012-94/+1137
|\
| * merge changelog from 0.97 branchGravatar cweiske2010-09-291-0/+8
| | | | | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@781 b3834d28-1941-0410-a4f8-b48e95affb8f
| * api/posts/add respects the "replace" parameter nowGravatar cweiske2010-09-293-7/+145
| | | | | | | | 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-292-9/+124
| | | | | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@775 b3834d28-1941-0410-a4f8-b48e95affb8f
| * check datetime settingGravatar cweiske2010-09-291-2/+7
| | | | | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@774 b3834d28-1941-0410-a4f8-b48e95affb8f
| * first tests for api/posts/addGravatar cweiske2010-09-291-0/+5
| | | | | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@773 b3834d28-1941-0410-a4f8-b48e95affb8f
| * first tests for api/posts/addGravatar cweiske2010-09-293-0/+200
| | | | | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@772 b3834d28-1941-0410-a4f8-b48e95affb8f
| * test for api/posts/updateGravatar cweiske2010-09-294-13/+170
| | | | | | | | 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-293-10/+16
| | | | | | | | | | | | 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-283-28/+62
| | | | | | | | | | | | tests for it git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f
| * execute api testsGravatar cweiske2010-09-281-0/+2
| | | | | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@768 b3834d28-1941-0410-a4f8-b48e95affb8f
| * tests for deleting bookmarks via the API. two of them ↵Gravatar cweiske2010-09-281-0/+302
| | | | | | | | | | | | fail currently because of a security issue git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@767 b3834d28-1941-0410-a4f8-b48e95affb8f
| * update docblocksGravatar cweiske2010-09-281-2/+19
| | | | | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@766 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
| * add gettext changelog entryGravatar cweiske2010-09-281-0/+1
| | | | | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@764 b3834d28-1941-0410-a4f8-b48e95affb8f
| * update php-gettext to 1.0.10Gravatar cweiske2010-09-2812-271/+642
| | | | | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@763 b3834d28-1941-0410-a4f8-b48e95affb8f
* | begin converting menu2 to jqueryGravatar Christian Weiske2010-09-281-18/+15
| |