Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 3 | -3/+3 |
| | |||||
* | Fixed #724 and added extra infos to the atom feed (author uri and links to ↵ | Michele Azzolari | 2012-01-10 | 1 | -4/+20 |
| | | | | the html version of each entry) | ||||
* | Turn media.get_uploader into a property | Elrond | 2011-12-27 | 1 | -1/+1 |
| | | | | | | | sqlalchemy gives autoloading (hopefully caching) link to other objects as properties. So turn get_uploader on the current mongo based stuff into a property to ease transition. | ||||
* | Dot-Notation for Users.username | Elrond | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | Rename MediaEntry.uploader() to .get_uploader() | Elrond | 2011-11-22 | 1 | -1/+1 |
| | | | | | | | | The .uploader() method conflicts with the uploader database field. As we're moving to .FIELD for db field access, this is a relevant conflict. So renaming .uploader() to .get_uploader() | ||||
* | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 2 | -2/+2 |
|\ | | | | | | | | | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py | ||||
| * | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 2 | -2/+2 |
| | | | | | | | | | | | | | | * Removed trailing whitespace * Line length < 80 where possible * Honor conventions on number of blank lines * Honor conventions about spaces around :, = | ||||
* | | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 1 | -1/+2 |
|/ | |||||
* | 508. Updates copyright/license information | Will Kahn-Greene | 2011-09-01 | 3 | -3/+3 |
| | |||||
* | Added tags atom feed and linked it in the appropriate places | Christopher Allan Webber | 2011-07-31 | 2 | -13/+54 |
| | |||||
* | Added tag listing views. | Christopher Allan Webber | 2011-07-31 | 3 | -0/+97 |
Also added routing, added templates, etc. |