aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Collapse)AuthorAgeFilesLines
* Added new files for collectionsAaron Williamson2012-09-189-0/+522
|
* Added basic collection functionalityAaron Williamson2012-09-182-0/+14
|
* Merge remote-tracking branch 'refs/remotes/merge-requests/42'Christopher Allan Webber2012-08-192-0/+6
|\
| * add titles to two pages and fix a typo in docsAleksej2012-08-182-0/+6
| |
* | Merge remote-tracking branch 'refs/remotes/merge-requests/40'Christopher Allan Webber2012-08-192-6/+6
|\ \
| * | use YYYY-MM-DD HH:MM 24-hour format on panelsAleksej2012-08-132-6/+6
| |/
* / added title tags to various pages and marked a string translatableAleksej2012-08-1310-1/+54
|/
* Removing text on frontpage that suggests we have favorites (we don't)Christopher Allan Webber2012-08-041-1/+1
|
* Moving extrahead.html -> extra_head.html because it's easier to readChristopher Allan Webber2012-07-142-1/+1
|
* Allow for an "extrahead" template where themers can include extra css, js, etcChristopher Allan Webber2012-07-142-0/+22
|
* Processing panel improvementsJoar Wandborg2012-07-112-2/+113
| | | | | - Added admin processing panel - Minor fixes on the user processing panel template
* Panel improvementsJoar Wandborg2012-07-111-4/+30
| | | | | | | | | | - Added progress meter for video and audio media types. - Changed the __repr__ method of a MediaEntry to display a bit more useful explanation. - Added a new MediaEntry.state, 'processing', which means that the task is running the processor on the item currently. - Fixed some PEP8 issues in user_pages/views.py - Fixed the ATOM TAG URI to show the correct year.
* Minor improvements to the processing panelJoar Wandborg2012-07-101-1/+12
| | | | | | - It is now possible to actually see what's processing, due to a bug fix where __getitem__ was called on the db model. - Removed DEPRECATED message from the docstring, it wasn't true.
* made the download links consistentJakob Kramer2012-07-074-11/+31
|
* put attachments into sidebarJakob Kramer2012-07-071-22/+26
| | | | also added {% trans %} tags
* Pull instance name from config in the notification email.Joar Wandborg2012-06-111-3/+3
|
* Merge remote-tracking branch ↵Joar Wandborg2012-06-101-0/+26
|\ | | | | | | | | | | | | 'is_derek/bug405_email_notifications_for_comments' into notifications-merge Conflicts: mediagoblin/db/mongo/migrations.py
| * Merge branch 'master' into derek-moore-bug405_email_notifications_for_commentsChristopher Allan Webber2012-03-187-18/+31
| |\ | | | | | | | | | | | | Conflicts: mediagoblin/db/mongo/migrations.py
| * | These are changes for issue #405, add email comment notification.Derek Moore2012-03-151-0/+26
| | |
* | | added support for original audio download; renameJakob Kramer2012-05-202-11/+16
| | | | | | | | | | | | Renamed `ogg' to `webm_audio' in core__file_keynames
* | | Translate form validation error messages.Elrond2012-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Okay, this is a long story. There are two ways to translate validation error messages: 1) Let wtforms do it. You give wtforms a translation thingy and it calls it for the message to be translated. Good idea maybe. Except: The translation function is only called for the builtin messages of wtforms. It's not called for any handcrafted messages in the constructor. And we can't translate the message there! Because the message needs to be translated when the form is rendered, for each user's locale. This does not work for us. 2) Translate the message while it gets rendered. Luckily we render the message completely by hand. So we can just translate it there also! Simple, easy, works! This all does not cover translating the builtin messages of wtforms. They're currently not extracted in any way, so our translators can't translate them. But that's another issue!
* | | '+ Add media' and 'View your profile' translatableJakob Kramer2012-04-191-2/+2
| | |
* | | Make image-for-media_title alt tag translatableChristopher Allan Webber2012-04-181-2/+4
| | |
* | | Added html5slider to support range inputs in FirefoxJoar Wandborg2012-04-181-0/+2
| | |
* | | Updated the audio display <source> elementJoar Wandborg2012-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | as per <http://www.w3.org/TR/html5/the-source-element.html#attr-source-type>. This closes bug <http://issues.mediagoblin.org/ticket/435>.
* | | Fixed video skinJoar Wandborg2012-04-091-2/+1
| | | | | | | | | | | | | | | Removed the default video.js skin entirely, now running on vjs-mg-skin only!
* | | Add MediaGoblin video player skin by chron0Jef van Schendel2012-04-081-1/+2
| | |
* | | HTML/CSS: comment style changesJef van Schendel2012-04-011-5/+7
| | |
* | | HTML: remove elements for comment button style changeJef van Schendel2012-04-011-4/+0
| | |
* | | Add dropdown to headerJef van Schendel2012-04-011-10/+13
| | |
* | | Revert changes from last commit; I am an idiotJef van Schendel2012-03-311-13/+0
| | |
* | | Switch over content to new layout/text; slight css editsJef van Schendel2012-03-311-0/+13
| | |
* | | Merge remote-tracking branch 'joar/audio+sniffing'Joar Wandborg2012-03-271-0/+61
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mediagoblin/media_types/image/processing.py mediagoblin/media_types/video/__init__.py mediagoblin/media_types/video/processing.py mediagoblin/tests/test_submission.py
| * | | Faster sniffingJoar Wandborg2012-03-221-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Sniffing now goes through the old extension-based filter before doing it the bitsniffing way. - Refractored get_media_type_and_manager(filename). - Removed ogg extension from video accepted extensions, audio will take care of that. - Added custom audio player, still WIP,but working. - Added test for sniffing. This only tests for the mediagoblin.media_types.image type, as that is the only one enabled from start.
| * | | Removed diaper patterns from audio/video sniffers, video preload set to ↵Joar Wandborg2012-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'metadata' * mediagoblin.processing THUMB_/MEDIUM_ constants are now based on the ini settings * Removed diaper patterns from audio and video sniffing * Changed HTML5 video preload to 'metadata'
| * | | Audio thumbnailing & spectrograms, media plugins use sniffingJoar Wandborg2012-02-281-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added extlib/freesound/audioprocessing.py * config_spec * Added create_spectrogram setting * Added media:medium and media:thumb max_{width,height} settings * Added sniffing logic to - audio.processing:sniff_handler - video.processing:sniff_handler * Changed audio.processing:sniff_handler logic * Added audio thumbnailing functionality to audio.processing (works only with create_spectrogram enabled) * Refractored contexts in audio.processing * Added audio.transcoders:AudioThumbnailer Used for creating spectrograms and spectrogram thumbnails - Wadsworth's Constant, we meet again :) * audio.transcoders:AudioTranscoder - Added mux_string kwarg - Delete self.pipeline on self.halt() * Changed str.format formatting in image.processing:sniff_handler Had {1} without an {0}, changed to {0} * Refractored VideoTranscoder to use transcode() for transcoding instead of __init__() * Added discover() method to video.transcoders:VideoTranscoder * Added spectrogram display to media_displays/audio.html * Updated test_submission to reflect changes in media plugin delegation
| * | | Audio media handler, media sniffing, video fixesJoar Wandborg2012-02-141-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added audio processing code * Added audio display template * Added audio configuration setting * Changed video docstring
* | | | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblinJef van Schendel2012-03-251-1/+6
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'gandaro/forgot-password-autofillin'Elrond2012-03-251-1/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gandaro/forgot-password-autofillin: set username default server-side Fill username automatically in (Forget Password)
| | * | | | set username default server-sideJakob Kramer2012-03-251-5/+0
| | | | | |
| | * | | | Fill username automatically in (Forget Password)Jakob Kramer2012-03-242-1/+11
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | Fill the username automatically in the "Forget Password" form if the user already entered his username on the login page
* | / | | Header style changeJef van Schendel2012-03-251-34/+32
|/ / / /
* / / / Use exif_display_iter in the template.Elrond2012-03-251-3/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | As the newly created entries have media_data.exif_all use the exif_display_iter method to calculate the exif entries for displaying on the fly. After the mongo migration all the old entries will also have exif_all and will work again.
* | | Remove sidedata class from html pagesJef van Schendel2012-03-175-5/+5
| | |
* | | More/better translation.Elrond2012-03-172-2/+5
| | | | | | | | | | | | | | | | | | - Try to preserve some translations (somehow). - Mark "Tagged with" again for translation. - Do not translate the empty string
* | | Small formatting changes to footer text.Jef van Schendel2012-03-161-5/+1
| | |
* | | Fix media display for no media_data row in sql.Elrond2012-03-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there is no media_data row for the current media (for whatever reason, there might be good ones), let MediaEntry.media_data not raise an exception but just return None. The exif display part now handles this by checking whether .media_data.exif is defined (None has no attribute exif, so it's undefined, all fine).
* | | Use .gps_* in the template and add translations.Elrond2012-03-141-11/+14
| | | | | | | | | | | | | | | | | | | | | Instead of .gps.x use .gps_x and add some "is defined" and stuff. Also mark some strings for translation in here.
* | | Preserve existing translationChristopher Allan Webber2012-03-141-1/+4
| | |
* | | Provide a source link so we can comply with the AGPLChristopher Allan Webber2012-03-141-2/+3
| | |