Merge remote branch 'remotes/elrond/idea/db_doc'
[mediagoblin.git] / mediagoblin / db /
2011-07-02 Christopher Allan... Merge remote branch 'remotes/elrond/idea/db_doc'
2011-07-02 Christopher Allan... Merge remote branch 'remotes/elrond/dev/init'
2011-07-02 Christopher Allan... Merge remote branch 'remotes/jwandborg/feature_362...
2011-07-01 Joar WandborgIssue #362 - Simple comments - Changes based on feedbac...
2011-06-30 ElrondDocument the db submodule a bit
2011-06-30 Christopher Allan... Merge remote branch 'remotes/schendje/master'
2011-06-30 Christopher Allan... Comment indexes
2011-06-30 Christopher Allan... Merge remote branch 'remotes/jwandborg/feature_362...
2011-06-29 Joar WandborgMerge branch 'feature_362-simple_comments'
2011-06-29 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/f368_msg_f...
2011-06-28 Joar WandborgIssue #362 - Updated the MediaComment model
2011-06-28 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-28 Christopher Allan... Documenging index utils and adjusting how remove_deprec...
2011-06-28 Christopher Allan... Documentation updates to indexes.py's docstring
2011-06-27 Christopher Allan... Adding our current indexes and removing the index that...
2011-06-27 Christopher Allan... Tools to add / remove indexes from collections
2011-06-27 Joar WandborgIssue 362 - Add simple comments
2011-06-27 Christopher Allan... Store the collection information in the ACTIVE_INDEXES...
2011-06-27 Christopher Allan... A base set of indexes for us to use with our new indexi...
2011-06-25 Christopher Allan... Merge remote branch 'remotes/gullydwarf-cfdv/is330'
2011-06-22 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-22 Christopher Allan... Merge remote branch 'remotes/elrond/idea/invalidid'
2011-06-22 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-22 Christopher Allan... Merge remote branch 'refs/remotes/gullydwarf-cfdv/is315'
2011-06-21 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
2011-06-21 cfdvassigns migration steps to User database objects
2011-06-21 Christopher Allan... Only migrate to description_html if description also...
2011-06-21 cfdvremoves unecessary dependence on existence of username...
2011-06-20 cfdvadds accommmodations for migration of fields in User...
2011-06-20 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-20 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
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 cfdvMerge remote-tracking branch 'origin/master' into is315
2011-06-19 ElrondMove InvalidId to db.util
2011-06-19 Christopher Allan... Merge remote branch 'remotes/elrond/idea/globals_check'
2011-06-18 cfdvbaby step towards enabling profile edits
2011-06-18 cfdvadds user bio and website url fields to the database
2011-06-15 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
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-31 Jef van SchendelMerge remote-tracking branch 'gitorious/master'
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