summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into developmentCarl Whittaker2011-05-311-1/+10
|\
| * Add test for inverted sections on list valuesMark Paschal2011-05-091-0/+9
* | Moving context logic into viewCarl Whittaker2011-01-273-25/+4
* | Fixed nested context in loops not being passed to partials.Carl Whittaker2011-01-181-1/+1
* | Fixed accessing mixed nested context objects. BOOM!Carl Whittaker2011-01-132-1/+5
* | Adding support for nested contexts within View.Carl Whittaker2011-01-121-0/+9
* | Adding support for callables and Negated values.Carl Whittaker2011-01-111-0/+3
* | Dictionaries and lists are now handled in sections.Carl Whittaker2011-01-111-4/+1
* | Adding tests for negated (empty list) tag, partials in loops not referencing ...Carl Whittaker2011-01-115-3/+15
* | Adding tests for negated (empty list) tag, partials in loops not referencing ...Carl Whittaker2011-01-111-0/+1
|/
* Removing unused debug lambda.Kevin Morgan2010-12-131-3/+0
* Adding tests for a hierarchy of partials and lambdas in each.Kevin Morgan2010-12-131-0/+1
* Only returning functions when they are unbounded methods otherwise they get c...Kevin Morgan2010-12-133-0/+12
* Contexts still can't see outer scope. Add failing test.Chris Wanstrath2010-05-142-1/+4
* add support for nested contexts as described in the "Non-False Values" sectio...Paul Bonser2010-05-152-0/+8
* Inverted sections.David Logie2010-05-042-0/+14
* Higher Order Sections.David Logie2010-05-042-0/+33
* Adding template file encoding awareness.Eric Naeseth2010-02-092-0/+9
* Adding support for Unicode and non-ASCII-encoded bytestring output.Eric Naeseth2010-02-092-0/+10
* Bugfix: Methods returning False or None are not renderedChris Wanstrath2009-11-272-1/+4
* section and tag names can include aesthetic whitespaceChris Wanstrath2009-11-121-2/+2
* ensure tags can have spacesChris Wanstrath2009-11-121-1/+1
* delimiter supportChris Wanstrath2009-11-122-0/+19
* fix title bar methodChris Wanstrath2009-11-121-1/+1
* partial extension testChris Wanstrath2009-11-122-0/+5
* failing template partial testChris Wanstrath2009-11-123-0/+13
* failing unescaped testChris Wanstrath2009-11-122-0/+8
* failing escaped testChris Wanstrath2009-11-122-0/+8
* double section testChris Wanstrath2009-11-122-0/+17
* Add `examples` test file, start with a comments testChris Wanstrath2009-11-122-0/+8
* Add failing (but almost passing) ComplexView test. Fixes #2Chris Wanstrath2009-11-052-0/+36
* failing pizza testChris Wanstrath2009-10-301-1/+1
* basic subclassable view supportChris Wanstrath2009-10-303-0/+8