summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update to php-gettext 1.0.9origin/php-gettext-1.0.9Christian Weiske2010-02-1611-401/+323
* prepare 0.96.1v0.96.1cweiske2010-02-092-2/+2
* Fix bug #2948410: API is broken in 0.96.0cweiske2010-02-092-1/+5
* prepare release of version 0.96.0v0.96cweiske2010-02-082-3/+3
* Send HTTP status code 500 when site has not been configured yet.cweiske2010-02-082-1/+3
* Fix bug #2899515: Bookmarklet broken when site title contains quotecweiske2010-02-082-6/+12
* explain people how to setup their installation to get rid of www/ in URLs.cweiske2010-02-082-1/+49
* allow people to move www/ folder where they want it, now one just has to chan...cweiske2010-02-0858-56/+76
* reorganize changelogcweiske2010-02-081-3/+3
* update changelogcweiske2010-02-071-0/+1
* fix countBookmarks() for mysqlicweiske2010-02-071-1/+1
* fix bookmarkExists() for mysqlicweiske2010-02-071-4/+8
* tell people that debugmode and mysql4 will break some testscweiske2010-02-071-0/+8
* tell people how to run unit testscweiske2010-02-071-0/+21
* remove completed todo itemscweiske2010-02-071-9/+0
* example for ldap authentificationcweiske2010-02-061-0/+22
* documentation for external authenticationcweiske2010-02-061-0/+175
* reorganize changelog entry for 0.96cweiske2010-02-051-12/+14
* fix some docblocks in userservicecweiske2010-02-051-12/+31
* do not use service overrides when running unit testscweiske2010-02-051-1/+3
* use configurable password field instead of the hardcoded onecweiske2010-02-051-1/+1
* make external login work when user changed password externallycweiske2010-02-051-3/+14
* make external auth login work. one thing left is when the user changes his pa...cweiske2010-02-052-4/+16
* nearly there with auth integrationcweiske2010-02-022-0/+262
* make serviceoverrides user-configurablecweiske2010-02-022-1/+5
* add missing spacecweiske2010-01-291-1/+1
* fix missing spacecweiske2010-01-291-1/+1
* Fix bug #2843523: ArtViper thumbnail license changecweiske2010-01-292-1/+3
* add delicious api documentation linkcweiske2010-01-221-0/+1
* Fix bug #2936833: api fix: shared=nocweiske2010-01-222-0/+6
* Implement request #2833793: Export to avahi config filescweiske2010-01-193-0/+140
* Fix E_NOTICE when calling alltags.php without any parametercweiske2010-01-192-5/+7
* special header file for standalone scriptscweiske2010-01-194-8/+23
* Fix bug #2934891: RSS XML was sometimes invalid becausecweiske2010-01-192-8/+10
* fix E_NOTICE in rsscweiske2010-01-191-1/+1
* Implement request #2934872: Option to set the "no description"cweiske2010-01-193-1/+14
* Implement request #2934868: Do not display full redirection URL, patch by fno...cweiske2010-01-192-3/+5
* no xss but sqlcweiske2010-01-171-2/+2
* note about 0.94.2 security releasecweiske2010-01-161-0/+8
* add 0.95.2 to changelogv0.95.2cweiske2010-01-161-1/+9
* fix several sql injection possibilitiescweiske2010-01-166-68/+69
* Fix bug #2887063: Common tag combination description feels brokencweiske2010-01-162-0/+27
* make common description editor work even when no referer is setcweiske2010-01-161-8/+12
* fix E_NOTICEcweiske2010-01-161-1/+1
* Coding standards changes, add header docblockcweiske2010-01-161-47/+54
* Part of request #2928950: Add config option to allow sorting by bookmark crea...cweiske2010-01-163-2/+14
* typocweiske2010-01-161-1/+1
* update changelogcweiske2010-01-161-0/+3
* Part of bug #2928950: add support for "count" parameter in rss feed and add c...cweiske2010-01-162-1/+31
* lowercase utf-8 because i like that bettercweiske2010-01-161-1/+1
* add pubdate and latest change date to rss feedcweiske2010-01-162-20/+23
* part of bug #2928950: fix RSS content-type headercweiske2010-01-161-1/+2
* Coding standards changes, add header docblockcweiske2010-01-161-75/+70
* Coding standards changes, add header docblockcweiske2010-01-161-17/+37
* Coding standards changes, add header docblockcweiske2010-01-161-23/+44
* fix E_NOTICE in post_dates.php and show the last date, toocweiske2010-01-161-0/+4
* Coding standards changes, add header docblockcweiske2010-01-161-13/+29
* Coding standards changes, add header to some filescweiske2010-01-162-20/+56
* cleanup login()cweiske2010-01-161-5/+25
* Fix bug #2928905: API was broken when no user was logged incweiske2010-01-161-1/+3
* Fix bug #2928905: API was broken when no user was logged incweiske2010-01-162-16/+22
* more explanationcweiske2010-01-161-0/+5
* respect $shorturl configuration settingcweiske2010-01-162-0/+15
* tell people about privacy settings and a TOODcweiske2010-01-161-0/+4
* first shorturl redirection implementationcweiske2010-01-161-0/+35
* create admin user, toocweiske2009-11-261-0/+1
* add documentation for _getbookmark() and dependent methodscweiske2009-11-261-11/+70
* git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscutt...mensonge2009-11-252-0/+1481
* Vietnamese translationmensonge2009-11-252-309/+309
* part of request #2830224: prepare API for short url servicecweiske2009-11-2310-22/+101
* tell people they need phps filter functionscweiske2009-11-201-1/+1
* replace regex email validation with PHP filter function and remove DNS checki...cweiske2009-11-201-30/+10
* test email validationcweiske2009-11-201-0/+36
* add base test files to phpunit blacklistcweiske2009-11-202-0/+4
* test deleteBookmarksForUsercweiske2009-11-202-0/+60
* test bookmark updatingcweiske2009-11-201-0/+29
* test normalizing an addresscweiske2009-11-201-0/+22
* remove superfluous returns after die messagescweiske2009-11-202-18/+11
* test bookmarkExists() in all variationscweiske2009-11-192-2/+113
* fully test editAllowed()cweiske2009-11-191-1/+59
* fix notice when passing an invalid array to editAllowed()cweiske2009-11-191-0/+4
* fix notice when passing an invalid array to editAllowed()cweiske2009-11-192-2/+59
* test getBookmark() a bit more, and test "all" parameter with countBookmarkscweiske2009-11-191-0/+52
* remove svn tag instructions; phing does itcweiske2009-11-171-2/+0
* fix build.xml with default tag message and main versioncweiske2009-11-161-3/+4
* Update French translationmensonge2009-11-163-861/+904
* Delete unuseful scripts.mensonge2009-11-162-32/+0
* Clarify where config files are situated.mensonge2009-11-161-1/+1
* update release howto and update version in build.xml to 0.95.1cweiske2009-11-162-1/+2
* fix dojo multicombobox bug; prepare 0.95.1cweiske2009-11-163-2/+16
* name proper config file for menu2cweiske2009-11-161-1/+1
* update release howto, make phing create svntagcweiske2009-11-142-10/+36
* add sf.net docs linkcweiske2009-11-131-0/+1
* fix sfdistfilenamecweiske2009-11-131-2/+3
* use include instead of exclude - was too unstablecweiske2009-11-131-8/+5
* move version into build.xmlcweiske2009-11-133-6/+46
* sourceforget deploy task, move properties to build.propertiescweiske2009-11-131-0/+2
* ignore release filescweiske2009-11-101-0/+1
* explain we cannot really run SS in a subdirectory and remove root option from...cweiske2009-11-102-13/+10
* tables.sql is in data/cweiske2009-11-101-1/+1