summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)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
Moved most of the heavy-lifting for account restoration out of restoreuser.php and into its own class, with the hope that we'll do the work from the Web eventually.
2010-12-07Merge branch '0.9.x' into mergeBrion Vibber
Conflicts: README actions/hostmeta.php classes/File_redirection.php lib/common.php lib/designsettings.php lib/router.php lib/util.php lib/xmppmanager.php plugins/OStatus/OStatusPlugin.php
2010-12-02Fix for tickets #2917, #2262: user URL shortening options not being applied ↵Brion Vibber
in non-web channels common_shorten_links() can only access the web session's logged-in user, so never properly took user options into effect for posting via XMPP, API, mail, etc. Adds an optional $user parameter on common_shorten_links(), and a $user->shortenLinks() as a clearer interface for that. Tweaked some lower-level functions so $user gets passed down -- making the $notice_id param previously there for saving URLs at notice save time generalized a little. Note also ticket #2919: there's a lot of duplicate code calling the shortening, checking the length, and reporting near-identical error messages. These should be consolidated to aid in code and translation maintenance.
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
* 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-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
nickname. Like deleteuser.php, this can be used in batch runs by providing the -y override.
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
more accounts
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
Conflicts: actions/confirmaddress.php actions/othersettings.php
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 ↵Brion Vibber
archive-i18n gen-changelog gen-retar steps.
2010-10-28Merge branch '1.0.x' into schema-xBrion Vibber
Conflicts: plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po
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 ↵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