summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | activate strict xhtml mode only on debug modeGravatar Christian Weiske2010-10-091-4/+9
* | make the page valid and keep chromium happyGravatar Christian Weiske2010-10-091-1/+4
* | tests for getadminlinkedtagsGravatar Christian Weiske2010-10-081-5/+13
* | CS on constantsGravatar Christian Weiske2010-10-071-27/+43
* | give admin tags a link href :)Gravatar Christian Weiske2010-10-071-1/+3
* | CS, docblocksGravatar Christian Weiske2010-10-011-7/+38
* | remove deprecate split()Gravatar Christian Weiske2010-09-301-1/+1
|/
* rewrite api/posts/delete to be more secure and add unit t...Gravatar cweiske2010-09-281-6/+12
* update php-gettext to 1.0.10Gravatar cweiske2010-09-2812-271/+642
* now we have tests for all history all methodsGravatar cweiske2010-09-271-1/+1
* explain $sizeSearchHistoryGravatar cweiske2010-09-261-3/+17
* fix nasty bug with $withResults in getAllSearches()Gravatar cweiske2010-09-261-1/+1
* reformat the code (CS)Gravatar cweiske2010-09-261-34/+145
* Fix CS, fix docblocksGravatar cweiske2010-09-231-30/+81
* Move user IP resolution into own class methodGravatar cweiske2010-09-232-18/+51
* update descriptionGravatar cweiske2010-09-231-2/+3
* Fix bug #3073215: Updating bookmark time does not workGravatar cweiske2010-09-231-1/+1
* finally fix the problem that watchlist count tests failed...Gravatar cweiske2010-09-231-1/+4
* allow debugging of connection errorsGravatar cweiske2010-09-141-1/+1
* make test running on installed pear package work: pear ru...Gravatar Christian Weiske2010-08-221-1/+1
* make files use pear directoriesGravatar Christian Weiske2010-08-221-3/+14
* Fix bug getTagsForBookmarks() that fetched all tags, see ...Gravatar cweiske2010-07-091-6/+1
* fix noticeGravatar cweiske2010-03-191-1/+1
* fix bad bug that was introduced due to performance optimi...Gravatar cweiske2010-03-181-1/+1
* unify hashing code in a separate methodGravatar cweiske2010-03-181-24/+41
* Fix bug #2960663: do not send content-type headers twice ...Gravatar cweiske2010-03-171-1/+7
* fix bug #2953732 and make corresponding test work.Gravatar cweiske2010-03-171-1/+2
* re-fix isAdmin() sql optimizationGravatar cweiske2010-02-201-1/+1
* add SemanticScuttle_Service_Bookmark::bookmarksExist() me...Gravatar cweiske2010-02-201-1/+55
* reformat queryGravatar cweiske2010-02-201-1/+3
* fix tests after last commitGravatar cweiske2010-02-202-1/+5
* save another queryGravatar cweiske2010-02-201-2/+2
* save another queryGravatar cweiske2010-02-201-1/+1
* reformat _getuser and add docblockGravatar cweiske2010-02-201-5/+18
* header docblockGravatar cweiske2010-02-201-3/+16
* docblockGravatar cweiske2010-02-201-2/+15
* new config option to disable "SET NAMES UTF8" sql callGravatar cweiske2010-02-201-2/+4
* make isAdmin accept a user name, tooGravatar cweiske2010-02-201-3/+11
* sql optimization: fetch all tags at onceGravatar cweiske2010-02-202-4/+13
* add new method for better sql performance: Bookmark2Tag::...Gravatar cweiske2010-02-201-0/+48
* reformat and CSGravatar cweiske2010-02-201-6/+24
* make countOthers() accept an array of addressesGravatar cweiske2010-02-201-13/+44
* reformat countOthers()Gravatar cweiske2010-02-161-13/+33
* do not return numbers < 0Gravatar cweiske2010-02-161-1/+1
* do not return numbers < 0Gravatar cweiske2010-02-161-2/+3
* Send HTTP status code 500 when site has not been configur...Gravatar cweiske2010-02-081-0/+1
* allow people to move www/ folder where they want it, now ...Gravatar cweiske2010-02-081-1/+1
* fix countBookmarks() for mysqliGravatar cweiske2010-02-071-1/+1
* fix bookmarkExists() for mysqliGravatar cweiske2010-02-071-4/+8
* fix some docblocks in userserviceGravatar cweiske2010-02-051-12/+31