summaryrefslogtreecommitdiffstatshomepage
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* fix unfreed result on watchlist pageGravatar cweiske2009-09-291-4/+8
* Fix bug #2674961: editAllowed optimization - make less qu...Gravatar cweiske2009-09-222-18/+47
* explain bookmarks = 0 problem and remove die()Gravatar cweiske2009-09-201-1/+1
* fix parse errorGravatar cweiske2009-09-201-1/+1
* fix bug #2834070: Patch for unfreed sql resultGravatar cweiske2009-09-171-0/+1
* Fix bug #2834111: Patch to detect if cookies are enabledGravatar cweiske2009-09-171-4/+41
* Bug fix: allow deleting links between tags when deleting ...Gravatar mensonge2009-05-261-0/+17
* Behaviour change: search in tags with LIKE match (and not...Gravatar mensonge2009-05-191-2/+2
* Bug fix: prevent deleting all links between tagsGravatar mensonge2009-05-051-1/+1
* Interface fix: admin cannot edit other admins' bookmarks.Gravatar mensonge2009-04-111-1/+1
* Bug fix: correct bug if updating a bookmark with the url ...Gravatar mensonge2009-02-281-1/+10
* Minor fix: correct bug in editallowed() for some servers'...Gravatar mensonge2009-02-271-0/+2
* Interface fix: menu2 just displays linked tags from adminsGravatar mensonge2009-02-203-6/+29
* Interface fix: add tags from contacts into ajax tag list ...Gravatar mensonge2009-02-171-0/+14
* Interface fix: option to allow admins to see easily tags ...Gravatar mensonge2009-02-171-0/+19
* New feature: search is done among private notes.Gravatar mensonge2009-02-171-1/+2
* Bug fix: correct popup behaviour.Gravatar mensonge2009-02-171-1/+3
* Interface fix: add config variable about rights of editio...Gravatar mensonge2009-02-161-1/+1
* Bug fix: correct bug into description of tagGravatar mensonge2009-02-161-2/+19
* Bug fix: correct bug in copy (for some servers configurat...Gravatar mensonge2009-02-161-1/+1
* Interface Fix: add bookmarks counting into admin pageGravatar mensonge2009-02-112-2/+29
* Minor Fix: add username in search criteriaGravatar mensonge2009-02-111-1/+2
* Interface fix: improve subtitle display.Gravatar mensonge2009-02-091-1/+1
* Minor fix: order tagsGravatar mensonge2009-02-051-1/+1
* Minor fix: convert tables and data from ISO to UTF-8Gravatar mensonge2009-02-051-0/+1
* Interface fix: improve referer behaviour (going back to a...Gravatar mensonge2009-02-041-1/+5
* Refactoring: free few sql resultsGravatar mensonge2009-02-036-15/+47
* Minor Refactoring: add getIdFromUser()Gravatar mensonge2009-01-151-5/+23
* Interface Fix: too short username are forbidden during re...Gravatar mensonge2009-01-151-1/+3
* New Feature: adding private note to describe a bookmark. ...Gravatar mensonge2009-01-121-6/+4
* git-svn-id: https://semanticscuttle.svn.sourceforge.net/s...Gravatar mensonge2009-01-121-2/+0
* Bug Fix: delete really all user's data when removing a userGravatar mensonge2009-01-073-98/+136
* Bug fix: correct cache behaviourGravatar mensonge2008-12-191-1/+1
* Major refactoring: add a cache table to accelerate the se...Gravatar mensonge2008-12-186-204/+583
* bug fix: prevent creating linked tags without uIdGravatar mensonge2008-12-101-1/+2
* Bug fix: correct date problems and now use bModifed field...Gravatar mensonge2008-12-091-10/+10
* Minor fix: normalize tags when renaming themGravatar mensonge2008-12-023-0/+8
* Minor fix: correct menu boxes and tag normalizationGravatar mensonge2008-11-301-0/+9
* New Feature: possibility to import a structure of hierarc...Gravatar mensonge2008-11-283-4/+20
* Minor fix: improve import from Netscape files (now takes ...Gravatar mensonge2008-11-272-12/+17
* Minor fix: improve import from Netscape files (taking tag...Gravatar mensonge2008-11-271-2/+2
* Interface fix: add an hyperlink from bookmark edition pag...Gravatar mensonge2008-11-251-0/+4
* Major refactoring: transform user into object, define par...Gravatar mensonge2008-11-256-892/+992
* Minor refactoring: introduce user as an object.Gravatar mensonge2008-11-211-406/+452
* Minor refactoringGravatar mensonge2008-11-212-69/+69
* Refactoring: improve defined and imported functionsGravatar mensonge2008-11-212-1/+5
* Refactoring: improve debug_mode, constants and other stuffGravatar mensonge2008-11-211-6/+7
* Bug fix: correct XSS problems (prevent username with non-...Gravatar mensonge2008-11-141-2/+3
* Bug fix: test username's length (max 25) when registering...Gravatar mensonge2008-11-141-0/+12
* Interface fix: hide semanticscuttle version for non-admin...Gravatar mensonge2008-11-141-351/+351