comparison CHANGES.txt @ 4766:86ef4ab17dc5

Run scripts (roundup_admin.py, ...) directly from checkout. Convenient when you don't want to install Roundup, but want to run latest version.
author anatoly techtonik <techtonik@gmail.com>
date Thu, 21 Feb 2013 20:49:45 +0300
parents d273e59b487b
children 8ab5d7d63191
comparison
equal deleted inserted replaced
4765:c6694cff29bc 4766:86ef4ab17dc5
11 - Experimental support for Jinja2, try 'jinja2' for template_engine 11 - Experimental support for Jinja2, try 'jinja2' for template_engine
12 in config (anatoly techtonik) 12 in config (anatoly techtonik)
13 - A new jinja2 template based on Classic schema and using Twitter 13 - A new jinja2 template based on Classic schema and using Twitter
14 bootstrap for responsive behaviour. Run as - 14 bootstrap for responsive behaviour. Run as -
15 python demo.py -t jinja2 nuke (Pradip P Caulagi) 15 python demo.py -t jinja2 nuke (Pradip P Caulagi)
16 - roundup_admin.py and other scripts can now be run directly from the
17 sources dir as roundup\scripts\roundup_admin.py (anatoly techtonik)
16 - Renamed old Templates classes to Loader classes to clarify sources 18 - Renamed old Templates classes to Loader classes to clarify sources
17 for alternative templating engines, updated docs (anatoly techtonik) 19 for alternative templating engines, updated docs (anatoly techtonik)
18 - Template selection code is moved from Loader classes into cgi.client 20 - Template selection code is moved from Loader classes into cgi.client
19 limiting the responsibility of Loaders to compilation and rendering. 21 limiting the responsibility of Loaders to compilation and rendering.
20 Internally, templating.find_template is replaced with 22 Internally, templating.find_template is replaced with

Roundup Issue Tracker: http://roundup-tracker.org/