aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle
AgeCommit message (Expand)Author
2010-02-20sql optimization: fetch all tags at oncecweiske
2010-02-20add new method for better sql performance: Bookmark2Tag::getTagsForBookmarks()cweiske
2010-02-20reformat and CScweiske
2010-02-20make countOthers() accept an array of addressescweiske
2010-02-16reformat countOthers()cweiske
2010-02-16do not return numbers < 0cweiske
2010-02-16do not return numbers < 0cweiske
2010-02-08Send HTTP status code 500 when site has not been configured yet.cweiske
2010-02-08allow people to move www/ folder where they want it, now one just has to chan...cweiske
2010-02-07fix countBookmarks() for mysqlicweiske
2010-02-07fix bookmarkExists() for mysqlicweiske
2010-02-05fix some docblocks in userservicecweiske
2010-02-05do not use service overrides when running unit testscweiske
2010-02-05use configurable password field instead of the hardcoded onecweiske
2010-02-05make external login work when user changed password externallycweiske
2010-02-05make external auth login work. one thing left is when the user changes his pa...cweiske
2010-02-02nearly there with auth integrationcweiske
2010-02-02make serviceoverrides user-configurablecweiske
2010-01-19special header file for standalone scriptscweiske
2010-01-16fix several sql injection possibilitiescweiske
2010-01-16Fix bug #2887063: Common tag combination description feels brokencweiske
2010-01-16Part of request #2928950: Add config option to allow sorting by bookmark crea...cweiske
2010-01-16Coding standards changes, add header to some filescweiske
2010-01-16cleanup login()cweiske
2010-01-16tell people about privacy settings and a TOODcweiske
2009-11-26add documentation for _getbookmark() and dependent methodscweiske
2009-11-23part of request #2830224: prepare API for short url servicecweiske
2009-11-20replace regex email validation with PHP filter function and remove DNS checki...cweiske
2009-11-20test deleteBookmarksForUsercweiske
2009-11-20remove superfluous returns after die messagescweiske
2009-11-19test bookmarkExists() in all variationscweiske
2009-11-19fix notice when passing an invalid array to editAllowed()cweiske
2009-11-16Clarify where config files are situated.mensonge
2009-11-10index file is not necessary anymorecweiske
2009-11-05tell people how to debug database queriescweiske
2009-11-04use data dir for localescweiske
2009-11-03add new "votes" field in bookmarks database with the total sum of votescweiske
2009-11-02hide bookmarks below a configurable thresholdcweiske
2009-11-02allow changing of votescweiske
2009-10-31fix unfreed sql resultcweiske
2009-10-31test getObjectUsers() and fix a bug found by the testscweiske
2009-10-30move template object to own file and rename it to SemanticScuttle_Model_Templatecweiske
2009-10-30move user class into own filecweiske
2009-10-28unification test was unstable, toocweiske
2009-10-28loosen strictness of sorting xss fix a bit - did not work anymorecweiske
2009-10-28fix XSS vulnerabilitycweiske
2009-10-28explain deleteAll() in bookmarkscweiske
2009-10-28fix unfreed sql result and add deleteAll() for userscweiske
2009-10-28test previously fixed bug: voting was updated for all bookmarks, not only the...cweiske
2009-10-28implement rewriteVotings() and unittest the methodcweiske