aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* rename couple of css classesjpope2014-01-074-5/+5
|
* add warning color to delete buttons.jpope2014-01-074-4/+4
|
* style cancel "button" on attachments pagejpope2014-01-071-1/+1
|
* add a little button color and new media page layoutjpope2014-01-072-7/+19
|
* skeletonize frontpage welcomejpope2014-01-071-22/+27
|
* adjust 404 pagejpope2014-01-071-1/+1
|
* adjust banned pagejpope2014-01-071-1/+1
|
* realign columns on mod user pagejpope2014-01-071-5/+5
|
* debone and redo the headerjpope2014-01-071-5/+3
|
* adjust mod report pagejpope2014-01-061-1/+3
|
* move js back to the headjpope2014-01-061-9/+9
|
* small adjustments to user mod page againjpope2014-01-061-4/+6
|
* realign the user admin pagejpope2014-01-061-108/+124
|
* migrate media page to skeletonjpope2014-01-061-6/+9
|
* more skeleton migrationsjpope2014-01-062-4/+11
|
* start moving more to skeletonjpope2014-01-051-96/+98
|
* Merge remote-tracking branch 'upstream/master' into skeletongobblinjpope2014-01-051-3/+7
|\
| * Merge remote-tracking branch 'remotes/jiyda/220_rtl_language_support'Christopher Allan Webber2014-01-021-3/+7
| |\ | | | | | | | | | | | | | | | Conflicts: mediagoblin/templates/mediagoblin/base.html mediagoblin/tools/template.py
| | * Added rtl language supportJiyda Mint Moussa2013-04-291-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | RTL languages like Arabic, Hebrew etc were displayed from left to right. I fixed this by adding a function to check whether the language of the locale is rtl and change the direction of the html in "base.html" accordingly. [Fixes #220]