Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'remotes/jwandborg/feature_362-simple_comments' | Christopher Allan Webber | 2011-06-29 | 1 | -3/+43 |
|\ | |||||
| * | Issue #362 - Updated the MediaComment model | Joar Wandborg | 2011-06-29 | 1 | -4/+20 |
| | | | | | | | | | | | | | | * `MediaComment.get_comments()` now uses pagination * `MediaComment.get_comments()` now sorts by `created` DESC * `MediaComment.media_entry` is now **required** * `MediaComment.media_entry()` now returns parent `MediaEntry` | ||||
| * | Issue 362 - Add simple comments | Joar Wandborg | 2011-06-27 | 1 | -1/+25 |
| | | | | | | | | | | * Added MediaComment database model Holds `media_entry` (`ObjectId`), `author` (`ObjectId`), `created`, `content` and `content_html`. | ||||
* | | Adding our current indexes and removing the index that was in models.py | Christopher Allan Webber | 2011-06-27 | 1 | -5/+0 |
|/ | |||||
* | assigns migration steps to User database objects | cfdv | 2011-06-20 | 1 | -0/+2 |
| | | | | | | adds the migration_handler to the User db class, connecting the migration steps in ../db/migrations.py to the migration code in gmg_commands | ||||
* | Merge remote-tracking branch 'origin/master' into is315 | cfdv | 2011-06-20 | 1 | -1/+2 |
|\ | |||||
| * | Merge branch 'master' of http://git.gitorious.org/mediagoblin/mediagoblin | Joar Wandborg | 2011-06-15 | 1 | -2/+2 |
| |\ | |||||
| * | | Added Markdown rendering for `media_entry` | Joar Wandborg | 2011-06-12 | 1 | -1/+2 |
| | | | |||||
* | | | baby step towards enabling profile edits | cfdv | 2011-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds * url and bio fields to database * form for editing the user profile * route to the edit profile controller * view for the profile editing page * template for the profile editing page * link to edit profile in the welcome page still needs * thorough inspection to see if it makes sense * tests * ? | ||||
* | | | adds user bio and website url fields to the database | cfdv | 2011-06-18 | 1 | -0/+2 |
| |/ |/| | |||||
* | | mediagoblin.globals->mediagoblin.mg_globals | Christopher Allan Webber | 2011-06-12 | 1 | -2/+2 |
|/ | |||||
* | No need for a method for generating the verification key as a method | Christopher Allan Webber | 2011-06-02 | 1 | -8/+0 |
| | | | | on the class, can just do that in the view | ||||
* | Merge remote branch 'remotes/aleks/aleks' | Christopher Allan Webber | 2011-05-31 | 1 | -0/+8 |
|\ | |||||
| * | Added the ability to regenerate a verification key. | Aleksandar Micovic | 2011-05-31 | 1 | -0/+8 |
| | | |||||
* | | Add an index on MediaEntries making sure slugs + uploader combos are unique | Christopher Allan Webber | 2011-05-30 | 1 | -6/+5 |
|/ | |||||
* | remove all 'username_repr' stuff | Jakob Kramer | 2011-05-29 | 1 | -2/+1 |
| | |||||
* | this should fix #354 | Jakob Kramer | 2011-05-29 | 1 | -1/+2 |
| | |||||
* | Update all the views so that they use the uploader reference instead | Christopher Allan Webber | 2011-05-22 | 1 | -2/+7 |
| | | | | of uploader embedding | ||||
* | User migration works (but the rest of the system isn't updated for new user ↵ | Christopher Allan Webber | 2011-05-22 | 1 | -1/+5 |
| | | | | setup yet) | ||||
* | Added a url_for_self method for generating mediaentry links | Christopher Allan Webber | 2011-05-20 | 1 | -0/+18 |
| | | | | This allows for optionally making the url based off of slugs or ids | ||||
* | Move models into new db/ directory | Elrond | 2011-05-18 | 1 | -0/+128 |
The database is a central point of interest/discussion. Represent that by its own directory. This will surely become more interesting when we have migrations for example. |