Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (289 - 291 of 1173)

Ticket Resolution Summary Owner Reporter
#306 FIXED wiki @font-face links incorrectly Jef van Schendel Odin Hørthe Omdal
Description
The style on the wiki:

::

            @font-face {
              font-family: 'Lato';
              font-style: italic;
              font-weight: 700;
              src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(http://wiki.mediagoblin.org/skins/mediagoblin/fonts/Lato-BoldItalic.ttf?2011-11-02T15:46:40Z) format('truetype');
            }
            @font-face {
              font-family: 'Lato';
              font-style: normal;
              font-weight: 400;
              src: local('Lato Regular'), local('Lato-Regular'), url('fonts/Lato-Regular.woff') format('truetype');
            }

The last line should probably be:

::

    src: local('Lato Regular'), local('Lato-Regular'), url('http://wiki.mediagoblin.org/skins/mediagoblin/fonts/Lato-Regular.woff') format('truetype');

Right now **all** browsers show the wrong font, because noone can
get the Lato-regular one. However, it does look worse in Opera,
because Opera chooses to display the italic font instead of the
bold, whilst the other browsers bolds everything.

Well, looks crappy in all of them, but you can see it's wrong
easier in Opera ;-)



#307 FIXED Better titles in more places! Christopher Allan Webber Christopher Allan Webber
Description
Multiple places throughout the application don't have very nice or
descriptive s. For example:


-  `http://mediagoblin.com/u/cwebber/ <http://mediagoblin.com/u/cwebber/>`_
   should have "cwebber's profile" in the title
-  `http://mediagoblin.com/u/cwebber/m/fear-of-flight/ <http://mediagoblin.com/u/cwebber/m/fear-of-flight/>`_
   should have "Fear of Flight" in the title
-  `http://mediagoblin.com/tag/creature/ <http://mediagoblin.com/tag/creature/>`_
   should say "Media tagged with 'creature'"
-  `http://mediagoblin.com/u/cwebber/gallery/ <http://mediagoblin.com/u/cwebber/gallery/>`_
   should say "cwebber's main gallery" (or something less shitty :))



#308 FIXED Could thumbnails PNGs with transparency be saved as transparent PNGs? Christopher Allan Webber joar
Description
Thumbnails for some images, like
`http://mg.wandborg.se/u/abner/m/fdfs/ <http://mg.wandborg.se/u/abner/m/fdfs/>`_
have a tendency to look ugly when transformed to JPEG,
`http://i.imgur.com/QM0sw.png <http://i.imgur.com/QM0sw.png>`_.

One way to remedy this would to save PNG image thumbnails as PNGs.



Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.