Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-05-24 | Accidentally used the wrong log level (LOG ERROR instead of LOG_ERR) | Zach Copley | |
2010-05-24 | Clear up warnings I introduced by refactoring Facebook posting | Zach Copley | |
2010-05-24 | Upgrade Facebook posting: | Zach Copley | |
- Use FQL to check for publish stream permission instead of old REST API - Better error handling, especially for error code 100 - More logging / better log messages | |||
2010-05-24 | Upgrade to latest old REST API library (0.1.0) | Zach Copley | |
2010-05-22 | Hotpatch for Facebook mirror problems: drop messages when hitting rate limit ↵ | Brion Vibber | |
(err 341) instead of retrying forever. On unknown errors, now throwing an exception so it'll hit the message retry limits. | |||
2010-05-21 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-05-21 | Avoid PHP notice about undefined array index when no avatar photo available ↵ | Brion Vibber | |
from Google profile | |||
2010-05-20 | Added block link to subscription notification emails; block action can now ↵ | Brion Vibber | |
take a profile ID on the URL; added profile details to block page so there's an indication of who you're blocking before you pull the trigger. Fixed typo in RedirectingAction when no return-to data provided in form submission. RedirectingAction::returnToArgs() has been renamed to returnToPrevious() to avoid conflict with Action::returnToArgs() which returns arguments to be passed to other actions as return-to arguments. All callers should now be updated. More profile settings actions will now redirect through a login form if visited as a GET request, as would be expected from a bookmark, link sent in e-mail etc. | |||
2010-05-19 | Merge branch 'master' of gitorious.org:statusnet/mainline | Brion Vibber | |
2010-05-19 | Add config option for RequireValidatedEmail plugin to skip the check for ↵ | Brion Vibber | |
folks with a trusted OpenID association. Also added an event that other plugins or local config can use to override the checks. | |||
2010-05-19 | Hotpatch to add additional debug statements to FacebookPlugin's | Zach Copley | |
facebook posting code. | |||
2010-05-19 | Merge branch 'master' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-05-19 | Locale switch cleanup: use common_switch_locale() which is safer for ↵ | Brion Vibber | |
updating gettext state. Also moved a few calls to reduce chance of hitting an exception before switching back. Should help with problems where xmppdaemon would get stuck in wrong locale. |