summaryrefslogtreecommitdiffstatshomepage
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* subtitle was escaped too often in ↵Gravatar Christian Weiske2012-01-211-2/+2
| | | | http://bm.bogo/bookmarks/userb/userb-tag
* Fix bug #3396727: Title of http://lesscss.org/ not loadedGravatar Christian Weiske2012-01-201-0/+3
|
* Fix bug #3468293: Delicious import does not preserve ↵Gravatar Christian Weiske2012-01-201-6/+23
| | | | private links
* Fix bug #3413459: Thumbnails not in one line, thanks ↵Gravatar 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 ↵Gravatar Christian Weiske2012-01-201-1/+2
| | | | page url
* Part of bug #3463481: add guid to itemsGravatar Christian Weiske2012-01-201-1/+3
|
* Part of bug #3463481: Add HTTP protocol to self URL in feedGravatar Christian Weiske2012-01-201-1/+1
|
* Fix bug #3407728: Can't delete users from admin pageGravatar Christian Weiske2011-11-011-2/+3
|
* Fix bug #3399815: PHP error in opensearch API in 0.98.3Gravatar Christian Weiske2011-11-011-1/+1
|
* Fix bug #3388219: Incorrect URL when cancelling ↵Gravatar Christian Weiske2011-09-052-2/+2
| | | | tag2tag-actions
* revise bugfix of unescaped subtitleGravatar Christian Weiske2011-09-052-2/+2
|
* fix sioc exportGravatar Christian Weiske2011-09-051-2/+2
|
* Fix bug #3382126: Linked tags does not work for tags ↵Gravatar Christian Weiske2011-08-071-4/+3
| | | | with spaces
* Fix bug #3385724 part 2: cancelling tag edit brokenGravatar Christian Weiske2011-08-041-1/+1
|
* Fix bug #3375428: Forgot to remove some old dojo filesGravatar Christian Weiske2011-07-231-72/+0
|
* escape feed links properly and fix some bugs in the feed ↵Gravatar Christian Weiske2011-06-273-13/+40
| | | | link parameters
* privatekey -> privateKey everywhereGravatar Christian Weiske2011-06-274-11/+11
|
* fix E_NOTICEGravatar Christian Weiske2011-06-091-0/+1
|
* Refined rss feed descriptionGravatar Mark Pemberton2011-06-071-1/+1
|
* Merge branch 'master' into privatekey2Gravatar Mark Pemberton2011-06-0420-3/+19
|\ | | | | | | | | | | Conflicts: data/templates/default/bookmarks.tpl.php
| * implement request #1989987: theme support. merge themes ↵Gravatar Christian Weiske2011-05-2519-2/+15
| | | | | | | | branch with --squash
| * check if the charset parameter really existsGravatar Christian Weiske2011-05-231-1/+4
| |
* | Reverted changes of date() to gdate(), added tests to ↵Gravatar Mark Pemberton2011-06-044-32/+23
| | | | | | | | confirm existence of private RSS feed, and finalized changes to the user session usage with rss.php
* | Merge branch 'master' into privatekey2Gravatar Mark Pemberton2011-05-212-41/+81
|\|
| * CSGravatar Christian Weiske2011-05-141-15/+12
| |
| * fix google custom search xmlGravatar Christian Weiske2011-05-141-6/+25
| |
| * make custom search more valid htmlGravatar Christian Weiske2011-05-141-18/+39
| |
| * proper status code when gsearch is deactivatedGravatar Christian Weiske2011-05-141-3/+6
| |
* | Resolve some failed bookmark and tag testsGravatar Mark Pemberton2011-05-211-1/+1
| |
* | Updated PrivateKey to include Tag searchesGravatar Mark Pemberton2011-05-172-2/+30
| |
* | Updated 'Generate New Key' button to use ajax if ↵Gravatar Mark Pemberton2011-05-161-0/+1
| | | | | | | | javascript enabled.
* | Fixed sql commands where resources were not freedGravatar Mark Pemberton2011-05-141-0/+42
| |
* | new privatekey2 branch with privatekey changesGravatar Mark Pemberton2011-05-134-5/+93
|/
* Merge branch 'master' into ssl-client-certsGravatar Christian Weiske2011-05-135-8/+8
|\
| * Merge branch 'master' into configurable-privacy2Gravatar Christian Weiske2011-05-121-2/+5
| |\
| * \ merge masterGravatar Christian Weiske2011-05-0259-198/+12383
| |\ \
| * | | Updates for feature request 3164348: Make default ↵Gravatar bretticvs2011-03-155-8/+8
| | | | | | | | | | | | | | | | privacy configurable.
* | | | use correct variable and show error messagesGravatar Christian Weiske2011-05-111-8/+8
| | | |
* | | | deleting ssl client certificates from profile page works nowGravatar Christian Weiske2011-05-111-2/+17
| | | |
* | | | registering the current client certificate works nowGravatar Christian Weiske2011-05-111-1/+14
| | | |
* | | | prepare user interface to register and delete client ↵Gravatar Christian Weiske2011-05-101-5/+10
| | | | | | | | | | | | | | | | certificates on the profile page
* | | | show current users certificates on profile pageGravatar Christian Weiske2011-05-092-1/+7
| | | |
* | | | automatically register SSL client cert when user registersGravatar Christian Weiske2011-05-091-8/+18
| | | |
* | | | autofill registration form email address if user has a ↵Gravatar Christian Weiske2011-05-041-1/+7
| |_|/ |/| | | | | | | | ssl client certificate
* | | show proper error message when url is invalidGravatar Christian Weiske2011-05-031-2/+5
| |/ |/|
* | 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
| |