lp:~jderose/dmedia/opera

Created by Jason Gerard DeRose and last modified
Get this branch:
bzr branch lp:~jderose/dmedia/opera
Only Jason Gerard DeRose can upload to this branch. If you are Jason Gerard DeRose please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jason Gerard DeRose
Project:
Dmedia
Status:
Merged

Recent revisions

156. By Jason Gerard DeRose

Fixed placement of few more non-prefixed properties

155. By Jason Gerard DeRose

Small change: put non-vendor prefixed values last so they take precedence

154. By leighman

Applied leighman's operasupport.patch

153. By Jason Gerard DeRose

Spruced up HACKING.txt with info about code reviews and running in-tree

152. By Jason Gerard DeRose

Added note about 'application_annotations'

151. By Jason Gerard DeRose

Track where files are stored, number of copies in "stored"

 * Started test-driven definition of CouchDB schema in dmedia/schema.py

 * Added new 'dmedia/store' record, one is created for each FileStore

 * Added 'time', 'origin', and 'stored' attributes to 'dmedia/file' records

 * 'stored' defines where a file is stored, how many copies there are, eg:

    "stored": {
        "FLKMHJL2E2WIV4FXAIWLKSTR": {
            "copies": 1,
            "time": 1297061923.757858
        }
    }

150. By Jason Gerard DeRose

Make dmedia browser talk to CouchDB

 * Thanks to help from Stuart Langridge, dmedia.ui.CouchView now adds an
   "Authorization" header so that all OAuth requests work (requires new
   Depends: gir1.2-webkit-1.0, which means it only works under Natty)

 * The browser now actually pulls data from CouchDB (pulls all .mov docs),
   although it doesn't yet do anything useful

 * Fixed MetaStore.update() so it correctly compares docs with attachments
   (previously '/dmedia/app' was getting a new revision every time you ran
   dmedia-gtk)

149. By Jason Gerard DeRose

Fixed line wrapping in HACKING.txt

148. By Jason Gerard DeRose

Clean-up tree to make easier for newcomers

147. By Jason Gerard DeRose

Port to Natty: using 'dmedia_test' again as dc-test idioms not easily usable; Python2.7 doctest fixes

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:dmedia
This branch contains Public information 
Everyone can see this information.