summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #3065284: AjaxVote problem with Webkit browsersv0.97.2origin/0.97Christian Weiske2011-02-162-1/+5
* remove svntag task from build file since we do not have svn anymoreChristian Weiske2011-02-161-11/+1
* prepare release of 0.97.2 by updating versions and setting the release dateChristian Weiske2011-02-163-3/+3
* unittests run with phpunit 3.5.x, upgrade changelogChristian Weiske2011-02-161-0/+1
* make unittests run with phpunit 3.5.xChristian Weiske2011-02-163-11/+0
* Fix bug #3073215: Updating bookmark time does not workChristian Weiske2011-02-153-1/+34
* Fix bug #3111254: Search in my_watchlist results in errorChristian Weiske2011-02-152-3/+4
* Fix bug #3074816: French translation breaks edit javascriptChristian Weiske2011-02-152-8/+22
* merge fix from masterChristian Weiske2011-02-142-1/+8
* import state of version 0.97.1v0.97.1Christian Weiske2011-02-145-27/+66
* update upgrade.txt file and ajust changelogv0.97cweiske2010-06-092-6/+13
* prepare release of 0.97.0cweiske2010-06-093-5/+5
* put sergey's name in the russian translation filecweiske2010-06-091-5/+5
* update changelogcweiske2010-05-031-0/+3
* add compiled russian translationcweiske2010-05-031-0/+0
* Revert "Vietnamese translation" - was accidentially put into fr_FRcweiske2010-05-032-309/+309
* typocweiske2010-05-031-1/+1
* add russian translation, thanks to Sergecweiske2010-05-031-0/+1416
* make export_html follow the "specs" a bit more and add format documentation urlcweiske2010-03-281-3/+6
* fix multiple tags in html exportcweiske2010-03-281-1/+2
* test that public bookmarks of other people are not exported via csvcweiske2010-03-282-1/+19
* make export_csv support filtering to multiple tagscweiske2010-03-282-5/+71
* more tests for csv export apicweiske2010-03-283-14/+157
* add test for api/export_csv.phpcweiske2010-03-283-0/+183
* support username and password changecweiske2010-03-281-3/+14
* add unittest url parametercweiske2010-03-281-0/+12
* note fixation of bug #2960663 in changelogcweiske2010-03-191-0/+1
* remove another 9 queries for logged in users!cweiske2010-03-191-1/+13
* fix noticecweiske2010-03-191-1/+1
* test for the failure we fixed one commit agocweiske2010-03-181-0/+4
* fix bad bug that was introduced due to performance optimizationscweiske2010-03-181-1/+1
* unify hashing code in a separate methodcweiske2010-03-182-25/+42
* fix typocweiske2010-03-181-1/+1
* Fix bug #2960663: do not send content-type headers twice for ajax/api scriptscweiske2010-03-1727-44/+43
* note fixing of bug #2953732 in the changelogcweiske2010-03-171-0/+1
* fix bug #2953732 and make corresponding test work.cweiske2010-03-171-1/+2
* write failing test for bug #2953732cweiske2010-03-171-0/+44
* remove part of broken merge :/cweiske2010-03-171-165/+0
* remove unneeded ampersandcweiske2010-03-171-1/+1
* Do not highlight admin bookmarks when $enableAdminColors is disabledcweiske2010-02-222-1/+2
* add missing piece of faulty mergecweiske2010-02-201-0/+165
* re-fix isAdmin() sql optimizationcweiske2010-02-201-1/+1
* sql optimization: reduce by 9 sql queries when logged in and looking at bookm...cweiske2010-02-201-1/+6
* add SemanticScuttle_Service_Bookmark::bookmarksExist() method to check for ex...cweiske2010-02-202-1/+177
* reformat querycweiske2010-02-201-1/+3
* fix tests after last commitcweiske2010-02-202-1/+5
* save another querycweiske2010-02-201-2/+2
* save another querycweiske2010-02-201-1/+1
* reformat _getuser and add docblockcweiske2010-02-201-5/+18
* header docblockcweiske2010-02-201-3/+16
* docblockcweiske2010-02-201-2/+15
* remove end date condition since it seems unneccessary to mecweiske2010-02-201-8/+5
* new config option to disable "SET NAMES UTF8" sql callcweiske2010-02-203-2/+20
* sql optimization: 9 queries less!cweiske2010-02-201-1/+1
* make isAdmin accept a user name, toocweiske2010-02-201-3/+11
* sql optimization: fetch all tags at oncecweiske2010-02-202-4/+13
* add new method for better sql performance: Bookmark2Tag::getTagsForBookmarks()cweiske2010-02-202-0/+121
* reformat and CScweiske2010-02-201-6/+24
* make tests bettercweiske2010-02-201-0/+6
* add bookmark2tagtest to alltestscweiske2010-02-201-0/+1
* add test for Bookmark2Tag::getTagsForBookmark()cweiske2010-02-202-2/+136
* test getBookmarks() with tag loading functionalitycweiske2010-02-201-0/+34
* first sql optimization: fetch countOthers() for all bookmarks at once instead...cweiske2010-02-201-2/+8
* replace some strange foreach constructs with the proper variantcweiske2010-02-201-5/+2
* make countOthers() accept an array of addressescweiske2010-02-202-13/+124
* reformat countOthers()cweiske2010-02-161-13/+33
* test complex combination of watches, publics and private bookmarks with count...cweiske2010-02-161-0/+64
* allow setting of status during addBookmark in testscweiske2010-02-161-3/+7
* multiple tests for SemanticScuttle_Service_Bookmark::countOthers()cweiske2010-02-161-0/+101
* allow adding of certain addressescweiske2010-02-161-3/+9
* do not return numbers < 0cweiske2010-02-161-1/+1
* do not return numbers < 0cweiske2010-02-161-2/+3
* 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