﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
537	Show what version number a site is running in footer hover text	Christopher Allan Webber	pythonsnake	"schendje came up with this good solution to having version numbers in the footer.  It wouldn't be hard to implement.  Attaching an image to explain, but basically hovering over ""mediagoblin"" should show the version number.

This should be easy to implement.  The version number is already available in mediagoblin/mediagoblin/version.py ... import that, and insert it in mediagoblin.tools.template:get_jinja_env, where we have stuff like:

{{{
    # All templates will know how to ...
    # ... fetch all waiting messages and remove them from the queue
    # ... construct a grid of thumbnails or other media
    # ... have access to the global and app config
    template_env.globals['fetch_messages'] = messages.fetch_messages
    template_env.globals['gridify_list'] = gridify_list
    template_env.globals['gridify_cursor'] = gridify_cursor
    template_env.globals['app_config'] = mg_globals.app_config
    template_env.globals['global_config'] = mg_globals.global_config
}}}

This is an easy task, perfect for a new contributor."	defect	closed	major	0.3.3	programming	fixed	bitesized, review		
