summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Brion Vibber
dumpschema.php --build)
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
conflicts with the other data and make foreign references work right :D
2010-10-11quick syntax fixBrion Vibber
2010-10-11Ticket #2811 use more consistent max limit for OAuth application ↵Brion Vibber
registration descriptions; now using the field max of 255 rather than $config['site']['textlimit'] as fallback if $config['application']['desclimit'] is unset or out of bounds.
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 ↵Brion Vibber
drupalish format... Fetching basic column data and unique indexes. Still needs detail work, multi-value indexes, foreign keys, and distinguishing the primary key. Since we don't get comments and such, for cleaner comparisons we should probably do a filtering on supported features.
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 ↵Brion Vibber
errors when .php files get spidered.
2010-10-08Check for Twitter foreign link actually existing before trying to delete it; ↵Brion Vibber
friendlier error message in TwittersettingsAction
2010-10-08Fix fatal error in FacebookremoveAction if we end up getting called double ↵Brion Vibber
and the foreign_link entry has already been removed.
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 ↵Brion Vibber
annoying 'class not found' errors when something spiders the dirs. :P
2010-10-08Fix PHP fatal error in DeletenoticeAction: died when we had a valid notice, ↵Brion Vibber
but weren't logged in due to accessing $this->user before the login check. Moved check up to prepare() from handle() so it's done before usage
2010-10-07Update OAuth test script READMEZach Copley
2010-10-07Rename oauth.ini example to oauth.ini.sampleZach Copley
2010-10-07Rename OAuth status update scriptZach Copley
2010-10-07Some fixupsZach Copley
2010-10-07Renamed the OAuth verify credentials test scriptZach Copley
2010-10-07Some fixups to this the OAuth verify credentials test scriptZach Copley
2010-10-07Rename OAuth token credential fetching scriptZach Copley
2010-10-07Update access token fetching test script to 1.0aZach Copley
2010-10-07Some more poking at schema stuff, on the road towards a more portable ↵Brion Vibber
table-modification with the new schema bits
2010-10-07Update ApiOauthAccessTokenAction to OAuth 1.0aZach Copley
2010-10-07fix up some more 'not null's and suchBrion Vibber
2010-10-07Fix detection of auto_increment fields in MySQL (sets them as 'serial' type)Brion Vibber
2010-10-07Add --all option on dumpschema.php to check all core tablesBrion Vibber
2010-10-07stop str_repeat from whinging about being run with repeat value of 0. :PBrion Vibber
2010-10-07some more cleanup on table defsBrion Vibber
2010-10-07Some cleanup on detecting typesBrion Vibber
2010-10-07Add --diff option to dumpschema.php to run a (quickie text) diff betwen the ↵Brion Vibber
theoretical and detected schemas for the given tables
2010-10-07output tweak hack for primary keys on single lineBrion Vibber
2010-10-07Pretty up the table dumper :DBrion Vibber
2010-10-07Finish patching up the index fetching in new schema stuff for mysqlBrion Vibber
2010-10-07tweak for Managed_DataObject table defsBrion Vibber
2010-10-07Added a comment about an open question: Should we allow pin-basedZach Copley
workflow for clients registered as web applications?
2010-10-07Make the verifier pin display a little nicerZach Copley
2010-10-07Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-07Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-10-07Merge branch 'master' into 0.9.xBrion Vibber
2010-10-07Merge branch 'bitly'Brion Vibber
2010-10-07Add a README for BitlyUrlPluginBrion Vibber
2010-10-07Tweak bit.ly admin panel messages to distinguish the admin settings from ↵Brion Vibber
config.php globals
2010-10-07Drop out the 'allow user override' checkbox on bit.ly admin panel until we ↵Brion Vibber
find a good way to shove the user settings in. :)
2010-10-07Clean up bit.ly admin panel behavior, and hide it from the shorteners list ↵Brion Vibber
if it's not fully configured.