summaryrefslogtreecommitdiffstatshomepage
path: root/index.php
Commit message (Collapse)AuthorAgeFilesLines
* move files to new locationsGravatar cweiske2009-10-031-99/+0
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@386 b3834d28-1941-0410-a4f8-b48e95affb8f
* Many interface changes: add 'back to the top links', a ↵Gravatar mensonge2009-05-191-1/+2
| | | | | | variable to display more bookmarks for admins... git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@329 b3834d28-1941-0410-a4f8-b48e95affb8f
* Major refactoring: add a cache table to accelerate the ↵Gravatar mensonge2008-12-181-1/+0
| | | | | | search of linked tags by inference (children and synonyms) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@204 b3834d28-1941-0410-a4f8-b48e95affb8f
* Major Refactoring: finish transforming into object . ↵Gravatar mensonge2008-12-051-3/+0
| | | | | | Put and into header.inc.php. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@199 b3834d28-1941-0410-a4f8-b48e95affb8f
* Major refactoring: transform user into object, define ↵Gravatar mensonge2008-11-251-2/+3
| | | | | | parameters used into each file, ... git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@173 b3834d28-1941-0410-a4f8-b48e95affb8f
* Minor refactoringGravatar mensonge2008-11-211-7/+16
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@171 b3834d28-1941-0410-a4f8-b48e95affb8f
* Minor refactoringGravatar mensonge2008-11-211-1/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@170 b3834d28-1941-0410-a4f8-b48e95affb8f
* Refactoring: improve debug_mode, constants and other stuffGravatar mensonge2008-11-211-0/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@168 b3834d28-1941-0410-a4f8-b48e95affb8f
* git-svn-id: ↵Gravatar mensonge2008-10-221-34/+34
| | | | https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@150 b3834d28-1941-0410-a4f8-b48e95affb8f
* Interface fix: put order into RSS linksGravatar mensonge2008-06-011-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@134 b3834d28-1941-0410-a4f8-b48e95affb8f
* Interface fix: move welcome message to index pageGravatar mensonge2008-05-141-0/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@127 b3834d28-1941-0410-a4f8-b48e95affb8f
* Interface fix: enable sorting bookmarks asc or desc; ↵Gravatar mensonge2008-05-091-1/+1
| | | | | | improve navigation links git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@119 b3834d28-1941-0410-a4f8-b48e95affb8f
* Bug fix: correct menu configuration on index pageGravatar mensonge2008-04-101-2/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@101 b3834d28-1941-0410-a4f8-b48e95affb8f
* modif tplVars_sidebar_blocks to GLOBAL_index_sidebar_blocksGravatar ericdane2008-04-091-1/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@99 b3834d28-1941-0410-a4f8-b48e95affb8f
* New Feature: save searches (and display a searchhistory box)Gravatar mensonge2008-03-141-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@80 b3834d28-1941-0410-a4f8-b48e95affb8f
* Interface fix: make consistent the general navigation ↵Gravatar mensonge2008-02-201-1/+1
| | | | | | between personal and common spaces git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@47 b3834d28-1941-0410-a4f8-b48e95affb8f
* interface bug fix: alltags page doesn't display the ↵Gravatar mensonge2008-01-231-0/+1
| | | | | | complete tree for a user git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@23 b3834d28-1941-0410-a4f8-b48e95affb8f
* new feature: creation of a page listing all users and a ↵Gravatar mensonge2008-01-111-1/+1
| | | | | | user block on the front page git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@12 b3834d28-1941-0410-a4f8-b48e95affb8f
* Interface design: transform recent bookmarks in last ↵Gravatar mensonge2008-01-111-2/+2
| | | | | | bookmarks to avoid blank front page git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@11 b3834d28-1941-0410-a4f8-b48e95affb8f
* Interface design: structured tags on frontpage and tag ↵Gravatar mensonge2008-01-111-2/+2
| | | | | | pages + permission control added to add and delete tag links git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@10 b3834d28-1941-0410-a4f8-b48e95affb8f
* import of scuttle 0.7.2Gravatar mensonge2007-12-121-0/+87
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@1 b3834d28-1941-0410-a4f8-b48e95affb8f