Custom Query (1173 matches)
Results (7 - 9 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#387 | fixed | write trac: macro for mediawiki | ||
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 | ||
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 | ||
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 ;-) |
Note:
See TracQuery
for help on using queries.