Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-17 | Make restoreuser use new FeedImporter queue handler | Evan Prodromou | |
2010-12-15 | Move account restoration code to a shared library | Evan 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-02 | Fix 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-30 | a quick script to flush the router from cache if needed | Evan Prodromou | |
2010-11-22 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-11-22 | Fixes 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-19 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-11-18 | scripts/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-15 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-11-15 | clear_jabber.php script to clear confirmed jabber/xmpp addresses from one or ↵ | Brion Vibber | |
more accounts | |||
2010-11-02 | i18n/L10n, translator documentation updates. | Siebrand Mazeland | |
2010-10-29 | Quickie script to aid in building release tarballs -- encapsulates the ↵ | Brion Vibber | |
archive-i18n gen-changelog gen-retar steps. | |||
2010-10-26 | userrole.php will take a profile id for remote profiles | Evan Prodromou | |
2010-10-04 | scripts/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-30 | Always 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-28 | Take trailing newline out of i18n. | Siebrand Mazeland | |
2010-09-22 | initial script to restore a backed-up user | Evan Prodromou | |
2010-09-22 | Merge branch '0.9.x' into activityexport | Evan Prodromou | |
Conflicts: plugins/OStatus/OStatusPlugin.php | |||
2010-09-21 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-09-21 | printfv and printfq functions in commandline.inc | Evan Prodromou | |
2010-09-21 | throw a catchable exception in getUser() | Evan Prodromou | |
2010-09-18 | Update group ID for translations export. | Siebrand Mazeland | |
2010-09-18 | Remove 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-15 | don't redeclare getUser() for backupuser.php | Evan Prodromou | |
2010-09-15 | Merge branch '0.9.x' into activityexport | Evan Prodromou | |
2010-09-15 | move getUser() function to commandline.inc | Evan Prodromou | |
2010-09-15 | move useractivitystream class to its own module | Evan Prodromou | |
2010-09-15 | rename script to backupuser.php | Evan Prodromou | |
2010-09-15 | groups in backup output | Evan Prodromou | |
2010-09-13 | export user data as an activity stream | Evan Prodromou | |
2010-09-09 | Merge branch 'master' into testing | Evan Prodromou | |
2010-09-09 | fix typo in the comment (for better copy & pasting) | James Walker | |
2010-08-13 | Update extension configuration file creation (doesn't work yet in ↵ | Siebrand Mazeland | |
translatewiki.net). | |||
2010-07-28 | try/catch just in case.. | James Walker | |
2010-07-28 | script to normalize status_network tags | James Walker | |
2010-07-20 | normalizing tags for status_network | James Walker | |
2010-04-22 | Some initial Doxygen-based documentation for the API | Zach Copley | |
2010-04-21 | docgen.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-20 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-04-20 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-20 | Fix 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-15 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-15 | Merge branch 'master' into testing | Brion Vibber | |
2010-04-15 | Allow setconfig.php to Print Entire Config | Christopher Vollick | |
Previously it only printed out the configuration in the DB. Now it can also print out the entire current configuration. | |||
2010-04-14 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-04-12 | showplugins.php: dump list of activated plugins and their settings on this site | Brion Vibber | |
2010-04-12 | showplugins.php: dump list of activated plugins and their settings on this site | Brion Vibber | |
2010-04-09 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-04-09 | Fix 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-09 | Fix 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 |