Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
[mediagoblin.git] / mediagoblin / db /
2011-06-21 Christopher Allan... Only migrate to description_html if description also...
2011-06-20 Christopher Allan... Provide a migration to add description_html to MediaEnt...
2011-06-20 Christopher Allan... Merge remote branch 'remotes/jwandborg/issue_363'
2011-06-19 Christopher Allan... Merge remote branch 'remotes/elrond/idea/globals_check'
2011-06-15 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-12 Christopher Allan... Merge remote branch 'remotes/elrond/idea/simple_proc_me...
2011-06-12 Christopher Allan... mediagoblin.globals->mediagoblin.mg_globals
2011-06-12 Joar WandborgMerge branch 'master' of git.gitorious.org/mediagoblin...
2011-06-12 Joar WandborgAdded Markdown rendering for `media_entry`
2011-06-03 Christopher Allan... Merge branch 'media_edit'
2011-06-02 Christopher Allan... No need for a method for generating the verification...
2011-06-02 ElrondMerge remote branch 'upstream/master'
2011-06-01 Christopher Allan... Merge remote branch 'remotes/aleks/aleks'
2011-05-31 Aleksandar MicovicAdded the ability to regenerate a verification key.
2011-05-30 Christopher Allan... Add an index on MediaEntries making sure slugs + upload...
2011-05-29 Jakob Kramerremove all 'username_repr' stuff
2011-05-29 Jakob Kramerthis should fix #354
2011-05-22 Christopher Allan... Merge remote branch 'refs/remotes/elrond/idea/new_get_p...
2011-05-22 Christopher Allan... Update all the views so that they use the uploader...
2011-05-22 Christopher Allan... User migration works (but the rest of the system isn...
2011-05-20 Christopher Allan... Added a url_for_self method for generating mediaentry...
2011-05-20 Christopher Allan... Merge remote branch 'remotes/hanaku/pagination'
2011-05-18 ElrondFactor out most of the database connection into db...
2011-05-18 Christopher Allan... Renaming connect_database to connect_database_from_conf...
2011-05-18 Christopher Allan... Need to import asint for users who specify ports via...
2011-05-18 Christopher Allan... Adding copyright headers and explaining why these unuse...
2011-05-18 ElrondMove ObjectId, DESCENDING to db.util
2011-05-17 ElrondMove "connect to database" into db/util.py
2011-05-17 ElrondMove models into new db/ directory