summaryrefslogtreecommitdiffstatshomepage
path: root/data/templates/bookmarks.tpl.php
Commit message (Collapse)AuthorAgeFilesLines
* implement request #1989987: theme support. merge themes ↵Gravatar Christian Weiske2011-05-251-443/+0
| | | | branch with --squash
* Merge branch 'master' into jqueryGravatar Christian Weiske2011-03-201-1/+2
|\ | | | | | | | | Conflicts: doc/ChangeLog
| * Implement request #3054906: Show user's full name ↵Gravatar Christian Weiske2011-03-151-1/+2
| | | | | | | | instead of nickname
* | get rid of arrow entitiesGravatar Christian Weiske2010-11-021-6/+6
| |
* | embed the delete link directly in html instead of using ↵Gravatar Christian Weiske2010-10-091-3/+2
| | | | | | | | javascript
* | make the bookmark page valid xhtmlGravatar Christian Weiske2010-10-091-5/+9
|/
* escape the installation name; html code was broken when ↵Gravatar cweiske2010-09-261-1/+4
| | | | | | 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
* remove another 9 queries for logged in users!Gravatar cweiske2010-03-191-1/+13
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@696 b3834d28-1941-0410-a4f8-b48e95affb8f
* Do not highlight admin bookmarks when $enableAdminColors ↵Gravatar cweiske2010-02-221-1/+1
| | | | | | is disabled git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@684 b3834d28-1941-0410-a4f8-b48e95affb8f
* sql optimization: reduce by 9 sql queries when logged in ↵Gravatar cweiske2010-02-201-1/+6
| | | | | | and looking at bookmarks git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@681 b3834d28-1941-0410-a4f8-b48e95affb8f
* sql optimization: 9 queries less!Gravatar cweiske2010-02-201-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@670 b3834d28-1941-0410-a4f8-b48e95affb8f
* first sql optimization: fetch countOthers() for all ↵Gravatar cweiske2010-02-201-2/+8
| | | | | | bookmarks at once instead of each single git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@661 b3834d28-1941-0410-a4f8-b48e95affb8f
* replace some strange foreach constructs with the proper ↵Gravatar cweiske2010-02-201-5/+2
| | | | | | variant git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@660 b3834d28-1941-0410-a4f8-b48e95affb8f
* add missing spaceGravatar cweiske2010-01-291-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@625 b3834d28-1941-0410-a4f8-b48e95affb8f
* Implement request #2934872: Option to set the "no ↵Gravatar cweiske2010-01-191-1/+1
| | | | | | | | description" description. Patch by fnorder@users.sourceforge.net git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@615 b3834d28-1941-0410-a4f8-b48e95affb8f
* Implement request #2934868: Do not display full ↵Gravatar cweiske2010-01-191-3/+3
| | | | | | redirection URL, patch by fnorder@users.sourceforge.net git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@614 b3834d28-1941-0410-a4f8-b48e95affb8f
* mark bookmarks with votes < threshold with red dotted borderGravatar cweiske2009-11-051-0/+6
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@526 b3834d28-1941-0410-a4f8-b48e95affb8f
* add horizontal voting stylesGravatar cweiske2009-11-021-0/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@497 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix bad sort= xss in bookmarks.tplGravatar cweiske2009-10-291-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@469 b3834d28-1941-0410-a4f8-b48e95affb8f
* sort desc voting by defaultGravatar cweiske2009-10-281-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@465 b3834d28-1941-0410-a4f8-b48e95affb8f
* add sort-by-voting to frontendGravatar cweiske2009-10-281-30/+50
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@461 b3834d28-1941-0410-a4f8-b48e95affb8f
* move bookmark thumbnail code in separate template fileGravatar cweiske2009-10-271-9/+10
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@436 b3834d28-1941-0410-a4f8-b48e95affb8f
* basic voting system works; but layout is missingGravatar cweiske2009-10-261-0/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@432 b3834d28-1941-0410-a4f8-b48e95affb8f
* rename ServiceFactory::getServiceInstance() to get() - ↵Gravatar cweiske2009-10-231-3/+3
| | | | | | much easier to write git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@396 b3834d28-1941-0410-a4f8-b48e95affb8f
* make the application work againGravatar cweiske2009-10-031-4/+4
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@388 b3834d28-1941-0410-a4f8-b48e95affb8f
* move files to new locationsGravatar cweiske2009-10-031-0/+344
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@386 b3834d28-1941-0410-a4f8-b48e95affb8f