| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into 201207-testfixes | Brett Smith | 2012-07-08 | 1 | -1/+12 |
|\ |
|
| * | fixing bug #255 as Joar and CWebber ask me to do :) | Jorge Araya Navarro | 2012-06-28 | 1 | -1/+12 |
* | | Prevent non-Unicode SQLAlchemy warnings in most submission tests. | Brett Smith | 2012-07-08 | 1 | -8/+8 |
|/ |
|
* | Fixed some comment notification code for compliance with SQL | Joar Wandborg | 2012-06-10 | 2 | -12/+15 |
* | Merge remote-tracking branch 'is_derek/bug405_email_notifications_for_comment... | Joar Wandborg | 2012-06-10 | 2 | -0/+61 |
|\ |
|
| * | Updates to send email comments, included translation, better validation. | Derek Moore | 2012-03-25 | 1 | -9/+9 |
| * | Merge branch 'master' into derek-moore-bug405_email_notifications_for_comments | Christopher Allan Webber | 2012-03-18 | 2 | -1/+5 |
| |\ |
|
| * | | These are changes for issue #405, add email comment notification. | Derek Moore | 2012-03-15 | 2 | -0/+61 |
* | | | Panel: Find "unprocessed" not "processing" entries. | Elrond | 2012-03-21 | 1 | -1/+1 |
| |/
|/| |
|
* | | When media is deleted, delete associated comments too. | Brett Smith | 2012-03-17 | 1 | -0/+4 |
* | | More/better translation. | Elrond | 2012-03-17 | 1 | -1/+1 |
|/ |
|
* | Dot-Notation: MediaComment and some random places | Elrond | 2012-02-26 | 1 | -4/+4 |
* | Drop pre-rendered html: MediaComment.content_html | Elrond | 2012-02-18 | 1 | -2/+0 |
* | Drop pre-rendered html: MediaEntry.description_html | Elrond | 2012-02-18 | 1 | -1/+1 |
* | Fix copyright statements; add LICENSE for EXIF.py | Will Kahn-Greene | 2012-02-08 | 1 | -1/+1 |
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 4 | -4/+4 |
* | As per spec, we permit to have more then 1 hub | Michele Azzolari | 2012-01-12 | 1 | -4/+5 |
* | As suggested by Elrond, we use only one setting | Michele Azzolari | 2012-01-12 | 1 | -1/+1 |
* | Added PuSH capability | Michele Azzolari | 2012-01-11 | 1 | -6/+14 |
* | Fixed #724 and added extra infos to the atom feed (author uri and links to th... | Michele Azzolari | 2012-01-10 | 1 | -4/+24 |
* | Turn media.get_uploader into a property | Elrond | 2011-12-27 | 1 | -1/+1 |
* | Replace media.get_uploader()._id by media.uploader | Elrond | 2011-12-24 | 1 | -1/+1 |
* | Merge jQuery branch, resolve conflicts | Jef van Schendel | 2011-12-13 | 1 | -1/+1 |
|\ |
|
| * | Lots of changes to media page; rearranged things, added new styles, added jqu... | Jef van Schendel | 2011-12-09 | 1 | -1/+1 |
* | | Dot-Notation for MediaEntry.media_type | Elrond | 2011-12-05 | 1 | -1/+1 |
* | | Dot-Notation for Users.is_admin | Elrond | 2011-12-05 | 1 | -1/+1 |
* | | Dot-Notation for Users.status | Elrond | 2011-12-05 | 1 | -2/+2 |
* | | Dot-Notation for Users.username | Elrond | 2011-12-05 | 1 | -2/+2 |
* | | Changed comment error message wording slightly. Btw, should we translate thes... | Jef van Schendel | 2011-12-03 | 1 | -2/+2 |
|/ |
|
* | Merge remote-tracking branch 'remotes/jwandborg/master' | Christopher Allan Webber | 2011-11-24 | 1 | -1/+5 |
|\ |
|
| * | Merge branch 'video_gstreamer-only' | Joar Wandborg | 2011-11-21 | 1 | -1/+5 |
| |\ |
|
| | * | Multimedia support - Commiting from a not yet finished state - Details below | Joar Wandborg | 2011-09-23 | 1 | -1/+5 |
* | | | Rename MediaEntry.uploader() to .get_uploader() | Elrond | 2011-11-22 | 1 | -2/+2 |
* | | | Wrap long line. | Elrond | 2011-11-22 | 1 | -1/+2 |
* | | | Added a message noticing the user the image has been successfully | Pablo J. Urbano Santos | 2011-11-22 | 1 | -1/+2 |
* | | | Fixes #597. Add a visible error when user tries to delete an image | Pablo J. Urbano Santos | 2011-11-22 | 1 | -0/+3 |
|/ / |
|
* | | Allow user to set whether comments are ascending or descending | Christopher Allan Webber | 2011-11-19 | 1 | -2/+6 |
* | | media_home: order comments by ascending date. | Pablo J. Urbano Santos | 2011-11-19 | 1 | -2/+2 |
* | | Dot-Notation for "_id" | Elrond | 2011-11-15 | 1 | -9/+9 |
* | | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 2 | -5/+6 |
|\ \ |
|
| * | | Whitespace and formatting cleanup. | Nathan Yergler | 2011-10-01 | 2 | -7/+8 |
| |/ |
|
* | | Removed the bloof print debugging | Christopher Allan Webber | 2011-11-02 | 1 | -1/+0 |
* | | Make sure you can't force comments on entries that don't exist. | Christopher Allan Webber | 2011-11-02 | 1 | -5/+8 |
* | | Make Comment posted! translatable. | Aaron Williamson | 2011-10-04 | 1 | -1/+1 |
* | | Added a check to prevent blank messages from being posted. | Aaron Williamson | 2011-10-03 | 1 | -5/+10 |
* | | Finished splitting util.py into separate files. | Aaron Williamson | 2011-10-01 | 1 | -3/+4 |
* | | Moved common, translation, template, and url code out of util.py and into too... | Aaron Williamson | 2011-10-01 | 2 | -2/+2 |
|/ |
|
* | Use media.url_for_self() instead of generating it | Elrond | 2011-09-09 | 1 | -3/+2 |
* | Updating the confirm delete form: checkboxes shouldn't be required, make tran... | Christopher Allan Webber | 2011-09-05 | 1 | -2/+2 |
* | Page Redesign to Delete confirmation page | Shawn Khan | 2011-09-05 | 2 | -5/+3 |