Changeset 2677
- Timestamp:
- 07/02/08 17:18:54 (20 months ago)
- Location:
- branches/release-41
- Files:
-
- 3 modified
-
build/mt-dists/default.mk (modified) (1 diff)
-
lib/MT/ObjectScore.pm (modified) (1 diff)
-
lib/MT/Upgrade.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/build/mt-dists/default.mk
r2627 r2677 2 2 3 3 PRODUCT_VERSION = 4.2 4 SCHEMA_VERSION = 4.006 64 SCHEMA_VERSION = 4.0067 5 5 API_VERSION = 4.2 6 6 -
branches/release-41/lib/MT/ObjectScore.pm
r1174 r2677 21 21 }, 22 22 indexes => { 23 namespace => 1, 24 object_id => 1, 25 author_id => 1, 26 ip => 1, 23 # usually used to remove all scores for a given object 24 ds_obj => { 25 columns => ['object_ds', 'object_id'], 26 }, 27 # common requests for scoring 28 ns_user_ds_obj => { 29 columns => ['namespace', 'author_id', 'object_ds', 'object_id'], 30 }, 31 # common requests for anonymous scoring (ip-based) 32 ns_ip_ds_obj => { 33 columns => ['namespace', 'ip', 'object_ds', 'object_id'], 34 }, 35 # for scored_by method 36 user_ns => { 37 columns => ['author_id', 'namespace'], 38 }, 27 39 }, 28 40 defaults => { -
branches/release-41/lib/MT/Upgrade.pm
r2672 r2677 992 992 }, 993 993 'core_recover_sysadmin_permissions' => { 994 version_limit => 4.006 7,994 version_limit => 4.0066, 995 995 priority => 3.5, 996 996 updater => {
