Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 '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-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-08 | scripts/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-08 | scripts/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-08 | Revert "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-08 | scripts/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-07 | Refactor 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-07 | fixup_blocks.php: finds any stray subscriptions in violation of blocks, and ↵ | Brion Vibber | |
removes them. | |||
2010-04-07 | Made it so that settag would list tags. | Christopher Vollick | |
Very useful to be able to know what tags a site already has. | |||
2010-04-05 | Some localization cleanup and doc to aid in customization: | Brion Vibber | |
* added locale/en/LC_MESSAGES/statusnet.po to make it easier to start customizing English texts * added notes to locale/README about customizing and how to disable languages you haven't customized * renamed PO templates from *.po to *.pot to match general conventions and reduce confusion for people trying to find which file they're supposed to edit | |||
2010-03-28 | add an option to run a command as the site owner | Evan Prodromou | |
2010-03-23 | fixup_deletions.php script to look for notices posted by now-deleted ↵ | Brion Vibber | |
profiles and remove them. | |||
2010-03-22 | Some initial media parsing | Zach Copley | |
- Activity now returns a list of activity objects - Processing of photo objects | |||
2010-03-18 | Runtime check for known bad PHP versions with 64-bit stream_select() bug in ↵ | Brion Vibber | |
xmppdaemon.php. | |||
2010-03-17 | Merge branch 'master' into testing | Brion Vibber | |
2010-03-11 | Add forgotten scripts/fixup_files.php to clean up "the h bug" | Brion Vibber | |
2010-03-10 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-10 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-03-10 | Detect when queuedaemon/xmppdaemon parent processes die and kill the child ↵ | Brion Vibber | |
processes. Keeps stray daemon subprocesses from floating around when we kill the parents via a signal! Accomplished by opening a bidirectional pipe in the parent process; the children close out the writer end and keep the reader in their open sockets list. When the parent dies, the children see that the socket's been closed out and can perform an orderly shutdown. | |||
2010-03-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-09 | Added scripts/command.php, can be used to run commands such as subscription ↵ | Brion Vibber | |
on behalf of users. This includes whatever support for extended command parsing plugins may have added. Example: ./scripts/command.php -nbrionv sub update@status.net | |||
2010-03-09 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-03-09 | a script to flush site | Evan Prodromou | |
2010-03-07 | add a script to import Twitter atom feed as notices | Evan Prodromou | |
2010-03-04 | Fix a few typos | Rasmus Lerdorf | |
2010-03-04 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: db/08to09.sql | |||
2010-03-04 | adding checkschema to setup script | James Walker | |
2010-03-01 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: db/08to09.sql locale/statusnet.po scripts/update_po_templates.php | |||
2010-03-01 | Localization tweak: include doc comments marked as 'TRANS' in .po file ↵ | Brion Vibber | |
output; these should now get automatically pulled through to the TranslateWiki interface as translator help hints. | |||
2010-03-01 | Also extract _m() used in core. | Siebrand Mazeland | |
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl> | |||
2010-02-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-26 | Merge branch 'blacklistplus' into testing | Evan Prodromou | |
Conflicts: EVENTS.txt | |||
2010-02-26 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-02-26 | don't choke on dupelimit in createsim.php | Evan Prodromou | |
2010-02-25 | init_conversation.php script to copy old notice conversations into the ↵ | Brion Vibber | |
conversation table | |||
2010-02-25 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-25 | Merge commit 'refs/merge-requests/121' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into integration | |||
2010-02-25 | Merge commit 'refs/merge-requests/2220' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into integration | |||
2010-02-24 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-24 | Fix update_po_templates.php to support the plural and context variants of ↵ | Brion Vibber | |
_m() in plugins | |||
2010-02-21 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-18 | Add Script To Update Group Avatar URLs | Christopher Vollick | |
Similar to scripts/updateavatarurl.php. Works for groups. Again, I had to do some weird thing because using clone screwed up the find() iteration. | |||
2010-02-18 | Update Avatar URL Did Weird Stuff. | Christopher Vollick | |
It was only finding the first two avatars and then thinking it was done. I'm not entirely sure why it was doing that. I think maybe all the cloning made it forget where it was or something. Either way, it seems to work now, and really uses less memory. | |||
2010-02-17 | Merge branch 'master' into testing | Brion Vibber | |