diff options
author | Kartic Krishnamurthy <drunkensufi@lindenlab.com> | 2008-09-16 18:16:24 +0000 |
---|---|---|
committer | Kartic Krishnamurthy <drunkensufi@lindenlab.com> | 2008-09-16 18:16:24 +0000 |
commit | 785e5313bc0e850895d41a4be196cce7cefe3cdf (patch) | |
tree | 1128cab2733b12e5281f17ddafc019c8f9f11707 | |
parent | 80f61963272cc2311c5410671045e34212476134 (diff) |
QAR-751 : Merge Agent Inventory Services - Fetch Inventory and Fetch Inventory Descendents - to Release
Related Jiras:
1. DEV-17797 New Top Causes of Inventory Loss is Attachments with null folder_id
2. DEV-17937 null asset id not handled correctly in ais inventory fetch
3. OPSRT-1097 Update python-indra package on the system images
4. DEV-20505 QAR-751: Banning Cap "FetchLibDescendents" results in error in viewer log.
5. DEV-20328 QAR-751 Excessive log spam when using ais viewer against ais sim
6. DEV-20335 QAR-751 AIS bans are missing from message.xml
svn merge -r95983:96590 svn+ssh://svn/svn/linden/branches/ais-for-merge-qar-751 .
Miscellaneous commit:
1. Fixed silly bug in llsd-rest that broke connects to https on a non-standard port
svn merge -r95983:96590 svn+ssh://svn/svn/linden/branches/ais-for-merge-qar-751 .
-rw-r--r-- | etc/message.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/etc/message.xml b/etc/message.xml index 80dc5607c0..ad1327ea35 100644 --- a/etc/message.xml +++ b/etc/message.xml @@ -564,7 +564,19 @@ <boolean>true</boolean> <key>FetchInventoryDescendents</key> - <boolean>true</boolean> + <boolean>false</boolean> + + <key>WebFetchInventoryDescendents</key> + <boolean>false</boolean> + + <key>FetchInventory</key> + <boolean>false</boolean> + + <key>FetchLibDescendents</key> + <boolean>false</boolean> + + <key>FetchLib</key> + <boolean>false</boolean> </map> <key>messageBans</key> |