Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (106 - 108 of 1174)

Ticket Resolution Summary Owner Reporter
#377 FIXED Make feed PubSubHubbub enabled Michele Azzolari Michele Azzolari
Description

I created a branch [1] to make feed PubSubHubbub enabled.

To enable it add these 2 lines to your mediagoblin_local.ini

push_enabled = True push_url = 'http://pubsubhubbub.appspot.com/'

[1] [https://gitorious.org/macno/mediagoblin/macnos-mediagoblin/commits/pushatom](https://gitorious.org/macno/mediagoblin/macnos-mediagoblin/commits/pushatom)

#157 FIXED Default theme should have DOCTYPE to trigger standards mode Odin Hørthe Omdal Odin Hørthe Omdal
Description

W3 validator barfs at the default theme because of this missing thing. Also, some browsers will change behaviour when they see pages that miss that.

I suggest using the standard HTML5 doctype:

?
.. raw:: html

   <!doctype html>

Offering an patch.

#158 FIXED User profile wrongly nests HTML (footer lying inside content) Odin Hørthe Omdal Odin Hørthe Omdal
Description

When looking at profiles it's all wrong because of bad nesting.

Found fault, patch attached.

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