aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Collapse)AuthorAgeFilesLines
* use is_rtl variable to detect rtl localesLeah Velleman2016-06-201-1/+1
|
* fixed 'older' and 'newer' arrows for rtl localesLeah Velleman2016-06-201-4/+11
|
* Fix comment ID links on blog media pageAndrew Browning2016-03-051-4/+5
| | | | | Change the comment ID behaviour and source of user_pages/blog_media.html to match user_pages/media.html as of #5376.
* Fix comment ID links on media comment report pageAndrew Browning2016-03-051-18/+12
| | | | | Change the comment ID behaviour and source of user_pages/report.html to match user_pages/media.html as of #5376.
* Fix #5432 - Comment report link doens't workAndrew Browning2016-03-021-1/+1
| | | | | This builds on work done for #5376 and associates the correct comment ID with comment report links.
* Fix #5376 - Ensure links have correct IDJessica Tallon2016-03-011-5/+6
| | | | | | | This ensures that links to comments have the correct ID (the ID of the Comment object) as well as fixing deletion on reports and fixing a few other little things. I hope this fixes the #5376 issue, though cannot reproduce so unable to confirm.
* Change Notification.object_id to be ID of Comemnt not TextCommentJessica Tallon2016-02-291-9/+10
| | | | | | | | This shouldn't really effect much but it is a needed change for the future this changes the Notification.object_id to be the ID of the Comment (the link table to the comment object) rather than TextComment (the comment object itself). This is needed as now comments can be other things, other than TextComment.
* Fix ascii media type for Python 3. Fix by 宋文武 (iyzsong)Christopher Allan Webber2016-02-241-1/+1
|
* removed debug prints, added video iconBoris Bobrov2016-02-051-1/+0
|
* Display type icon in thumbnailsBoris Bobrov2016-02-051-1/+5
|
* some fixes to the panel looksBoris Bobrov2016-02-011-3/+7
|
* added filtering by entry state in processing panelBoris Bobrov2016-02-011-0/+12
|
* added a plugin to display information about entries in processingBoris Bobrov2016-02-011-0/+1
| | | | | | 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 templatesBoris Bobrov2016-01-282-42/+12
|
* removed h2 from media panelBoris Bobrov2016-01-281-1/+0
|
* processing panel new looksBoris Bobrov2016-01-281-55/+66
|
* Fix issue 5366 Update blog viewsayleph2016-01-151-6/+6
| | | | | | | This commit updates blog views to be compatible with recent database migrations. Signed-off-by: Jessica Tallon <tsyesika@tsyesika.se>
* Point to the "Libre Browsers Libre Formats" page on the LibrePlanet wikiChristopher Allan Webber2015-12-291-3/+3
|
* Add "Add media" button on home page when no media is present.Ben Sturmfels2015-12-101-0/+5
| | | | This is an addition to the button hidden in the top toolbar.
* Comment changes for federationJessica Tallon2015-10-205-13/+14
| | | | | | | | | | | | | | This adds a new Comment link table that is used to link between some object and then the comment object, which can be more or less any object in Mediagoblin. The MediaComment has been renamed to TextComment as that more aptly describes what it is. There is migrations for these changes. There is also the conslidation of the Report tables into a single Report table, the same with the Notification objects. This is because both of them split out MediaEntry and Comment versions into their own polymorphic versions from a base, this is no longer a meaningful distinction as comments can be anything.
* Collection changes and migration for federationJessica Tallon2015-10-0719-70/+70
| | | | | | | - Adds a "type" column to the Collection object and allows the CollectionItem model to contain any object. - Changes "items" to "num_items" as per TODO - Renames "uploader", "creator" and "user" to a common "actor" in most places
* Add a no_referrer setting to prevent browsers leaking information.Duncan2015-08-021-0/+3
|
* TinyMCE plugin loading should NOT be here.Christopher Allan Webber2015-04-231-16/+0
| | | | This might break the blog plugin, but it's kind of broken already :\
* Fix welcome image URL in the front page template (#902)Jaakko Luttinen2015-03-121-1/+1
| | | | | | | The Goblin image URL was hardcoded in the frontpage welcome template. Now it correctly uses the static directory settings. Signed-off-by: Berker Peksag <berker.peksag@gmail.com>
* Change 'federation' name to 'api' which is more suitableJessica Tallon2015-02-151-0/+0
|
* Remove html5slider Javascript helperAsheesh Laroia2015-02-131-5/+3
| | | | | | | | | | | | | | | | | | | | | | 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 #1058 - Verifier page could be clearerjpope7772014-12-081-1/+1
|
* Fix #1046 - Media breaking out of containerjpope7772014-12-027-51/+61
|
* fix #1000 - Button style in Report file dialoguejpope7772014-12-012-3/+3
|
* Add a template hook to stl sideinfo. Fixes #940.Rodrigo Rodrigues da Silva2014-10-301-0/+1
|
* Template hook to allow plugin authors to add extra things to the headerChristopher Allan Webber2014-10-301-0/+1
| | | | | Thanks to Andrew Browning for requesting this and suggesting where to put it!
* Merge branch 'location'Jessica Tallon2014-10-093-1/+16
|\ | | | | | | | | | | | | | | | | | | | | | | Add Location model which holds textual, geolocation coordiantes or postal addresses. This migrates data off Image model metadata onto the general Location model. It also adds the ability for location to be set on MediaEntry, User, MediaComment and Collection models. The geolocation plugin has been updated so that the location can be displayed in more general places rather than explicitely on the MediaEntry view. If GPS coordiantes are set for the User the profile page will also have the OSM provided by the geolocation plugin.
| * Add location model and migrationsJessica Tallon2014-10-093-1/+16
| |
* | Merge branch '905-activities'Jessica Tallon2014-10-071-0/+42
|\ \ | | | | | | | | | | | | | | | Add Activity and Generator models which allow for activities to be created. This now works with the feed API.
| * | Fix all the unit tests and clean up codeJessica Tallon2014-10-061-2/+2
| | |
| * | Create activity model and add activity creationJessica Tallon2014-08-221-0/+42
| |/ | | | | | | | | | | | | | | This creates the Activity and Genrator models from the Activity Streams spec and. I then created a migration which retro-actively create activities for media uploaded and comments created. Through out the code I've added so automatically activties are created when a user peforms an action (uploading media, commenting, etc.).
* | Fix #549 - Deauthorize OAuth applicationsJessica Tallon2014-10-012-1/+73
| |
* | Fix #952 - Force the footer to the bottom of the pageJessica Tallon2014-09-301-120/+124
| |
* | Add XRD+XML formatting for /.well-known/host-metaJessica Tallon2014-09-051-0/+22
|/
* Fix #923 - add allow_admin to user_has_privilege decoratorJessica Tallon2014-07-292-5/+5
|
* Make translatable table columns titles in media processing panelLaura Arjona Reina2014-07-291-16/+16
|
* Make translatable some strings that weren't i18n'edLaura Arjona Reina2014-07-293-4/+4
|
* Adding WAI-ARIA attributes to the header dropdown (Fix by Aleksej Serdjukov)Christopher Allan Webber2014-07-101-4/+10
| | | | | | This fixes issue #754 Thanks Aleksej!
* Issue #837: Moderation report page: offender's name linked to the reporter's ↵Aleksej2014-06-131-1/+1
| | | | profile.
* Issue 839: move attribution from some icons' alt into title.Aleksej2014-06-132-5/+10
|
* Put block mediagoblin_sidebar back in user_pages/media.html. Fixes issue #906.Rodrigo Rodrigues da Silva2014-06-111-0/+3
|
* Adding a template hook to the dropdown headerRodrigo Rodrigues da Silva2014-06-101-0/+1
|
* Fixed small error in the edit.metadata javascripttilly-Q2014-05-141-1/+1
|
* Tweaked the metadata edit screen to run jsonschema validators against the data.tilly-Q2014-05-142-21/+18
|
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadatatilly-Q2014-05-131-0/+1
|\ | | | | | | | | Conflicts: mediagoblin/gmg_commands/__init__.py