summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | add gettext changelog entryGravatar Christian Weiske2010-09-281-0/+1
| |
* | update php-gettext to 1.0.10Gravatar Christian Weiske2010-09-2812-271/+642
|/
* now we have tests for all history all methodsGravatar cweiske2010-09-272-45/+196
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@762 b3834d28-1941-0410-a4f8-b48e95affb8f
* test automatic search history deletionGravatar cweiske2010-09-271-0/+28
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@761 b3834d28-1941-0410-a4f8-b48e95affb8f
* defined main method before including includesGravatar cweiske2010-09-271-3/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@760 b3834d28-1941-0410-a4f8-b48e95affb8f
* defined main method before including includesGravatar cweiske2010-09-277-21/+14
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@759 b3834d28-1941-0410-a4f8-b48e95affb8f
* test deleteall in searchhistoryGravatar cweiske2010-09-271-3/+17
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@758 b3834d28-1941-0410-a4f8-b48e95affb8f
* Fix bug #3074816: French translation breaks edit javascriptGravatar cweiske2010-09-272-8/+21
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@757 b3834d28-1941-0410-a4f8-b48e95affb8f
* tell which test covers which methodGravatar cweiske2010-09-261-0/+8
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@756 b3834d28-1941-0410-a4f8-b48e95affb8f
* explain $sizeSearchHistoryGravatar cweiske2010-09-261-3/+17
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@755 b3834d28-1941-0410-a4f8-b48e95affb8f
* add some new testsGravatar cweiske2010-09-261-51/+127
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@754 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix nasty bug with $withResults in getAllSearches()Gravatar cweiske2010-09-261-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@753 b3834d28-1941-0410-a4f8-b48e95affb8f
* reformat the code (CS)Gravatar cweiske2010-09-261-34/+145
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@752 b3834d28-1941-0410-a4f8-b48e95affb8f
* make html more readableGravatar cweiske2010-09-261-3/+3
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@751 b3834d28-1941-0410-a4f8-b48e95affb8f
* escape the installation name; html code was broken when ↵Gravatar cweiske2010-09-263-14/+37
| | | | | | one had quotes in the name git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@750 b3834d28-1941-0410-a4f8-b48e95affb8f
* give bookmarks.tpl.php nice looking generated html codeGravatar cweiske2010-09-261-45/+88
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@749 b3834d28-1941-0410-a4f8-b48e95affb8f
* Fix CS, fix docblocksGravatar cweiske2010-09-231-30/+81
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@748 b3834d28-1941-0410-a4f8-b48e95affb8f
* Move user IP resolution into own class methodGravatar cweiske2010-09-232-18/+51
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@747 b3834d28-1941-0410-a4f8-b48e95affb8f
* update descriptionGravatar cweiske2010-09-231-2/+3
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@746 b3834d28-1941-0410-a4f8-b48e95affb8f
* Fix bug #3073215: Updating bookmark time does not workGravatar cweiske2010-09-233-1/+34
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@745 b3834d28-1941-0410-a4f8-b48e95affb8f