summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-14add static method StatusNet::isHTTPS()Evan Prodromou
2010-10-13better deletion of related objects in User_group::delete()Evan Prodromou
2010-10-13Cleanup unique & foreign key defsBrion Vibber
2010-10-13fix bug with --diff on missing tableBrion Vibber
2010-10-13Nicer diff display for schema dumpBrion Vibber
2010-10-13logic fix in diffing :DBrion Vibber
2010-10-13Fix for PG filteringBrion Vibber
2010-10-13suppress notices for non-present sectionsBrion Vibber
2010-10-13Filter table definitions to scrub out unsupported features before trying to a...Brion Vibber
2010-10-13Merge branch '1.0.x' into schema-xBrion Vibber
2010-10-13Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-10-13Merge branch 'master' into 0.9.xBrion Vibber
2010-10-13Clean up remote avatar temporary files if we fail before saving them into ava...Brion Vibber
2010-10-13ModHelper -> silence only, don't let them sandbox (it's too confusing atm wit...Brion Vibber
2010-10-12Add a doc page that links to the StatusNet wiki API pageCraig Andrews
2010-10-12some of the ensureTable stuff partially workingBrion Vibber
2010-10-12Default to ssl in oauth tests examples configZach Copley
2010-10-12Merge branch 'oauth-1.0a' into 0.9.xZach Copley
2010-10-12Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-12Improve cache-friendliness of user_group->delete().Brion Vibber
2010-10-12Spelling - OAuth not OathZach Copley
2010-10-12Print a proper error messageZach Copley
2010-10-12Cascading deletion for user_group; doesn't yet work properly with caching.Brion Vibber
2010-10-12Add a basic group deletion for moderator users.Brion Vibber
2010-10-12Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-10-12Followup to IIS installer tweaks in [9bb48c36]:Brion Vibber
2010-10-12Initial version of ModHelper plugin, with basic functionality but the UI stri...Brion Vibber
2010-10-12Output a log message when issuing a request tokenZach Copley
2010-10-12Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-10-11fix for column prefixes in table/index buildingBrion Vibber
2010-10-11fix for index genBrion Vibber
2010-10-11tweak for stringsBrion Vibber
2010-10-11tweak for mysqlBrion Vibber
2010-10-11Start reworking things to build create table stuff (can view via dumpschema.p...Brion Vibber
2010-10-11PgsqlSchema can now pull primary, unique, mutli-value, *and* foreign keys :DBrion Vibber
2010-10-11Now pulling non-primary/unique index data for PG as well... need to sort out ...Brion Vibber
2010-10-11quick syntax fixBrion Vibber
2010-10-11Ticket #2811 use more consistent max limit for OAuth application registration...Brion Vibber
2010-10-09Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-10-08Merge branch 'schema-x' of /Users/brion/pages/mublog into schema-xBrion Vibber
2010-10-08Starting on adapting postgresql schema class to look stuff up in the new drup...Brion Vibber
2010-10-08Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-08Merge branch 'fatals' into 0.9.xBrion Vibber
2010-10-08execution guard fixes in Facebook plugin filesBrion Vibber
2010-10-08Normalize execution guards in OpenID plugin files; avoids annoying fatal erro...Brion Vibber
2010-10-08Check for Twitter foreign link actually existing before trying to delete it; ...Brion Vibber
2010-10-08Fix fatal error in FacebookremoveAction if we end up getting called double an...Brion Vibber
2010-10-08Normalize execution guards in imap plugin files.Brion Vibber
2010-10-08Normalize execution guards on OStatus php files; mostly helps cut down on ann...Brion Vibber
2010-10-08Fix PHP fatal error in DeletenoticeAction: died when we had a valid notice, b...Brion Vibber