summaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Move URL title method to dedicated classChristian Weiske2016-05-091-46/+4
|
* Integrate Firefox Social API for bookmarkingChristian Weiske2015-01-212-1/+2
|
* Add support for phancap website thumbnailer.Christian Weiske2014-04-231-1/+0
| | | | Drop support for artviper, since their service is gone.
* add option to get last modified date instead of creation dateDavid Glenck2014-03-261-3/+17
|
* add status attribute to post in all relevant api functionsDavid Glenck2014-01-164-7/+17
|
* Fix E_STRICT error: we explicitely have to cast resources to (int)Christian Weiske2013-03-211-4/+4
|
* remove php4-style object reference passing #2Christian Weiske2013-03-2018-32/+32
|
* get rid of deprecated eregi function and fix replacementChristian Weiske2013-03-181-1/+4
|
* Fix bug #109: preserve privacy setting from Delicious export files.Christian Weiske2013-03-181-1/+8
| | | | Thanks for David Glenck for the initial version of this patch.
* Require that user type in two passwords and check they match when registering.James2012-10-281-0/+5
|
* subtitle was escaped too often in http://bm.bogo/bookmarks/userb/userb-tagChristian Weiske2012-01-211-2/+2
|
* Fix bug #3396727: Title of http://lesscss.org/ not loadedChristian Weiske2012-01-201-0/+3
|
* Fix bug #3468293: Delicious import does not preserve private linksChristian Weiske2012-01-201-6/+23
|
* Fix bug #3413459: Thumbnails not in one line, thanks ↵Christian Weiske2012-01-201-0/+1
| | | | http://quirksmode.org/css/clearing.html for the CSS hint
* Fully fix bug #3463481: use proper self URL, different page urlChristian Weiske2012-01-201-1/+2
|
* Part of bug #3463481: add guid to itemsChristian Weiske2012-01-201-1/+3
|
* Part of bug #3463481: Add HTTP protocol to self URL in feedChristian Weiske2012-01-201-1/+1
|
* Fix bug #3407728: Can't delete users from admin pageChristian Weiske2011-11-011-2/+3
|
* Fix bug #3399815: PHP error in opensearch API in 0.98.3Christian Weiske2011-11-011-1/+1
|
* Fix bug #3388219: Incorrect URL when cancelling tag2tag-actionsChristian Weiske2011-09-052-2/+2
|
* revise bugfix of unescaped subtitleChristian Weiske2011-09-052-2/+2
|
* fix sioc exportChristian Weiske2011-09-051-2/+2
|
* Fix bug #3382126: Linked tags does not work for tags with spacesChristian Weiske2011-08-071-4/+3
|
* Fix bug #3385724 part 2: cancelling tag edit brokenChristian Weiske2011-08-041-1/+1
|
* Fix bug #3375428: Forgot to remove some old dojo filesChristian Weiske2011-07-231-72/+0
|
* escape feed links properly and fix some bugs in the feed link parametersorigin/privatekey2Christian Weiske2011-06-273-13/+40
|
* privatekey -> privateKey everywhereChristian Weiske2011-06-274-11/+11
|
* fix E_NOTICEChristian Weiske2011-06-091-0/+1
|
* Refined rss feed descriptionMark Pemberton2011-06-071-1/+1
|
* Merge branch 'master' into privatekey2Mark Pemberton2011-06-0420-3/+19
|\ | | | | | | | | | | Conflicts: data/templates/default/bookmarks.tpl.php
| * implement request #1989987: theme support. merge themes branch with --squashChristian Weiske2011-05-2519-2/+15
| |
| * check if the charset parameter really existsChristian Weiske2011-05-231-1/+4
| |
* | Reverted changes of date() to gdate(), added tests to confirm existence of ↵Mark Pemberton2011-06-044-32/+23
| | | | | | | | private RSS feed, and finalized changes to the user session usage with rss.php
* | Merge branch 'master' into privatekey2Mark Pemberton2011-05-212-41/+81
|\ \ | |/
| * CSChristian Weiske2011-05-141-15/+12
| |
| * fix google custom search xmlChristian Weiske2011-05-141-6/+25
| |
| * make custom search more valid htmlChristian Weiske2011-05-141-18/+39
| |
| * proper status code when gsearch is deactivatedChristian Weiske2011-05-141-3/+6
| |
* | Resolve some failed bookmark and tag testsMark Pemberton2011-05-211-1/+1
| |
* | Updated PrivateKey to include Tag searchesMark Pemberton2011-05-172-2/+30
| |
* | Updated 'Generate New Key' button to use ajax if javascript enabled.Mark Pemberton2011-05-161-0/+1
| |
* | Fixed sql commands where resources were not freedMark Pemberton2011-05-141-0/+42
| |
* | new privatekey2 branch with privatekey changesMark Pemberton2011-05-134-5/+93
|/
* Merge branch 'master' into ssl-client-certsChristian Weiske2011-05-135-8/+8
|\
| * Merge branch 'master' into configurable-privacy2origin/configurable-privacy2Christian Weiske2011-05-121-2/+5
| |\
| * \ merge masterChristian Weiske2011-05-0259-198/+12383
| |\ \
| * | | Updates for feature request 3164348: Make default privacy configurable.bretticvs2011-03-155-8/+8
| | | |
* | | | use correct variable and show error messagesChristian Weiske2011-05-111-8/+8
| | | |
* | | | deleting ssl client certificates from profile page works nowChristian Weiske2011-05-111-2/+17
| | | |
* | | | registering the current client certificate works nowChristian Weiske2011-05-111-1/+14
| | | |
* | | | prepare user interface to register and delete client certificates on the ↵Christian Weiske2011-05-101-5/+10
| | | | | | | | | | | | | | | | profile page
* | | | show current users certificates on profile pageChristian Weiske2011-05-092-1/+7
| | | |
* | | | automatically register SSL client cert when user registersChristian Weiske2011-05-091-8/+18
| | | |
* | | | autofill registration form email address if user has a ssl client certificateChristian Weiske2011-05-041-1/+7
| |_|/ |/| |
* | | show proper error message when url is invalidChristian Weiske2011-05-031-2/+5
| |/ |/|
* | Fix bug #3097187: Using opensearch with two tags does not work in FirefoxChristian Weiske2011-04-151-4/+6
| |
* | fix E_NOTICE in rss when calling i.e. http://bm.bogo/rss.php/test?sort=date_descChristian Weiske2011-04-071-2/+8
| |
* | set width of autocomplete dropdownChristian Weiske2011-04-051-1/+7
| |
* | do not load all css filesChristian Weiske2011-03-291-9/+0
| |
* | update from 1.8.5 to jquery-ui 1.8.11Christian Weiske2011-03-2932-1524/+244
| |
* | rewrite ajax/getadmintags.phpChristian Weiske2011-03-261-39/+42
| |
* | test for beginsWith parameter and a bugfix :)Christian Weiske2011-03-261-1/+1
| |
* | begin modifying ajax/getcontacttagsChristian Weiske2011-03-251-34/+35
| |
* | autocomplete with jquery (hardcoded tag list for now)Christian Weiske2011-03-221-1/+1
| |
* | add jquery-ui with autocompleteChristian Weiske2011-03-2227-0/+3162
| |
* | remove fcbkcomplete javascript and css; we will be using jquery autocompleteChristian Weiske2011-03-222-34/+0
| |
* | Merge branch 'master' into jqueryChristian Weiske2011-03-203-3/+8
|\ \ | | | | | | | | | | | | Conflicts: doc/ChangeLog
| * | Implement request #3054906: Show user's full name instead of nicknameChristian Weiske2011-03-151-1/+1
| |/
| * Fix bug #3065284: AjaxVote problem with Webkit browsersChristian Weiske2011-02-161-1/+4
| |
| * Fix bug #3178597: Broken link to context in gsearch admin index pageChristian Weiske2011-02-141-1/+3
| |
* | prepare jquery autocomplete (does not work yet)Christian Weiske2011-03-172-14/+19
| |
* | fcbkcomplete filesChristian Weiske2011-02-142-0/+34
| |
* | remove jqueryui, we will be using FCBKcompleteChristian Weiske2010-10-2622-1721/+0
| |
* | add jqueryui 1.8.5Christian Weiske2010-10-2622-0/+1721
| |
* | load minified javascript if debug mode is off; add minified version ↵Christian Weiske2010-10-131-0/+1
| | | | | | | | (generated with "yuicompressor --nomunge") of jstree
* | move jstree into a version-specific directory so we can update it more easilyChristian Weiske2010-10-0922-0/+0
| |
* | make export_html work in strict mode, tooChristian Weiske2010-10-091-0/+2
| |
* | fix menu2Christian Weiske2010-10-091-1/+1
| |
* | make tree menu look properChristian Weiske2010-10-091-8/+4
| |
* | fix E_NOTICE in tag2tagadd and make tag2tagadd xhtml validChristian Weiske2010-10-091-1/+5
| |
* | make add/del tag nav links work againChristian Weiske2010-10-091-1/+0
| |
* | fix jstree xhtml bugChristian Weiske2010-10-091-1/+1
| |
* | make linkedtags sidebar tree menu work with jquery/jstree nowChristian Weiske2010-10-092-53/+142
| |
* | give admin tags a link href :)Christian Weiske2010-10-071-2/+19
| |
* | make the admin tag menu behave correctly now and show only arrows on nodes ↵Christian Weiske2010-10-011-30/+33
| | | | | | | | that have children
* | make adminlinkedtags (menu2Tags) finally work with jqueryChristian Weiske2010-10-011-32/+30
| |
* | make sidebar menu2 use jquery.jstree. ajax loading of subtags is still missingChristian Weiske2010-09-3022-1/+10181
|/
* api/posts/add respects the "replace" parameter nowcweiske2010-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 bettercweiske2010-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 missingcweiske2010-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/addcweiske2010-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/updatecweiske2010-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 non-existant items, ↵cweiske2010-09-291-9/+5
| | | | | | 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 tests for itcweiske2010-09-281-18/+45
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f
* add header to httpauth.inc.phpcweiske2010-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 directoriesChristian Weiske2010-08-221-1/+7
|
* make export_html follow the "specs" a bit more and add format documentation urlcweiske2010-03-281-3/+6
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@705 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix multiple tags in html exportcweiske2010-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 exported via csvcweiske2010-03-281-1/+14
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@703 b3834d28-1941-0410-a4f8-b48e95affb8f
* make export_csv support filtering to multiple tagscweiske2010-03-281-5/+10
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@702 b3834d28-1941-0410-a4f8-b48e95affb8f