Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 1173)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#387 fixed write trac: macro for mediawiki Will Kahn-Greene Will Kahn-Greene
Description

Having a trac: macro (or whatever it's called) for our wiki would make it easier to link to Trac issues.

I wrote one for PCF's wiki that connected to Bugzilla. Pretty sure it wasn't too hard. It might have been in the configuration file.

#222 fixed write script to check life of server Will Kahn-Greene Will Kahn-Greene
Description
Write a script to check the life of the mediagoblin.org server
every 12 hours.


-  is wiki.mediagoblin.org up?
-  is mediagoblin.org up?
-  is docs.mediagoblin.org up?
-  is mailman qrunner running?
-  etc.



#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 ;-)



1 2 3 4 5 6 7 8 9 10 11 12 13
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.