Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-04-05 | add an event for group members minilist | Evan Prodromou | |
2010-04-03 | Ticket #2272: Block confirmation form should let enter trigger the 'yes' button | Brion Vibber | |
Setting focus into the form to make it easier to submit by keyboard. Enter or space will now trigger the button right off without having to mouse around to find the button after we've clicked into the conf form, and keyboarders can also get to the 'no' button more easily. | |||
2010-04-03 | Ticket #2273: Fix bookmarklet with URls with special characters | Brion Vibber | |
The tartget page's URL was not being URL-escaped when passed as a parameter into the query string. Result was that any URL-encoded bytes in the link would be unescaped and interpreted as raw UTF-8 when our bookmarklet post target page reads its parameters; this would break 8-bit high characters (eg a Latin-1 %FC turning into a corrupt UTF-8 byte) or reserved chars that needed to be kept escaped (eg a %3F turning into literal ?) Unfortunately as this was a bug in the original bookmarklet's JS code, this'll only fix it for people who grab a fresh copy of the bookmarklet. | |||
2010-04-02 | Don't save duplicate messages into a user's packed inbox. We've already got ↵ | Brion Vibber | |
the packed box loaded at insert time, so we can simply unpack it and check before doing the update query. Should help with dupes that come in when inbox distrib jobs die and get restarted, etc. Conflicts: classes/Inbox.php Looks like this was implemented on master recently and not copied up to testing. Merging to my version on testing as I've added some doc comments and extracted a couple functions for future ease of use. | |||
2010-04-02 | Ticket 2271: extra whitespace in underlined link for username in notice lists | Brion Vibber | |
Switching to a raw() output for the <span> of the nickname removes the extra whitespace and fixes display. | |||
2010-04-01 | ProfileMiniListItem does same events as ProfileListItem | Evan Prodromou | |
2010-04-01 | Temporary hack until notice_profile_id_idx is updated | Brion Vibber | |
to (profile_id, id) instead of (profile_id, created, id). It's been falling back to PRIMARY instead, which is really very inefficient for a profile that hasn't posted in a few months. Even though forcing the index will cause a filesort, it's usually going to be better. Even for large profiles it seems much faster than the badly-indexed query. | |||
2010-04-01 | Revert "Revert "if user allows location sharing but turned off browser ↵ | Evan Prodromou | |
location use profile location"" This reverts commit 8b24ad8a9c681585e95612084eb629df8b364b74. | |||
2010-04-01 | Revert "Revert "don't insert the same notice twice into an inbox"" | Evan Prodromou | |
This reverts commit a09b27ff41df41a86fdb0abae14239907d5ee6ec. | |||
2010-04-01 | Revert "don't insert the same notice twice into an inbox" | Evan Prodromou | |
This reverts commit 650074c648d98f81674c6e2b0ebf052c473ada6e. | |||
2010-04-01 | Revert "if user allows location sharing but turned off browser location use ↵ | Evan Prodromou | |
profile location" This reverts commit 4b80ce0be89fe50eabec1a19dbf4a0c26a413423. |