aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/models.py
Commit message (Expand)AuthorAgeFilesLines
* Described the MediaEntry structure in the docstring.Christopher Allan Webber2011-07-171-6/+81
* Docstring for the User model's various schema fieldsChristopher Allan Webber2011-07-171-0/+26
* Merge remote branch 'remotes/jwandborg/feature_400-resize_images_to_fit_page'Christopher Allan Webber2011-07-161-0/+22
|\
| * Removed debug code, erroneously included in my last commitJoar Wandborg2011-07-031-1/+1
| * Feature #400 - Resize images to fit on page - AdditionsJoar Wandborg2011-07-031-0/+19
* | Merge remote branch 'remotes/aaronw/feature410_markdown_bio'Christopher Allan Webber2011-07-131-1/+2
|\ \
| * | Markdown-enable user bio (Feature 410)Aaron Williamson2011-07-101-1/+2
* | | Removing old style migrations... not in use anymoreChristopher Allan Webber2011-07-111-6/+2
|/ /
* | This should actually fix the next and previous buttons now. Sorry I borked t...Christopher Allan Webber2011-07-071-2/+2
* | Merge remote branch 'remotes/gullydwarf-cfdv/f423_match_image_ordering_betwee...Christopher Allan Webber2011-07-061-3/+3
|\ \
| * | Feature #423 - gallery and scroll image ordering matchCaleb Forbes Davis V2011-07-041-4/+4
* | | Merge remote branch 'remotes/gullydwarf-cfdv/f435_limit_prev_next_by_processed'Christopher Allan Webber2011-07-061-2/+4
|\ \ \
| * | | f#435 - avoids linking to unprocessed media in prev and nextCaleb Forbes Davis V2011-07-051-2/+4
| |/ /
* / / slug-style urls in previous and next urls look much betterCaleb Forbes Davis V2011-07-051-2/+2
|/ /
* | Merge remote branch 'remotes/gullydwarf-cfdv/f401_prev_next_media_nav'Christopher Allan Webber2011-07-021-1/+27
|\ \
| * | adds previous and next links in the sidebarCaleb Forbes Davis V2011-07-021-1/+27
| * | Merge remote branch 'remotes/jwandborg/feature_362-simple_comments'Christopher Allan Webber2011-06-291-3/+43
| |\ \
* | | | 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
|\ \ \ | |/ / |/| / | |/
| * Issue #362 - Updated the MediaComment modelJoar Wandborg2011-06-291-4/+20
| * Issue 362 - Add simple commentsJoar Wandborg2011-06-271-1/+25
* | Adding our current indexes and removing the index that was in models.pyChristopher Allan Webber2011-06-271-5/+0
|/
* assigns migration steps to User database objectscfdv2011-06-201-0/+2
* Merge remote-tracking branch 'origin/master' into is315cfdv2011-06-201-1/+2
|\
| * Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblinJoar Wandborg2011-06-151-2/+2
| |\
| * | Added Markdown rendering for `media_entry`Joar Wandborg2011-06-121-1/+2
* | | baby step towards enabling profile editscfdv2011-06-181-1/+1
* | | adds user bio and website url fields to the databasecfdv2011-06-181-0/+2
| |/ |/|
* | mediagoblin.globals->mediagoblin.mg_globalsChristopher Allan Webber2011-06-121-2/+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-221-1/+5
* Added a url_for_self method for generating mediaentry linksChristopher Allan Webber2011-05-201-0/+18
* Move models into new db/ directoryElrond2011-05-181-0/+128