summaryrefslogtreecommitdiffstatshomepage
path: root/data/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* | remove unneeded dojo code from menu2Gravatar Christian Weiske2010-10-011-10/+0
| |
* | make adminlinkedtags (menu2Tags) finally work with jqueryGravatar Christian Weiske2010-10-011-1/+16
| |
* | make sidebar menu2 use jquery.jstree. ajax loading of ↵Gravatar Christian Weiske2010-09-301-2/+16
| | | | | | | | subtags is still missing
* | begin converting menu2 to jqueryGravatar Christian Weiske2010-09-281-18/+15
|/
* Fix bug #3074816: French translation breaks edit javascriptGravatar cweiske2010-09-271-8/+20
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@757 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
* prepare release of 0.97.0Gravatar cweiske2010-06-091-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@712 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
* prepare 0.96.1Gravatar cweiske2010-02-091-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@650 b3834d28-1941-0410-a4f8-b48e95affb8f
* prepare release of version 0.96.0Gravatar cweiske2010-02-081-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@647 b3834d28-1941-0410-a4f8-b48e95affb8f
* Fix bug #2899515: Bookmarklet broken when site title ↵Gravatar cweiske2010-02-081-6/+11
| | | | | | contains quote git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@645 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
* fix missing spaceGravatar cweiske2010-01-291-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@624 b3834d28-1941-0410-a4f8-b48e95affb8f
* Fix bug #2843523: ArtViper thumbnail license changeGravatar cweiske2010-01-291-1/+1
| | | | | | reflected by using the javascript backlink git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@623 b3834d28-1941-0410-a4f8-b48e95affb8f
* Fix bug #2934891: RSS XML was sometimes invalid becauseGravatar cweiske2010-01-191-8/+8
| | | | | | special characters did not get escaped. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@617 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
* lowercase utf-8 because i like that betterGravatar cweiske2010-01-161-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@590 b3834d28-1941-0410-a4f8-b48e95affb8f
* add pubdate and latest change date to rss feedGravatar cweiske2010-01-161-7/+5
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@589 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix dojo multicombobox bug; prepare 0.95.1Gravatar cweiske2009-11-162-2/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@549 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
* we set content type already in header.phpGravatar cweiske2009-11-041-1/+0
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@512 b3834d28-1941-0410-a4f8-b48e95affb8f
* make voting labels translatableGravatar cweiske2009-11-041-5/+9
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@511 b3834d28-1941-0410-a4f8-b48e95affb8f
* add configuration option to disable registrationGravatar cweiske2009-11-021-0/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@501 b3834d28-1941-0410-a4f8-b48e95affb8f
* enable vote changes on voting badgeGravatar cweiske2009-11-021-4/+4
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@500 b3834d28-1941-0410-a4f8-b48e95affb8f
* add horizontal voting links and switch config settingGravatar cweiske2009-11-022-1/+47
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@498 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
* fix short open tagsGravatar cweiske2009-10-284-5/+5
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@459 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix E_NOTICE in tag listGravatar cweiske2009-10-281-2/+5
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@455 b3834d28-1941-0410-a4f8-b48e95affb8f
* entity missed semicolonGravatar cweiske2009-10-281-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@454 b3834d28-1941-0410-a4f8-b48e95affb8f
* add label for "keep password 2 weeks" textGravatar cweiske2009-10-281-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@453 b3834d28-1941-0410-a4f8-b48e95affb8f
* show own voting as background colorGravatar cweiske2009-10-281-0/+6
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@452 b3834d28-1941-0410-a4f8-b48e95affb8f
* basic ajax voting support. has a bad counting bug somewhereGravatar cweiske2009-10-281-3/+7
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@445 b3834d28-1941-0410-a4f8-b48e95affb8f
* search engines should not follow voting links (not that ↵Gravatar cweiske2009-10-271-2/+2
| | | | | | they are visible to them) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@441 b3834d28-1941-0410-a4f8-b48e95affb8f
* do not error out when user is not logged inGravatar cweiske2009-10-271-3/+6
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@439 b3834d28-1941-0410-a4f8-b48e95affb8f
* move bookmark thumbnail code in separate template fileGravatar cweiske2009-10-272-12/+18
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@436 b3834d28-1941-0410-a4f8-b48e95affb8f
* move thumbnail code in own fileGravatar cweiske2009-10-271-0/+18
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@434 b3834d28-1941-0410-a4f8-b48e95affb8f
* basic voting system works; but layout is missingGravatar cweiske2009-10-262-0/+27
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@432 b3834d28-1941-0410-a4f8-b48e95affb8f
* rename config.inc.php to config.php throughout the codeGravatar cweiske2009-10-261-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@428 b3834d28-1941-0410-a4f8-b48e95affb8f
* rename ServiceFactory::getServiceInstance() to get() - ↵Gravatar cweiske2009-10-2311-14/+14
| | | | | | much easier to write git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@396 b3834d28-1941-0410-a4f8-b48e95affb8f