Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | fix URL regex for tags to use UTF-8 | Evan Prodromou | |
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 | Fix for DB error reporting in installer (MySQL path) | Brion Vibber | |
2010-06-11 | Fix a couple bad format entries in router setup (format param had 'xmljson' ↵ | Brion Vibber | |
instead of 'xml|json'). Warning: the format strings aren't actually being enforced here which is probably why they weren't caught earlier. Not quite sure why, it should be looked at! | |||
2010-06-10 | Ticket #2350: fix for incorrect FOAF sioc:follows entries for users who are ↵ | Brion Vibber | |
followed by, but don't themselves follow the user whose FOAF we're displaying. | |||
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-04 | Add gNewBook to notice sources | Zach Copley | |
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-04 | use DB_DataObject_Cast objects in a couple of different places in the code | Evan Prodromou | |
2010-06-04 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-06-04 | memcache_dataobject supports some DB_DataObject_Cast objects as values | Evan Prodromou | |
2010-06-03 | Add repeated attr to Atom notices_info element | Zach Copley | |
2010-06-03 | Merge branch 'newmaster' | Evan Prodromou | |
2010-06-03 | remove debug statements from Sitemap plugin | Evan Prodromou | |
2010-06-03 | Merge branch 'sitemap' into newmaster | Evan Prodromou | |
2010-06-03 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-06-03 | - Fix bad argument being passed (error code) when invalid format specified | Zach Copley | |
- Reformat whitespace | |||
2010-06-03 | Installer tweak to aid with IIS setup: if config.php exists, but is both ↵ | Brion Vibber | |
empty and writable, let the installer proceed and overwrite it. | |||
2010-06-01 | Merge branch 'sitemap' of gitorious.org:~evan/statusnet/evans-mainline into ↵ | Evan Prodromou | |
sitemap Conflicts: plugins/Sitemap/SitemapPlugin.php plugins/Sitemap/noticesitemap.php plugins/Sitemap/sitemapindex.php plugins/Sitemap/usersitemap.php | |||
2010-06-01 | Fix memory leak in Inbox::addToInbox() (usage of raw ↵ | Brion Vibber | |
DB_DataObject::staticGet, which leaks memory into a process-global cache). On my test setup, this fixes inbox delivery to 10,000 local recipients from background queuedaemon running with a 32mb memory limit, completes the job within a minute from start. | |||
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 | Merge branch 'master' of gitorious.org:statusnet/mainline | 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. |