summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2010-11-30a quick script to flush the router from cache if neededEvan Prodromou
2010-11-22Fixes for delete_status_network.sh:Brion Vibber
* add some sanity checking: abort on failures instead of plodding through * add some progress / error output * fetch the target database server name from the status_network entry and use that to target the DROP DATABASE Note that database names and other overrides in status_network entry may still not be seen.
2010-11-18scripts/deletegroup.php -- basic CLI script to delete a group by id or local ↵Brion Vibber
nickname. Like deleteuser.php, this can be used in batch runs by providing the -y override.
2010-11-15clear_jabber.php script to clear confirmed jabber/xmpp addresses from one or ↵Brion Vibber
more accounts
2010-10-26userrole.php will take a profile id for remote profilesEvan Prodromou
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-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 'master' into testingEvan Prodromou
2010-09-09fix typo in the comment (for better copy & pasting)James Walker
2010-08-13Update extension configuration file creation (doesn't work yet in ↵Siebrand Mazeland
translatewiki.net).
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-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
2010-04-20Fix email notifications for @-replies that come via OStatus.Brion Vibber
* Moved notification sending from Notice::saveReplies to distrib queue handler, so it'll pull from the reply set we've saved regardless of how we got it. * Set up gettext infrastructure for command-line scripts; gets localization mail notifications etc working from background queues. * Adjusted locale switching: common_switch_locale() works at runtime for bg scripts, forces a message catalog update
2010-04-15Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-15Merge branch 'master' into testingBrion Vibber
2010-04-15Allow setconfig.php to Print Entire ConfigChristopher Vollick
Previously it only printed out the configuration in the DB. Now it can also print out the entire current configuration.
2010-04-14Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-12showplugins.php: dump list of activated plugins and their settings on this siteBrion Vibber
2010-04-12showplugins.php: dump list of activated plugins and their settings on this siteBrion Vibber
2010-04-09Merge branch 'master' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-04-09Fix for strip_geo's decaching; also added --all option to run over all ↵Brion Vibber
notices by given profile to help in fixing up cache inconsistencies
2010-04-09Fix for strip_geo's decaching; also added --all option to run over all ↵Brion Vibber
notices by given profile to help in fixing up cache inconsistencies
2010-04-09Merge branch 'testing' into 0.9.xBrion Vibber
2010-04-08scripts/strip_geo.php to remove geodata from notices by a given user/profile.Brion Vibber
May be slow or run out of memory if run on particularly prolific posters -- not yet optimized for that case. Note that geodata that has already been sent out to other services (via ostatus, omb, twitter, etc) will not be removed from them. (fixed version -- previous had accidentally undone another commit)
2010-04-08scripts/strip_geo.php to remove geodata from notices by a given user/profile.Brion Vibber
May be slow or run out of memory if run on particularly prolific posters -- not yet optimized for that case. Note that geodata that has already been sent out to other services (via ostatus, omb, twitter, etc) will not be removed from them. (fixed version -- previous had accidentally undone another commit)
2010-04-08Revert "scripts/strip_geo.php to remove geodata from notices by a given ↵Brion Vibber
user/profile." This reverts commit ab20e75ff8feab01b4fec81c02b8b4039d65cca0. Accidentally removed another commit; clearing up...
2010-04-08scripts/strip_geo.php to remove geodata from notices by a given user/profile.Brion Vibber
May be slow or run out of memory if run on particularly prolific posters -- not yet optimized for that case. Note that geodata that has already been sent out to other services (via ostatus, omb, twitter, etc) will not be removed from them.
2010-04-07Refactor installer into base class plus web and CLI installers.Brion Vibber
scripts/install_cli.php is a bit experimental at present but works.
2010-04-07fixup_blocks.php: finds any stray subscriptions in violation of blocks, and ↵Brion Vibber
removes them.
2010-04-07Made it so that settag would list tags.Christopher Vollick
Very useful to be able to know what tags a site already has.