Brion Vibber
|
d8a3a88ec8
|
Merge branch '0.9.x' into 1.0.x
Conflicts:
classes/Memcached_DataObject.php
|
2010-12-17 17:13:21 -08:00 |
|
Brion Vibber
|
5300d657cc
|
Sort indexing fix for profile sidebar: add group_member_profile_id_created_idx to group_member table, streamlines sorting of your group memberships in the sidebar
|
2010-12-17 16:22:26 -08:00 |
|
Brion Vibber
|
146d6b8b73
|
Sorting index fix for role lookups: adds profile_role_role_created_profile_id_idx index on profile_role
|
2010-12-17 16:12:44 -08:00 |
|
Brion Vibber
|
fb65d5901d
|
Update sorting for conversation views: adds notice_conversation_created_id_idx index on notice, replacing more limited notice_conversation_idx
|
2010-12-17 16:08:37 -08:00 |
|
Brion Vibber
|
1b90ed564a
|
Update sorting on api/statuses/retweets: adds notice_repeat_of_created_id_idx index to replace notice_repeatof_idx
|
2010-12-17 15:13:09 -08:00 |
|
Brion Vibber
|
66474586af
|
Update sorting for group inbox timelines; adds group_inbox_group_id_created_notice_id_idx index to group_inbox table
|
2010-12-17 14:51:37 -08:00 |
|
Brion Vibber
|
3ddfa4de93
|
Update sorting on reply/mentions timeline: added reply_profile_id_modified_notice_id_idx index to reply table
|
2010-12-17 14:43:45 -08:00 |
|
Brion Vibber
|
00a5a5342a
|
Update sorting for tag-filtered public timeline: needs notice_tag_tag_created_notice_id_idx index added to notice_tag
|
2010-12-17 14:37:46 -08:00 |
|
Brion Vibber
|
53dd2583fc
|
Switch public timeline to new sorting; new index notice_created_id_is_local_idx
http://status.net/wiki/Sorting_changes
|
2010-12-17 12:49:02 -08:00 |
|
Brion Vibber
|
9df856e667
|
Merge branch '0.9.x' into merge
Conflicts:
README
actions/hostmeta.php
classes/File_redirection.php
lib/common.php
lib/designsettings.php
lib/router.php
lib/util.php
lib/xmppmanager.php
plugins/OStatus/OStatusPlugin.php
|
2010-12-07 10:50:05 -08:00 |
|
Evan Prodromou
|
9ea1a9c631
|
session table was missing from upgrade scripts
|
2010-11-09 12:53:57 -05:00 |
|
Brion Vibber
|
f5019ac5aa
|
tweaks for the installer whee
|
2010-10-29 16:26:45 -07:00 |
|
Brion Vibber
|
345b7d33b8
|
some sorta vaguely working bits
|
2010-10-29 15:28:48 -07:00 |
|
Brion Vibber
|
e7c7fd39fc
|
Merge branch '1.0.x' into schema-x
Conflicts:
plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po
|
2010-10-28 16:27:53 -07:00 |
|
Brion Vibber
|
b26eccf33c
|
Merge branch '0.9.x' into 1.0.x
|
2010-10-28 16:26:34 -07:00 |
|
Zach Copley
|
307c819089
|
Merge commit 'refs/merge-requests/2223' of git://gitorious.org/statusnet/mainline into integration
|
2010-10-25 14:35:56 -07:00 |
|
Michele macno Azzolari
|
0243cea82b
|
Updated mustard description and link
|
2010-10-25 23:08:29 +02:00 |
|
Brion Vibber
|
b483a0549f
|
Merge branch '1.0.x' into schema-x
Conflicts:
plugins/CacheLog/locale/nb/LC_MESSAGES/CacheLog.po
|
2010-10-25 13:14:33 -07:00 |
|
Brion Vibber
|
ca489631db
|
Merge branch '0.9.x' into 1.0.x
Conflicts:
actions/subscriptions.php
lib/router.php
lib/xmppmanager.php
lib/xmppoutqueuehandler.php
|
2010-10-25 13:08:57 -07:00 |
|
Zach Copley
|
e56385a7bb
|
Use a new table (oauth_token_association) to associate authorized
request tokins with OAuth client applications and profiles.
|
2010-10-20 17:21:04 -07:00 |
|
Zach Copley
|
3d6a0f730d
|
Revert DB change for OAuth. Change compound key for oauth_application_user
back to (profile_id, application_id). I think we can get away without
a DB change by only issuing one anonymous access token per user.
|
2010-10-20 11:41:04 -07:00 |
|
Zach Copley
|
e8b6d7c946
|
Add support for an anonymous OAuth consumer. Note: this requires a
small DB tweak. Oauth_application_user needs to have the primary
compound key: (profile_id, application_id, token).
http://status.net/open-source/issues/2761
This should also make it possible to have multiple access tokens
per application.
http://status.net/open-source/issues/2788
|
2010-10-19 20:54:53 -07:00 |
|
Brion Vibber
|
4f7eae8702
|
Add stub schema_version table
|
2010-10-19 15:38:53 -07:00 |
|
Brion Vibber
|
7751d455de
|
Initial foreign key setup support
|
2010-10-19 12:08:59 -07:00 |
|
Brion Vibber
|
b635c75639
|
Fix unique & foreign constraints on foreign_* tables. Reference info copied from old schema wasn't correctly taking into account that (id, service) must be treated together as a unit to identify a foreign_user uniquely.
|
2010-10-19 11:24:33 -07:00 |
|
Brion Vibber
|
d3f8a880a9
|
Fix misnamed unique constraint
|
2010-10-18 18:16:07 -07:00 |
|
Brion Vibber
|
54bac12eb9
|
Normalize the 'modified' vs 'created' field definitions to not-null timestamps. We can't rely on database DEFAULT or ON UPDATE values, since they don't play well with our insert-time caching.
|
2010-10-18 17:08:23 -07:00 |
|
Brion Vibber
|
eb93bdbb03
|
some more tweaking to do the mappings during filterDef; not totally sure I like it
|
2010-10-15 16:32:37 -07:00 |
|
Brion Vibber
|
71ed82ed96
|
Cleanup unique & foreign key defs
|
2010-10-13 17:35:39 -07:00 |
|
Brion Vibber
|
72cba88650
|
fix for column prefixes in table/index building
|
2010-10-11 19:28:02 -07:00 |
|
Brion Vibber
|
efa8ff82f4
|
fix up some more 'not null's and such
|
2010-10-07 17:31:56 -07:00 |
|
Brion Vibber
|
443be8a99c
|
some more cleanup on table defs
|
2010-10-07 17:00:40 -07:00 |
|
Brion Vibber
|
312b87ea79
|
output tweak hack for primary keys on single line
|
2010-10-07 16:23:36 -07:00 |
|
Brion Vibber
|
63c4cb3f36
|
Finish patching up the index fetching in new schema stuff for mysql
|
2010-10-07 15:14:10 -07:00 |
|
Brion Vibber
|
99194e03fa
|
Merge branch '1.0.x' into schema-x
Conflicts:
plugins/OStatus/classes/Ostatus_profile.php
|
2010-10-06 17:16:13 -07:00 |
|
Brion Vibber
|
59119482ca
|
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
Conflicts:
actions/hostmeta.php
actions/imsettings.php
classes/User.php
lib/adminpanelaction.php
lib/channel.php
lib/default.php
lib/router.php
lib/util.php
|
2010-10-04 12:54:36 -07:00 |
|
Brion Vibber
|
b98abc3ae7
|
Ticket #2725 - add StatusNet Mobile & platform variants to default notice sources lists.
To add just these to an existing table:
INSERT INTO notice_source
(code, name, url, created)
VALUES
('StatusNet Mobile', 'StatusNet Mobile', 'http://status.net/mobile', now()),
('StatusNet iPhone', 'iPhone', 'http://status.net/iphone', now()),
('StatusNet Android', 'Android', 'http://status.net/android', now()),
('StatusNet Blackberry', 'Blackberry', 'http://status.net/blackberry', now());
|
2010-09-16 12:36:18 -07:00 |
|
Brion Vibber
|
0cfaae48a3
|
Merge branch '0.9.x' into 1.0.x
|
2010-08-16 16:56:27 -07:00 |
|
Brion Vibber
|
aff54d8efb
|
Managed_DataObject initial sketches (pulling Drupal-style schema def into the data that DB_DataObject and Memcached_DataObject use; not yet functional. Converted OStatus_profile for demo.)
|
2010-08-16 14:02:31 -07:00 |
|
Brion Vibber
|
7a604365eb
|
Syntax fixes to defs file
|
2010-08-16 12:39:20 -07:00 |
|
Brenda Wallace
|
a50feb3d47
|
Merge remote branch 'shiny/0.9.x' into 0.9.x
|
2010-08-16 14:51:31 +12:00 |
|
Brenda Wallace
|
640e7e7c43
|
Merge commit 'origin/0.9.x' into 0.9.x
|
2010-08-16 02:52:23 +00:00 |
|
Brenda Wallace
|
9c97e33d35
|
removed the notice.location column from postgres def -- snuck in on a git commit by Patrick G
|
2010-08-16 14:47:18 +12:00 |
|
Brion Vibber
|
6dbeea566d
|
work in progress
|
2010-08-13 17:32:25 -07:00 |
|
Brion Vibber
|
14414d5f00
|
starting redoing core schema defs in variant of drupal format (can switch it to any way we like once done, if prefer to use a different syntax based on what we're using now for plugins)
|
2010-08-13 17:10:01 -07:00 |
|
Evan Prodromou
|
9f0715a993
|
Merge branch '0.9.x' into 1.0.x
|
2010-08-03 16:05:03 -07:00 |
|
James Walker
|
4853b1e2a0
|
SQL script to update status_network table
|
2010-07-28 11:50:04 -04:00 |
|
James Walker
|
a6b1feb08c
|
leaving tags column in (for now)
|
2010-07-28 11:43:47 -04:00 |
|
James Walker
|
7065450f03
|
normalizing tags for status_network
|
2010-07-20 17:34:58 -07:00 |
|
Brion Vibber
|
83c2e0b379
|
Merge branch 'master' into 0.9.x
|
2010-06-28 15:13:39 -04:00 |
|