Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
jinja
/
963f97d5ae0d780e2437672bee8fe490cc15555e
/
tests
963f97d
moved `IncludedTemplate` into the regular template API, fixed more unittests
by Armin Ronacher
· 17 years ago
b5124e6
moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unittests
by Armin Ronacher
· 17 years ago
203bfcb
inheritance uses a less awkward hack for contexts now and subclassing templates is possible
by Armin Ronacher
· 17 years ago
4f7d2d5
fixed more unittests
by Armin Ronacher
· 17 years ago
f41d139
fixed more unittests
by Armin Ronacher
· 17 years ago
10f3ba2
loops and `tests` tests pass now
by Armin Ronacher
· 17 years ago
be4ae24
fixed a few bugs from the unittests
by Armin Ronacher
· 17 years ago
8090986
continued convertig filters
by Christoph Hack
· 17 years ago
e9e43bb
converted unit tests, started rewriting filters
by Christoph Hack
· 17 years ago
1dcdac5
improved python2.3 support
by Armin Ronacher
· 17 years ago
523bf4c
fixed awkward lexer bug in jinja that was yet untested
by Armin Ronacher
· 17 years ago
825e522
some more doc changes in jinja for the upcoming release
by Armin Ronacher
· 17 years ago
9cdf3bf
fixed #281 and added test case
by Armin Ronacher
· 17 years ago
9b0545a
added new testcase
by Armin Ronacher
· 17 years ago
41883c2
added unittest for the breakage i encountered today
by Armin Ronacher
· 17 years ago
1cc232c
[svn] merged newparser into trunk
by Armin Ronacher
· 17 years ago
69ddc58
[svn] added sameas test function
by Armin Ronacher
· 17 years ago
e39a5d2
[svn] added groupby filter and fixed some small bugs
by Armin Ronacher
· 17 years ago
a7804ef
[svn] added "debugger of awesomeness" :D
by Armin Ronacher
· 17 years ago
143a07e
[svn] added simple memcached loader test
by Armin Ronacher
· 17 years ago
db69d0a
[svn] added baseclasses for loaders, added the memcaching loader, updated documentation for loaders
by Armin Ronacher
· 17 years ago
ecc051b
[svn] added some more jinja unittests
by Armin Ronacher
· 17 years ago
2f613d0
[svn] fixed extended slicing
by Armin Ronacher
· 17 years ago
649c7b9
[svn] some minor updates in jinja
by Armin Ronacher
· 17 years ago
f61000d
[svn] choice loader now doesn't screen template not found exception of imports / extends
by Armin Ronacher
· 17 years ago
cb58db1
[svn] simplified code that calculates the import filename
by Armin Ronacher
· 17 years ago
5b4e975
[svn] added new jinja unittest and added snipped contributed by Bryan McLemore.
by Armin Ronacher
· 17 years ago
9bcd411
[svn] again some jinja updates, some minor performance and doc improvements
by Armin Ronacher
· 17 years ago
6dba4d6
[svn] checked in changes regarding variable length iteration
by Armin Ronacher
· 18 years ago
ccf284b
[svn] added many new tests to jinja
by Armin Ronacher
· 18 years ago
ce513f2
[svn] fixed bug reported by stefan ebner and implemented cache_keys to fix problems with multiple laoders caching in the same folder
by Armin Ronacher
· 18 years ago
44fb2e1
[svn] added more jinja unittests
by Armin Ronacher
· 18 years ago
fb5bebc
[svn] many jinja changes:
by Armin Ronacher
· 18 years ago
e98c5f5
[svn] updated documentation regarding "{% call %}" and documented speedup module. also fixed some minor bugs in the speedup module
by Armin Ronacher
· 18 years ago
ee2c18e
[svn] added c implementation of the jinja context class.
by Armin Ronacher
· 18 years ago
2158091
[svn] various updates i haven't checked in so far (see the diff of the changelog) and fixed critical bug reported by Alexey Melchakov
by Armin Ronacher
· 18 years ago
d071f95
[svn] added `|batch` and `|slice` jinja filters
by Armin Ronacher
· 18 years ago
10dae5b
[svn] improved debugging support. it's not possible to catch errors of templates without loaders too
by Armin Ronacher
· 18 years ago
34f3042
[svn] fixed supering in jinja, documented it, added lipsum()
by Armin Ronacher
· 18 years ago
5adf94f
[svn] some small jinja changes
by Armin Ronacher
· 18 years ago
a690146
[svn] implemented `{{ super() }}` for blocks. This checkin makes jinja much slower. I'll improve that as soon as possible
by Armin Ronacher
· 18 years ago
8ff24c4
[svn] implemented compile time error handling
by Armin Ronacher
· 18 years ago
9baa5ba
[svn] again huge jinja update. this time regarding keywords
by Armin Ronacher
· 18 years ago
93e14c2
[svn] added more unittests for jinja
by Armin Ronacher
· 18 years ago
566295e
[svn] again some jinja updates
by Armin Ronacher
· 18 years ago
0b66657
[svn] added tests for "capture" and "format" filters
by Armin Ronacher
· 18 years ago
c1e3040
[svn] fixed jinja inheritance bug and improved unittests
by Armin Ronacher
· 18 years ago
ab45b84
[svn] added jinja doctests and fixed problem with i18n strings in requirements
by Armin Ronacher
· 18 years ago
aa5adfa
[svn] moved all jinja tests into a runtime folder so that we have enough space for the new unittests
by Armin Ronacher
· 18 years ago
18b3d0b
[svn] improved jinja debugging system. now handles errors in included templates too
by Armin Ronacher
· 18 years ago
bb960d4
[svn] readded debug function
by Armin Ronacher
· 18 years ago
7977e5c
[svn] implemented jinja debugging system
by Armin Ronacher
· 18 years ago
56ae6e0
[svn] fixes jinja inheritance code
by Armin Ronacher
· 18 years ago
34a18bf
[svn] again many changes in jinja. Performance improvements and much more
by Armin Ronacher
· 18 years ago
4fd2ca5
[svn] requirements (macros and set directives) can be outside of renderable blocks too
by Armin Ronacher
· 18 years ago
303a7e4
[svn] Make Django and Mako optional.
by Alexander Schremmer
· 18 years ago
ed03db5
[svn] removed debug print, small changes in context
by Armin Ronacher
· 18 years ago
de478f6
[svn] some small updates to make jinja performing better
by Armin Ronacher
· 18 years ago
e4ad284
[svn] small fixes
by Armin Ronacher
· 18 years ago
9997f96
[svn] checked in today's jinja changes. implemented template loading and inheritance
by Armin Ronacher
· 18 years ago
92f572f
[svn] added new jinja trunk
by Armin Ronacher
· 18 years ago