Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-10 | Adjusting indexes to make favorites query more efficient, based on feedback ↵ | Brion Vibber | |
from ops. fave_user_id_idx index changed from (user_id) to (user_id,modified), so the timestamp ordering can be done straight from the index while we're looking up the user's notices. Added to 08to09.sql and 08to09_pg.sql; may need to be run manually by folks doing development. (No harm if you don't update it, the favorites tab/rss feed will just stay inefficent.) | |||
2009-11-02 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-08-29 | added missing parts to postgres update, and the config+user_role tables to ↵ | Brenda Wallace | |
both upgrade scripts | |||
2009-08-26 | Save the mimetype for oEmbed linked url | Craig Andrews | |
2009-08-21 | update database to allow >140c in group descriptions | Evan Prodromou | |
2009-08-21 | Allow unlimited-size bios in profiles | Evan Prodromou | |
2009-08-21 | allow unlimited text in messages in DB | Evan Prodromou | |
2009-08-21 | update database to allow large posts | Evan Prodromou | |
2009-08-04 | start upgrade script for 0.9.x | Evan Prodromou | |