summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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 ↵Brion Vibber
like it
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 ↵Brion Vibber
alter a table. This lets us skip those where we end up trying to change unsupported features.
2010-10-12some of the ensureTable stuff partially workingBrion Vibber
2010-10-11Start reworking things to build create table stuff (can view via ↵Brion Vibber
dumpschema.php --build)
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 ↵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-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 ↵Brion Vibber
before changing domain names on sites that are hosting groups for remote users
2010-10-04Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
Conflicts: actions/hostmeta.php actions/imsettings.php classes/User.php lib/adminpanelaction.php lib/channel.php lib/default.php lib/router.php lib/util.php
2010-09-30Always specify UTF-8 targt charset for html_entity_decode(); default is ↵Brion Vibber
8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping.
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
Conflicts: plugins/OStatus/OStatusPlugin.php
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
Replaced by MediaWiki Translate extension script http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Translate/scripts/genStatusNetPluginsConfig.php?view=markup
2010-09-15don't redeclare getUser() for backupuser.phpEvan Prodromou
2010-09-15Merge branch '0.9.x' into activityexportEvan Prodromou
2010-09-15move getUser() function to commandline.incEvan Prodromou
2010-09-15move useractivitystream class to its own moduleEvan Prodromou
2010-09-15rename script to backupuser.phpEvan Prodromou
2010-09-15groups in backup outputEvan Prodromou
2010-09-13export user data as an activity streamEvan Prodromou
2010-09-09Merge branch '0.9.x' into 1.0.xEvan Prodromou
2010-09-09Merge branch 'master' into testingEvan Prodromou
2010-09-09fix typo in the comment (for better copy & pasting)James Walker
2010-09-06common_cache_key() -> Cache::key()Evan Prodromou
2010-09-06common_memcache() => Cache::instance()Evan Prodromou
2010-08-13Merge branch '0.9.x' into 1.0.xEvan Prodromou
2010-08-13Update extension configuration file creation (doesn't work yet in ↵Siebrand Mazeland
translatewiki.net).
2010-08-03Merge branch '0.9.x' into 1.0.xEvan Prodromou
2010-07-28try/catch just in case..James Walker
2010-07-28script to normalize status_network tagsJames Walker
2010-07-20normalizing tags for status_networkJames Walker
2010-04-30Merge branch '0.9.x' into 1.0.xBrion Vibber
Conflicts: lib/util.php
2010-04-22Some initial Doxygen-based documentation for the APIZach Copley
2010-04-21docgen.php no longer depends on having a working installation; uses ↵Brion Vibber
Console_GetOpt directly and regexes the STATUSNET_VERSION from common.php
2010-04-20Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-04-20Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber