Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Added some empty templates | Joar Wandborg | 2013-02-22 | 4 | -0/+54 | |
* | | | | | simplified get_useful | András Veres-Szentkirályi | 2013-02-22 | 1 | -6/+1 | |
* | | | | | use dict.iteritems() instead of dict.items() | András Veres-Szentkirályi | 2013-02-22 | 1 | -1/+1 | |
* | | | | | use list expression instead of 3-deep for | András Veres-Szentkirályi | 2013-02-22 | 1 | -7/+2 | |
* | | | | | simplified clean_exif | András Veres-Szentkirályi | 2013-02-22 | 1 | -6/+2 | |
* | | | | | close file properly and remove unneeded variable | András Veres-Szentkirályi | 2013-02-22 | 1 | -6/+2 | |
* | | | | | typofix in comment | András Veres-Szentkirályi | 2013-02-22 | 1 | -1/+1 | |
* | | | | | use key in dict instead of key in dict.keys() | András Veres-Szentkirályi | 2013-02-22 | 1 | -1/+1 | |
* | | | | | removed unused import cgi.FieldStorage | András Veres-Szentkirályi | 2013-02-22 | 1 | -1/+0 | |
* | | | | | removed unused import re | András Veres-Szentkirályi | 2013-02-22 | 1 | -1/+0 | |
* | | | | | removed unnecessary collection lookup | András Veres-Szentkirályi | 2013-02-22 | 1 | -4/+0 | |
* | | | | | removed unused import NotFound | András Veres-Szentkirályi | 2013-02-22 | 1 | -1/+1 | |
* | | | | | Changing name for atom feed view to be more generic than tags. | Christopher Allan Webber | 2013-02-22 | 2 | -3/+4 | |
* | | | | | Integrate all atom feed in template | Sebastian Spaeth | 2013-02-22 | 1 | -0/+11 | |
* | | | | | Adding an Atom RSS feed for all media on the server | Sebastian Spaeth | 2013-02-22 | 2 | -10/+19 | |
* | | | | | Create wtforms_util.render_label(_p) and use it around. | Elrond | 2013-02-22 | 6 | -11/+23 | |
* | | | | | Use wtforms_util.render_field_div more in media_collect.html | Elrond | 2013-02-22 | 1 | -13/+3 | |
* | | | | | Merge remote-tracking branch 'aleksej/632_config_spec_comment_typo' | Christopher Allan Webber | 2013-02-21 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | correct typo in a comment in config_spec.ini | Aleksej | 2013-02-10 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Remove "translation legos" and linkify the tag to more generic tag listing | Christopher Allan Webber | 2013-02-21 | 1 | -7/+18 | |
* | | | | | Making the tags on media pages point to the user's tag listing specifically. | Christopher Allan Webber | 2013-02-21 | 2 | -7/+11 | |
* | | | | | Fixing user gallery tags filter to be on slug rather than name. | Christopher Allan Webber | 2013-02-21 | 1 | -1/+1 | |
* | | | | | Merge remote-tracking branch 'refs/remotes/spaetz/WIP/user_tag_gallery' | Christopher Allan Webber | 2013-02-21 | 3 | -5/+18 | |
|\ \ \ \ \ | ||||||
| * | | | | | Implement user's tag filtered gallery page | Sebastian Spaeth | 2013-01-21 | 3 | -5/+18 | |
* | | | | | | plugins/api: fix for cross origin requests | Runar Petursson | 2013-02-20 | 1 | -1/+2 | |
* | | | | | | Fix some small bits in base.html. | Elrond | 2013-02-19 | 1 | -12/+13 | |
* | | | | | | Merge remote-tracking branch 'pythonsnake/537_version' | Elrond | 2013-02-19 | 2 | -1/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Added "version" before the version | pythonsnake | 2013-02-11 | 1 | -1/+1 | |
| * | | | | | | Fix bug 537 | pythonsnake | 2013-02-10 | 2 | -1/+3 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Fix deleting media with attachments. | Elrond | 2013-02-18 | 3 | -1/+17 | |
* | | | | | | Fix errors in collection views | Joar Wandborg | 2013-02-18 | 1 | -0/+5 | |
* | | | | | | Change from email format in tag URI to domain format | Joar Wandborg | 2013-02-13 | 1 | -2/+2 | |
* | | | | | | Address concerns in Issue #543 | Joar Wandborg | 2013-02-13 | 1 | -8/+10 | |
* | | | | | | Add markdown notice to collection description. | Elrond | 2013-02-13 | 2 | -10/+3 | |
* | | | | | | Tuned logging and added comments to 511 fix | Joar Wandborg | 2013-02-10 | 1 | -3/+22 | |
* | | | | | | Fixed issue #511. | pythonsnake | 2013-02-10 | 1 | -4/+12 | |
|/ / / / / | ||||||
* | | | | | Merge remote-tracking branch 'refs/remotes/elrond/sql/media_data' | Christopher Allan Webber | 2013-02-09 | 8 | -29/+48 | |
|\ \ \ \ \ | ||||||
| * | | | | | Drop backward compatibility for media_data backref. | Elrond | 2013-02-01 | 1 | -9/+1 | |
| * | | | | | Drop media_data_table property. | Elrond | 2013-02-01 | 1 | -6/+3 | |
| * | | | | | Turn media.{backref_nam} from a list to a scalar. | Elrond | 2013-02-01 | 5 | -5/+10 | |
| * | | | | | Rewrite media_data handling to use relationships | Elrond | 2013-02-01 | 1 | -20/+21 | |
| * | | | | | Some tests for media_data, yeah! | Elrond | 2013-02-01 | 2 | -1/+25 | |
* | | | | | | Add type="text/javascript" for <script>. | Elrond | 2013-02-09 | 1 | -1/+2 | |
* | | | | | | Add translation tags; remove unnecessary title attribute from link | Jef van Schendel | 2013-02-08 | 1 | -3/+2 | |
* | | | | | | Remove unused translation variable | Jef van Schendel | 2013-02-08 | 1 | -1/+1 | |
* | | | | | | Fix "Add to collection" button: remove icon, add text, add to collections.html | Jef van Schendel | 2013-02-08 | 3 | -31/+29 | |
* | | | | | | Remove the collection counter because it's not needed | Jef van Schendel | 2013-02-08 | 1 | -1/+1 | |
* | | | | | | Kill monkeypatching of ProcessingState. | Elrond | 2013-02-08 | 7 | -27/+15 | |
* | | | | | | Also refactor "copy original into public storage". | Elrond | 2013-02-08 | 3 | -7/+8 | |
* | | | | | | Use ProcessingState for video. | Elrond | 2013-02-08 | 1 | -7/+7 |