aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Added new template hooks to allow for plugin-added moderation powerstilly-Q2014-04-291-0/+1
| |
* | Merge branch 'metadata' of gitorious.org:mediagoblin/cwebbers-mediagoblin ↵tilly-Q2014-05-122-46/+0
|\ \ | | | | | | | | | | | | | | | | | | into metadata Conflicts: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html
| * | Move the metadata display table over to being contained in a pluginChristopher Allan Webber2014-05-122-42/+0
| | |
| * | Removing the prefix stuffChristopher Allan Webber2014-05-111-2/+3
| | |
* | | Corrected the rdfa in the metadata table.tilly-Q2014-05-121-2/+2
| | |
* | | Made the metadata table look prettytilly-Q2014-05-121-4/+6
| | |
* | | Made some changes so that the metadata editing page works well with the updatedtilly-Q2014-05-122-30/+4
| | | | | | | | | | | | metadata tools.
* | | Changed the format of the wtforms table slightlytilly-Q2014-05-122-31/+37
| | |
* | | Made it so the metadata editting page is only one step away from functioningtilly-Q2014-05-061-5/+5
| | | | | | | | | | | | correctly.
* | | Created a UI for editting a media's metadata. Had to add a new macro totilly-Q2014-05-063-1/+131
| | | | | | | | | | | | wtforms.html in the process.
* | | Created the media metadata editor pagetilly-Q2014-05-061-0/+23
|/ /
* | In the middle of some major changestilly-Q2014-04-211-6/+6
| |
* | Made it so that the metadata table only shows terms with filled valuestilly-Q2014-04-211-7/+6
| |
* | Created the basic structure of the metadata display table in rdfa litetilly-Q2014-04-212-0/+39
| |
* | Took out all of the references to the temporary url I was usingtilly-Q2014-04-211-70/+0
| | | | | | | | /metadata_context/v1
* | Fixed a minor error in the batch upload script and modified the json-ld context.tilly-Q2014-04-211-17/+17
| |
* | Big update. I added in a json-ld context file which will be used in all ourtilly-Q2014-04-211-0/+70
|/ | | | | metadata columns in the future. The context describes the dublin core elements. It still has not been finalized however.
* Fixing the STL media page for post-skeleton mergeChristopher Allan Webber2014-01-261-0/+5
|
* fixes #829 plus a little more that was somewhat relatedjpope2014-01-132-1/+17
|
* move "wide" view to seperate branchjpope2014-01-081-6/+5
|