Age | Commit message (Collapse) | Author |
|
login to the website"
This reverts commit b9d40f723bce8e01ddcbbb989bd7035b92cd9af8.
Conflicts:
actions/login.php
classes/statusnet.ini
db/08to09.sql
db/08to09_pg.sql
db/statusnet_pg.sql
lib/command.php
lib/commandinterpreter.php
|
|
user_role to profile_role in update & postgres schemas
|
|
|
|
Should resolve performance problem with Profile::getCurrentNotice()
|
|
Extended subscription table indexes for subscriber and subscribed to include the created field, which is used to sort for display. This lets us skip a filesort and do the join much more efficiently.
Alter table from 08to09.sql needs to be run manually (though no ill effects if you forget other than not getting the perf improvement).
|
|
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.)
|
|
website
|
|
This reverts commit c0eca0e59b1b9bb74d4457348d1e310e18cc082f.
|
|
This reverts commit d72748eb8e71f81e7cddca610ec98a8910dd347f.
Conflicts:
db/08to09_pg.sql
|
|
|
|
both upgrade scripts
|
|
|