- From: Richard Tibbett via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Jun 2010 22:48:36 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv32637/contacts
Modified Files:
Overview.html
Log Message:
- Applied a Portable Contacts based schema to Contact objects, resulting in the following changes:
- Updated 'Contact', 'ContactProperties' interfaces
- Removed 'Address' interface.
- Added 'ContactOrganization', 'ContactAccount' interfaces
- Updated 'ContactField', 'ContactName', 'ContactAddress' interfaces
- Updated 'Search Sorting' section
- Added 'Appendix B: Search Weights'
- Other general updates to the specification:
- Updated examples included in spec as necessary.
- Changed 'categories' to 'tags' in ContactProperties (inline with Portable Contacts)
- Moved 'serviceId' to Contact interface (from ContactProperties interface)
- Added initial step to find(), save() and remove() operations - check that an existing operation is not awaiting a response (success or error) before processing the operation (otherwise, throw a PENDING_OPERATION_ERROR).
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Overview.html 7 Jun 2010 11:44:25 -0000 1.57
+++ Overview.html 15 Jun 2010 22:48:34 -0000 1.58
@@ -29,13 +29,12 @@
edDraftURI: "http://dev.w3.org/2009/dap/contacts/",
// lcEnd: "2009-08-05",
};
-
</script>
<script
type="text/javascript"
src='../common/config.js'
class='remove'>
-
+
[...1485 lines suppressed...]
+ </td>
+ <td>
+ n/a (complex attribute)
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <code>urls</code>
+ </td>
+ <td>
+ n/a (complex attribute)
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <br>
+ </section>
</body>
</html>
Received on Tuesday, 15 June 2010 22:48:38 UTC