Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-20 | Update release notes and version number for 0.9.2 | Zachary Copley | |
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-20 | Ticket #2291: fix typo in SMS doc | Brion Vibber | |
2010-04-19 | Disable the send-notice form at the top of the page OStatus subscription ↵ | Brion Vibber | |
confirmation page to work around bugs in Cloudy theme. This is really just a hack for the broken CSS in the Cloudy theme, I think; copying from other non-notice-navigation pages that do this as well. There will be plenty of others also broken. | |||
2010-04-19 | Fix ticket #2289: registration links were showing in top nav bar, login page ↵ | Brion Vibber | |
message when site set to invite-only or closed registration, when the 'register' action can't be used. | |||
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 | Ticket #2205: pass geo locations over Twitter bridge (will only be used if ↵ | Brion Vibber | |
enabled on the Twitter side) | |||
2010-04-14 | Fix for "#foo !foo" in same notice failing during save, causing failout ↵ | Brion Vibber | |
before distribution. Move saveGroups after saveTags when saving notices; groups may save additional tags, so need to be moved after so the check for duplicates actually works. | |||
2010-04-14 | move comment to correct place | Brion Vibber | |
2010-04-12 | showplugins.php: dump list of activated plugins and their settings on this site | Brion Vibber | |
2010-04-10 | Allow blocking someone who's not currently subscribed to you (prevents ↵ | Brion Vibber | |
seeing @-replies from them, or them subbing to you in future) | |||
2010-04-10 | catch UserNoProfileException and continue | Evan Prodromou | |
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 attributes on homepage output | Evan Prodromou | |
2010-04-09 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-04-09 | Run block checks on remote OStatus replies | Brion Vibber | |
2010-04-09 | Fix localization for license notice in page footer (for ticket #2274: i18n ↵ | Brion Vibber | |
cleanup) | |||
2010-04-09 | Avoid E_NOTICE spew when listing group members who aren't admins | Brion Vibber | |
2010-04-09 | Undefined Variable in foafgroup.php | Christopher Vollick | |
Probably just left over from the past. | |||
2010-04-09 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
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 | In single-user mode, link #hashtags to the user's tagged stream rather than ↵ | Brion Vibber | |
the global tag action, which isn't registered. Previously they would end up pointing to the home URL. | |||
2010-04-08 | Fix for error during handling of HTTP error response case in Geonames lookups | Brion Vibber | |
2010-04-08 | drop onStartShowHeadElements handler from MobileProfile; just duplicated the ↵ | Brion Vibber | |
original code path, and after removing the bogus notice-spewing code it was running those things twice. | |||
2010-04-08 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-04-07 | fixup_blocks.php: finds any stray subscriptions in violation of blocks, and ↵ | Brion Vibber | |
removes them. | |||
2010-04-07 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-04-07 | show PEAR_Error message, not the object | Evan Prodromou | |
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-06 | Handle attempt to subscribe a local user via their remote webfinger ↵ | Brion Vibber | |
reference more gracefully. The ensure* family of functions will now return an OStatusShadowException in this case, which gives us a pleasant error message instead of a giant exception backtrace when you do 'sub somebody@this.local.server'. Can be extended later to allow actually using the local profile, since we could figure it out. | |||
2010-04-06 | Set a default 2-second timeout on Geonames web service lookups. After a ↵ | Brion Vibber | |
failure, further lookups in the same process will be skipped for the next 60 seconds (also configurable). Makes a Geonames outage much less disruptive to site operations. | |||
2010-04-06 | Allow Meteor plugin to be configurable via configuration database or file. | Brion Vibber | |
As there's no admin control panel yet, this is mainly meant for batch administration and using setconfig.php | |||
2010-04-06 | Add a User-Agent fragment blacklist to MobileProfile: sticking iPad on the ↵ | Brion Vibber | |
regular theme, which works better on its larger screen (was tripped on 'mobile' in the UA though we had no explicit check for 'ipad' previously) | |||
2010-04-06 | Comment out unreachable code spewing notices due to use of undefined ↵ | Brion Vibber | |
variables in MobileProfile. This needs some cleanup... | |||
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-04-05 | Clean up and clarify output on fix-shadow.php | Brion Vibber | |
2010-04-05 | use nofollow for subscribers list | Evan Prodromou | |
2010-04-05 | use nofollow for group members list | Evan Prodromou | |
2010-04-05 | use homepage link attributes method for peopletaglist | Evan Prodromou | |
2010-04-05 | make profilelist homepage link attributes overrideable | Evan Prodromou | |
2010-04-05 | Merge branch 'nofollow' | Evan Prodromou | |
2010-04-05 | nofollow for peopletag pages | Evan Prodromou | |
2010-04-05 | override linkAttributes() method for groupmembersminilist | Evan Prodromou | |
2010-04-05 | override linkAttributes() method for subscribersminilist | Evan Prodromou | |
2010-04-05 | override linkAttributes() method for profileminilist | Evan Prodromou | |
2010-04-05 | add linkAttributes() method for profilelist | Evan Prodromou | |
2010-04-05 | lib/default.php has nofollow group | Evan Prodromou | |
2010-04-05 | breakout subscribers minilist | Evan Prodromou | |
2010-04-05 | balance brackets on profileminilist | Evan Prodromou | |
2010-04-05 | add an event for subscribers minilist | Evan Prodromou | |