Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-16 | Merge branch 'master' into testing | Brion Vibber | |
2010-06-16 | Switch OpenID server's redirects from 307 to 303 to avoid prompt for form ↵ | Brion Vibber | |
data resubmission if we were sent here from a POST request, such as when verifying the site for the first time doing an OpenID login from Drupal. | |||
2010-06-14 | Merge branch 'master' into testing | Brion Vibber | |
2010-06-13 | admin panel for setting site-claim metadata | Evan Prodromou | |
2010-06-13 | show site claim keys on top page | Evan Prodromou | |
2010-06-11 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-06-10 | Ticket #2349: fix for Geonames semantic reference URLs in FOAF output ↵ | Brion Vibber | |
(corrects a typo in the patch added in 4463768b) | |||
2010-06-07 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-06-07 | OStatus plugin: Rolling batch queueing for PuSH output to >50 subscribing ↵ | Brion Vibber | |
sites. Keeps latency down for other things enqueued while we work... | |||
2010-06-04 | Only show local public notices in sitemap | Evan Prodromou | |
Only show local public notices in sitemap. Only do counts for them in the sitemap index, and only show them in the notice sitemap. | |||
2010-06-03 | Option to divert PuSH items directly to the target site's queue when local | Brion Vibber | |
2010-06-03 | Meteor realtime plugin: use persistent connections by default when pushing ↵ | Brion Vibber | |
updates from our queue threads | |||
2010-06-03 | Skip enqueueing to outgoing bridges on incoming remote messages. Twitter, ↵ | Brion Vibber | |
Facebook, RSSCloud, and OStatus checks were enqueued on these when they'd never do anything but churn the queue servers. Notice::isLocal() can replace a number of manual checks for $notice->is_local being LOCAL_PUBLIC or LOCAL_NONPUBLIC. | |||
2010-06-03 | remove debug statements from Sitemap plugin | Evan Prodromou | |
2010-06-01 | use sitemap_notice_count in sitemap index | Evan Prodromou | |
2010-06-01 | cache notice counts in utility table | Evan Prodromou | |
2010-06-01 | load Sitemap_notice_count | Evan Prodromou | |
2010-06-01 | make user counts use the database table | Evan Prodromou | |
2010-06-01 | Database tables to cache expensive query data | Evan Prodromou | |
We need to bundle counts of notices and users by date. This can be expensive for large sites. So, new tables are added to cache the results of these queries, which don't change after the date is over. | |||
2010-06-01 | mark user pages as being high priority | Evan Prodromou | |
2010-06-01 | mark notice pages as being archived | Evan Prodromou | |
2010-06-01 | note that sitemap actions are readonly | Evan Prodromou | |
2010-06-01 | add sitemap statement to robots.txt | Evan Prodromou | |
2010-06-01 | cache notice and user counts in sitemap index | Evan Prodromou | |
2010-06-01 | make sure notice and user sitemap are 'in' top level directory | Evan Prodromou | |
2010-06-01 | cache user data for user sitemap | Evan Prodromou | |
2010-06-01 | cache results of notice sitemap query | Evan Prodromou | |
2010-06-01 | use an array for notice sitemap | Evan Prodromou | |
2010-06-01 | max users, notices per sitemap = 50K | Evan Prodromou | |
2010-06-01 | show sitemapindex with user and notice sitemaps | Evan Prodromou | |
2010-06-01 | Move NOTICES_PER_MAP to SitemapPlugin | Evan Prodromou | |
2010-06-01 | bundle users by reg date | Evan Prodromou | |
2010-06-01 | better calculation for end date in notice sitemaps | Evan Prodromou | |
2010-06-01 | Start of an action for sitemap index | Evan Prodromou | |
2010-06-01 | change URLs for user sitemap | Evan Prodromou | |
2010-06-01 | move USERS_PER_MAP to plugin | Evan Prodromou | |
2010-06-01 | correct element name and namespace for sitemapactions | Evan Prodromou | |
2010-06-01 | better query for notices by date | Evan Prodromou | |
2010-06-01 | Add a Notice sitemap | Evan Prodromou | |
2010-06-01 | user sitemap | Evan Prodromou | |
2010-06-01 | Mapstraction plugin fix: set icon dimensions (24x24 px); Google Maps ↵ | Brion Vibber | |
provider otherwise defaults to stretching them to a funny shape instead of showing square avatars. | |||
2010-06-01 | Ticket #2330: fix Google Maps provider for Mapstraction plugin | Brion Vibber | |
2010-05-28 | OpenID: add option to enable asking for a username to append to the trusted ↵ | Brion Vibber | |
provider's base URL. Good for hooking up with sites like WikiHow, where usernames are appended to a base URL to get a profile URL which is used as the provider. $config['openid']['append_username'] = true; or check 'Append a username to base URL' in OpenID admin panel. | |||
2010-05-27 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-05-26 | Remove settting/getting a 'verb' for Facebook stream entries / status | Zach Copley | |
updates. Facebook has disabled the ability to store user preferences via their old REST API, causing our application to break. Also, verbs in status updates seem to be deprecated, and stream posts don't seem to have a verb. | |||
2010-05-25 | WikiHowProfile plugin; pulls avatar from WikiHow profile pages when ↵ | Brion Vibber | |
registering or adding account with OpenID. (Full name, location, homepage, and bio are also on the profile page but not marked up in a way they can be easily retrieved yet.) OpenID plugin: Added events at OpenID account creation and update time to allow additional customizations for particular sites. | |||
2010-05-25 | Small update to the README: Facebook has changed the name of one of | Zach Copley | |
its application settings fields. | |||
2010-05-25 | Revert "Backing out locale switch change to see if this affects our mystery ↵ | Brion Vibber | |
memory leak." This reverts commit f98609204fb9b5966b9e4c9e4bf8bf605656c31c. | |||
2010-05-25 | Backing out locale switch change to see if this affects our mystery memory leak. | Brion Vibber | |
Revert "Locale switch cleanup: use common_switch_locale() which is safer for updating gettext state. Also moved a few calls to reduce chance of hitting an exception before switching back." This reverts commit 74a89b1fc37067d91d31bd66922053361eb4e616. | |||
2010-05-25 | Dequeue notice when we hit any Facebook error. | Zach Copley | |