summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2010-02-24Fix update_po_templates.php to support the plural and context variants of _m(...Brion Vibber
2010-02-17Merge branch 'master' into testingBrion Vibber
2010-02-17Queues: redid the breakout control model so we can start up and subscribe to ...Brion Vibber
2010-02-16Merge branch 'master' into testingBrion Vibber
2010-02-16Stomp queue restructuring for mass scalability:Brion Vibber
2010-02-08Merge branch 'master' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-08Allow scripts/decache.php to blow out cache for objects that don't exist (any...Brion Vibber
2010-02-04Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-03Script to update profile URLsEvan Prodromou
2010-02-03clearcache.php column flag was conflicting with default flagEvan Prodromou
2010-02-03showcache.php column flag was conflicting with default flagEvan Prodromou
2010-02-03change 'sitetype' to 'siteplan' to use consistent languageEvan Prodromou
2010-02-02setconfig.php: list all current settings if no parameters givenBrion Vibber
2010-02-02Apply xopher's fix to add 'sitetype' parameter to setup_status_network.sh, ex...Brion Vibber
2010-01-31Add a script to clear the cache for a given keyEvan Prodromou
2010-01-29live fast, die young in bash scriptsEvan Prodromou
2010-01-28Log exceptions from queuedaemon.php if they're not already caughtBrion Vibber
2010-01-28Fixes for status_network db object .ini and tag setter scriptBrion Vibber
2010-01-28Add a script to set tags for sitesEvan Prodromou
2010-01-27Shuffle params on setup_status_network; adding fullname and pushing tags upBrion Vibber
2010-01-27add additional post-install shell script option for setup_status_network.sh t...Brion Vibber
2010-01-27Add scripts/sendemail.php to send email to a user's address. Updated setup_st...Brion Vibber
2010-01-26Control channel for queue daemons to request graceful shutdown, restart, or u...Brion Vibber
2010-01-25quick fix to console.php: don't save blank lines into readline historyBrion Vibber
2010-01-25drop now-unused --skip-xmpp and --xmpp-only options from queuedaemon.phpBrion Vibber
2010-01-21XMPP queued output & initial retooling of DB queue manager to support non-Not...Brion Vibber
2010-01-21drop debug line from xmppdaemon.php, we're done debugging thatBrion Vibber
2010-01-19Extra debug instrumentation for xmppdaemonBrion Vibber
2010-01-15--xmpp-only hack for queuedaemon.php to run separate queue daemon with only x...Brion Vibber
2010-01-14temporary --skip-xmpp flag on queuedaemon.php, allows to run queue daemons bu...Brion Vibber
2010-01-13actually use the user id instead of 0 ;)Brion Vibber
2010-01-13in case we have cached 'fake' inboxes, make sure we rebuild them running init...Brion Vibber
2010-01-13Gracefully skip missing user entries when initializing inboxes in bulkBrion Vibber
2010-01-13accept file for initializeinbox.phpEvan Prodromou
2010-01-13Update generation of YAML filesSiebrand Mazeland
2010-01-13add a script for initializing inboxesEvan Prodromou
2010-01-12Merge branch '0.9.x' into inblobEvan Prodromou
2010-01-12Major refactoring of queue handlers to support running multiple sites in one ...Brion Vibber
2010-01-11Merge branch '0.9.x' into inblobEvan Prodromou
2010-01-11fix long options on deleteuser.phpBrion Vibber
2010-01-10Lots of tiny message changes.Siebrand Mazeland
2010-01-09Merge branch 'inblob' of git@gitorious.org:~evan/statusnet/evans-mainline int...Evan Prodromou
2010-01-09remove triminboxes.php; it's no longer usedEvan Prodromou
2010-01-09Revert "Replace Notice_inbox with Inbox"Evan Prodromou
2010-01-09Replace Notice_inbox with InboxEvan Prodromou
2010-01-08Add an IMAP daemon so StatusNet can process incoming user posts via catch-all...Craig Andrews
2010-01-06suppress notice for undefined prompt variable when console.php is used from n...Brion Vibber
2010-01-05Add an RSSCloud queue handler daemonZach Copley
2010-01-04free some memory in createsim.phpEvan Prodromou
2010-01-04Merge branch 'batchlocation'Evan Prodromou