Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (196 - 198 of 1173)

Ticket Resolution Summary Owner Reporter
#929 duplicate Thumbnails in the collection view are missing file title NZL
Description

If you look at any URL like /u/<username>/ you'll see thumbnails with the file title included.

But if you look at any URL like /u/<username>/collection/<collectionname>/ the same thumbnails appear but without the file title.

It seems better to have the file title also present in the collection view.

#911 no-action configure: error: Python Imaging Library is required Netbulae
Description

The install instructions tell on: http://mediagoblin.readthedocs.org/en/v0.6.1/siteadmin/deploying.html

Tell me to install the prerequisite python-imaging on Fedora. But in the version I'm using (Fedora 20), this package has been replaced by

python-pillow

https://fedoraproject.org/wiki/Features/Pillow
Replace PIL (python-imaging) with Pillow, an actively maintained fork which is also heading for python3 compatibility

When trying to install with:

./experimental-bootstrap.sh && ./configure && make

I get:

checking for Python 'Image' library... no
configure: error: Python Imaging Library is required
#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.



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