summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2010-12-22Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-12-17Make restoreuser use new FeedImporter queue handlerEvan Prodromou
2010-12-15Move account restoration code to a shared libraryEvan Prodromou
2010-12-07Merge branch '0.9.x' into mergeBrion Vibber
2010-12-02Fix for tickets #2917, #2262: user URL shortening options not being applied i...Brion Vibber
2010-11-30a quick script to flush the router from cache if neededEvan Prodromou
2010-11-22Merge branch 'master' into 0.9.xBrion Vibber
2010-11-22Fixes for delete_status_network.sh:Brion Vibber
2010-11-19Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-11-18scripts/deletegroup.php -- basic CLI script to delete a group by id or local ...Brion Vibber
2010-11-15Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-11-15clear_jabber.php script to clear confirmed jabber/xmpp addresses from one or ...Brion Vibber
2010-11-03Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-11-02Merge branch '1.0.x' into schema-xBrion Vibber
2010-11-02Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-11-02i18n/L10n, translator documentation updates.Siebrand Mazeland
2010-10-29some sorta vaguely working bitsBrion Vibber
2010-10-29fix notices in dumpschemaBrion Vibber
2010-10-29Quickie script to aid in building release tarballs -- encapsulates the archiv...Brion Vibber
2010-10-28Merge branch '1.0.x' into schema-xBrion Vibber
2010-10-28Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-26userrole.php will take a profile id for remote profilesEvan Prodromou
2010-10-19Starting to encapsulate some of the schema_version checksum / updater logicBrion Vibber
2010-10-18update -> create on dumpschema options, easier for me to rememberBrion Vibber
2010-10-15some more tweaking to do the mappings during filterDef; not totally sure I li...Brion Vibber
2010-10-13fix bug with --diff on missing tableBrion Vibber
2010-10-13Nicer diff display for schema dumpBrion Vibber
2010-10-13Filter table definitions to scrub out unsupported features before trying to a...Brion Vibber
2010-10-12some of the ensureTable stuff partially workingBrion Vibber
2010-10-11Start reworking things to build create table stuff (can view via dumpschema.p...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-07Add --diff option to dumpschema.php to run a (quickie text) diff betwen the t...Brion Vibber
2010-10-07output tweak hack for primary keys on single lineBrion Vibber
2010-10-07Pretty up the table dumper :DBrion Vibber
2010-10-06quickie script to test schema fetchBrion Vibber
2010-10-05Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-10-04scripts/fixup_group_uri.php to fill in empty user_group.uri entries; needed b...Brion Vibber
2010-10-04Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
2010-09-30Always specify UTF-8 targt charset for html_entity_decode(); default is 8-bit...Brion Vibber
2010-09-28Take trailing newline out of i18n.Siebrand Mazeland
2010-09-22initial script to restore a backed-up userEvan Prodromou
2010-09-22Merge branch '0.9.x' into activityexportEvan Prodromou
2010-09-21Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-09-21printfv and printfq functions in commandline.incEvan Prodromou
2010-09-21throw a catchable exception in getUser()Evan Prodromou
2010-09-18Update group ID for translations export.Siebrand Mazeland
2010-09-18Remove do_translatewiki_plugin(). No longer needed.Siebrand Mazeland
2010-09-15don't redeclare getUser() for backupuser.phpEvan Prodromou