Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'gsoc2016/Subtitle-1' | Boris Bobrov | 2018-07-10 | 3 | -0/+95 |
|\ | |||||
| * | Adding css to textarea | saksham1115 | 2016-07-19 | 1 | -0/+4 |
| | | |||||
| * | Lightbox effect for images | saksham1115 | 2016-07-19 | 2 | -0/+91 |
| | | |||||
* | | Change all tabs to spaces in js file | Boris Bobrov | 2017-05-23 | 1 | -5/+5 |
| | | | | | | | | It's bad to mix them | ||||
* | | Change aria-text when state changes | Boris Bobrov | 2017-04-03 | 1 | -4/+6 |
| | | |||||
* | | Make play button a button instead of div | Boris Bobrov | 2017-04-03 | 1 | -1/+2 |
| | | | | | | | | More attempts to make mg acessible | ||||
* | | Move audio html out of js | Boris Bobrov | 2017-04-02 | 1 | -10/+4 |
| | | |||||
* | | edit_profile.html: Consistency in the width of input fields | vijeth-aradhya | 2017-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The width of all the input fields in user profile edit form (also forms which wtforms render div function) is 100% Fixes #996 Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com> | ||||
* | | post_comment.js, media.html: Add AJAX for posting comments | vijeth-aradhya | 2017-01-29 | 1 | -0/+63 |
| | | | | | | | | | | | | | | Stop reloading the page when a comment is posted which helps in not stopping the media being played (for example, a song) Fixes https://issues.mediagoblin.org/ticket/868 | ||||
* | | Merge branch 'thumbnail', fixes #592. | Ben Sturmfels | 2016-11-13 | 1 | -1/+0 |
|\ \ | |||||
| * | | Merge `white-space` change into main `.media_thumbnail` class. | Ben Sturmfels | 2016-11-13 | 1 | -5/+0 |
| | | | |||||
| * | | changed css to fix text on thumbnail | Matt | 2016-08-15 | 1 | -0/+4 |
| |/ | |||||
* | | Fix #664 - Text overflow in media headings | Andrew Browning | 2016-10-23 | 1 | -0/+6 |
| | | | | | | | | | | | | | | Merge in kesara's changes to fix the media heading overflows on edit and delete pages for ticket #664. Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com> | ||||
* | | Use OSM tiles in Geolocation plugin #5466 | Olivier Mehani | 2016-09-18 | 1 | -4/+2 |
| | | | | | | | | | | | | | | MapQuest recently disabled free-as-in-beer access to their map tiles, so let's switch to free-as-in-speech images. Signed-off-by: Olivier Mehani <shtrom@ssji.net> | ||||
* | | Merge branch 'panel' | Boris Bobrov | 2016-09-16 | 1 | -3/+21 |
|\ \ | |||||
| * | | Add documentation for header drop-down open/closed. | Ben Sturmfels | 2016-09-12 | 1 | -9/+11 |
| | | | |||||
| * | | Make the panel default to open and remember preference in local storage. | Matt | 2016-08-16 | 1 | -2/+18 |
| |/ | |||||
* / | Add padding around form field labels | Josh Crompton | 2016-09-16 | 1 | -4/+2 |
|/ | | | | Fixes #5468 | ||||
* | removed debug prints, added video icon | Boris Bobrov | 2016-02-05 | 2 | -2/+2 |
| | |||||
* | Display type icon in thumbnails | Boris Bobrov | 2016-02-05 | 1 | -6/+6 |
| | |||||
* | added a plugin to display information about entries in processing | Boris Bobrov | 2016-02-01 | 1 | -0/+20 |
| | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html -- resolved by using the original file and manually adding pieces from my commit | ||||
* | moved styles to a css file; more fixes to templates | Boris Bobrov | 2016-01-28 | 1 | -0/+36 |
| | |||||
* | Fixing symlink to jquery.js in post-bower universe | Christopher Allan Webber | 2015-02-17 | 1 | -1/+1 |
| | | | | This commit sponsored by Alexander Slovesnik. Thanks! | ||||
* | Fixing video-js symlink for new bower based checkout | Christopher Allan Webber | 2015-02-17 | 1 | -1/+1 |
| | | | | This commit sponsored by Thorbjørn Lindeijer. Thank you! | ||||
* | Remove html5slider Javascript helper | Asheesh Laroia | 2015-02-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | This helper was originally added as a "polyfill" (backward-compatibility shim) for Firefox version 23 and older, so that <input type="range"> that audio.js uses could render nicely in those versions of Firefox. Chromium did not need this shim, and Firefox 23 (released on Aug 6, 2013) added support for this. Therefore, let us remove this dependency. By current metrics at caniuse.com <http://caniuse.com/#feat=input-range>, 88.14% of web users support this attribute. Opera Mini and old versions of Internet Explorer (6-8) are the only holdouts. Note also that the html5slider.js is uninterested in adding this to the npm package manager (or any package manager) repository <https://github.com/fryn/html5slider/issues/5>, meaning that keeping it in the mediagoblin extlib section would mean manual maintenance/updating by the GNU MediaGoblin team. This commit also removes GMG's use of the shim. | ||||
* | Fix #1046 - Media breaking out of container | jpope777 | 2014-12-02 | 2 | -3/+38 |
| | |||||
* | Remove ^P character | Christopher Allan Webber | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | Fix #549 - Deauthorize OAuth applications | Jessica Tallon | 2014-10-01 | 3 | -0/+16 |
| | |||||
* | Fix #952 - Force the footer to the bottom of the page | Jessica Tallon | 2014-09-30 | 1 | -3/+18 |
| | |||||
* | Adding WAI-ARIA attributes to the header dropdown (Fix by Aleksej Serdjukov) | Christopher Allan Webber | 2014-07-10 | 2 | -5/+5 |
| | | | | | | This fixes issue #754 Thanks Aleksej! | ||||
* | Tweaked the metadata edit screen to run jsonschema validators against the data. | tilly-Q | 2014-05-14 | 1 | -8/+3 |
| | |||||
* | Made the metadata table functional within the new metadata_display plugin and | tilly-Q | 2014-05-12 | 1 | -19/+0 |
| | | | | removed all traces of it from core. | ||||
* | Made the metadata table look pretty | tilly-Q | 2014-05-12 | 1 | -0/+18 |
| | |||||
* | Merge branch 'metadata-editor' into metadata | tilly-Q | 2014-05-12 | 1 | -0/+18 |
|\ | |||||
| * | Changed the format of the wtforms table slightly | tilly-Q | 2014-05-12 | 1 | -3/+7 |
| | | |||||
| * | Fixed a slight css error. | tilly-Q | 2014-05-06 | 1 | -1/+1 |
| | | |||||
| * | Created a UI for editting a media's metadata. Had to add a new macro to | tilly-Q | 2014-05-06 | 1 | -0/+14 |
| | | | | | | | | wtforms.html in the process. | ||||
* | | Removing the mediagoblin.jsonld file, which really was just the RDFa 1.1 file. | Christopher Allan Webber | 2014-05-09 | 1 | -1/+2 |
| | | | | | | | | This commit sponsored by Matthew Cope. Thanks! | ||||
* | | Starting to add metadata tools, as well as mediagoblin's schema | Christopher Allan Webber | 2014-05-07 | 1 | -0/+47 |
|/ | |||||
* | adjust exif info alignment | jpope | 2014-01-13 | 1 | -0/+6 |
| | |||||
* | adjust exif to match other sections and remove extra css | jpope | 2014-01-13 | 1 | -36/+10 |
| | |||||
* | move "wide" view to seperate branch | jpope | 2014-01-08 | 1 | -4/+6 |
| | |||||
* | rename couple of css classes | jpope | 2014-01-07 | 1 | -2/+2 |
| | |||||
* | adjust thumbnails | jpope | 2014-01-07 | 1 | -0/+3 |
| | |||||
* | center media within media container | jpope | 2014-01-07 | 1 | -4/+6 |
| | |||||
* | add a little button color and new media page layout | jpope | 2014-01-07 | 1 | -4/+47 |
| | |||||
* | skeletonize frontpage welcome | jpope | 2014-01-07 | 1 | -0/+13 |
| | |||||
* | debone and redo the header | jpope | 2014-01-07 | 1 | -17/+18 |
| | |||||
* | adjust mod report page | jpope | 2014-01-06 | 1 | -3/+3 |
| | |||||
* | small adjustments to user mod page again | jpope | 2014-01-06 | 1 | -6/+0 |
| |