aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Expand)AuthorAgeFilesLines
* Normalizing indentation a bit in media.htmlChristopher Allan Webber2013-05-141-9/+9
* fix for bug when comments are disabled, link attribute is never closedRodney Ewing2013-05-141-2/+2
* Moving the get_original_date method over to the MediaManager.Christopher Allan Webber2013-05-111-1/+1
* Updated "created on" feature to reflect new "hover for real time" toolingChristopher Allan Webber2013-05-111-6/+10
* Merge remote-tracking branch 'refs/remotes/tryggvib/532-exif-creation-date'Christopher Allan Webber2013-05-111-0/+11
|\
| * Moved exif date transformation logic from template to image data model (as a ...Tryggvi Björgvinsson2012-11-251-7/+8
| * A template fix to show the EXIF DateTimeOriginal (as creation date). Added as...Tryggvi Björgvinsson2012-11-081-0/+8
* | Merge remote-tracking branch 'refs/remotes/dthompson/453_disable_comments'Christopher Allan Webber2013-05-101-6/+8
|\ \
| * | Do not render 'Add a comment' button if comments are disabled.David Thompson2013-04-131-6/+8
* | | Use collection.url_for_self more; Add missing /a.Elrond2013-05-053-12/+14
* | | Fix-bug-667-Use-lazy_pass_to_ugettext-for-forms.Aditi Mittal2013-04-241-4/+4
* | | pdf: use pdf.js in an iframeAlon Levy2013-04-151-203/+3
* | | add pdf media typeAlon Levy2013-04-152-1/+288
* | | Comment when/author link styling changesChristopher Allan Webber2013-04-131-2/+4
* | | Why not also display the times on when these media were createdChristopher Allan Webber2013-04-131-1/+1
* | | Changing translations to say "amount of time ago", basicallyChristopher Allan Webber2013-04-131-8/+10
* | | Adds the fuzzy timestamp to the admin panel tooJessica T2013-04-121-1/+1
* | | Adds the timesince ability which fixes #394Jessica T2013-04-111-3/+5
|/ /
* | Merge branch 'joar-skip_transcoding'Christopher Allan Webber2013-03-043-13/+28
|\ \
| * | Per Elrond's suggestions moving DEFAULT_WEBM_TYPE to media managerChristopher Allan Webber2013-03-031-1/+1
| * | Extrapolate type= based on the video metadata that we have, if we can.Christopher Allan Webber2013-03-031-1/+5
| * | Mild cosmetic cleanups to video.html and adding missing </li> elements.Christopher Allan Webber2013-03-031-8/+16
| * | {% set %} the display_type and display_path and use that elsewhereChristopher Allan Webber2013-03-031-2/+3
| * | Huge amount of work to (mostly) allow .ogg (and maybe other) formats to skip ...Christopher Allan Webber2013-03-023-5/+7
* | | Turn "License preference" into a normal field.Elrond2013-03-021-6/+3
|/ /
* | Removing html5shiv for not complying with its own licenses and racismChristopher Allan Webber2013-02-261-4/+0
* | Stylistic cleanups to some urlgen calls.Christopher Allan Webber2013-02-261-4/+4
* | Improved dropdown styling, part deuxJef van Schendel2013-02-241-12/+17
* | Improved dropdown stylingJef van Schendel2013-02-241-21/+14
* | Merge remote-tracking branch 'refs/remotes/pythonsnake/629_autoplay'Christopher Allan Webber2013-02-241-1/+3
|\ \
| * | Fix bug 629pythonsnake2013-02-101-1/+3
* | | Renaming "extrahead" template hooks to "head".Christopher Allan Webber2013-02-243-4/+4
* | | extra_head template hook. This will allow plugins to add extra js/css more e...Christopher Allan Webber2013-02-241-0/+7
* | | Add owner to list of collections.Elrond2013-02-241-11/+7
* | | Use media.id for collecting media too.Elrond2013-02-242-7/+7
* | | Use the media id for attachmemt editing.Elrond2013-02-242-17/+20
* | | Added some empty templatesJoar Wandborg2013-02-224-0/+54
* | | Integrate all atom feed in templateSebastian Spaeth2013-02-221-0/+11
* | | Create wtforms_util.render_label(_p) and use it around.Elrond2013-02-226-11/+23
* | | Use wtforms_util.render_field_div more in media_collect.htmlElrond2013-02-221-13/+3
* | | Remove "translation legos" and linkify the tag to more generic tag listingChristopher Allan Webber2013-02-211-7/+18
* | | Making the tags on media pages point to the user's tag listing specifically.Christopher Allan Webber2013-02-211-6/+10
* | | Merge remote-tracking branch 'refs/remotes/spaetz/WIP/user_tag_gallery'Christopher Allan Webber2013-02-211-2/+3
|\ \ \
| * | | Implement user's tag filtered gallery pageSebastian Spaeth2013-01-211-2/+3
* | | | Fix some small bits in base.html.Elrond2013-02-191-12/+13
* | | | Merge remote-tracking branch 'pythonsnake/537_version'Elrond2013-02-191-1/+1
|\ \ \ \
| * | | | Added "version" before the versionpythonsnake2013-02-111-1/+1
| * | | | Fix bug 537pythonsnake2013-02-101-1/+1
| | |/ / | |/| |
* / | | Add markdown notice to collection description.Elrond2013-02-132-10/+3
|/ / /
* | | Add type="text/javascript" for <script>.Elrond2013-02-091-1/+2