Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-28 | Add user_location_prefs to upgrade script | Evan Prodromou | |
2009-12-28 | add table user_location_prefs | Evan Prodromou | |
2009-12-13 | fix typo / parse error in sql comment syntax | Brenda Wallace | |
2009-12-11 | add repeat_of column to notice table | Evan Prodromou | |
2009-12-10 | remove forward table from PostgreSQL scripts | Evan Prodromou | |
2009-12-10 | remove forward table from db scripts | Evan Prodromou | |
2009-12-09 | add missing table "forward" | Brenda Wallace | |
2009-12-09 | added missing table: location_namespace | Brenda Wallace | |
2009-12-08 | add forward table to updates | Evan Prodromou | |
2009-12-08 | add forward table | Evan Prodromou | |
2009-12-05 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-12-01 | ticket 1100: add Drupal source link | Brion Vibber | |
2009-11-30 | Merge branch 'master' into 0.9.x | Zach Copley | |
* master: (67 commits) Ticket 2038: fix bad bug tracker link Fix regression in group posting: bug introduced in commit 1319002e1519fafb0e82fbfd2d2723abdb3112e7. Need to use actual profile object rather than an id on a variable that doesn't exist when checking blocks :D Log database errors when saving notice_inbox entries Drop the username from the log id for now; seems to trigger an error loop in some circumstances request id on logs... pid + random id per web request + username + method + url Add OpenID ini info back into statusnet.ini as a stopgap until we can Some changes to the OpenID DataObjects to make them emit the exact same OpenID plugin should set 'user_openid.display' as unique key Remove relationship: user_openid.user_id -> user.id. I don't think this Have OpenID plugin DataObjects emit their own .ini info Revert "Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them" Catch and report exceptions from notice_to_omb_notice() instead of letting the OMB queue handler die. Fix regression in remote subscription; added hasRole() shadow method on Remote_profile. Fix fatal error on OMB subscription for first-timers Remove annoying log msg Drop error message on setlocale() failure; this is harmless, since we actually have a working locale set up. Catch uncaught exception Fixed bug where reply-sync bit wasn't getting saved Forgot to render the nav menu when on FB Connect login tab Facebook plugin no longer takes over Login and Connect settings nav menus ... Conflicts: db/08to09_pg.sql db/statusnet_pg.sql locale/pt_BR/LC_MESSAGES/statusnet.mo plugins/Mapstraction/MapstractionPlugin.php | |||
2009-11-26 | added missing columns from mysql upgrade script into pgsql script | Brenda Wallace | |
2009-11-26 | Transactional DDL rocks my world, but shouldn't be left in that file. | Brenda Wallace | |
2009-11-26 | added missing columns in notice table | Brenda Wallace | |
2009-11-20 | Revert "Added 'login' command that gives you a link that can be used to ↵ | Evan Prodromou | |
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 | |||
2009-11-19 | Followup to commit 4e00ce01a9841ac055c058a4f0e221cc56eca06e: rename ↵ | Brion Vibber | |
user_role to profile_role in update & postgres schemas | |||
2009-11-19 | Followup to commit 4e00ce01a9841ac055c058a4f0e221cc56eca06e: rename ↵ | Brion Vibber | |
user_role to profile_role in update & postgres schemas | |||
2009-11-18 | Add MuSTArD to notice sources | Zach Copley | |
2009-11-18 | Another syntax error in the postgres db create script | Ciaran Gultnieks | |
2009-11-18 | Missing quotes in postgres db create script | Ciaran Gultnieks | |
2009-11-17 | bring the 08-to-09 SQL update script up-to-date | Evan Prodromou | |
2009-11-16 | Rename user_role to profile_role | Evan Prodromou | |
Renamed the user_role table to profile_role. Remote users can have a role on the site; that 'role' may be negative (silenced or sandboxed). | |||
2009-11-14 | postgresl update script now working in postgres | brenda | |
2009-11-12 | Fix index on notice for efficient querying of notice(s) by order for a profile. | Brion Vibber | |
Should resolve performance problem with Profile::getCurrentNotice() | |||
2009-11-10 | Performance fix for subscription/subscriber lists based on feedback from ops. | Brion Vibber | |
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). | |||
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-11-02 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: README | |||
2009-10-31 | Add SocialOomph | Evan Prodromou | |
2009-10-31 | add and update choqok | Evan Prodromou | |
2009-10-21 | Revert "lat,lon -> lat,long" | Evan Prodromou | |
This reverts commit 61d948cffee0aff4fd7853421ec0849458ea34c9. | |||
2009-10-21 | lat,lon -> lat,long | Evan Prodromou | |
2009-10-21 | add a couple of location namespaces | Evan Prodromou | |
2009-10-21 | add location-related tables and columns | Evan Prodromou | |
2009-10-19 | Revert "Revert "fixed up some invalid comment syntax - this is ANSI SQL"" | Evan Prodromou | |
This reverts commit c0eca0e59b1b9bb74d4457348d1e310e18cc082f. | |||
2009-10-19 | Revert "Revert "upgrade script for postgres"" | Evan Prodromou | |
This reverts commit d72748eb8e71f81e7cddca610ec98a8910dd347f. Conflicts: db/08to09_pg.sql | |||
2009-10-19 | Revert "upgrade script for postgres" | Evan Prodromou | |
This reverts commit d46f2ee350b9bf2c70371f7bcd2f2793e7ed8110. | |||
2009-10-19 | Revert "added missing parts to postgres update, and the config+user_role ↵ | Evan Prodromou | |
tables to both upgrade scripts" This reverts commit e9edb803bc66028204defcfa659cccbf23da97c6. | |||
2009-10-19 | Revert "fixed up some invalid comment syntax - this is ANSI SQL" | Evan Prodromou | |
This reverts commit 6704ddddf227865de43c1fdd846b68f76f723fe6. | |||
2009-10-19 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2009-10-01 | change DB so OpenIDPlugin manages OpenID tables | Evan Prodromou | |
2009-09-23 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/requesttoken.php classes/File.php install.php lib/noticeform.php | |||
2009-09-15 | Add Jiminy to notice sources | Zach Copley | |
2009-09-15 | Add Jiminy to notice sources | Zach Copley | |
2009-09-13 | Add ChinaMobile as an email to SMS carrier | Craig Andrews | |
2009-08-31 | fixed up some invalid comment syntax - this is ANSI SQL | Brenda Wallace | |
2009-08-31 | added missing parts to postgres update, and the config+user_role tables to ↵ | Brenda Wallace | |
both upgrade scripts Conflicts: db/08to09.sql | |||
2009-08-31 | upgrade script for postgres | Brenda Wallace | |