Merge lp:~rodrigo-moya/desktopcouch/xdg-record-type into lp:desktopcouch

Proposed by Rodrigo Moya
Status: Merged
Approved by: Elliot Murphy
Approved revision: 38
Merged at revision: not available
Proposed branch: lp:~rodrigo-moya/desktopcouch/xdg-record-type
Merge into: lp:desktopcouch
Diff against target: None lines
To merge this branch: bzr merge lp:~rodrigo-moya/desktopcouch/xdg-record-type
Reviewer Review Type Date Requested Status
Elliot Murphy (community) Approve
Review via email: mp+10371@code.launchpad.net

Commit message

Change to freedesktop URL for record type spec.

To post a comment you must log in.
Revision history for this message
Rodrigo Moya (rodrigo-moya) wrote :

Use freedesktop.org URL for contacts record type

Revision history for this message
Elliot Murphy (statik) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'desktopcouch/contacts/record.py'
2--- desktopcouch/contacts/record.py 2009-08-17 21:39:48 +0000
3+++ desktopcouch/contacts/record.py 2009-08-19 10:07:54 +0000
4@@ -23,7 +23,7 @@
5
6 from desktopcouch.records.record import Record
7
8-CONTACT_RECORD_TYPE = 'http://api.ubuntuone.com/schema/contact/0.1'
9+CONTACT_RECORD_TYPE = 'http://www.freedesktop.org/wiki/Specifications/desktopcouch/contact'
10
11
12 class Contact(Record):
13
14=== modified file 'desktopcouch/contacts/schema.txt'
15--- desktopcouch/contacts/schema.txt 2009-08-17 21:39:48 +0000
16+++ desktopcouch/contacts/schema.txt 2009-08-19 10:07:54 +0000
17@@ -20,7 +20,7 @@
18
19 Core fields
20
21- * record_type 'http://api.ubuntuone.com/schema/contact/0.1'
22+ * record_type 'http://www.freedesktop.org/wiki/Specifications/desktopcouch/contact'
23 * first_name (string)
24 * last_name (string)
25 * birth_date (string, "YYYY-MM-DD")
26
27=== modified file 'desktopcouch/contacts/testing/create.py'
28--- desktopcouch/contacts/testing/create.py 2009-08-17 21:39:48 +0000
29+++ desktopcouch/contacts/testing/create.py 2009-08-19 10:07:54 +0000
30@@ -23,7 +23,7 @@
31
32 from couchdb import Server
33
34-CONTACT_DOCTYPE = 'http://api.ubuntuone.com/schema/contact/0.1'
35+CONTACT_DOCTYPE = 'http://www.freedesktop.org/wiki/Specifications/desktopcouch/contact'
36 COUCHDB_SYS_PORT = 5984
37
38 FIRST_NAMES = ('Jack', 'Thomas', 'Oliver', 'Joshua', 'Harry', 'Charlie',

Subscribers

People subscribed via source and target branches