aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'remotes/gullydwarf-cfdv/f401_prev_next_media_nav'Christopher Allan Webber2011-07-022-2/+28
|\
| * adds previous and next links in the sidebarCaleb Forbes Davis V2011-07-022-2/+28
* | Note from Chris Webber prefacing Elrond's DB abstraction idea.Christopher Allan Webber2011-07-021-0/+12
* | Merge remote branch 'remotes/elrond/idea/db_doc'Christopher Allan Webber2011-07-021-0/+34
|\ \
| * | Document the db submodule a bitElrond2011-06-301-0/+34
| |/
* | Merge remote branch 'remotes/jwandborg/feature_362-simple_comments-acts_on_fe...Christopher Allan Webber2011-07-021-17/+5
|\ \ | |/ |/|
| * Issue #362 - Simple comments - Changes based on feedback recieved from #media...Joar Wandborg2011-07-011-17/+5
| * Merge branch 'feature_362-simple_comments'Joar Wandborg2011-06-291-3/+43
| |\
* | | Comment indexesChristopher Allan Webber2011-06-301-0/+10
* | | Merge remote branch 'remotes/jwandborg/feature_362-simple_comments'Christopher Allan Webber2011-06-291-3/+43
|\ \ \ | |/ / |/| / | |/
| * Issue #362 - Updated the MediaComment modelJoar Wandborg2011-06-291-4/+20
| * Issue 362 - Add simple commentsJoar Wandborg2011-06-271-1/+25
* | Documenging index utils and adjusting how remove_deprecated_indexes gets argu...Christopher Allan Webber2011-06-271-2/+17
* | Documentation updates to indexes.py's docstringChristopher Allan Webber2011-06-271-5/+19
* | Adding our current indexes and removing the index that was in models.pyChristopher Allan Webber2011-06-272-11/+12
* | Tools to add / remove indexes from collectionsChristopher Allan Webber2011-06-271-0/+65
* | Store the collection information in the ACTIVE_INDEXES keysChristopher Allan Webber2011-06-261-14/+9
* | A base set of indexes for us to use with our new indexing tool.Christopher Allan Webber2011-06-261-0/+103
|/
* Merge remote branch 'remotes/elrond/idea/invalidid'Christopher Allan Webber2011-06-221-0/+1
|\
| * Move InvalidId to db.utilElrond2011-06-201-0/+1
* | Merge remote branch 'refs/remotes/gullydwarf-cfdv/is315'Christopher Allan Webber2011-06-212-2/+21
|\ \
| * | assigns migration steps to User database objectscfdv2011-06-201-0/+2
| * | removes unecessary dependence on existence of username for User migration01, ...cfdv2011-06-201-6/+5
| * | adds accommmodations for migration of fields in User: bio and urlcfdv2011-06-201-2/+18
| * | Merge remote-tracking branch 'origin/master' into is315cfdv2011-06-202-1/+18
| |\ \
| * | | baby step towards enabling profile editscfdv2011-06-181-1/+1
| * | | adds user bio and website url fields to the databasecfdv2011-06-181-0/+2
| | |/ | |/|
* | | Only migrate to description_html if description also exists.Christopher Allan Webber2011-06-201-1/+2
| |/ |/|
* | Provide a migration to add description_html to MediaEntries that don't have itChristopher Allan Webber2011-06-191-0/+16
* | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblinJoar Wandborg2011-06-152-4/+2
|\|
| * mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-122-4/+2
* | Added Markdown rendering for `media_entry`Joar Wandborg2011-06-121-1/+2
|/
* No need for a method for generating the verification key as a methodChristopher Allan Webber2011-06-021-8/+0
* Merge remote branch 'remotes/aleks/aleks'Christopher Allan Webber2011-05-311-0/+8
|\
| * Added the ability to regenerate a verification key.Aleksandar Micovic2011-05-311-0/+8
* | Add an index on MediaEntries making sure slugs + uploader combos are uniqueChristopher Allan Webber2011-05-301-6/+5
|/
* remove all 'username_repr' stuffJakob Kramer2011-05-291-2/+1
* this should fix #354Jakob Kramer2011-05-291-1/+2
* Update all the views so that they use the uploader reference insteadChristopher Allan Webber2011-05-221-2/+7
* User migration works (but the rest of the system isn't updated for new user s...Christopher Allan Webber2011-05-222-1/+44
* Added a url_for_self method for generating mediaentry linksChristopher Allan Webber2011-05-201-0/+18
* Factor out most of the database connection into db/open.pyElrond2011-05-192-13/+37
* Renaming connect_database to connect_database_from_config and using in from_c...Christopher Allan Webber2011-05-181-1/+1
* Need to import asint for users who specify ports via config fileChristopher Allan Webber2011-05-181-0/+2
* Adding copyright headers and explaining why these unused imports are hereChristopher Allan Webber2011-05-182-0/+33
* Move ObjectId, DESCENDING to db.utilElrond2011-05-181-0/+2
* Move "connect to database" into db/util.pyElrond2011-05-181-0/+11
* Move models into new db/ directoryElrond2011-05-182-0/+128