jinja2.git
17 years ago[svn] " -> "
Armin Ronacher [Sat, 21 Apr 2007 18:51:22 +0000 (20:51 +0200)]
[svn] " -> "

--HG--
branch : trunk

17 years ago[svn] Another small issue.
Georg Brandl [Sat, 21 Apr 2007 18:49:13 +0000 (20:49 +0200)]
[svn] Another small issue.

--HG--
branch : trunk

17 years ago[svn] Fix refleaks and API usage in C module. Will need to test the changes though.
Georg Brandl [Sat, 21 Apr 2007 18:42:34 +0000 (20:42 +0200)]
[svn] Fix refleaks and API usage in C module. Will need to test the changes though.

--HG--
branch : trunk

17 years ago[svn] added c implementation of cgi.escape to jinja (fast for unicode, awefully slow...
Armin Ronacher [Sat, 21 Apr 2007 17:54:15 +0000 (19:54 +0200)]
[svn] added c implementation of cgi.escape to jinja (fast for unicode, awefully slow for str)

--HG--
branch : trunk

17 years ago[svn] fixed "Deferred" implementation for the c context
Armin Ronacher [Sat, 21 Apr 2007 08:12:43 +0000 (10:12 +0200)]
[svn] fixed "Deferred" implementation for the c context

--HG--
branch : trunk

17 years ago[svn] updated documentation regarding "{% call %}" and documented speedup module...
Armin Ronacher [Sat, 21 Apr 2007 07:39:06 +0000 (09:39 +0200)]
[svn] updated documentation regarding "{% call %}" and documented speedup module. also fixed some minor bugs in the speedup module

--HG--
branch : trunk

17 years ago[svn] added c implementation of the jinja context class.
Armin Ronacher [Fri, 20 Apr 2007 20:39:04 +0000 (22:39 +0200)]
[svn] added c implementation of the jinja context class.

--HG--
branch : trunk

17 years ago[svn] added missing documentation file
Armin Ronacher [Tue, 17 Apr 2007 15:16:21 +0000 (17:16 +0200)]
[svn] added missing documentation file

--HG--
branch : trunk

17 years ago[svn] various updates i haven't checked in so far (see the diff of the changelog...
Armin Ronacher [Tue, 17 Apr 2007 15:13:10 +0000 (17:13 +0200)]
[svn] various updates i haven't checked in so far (see the diff of the changelog) and fixed critical bug reported by Alexey Melchakov

--HG--
branch : trunk

17 years ago[svn] 5th change on the same docstring
Armin Ronacher [Sun, 15 Apr 2007 13:31:05 +0000 (15:31 +0200)]
[svn] 5th change on the same docstring

--HG--
branch : trunk

17 years ago[svn] guess what. right. that docstring was broken again
Armin Ronacher [Sun, 15 Apr 2007 13:25:41 +0000 (15:25 +0200)]
[svn] guess what. right. that docstring was broken again

--HG--
branch : trunk

17 years ago[svn] added whitespace to that docstring
Armin Ronacher [Sun, 15 Apr 2007 13:22:39 +0000 (15:22 +0200)]
[svn] added whitespace to that docstring

--HG--
branch : trunk

17 years ago[svn] fixed another typo
Armin Ronacher [Sun, 15 Apr 2007 13:21:11 +0000 (15:21 +0200)]
[svn] fixed another typo

--HG--
branch : trunk

17 years ago[svn] fixed docstring
Armin Ronacher [Sun, 15 Apr 2007 13:16:08 +0000 (15:16 +0200)]
[svn] fixed docstring

--HG--
branch : trunk

17 years ago[svn] added `xmlattr` filter to jinja
Armin Ronacher [Sun, 15 Apr 2007 13:13:59 +0000 (15:13 +0200)]
[svn] added `xmlattr` filter to jinja

--HG--
branch : trunk

17 years ago[svn] added missing documentation file
Armin Ronacher [Sat, 14 Apr 2007 23:12:20 +0000 (01:12 +0200)]
[svn] added missing documentation file

--HG--
branch : trunk

17 years ago[svn] documented debug.foobar and added it to the CHANGES
Armin Ronacher [Sat, 14 Apr 2007 22:56:32 +0000 (00:56 +0200)]
[svn] documented debug.foobar and added it to the CHANGES

--HG--
branch : trunk

17 years ago[svn] added changelog to docs and updated missing version info for some filters
Armin Ronacher [Sat, 14 Apr 2007 22:49:13 +0000 (00:49 +0200)]
[svn] added changelog to docs and updated missing version info for some filters

--HG--
branch : trunk

17 years ago[svn] Add striptags filter.^
Georg Brandl [Sat, 14 Apr 2007 22:47:37 +0000 (00:47 +0200)]
[svn] Add striptags filter.^

--HG--
branch : trunk

17 years ago[svn] implemented some of the builtin functions as filters (namely sum, abs and round...
Armin Ronacher [Sat, 14 Apr 2007 12:50:45 +0000 (14:50 +0200)]
[svn] implemented some of the builtin functions as filters (namely sum, abs and round). this fixes #238

--HG--
branch : trunk

17 years ago[svn] fixed typo in docstring
Armin Ronacher [Fri, 13 Apr 2007 20:34:35 +0000 (22:34 +0200)]
[svn] fixed typo in docstring

--HG--
branch : trunk

17 years ago[svn] added `|batch` and `|slice` jinja filters
Armin Ronacher [Fri, 13 Apr 2007 20:32:11 +0000 (22:32 +0200)]
[svn] added `|batch` and `|slice` jinja filters

--HG--
branch : trunk

17 years ago[svn] fixed jinja formatting in docs
Armin Ronacher [Wed, 11 Apr 2007 21:00:45 +0000 (23:00 +0200)]
[svn] fixed jinja formatting in docs

--HG--
branch : trunk

17 years ago[svn] constants are now immutable in jinja
Armin Ronacher [Wed, 11 Apr 2007 20:38:17 +0000 (22:38 +0200)]
[svn] constants are now immutable in jinja

--HG--
branch : trunk

17 years ago[svn] checked in changes from the last days regarding jinja, added jinja 1.1 notice...
Armin Ronacher [Wed, 11 Apr 2007 19:49:48 +0000 (21:49 +0200)]
[svn] checked in changes from the last days regarding jinja, added jinja 1.1 notice for floor divison operator

--HG--
branch : trunk

17 years ago[svn] Document floor division.
Georg Brandl [Wed, 11 Apr 2007 14:50:21 +0000 (16:50 +0200)]
[svn] Document floor division.

--HG--
branch : trunk

17 years ago[svn] Correctly recognize and translate the floor division operator.
Georg Brandl [Wed, 11 Apr 2007 14:49:16 +0000 (16:49 +0200)]
[svn] Correctly recognize and translate the floor division operator.

--HG--
branch : trunk

17 years ago[svn] Add modulo division to the list of supported operators.
Georg Brandl [Wed, 11 Apr 2007 13:56:21 +0000 (15:56 +0200)]
[svn] Add modulo division to the list of supported operators.

--HG--
branch : trunk

17 years ago[svn] fixed another bug in the same darn file
Armin Ronacher [Sat, 7 Apr 2007 16:38:00 +0000 (18:38 +0200)]
[svn] fixed another bug in the same darn file

--HG--
branch : trunk

17 years ago[svn] fixed severe jinja memcaching bug
Armin Ronacher [Sat, 7 Apr 2007 16:33:19 +0000 (18:33 +0200)]
[svn] fixed severe jinja memcaching bug

--HG--
branch : trunk

17 years ago[svn] implemented and documented jinja streaming interface
Armin Ronacher [Sat, 7 Apr 2007 14:31:42 +0000 (16:31 +0200)]
[svn] implemented and documented jinja streaming interface

--HG--
branch : trunk

17 years ago[svn] added ugly, ugly, ugly even more ugly but working hack to jinja to patch the...
Armin Ronacher [Thu, 5 Apr 2007 20:38:44 +0000 (22:38 +0200)]
[svn] added ugly, ugly, ugly even more ugly but working hack to jinja to patch the template sources into linecache in order to support broken traceback formatters which go unnamed.

--HG--
branch : trunk

17 years ago[svn] jinja webpage without annyoing .html suffixes now
Armin Ronacher [Thu, 5 Apr 2007 17:15:11 +0000 (19:15 +0200)]
[svn] jinja webpage without annyoing .html suffixes now

--HG--
branch : trunk

17 years ago[svn] moved some of the documentation into docstrings
Armin Ronacher [Thu, 5 Apr 2007 09:21:38 +0000 (11:21 +0200)]
[svn] moved some of the documentation into docstrings

--HG--
branch : trunk

17 years ago[svn] fixed jinja old-style class bug
Armin Ronacher [Wed, 4 Apr 2007 18:56:51 +0000 (20:56 +0200)]
[svn] fixed jinja old-style class bug

--HG--
branch : trunk

17 years ago[svn] some changes in jinja regarding silent and non silent failure, the exception...
Armin Ronacher [Wed, 4 Apr 2007 11:50:09 +0000 (13:50 +0200)]
[svn] some changes in jinja regarding silent and non silent failure, the exception fun and documented block.super on the webpage

--HG--
branch : trunk

17 years ago[svn] fixed bug in replace filter discovered by ronny
Armin Ronacher [Mon, 2 Apr 2007 08:50:18 +0000 (10:50 +0200)]
[svn] fixed bug in replace filter discovered by ronny

--HG--
branch : trunk

17 years ago[svn] fixed bug in CacheDict for python2.4
Armin Ronacher [Sun, 1 Apr 2007 12:35:21 +0000 (14:35 +0200)]
[svn] fixed bug in CacheDict for python2.4

--HG--
branch : trunk

17 years ago[svn] fixed beewee's bug
Armin Ronacher [Sun, 1 Apr 2007 10:07:21 +0000 (12:07 +0200)]
[svn] fixed beewee's bug

--HG--
branch : trunk

17 years ago[svn] added jinja changelog and missing file jinja.constants
Armin Ronacher [Sat, 31 Mar 2007 18:44:33 +0000 (20:44 +0200)]
[svn] added jinja changelog and missing file jinja.constants

--HG--
branch : trunk

17 years ago[svn] checked in today's jinja changes which i forgot to commit
Armin Ronacher [Sat, 31 Mar 2007 18:40:38 +0000 (20:40 +0200)]
[svn] checked in today's jinja changes which i forgot to commit

--HG--
branch : trunk

17 years ago[svn] improved debugging support. it's not possible to catch errors of templates...
Armin Ronacher [Fri, 30 Mar 2007 22:02:32 +0000 (00:02 +0200)]
[svn] improved debugging support. it's not possible to catch errors of templates without loaders too

--HG--
branch : trunk

17 years ago[svn] fixed SuperBlock bug
Armin Ronacher [Fri, 30 Mar 2007 20:28:49 +0000 (22:28 +0200)]
[svn] fixed SuperBlock bug

--HG--
branch : trunk

17 years ago[svn] added everytime block handling
Armin Ronacher [Fri, 30 Mar 2007 20:25:36 +0000 (22:25 +0200)]
[svn] added everytime block handling

--HG--
branch : trunk

17 years ago[svn] fixed supering in jinja, documented it, added lipsum()
Armin Ronacher [Fri, 30 Mar 2007 19:58:15 +0000 (21:58 +0200)]
[svn] fixed supering in jinja, documented it, added lipsum()

--HG--
branch : trunk

17 years ago[svn] some small jinja changes
Armin Ronacher [Thu, 29 Mar 2007 20:11:59 +0000 (22:11 +0200)]
[svn] some small jinja changes

--HG--
branch : trunk

17 years ago[svn] implemented `{{ super() }}` for blocks. This checkin makes jinja much slower...
Armin Ronacher [Thu, 29 Mar 2007 18:03:40 +0000 (20:03 +0200)]
[svn] implemented `{{ super() }}` for blocks. This checkin makes jinja much slower. I'll improve that as soon as possible

--HG--
branch : trunk

17 years ago[svn] fixed typo in docs
Armin Ronacher [Wed, 28 Mar 2007 19:56:29 +0000 (21:56 +0200)]
[svn] fixed typo in docs

--HG--
branch : trunk

17 years ago[svn] updated the jinja docs for the whitespace stuff
Armin Ronacher [Wed, 28 Mar 2007 19:54:08 +0000 (21:54 +0200)]
[svn] updated the jinja docs for the whitespace stuff

--HG--
branch : trunk

17 years ago[svn] improved jinja whitespace processing stuff
Armin Ronacher [Wed, 28 Mar 2007 19:44:04 +0000 (21:44 +0200)]
[svn] improved jinja whitespace processing stuff

--HG--
branch : trunk

17 years ago[svn] added jinja whitespace prevention system (tm) ^^
Armin Ronacher [Tue, 27 Mar 2007 20:51:51 +0000 (22:51 +0200)]
[svn] added jinja whitespace prevention system (tm) ^^

--HG--
branch : trunk

17 years ago[svn] improved jinja sandbox
Armin Ronacher [Tue, 27 Mar 2007 20:00:21 +0000 (22:00 +0200)]
[svn] improved jinja sandbox

--HG--
branch : trunk

17 years ago[svn] reworked the jinja escaping system, removed getattr concatenating and documente...
Armin Ronacher [Tue, 27 Mar 2007 19:31:24 +0000 (21:31 +0200)]
[svn] reworked the jinja escaping system, removed getattr concatenating and documented internal jinja functions.

--HG--
branch : trunk

17 years ago[svn] added doc notes to the installation instructions
Armin Ronacher [Fri, 23 Mar 2007 16:24:48 +0000 (17:24 +0100)]
[svn] added doc notes to the installation instructions

--HG--
branch : trunk

17 years ago[svn] and delete jinja 1.0 again. python2.3 bug
Armin Ronacher [Fri, 23 Mar 2007 15:58:36 +0000 (16:58 +0100)]
[svn] and delete jinja 1.0 again. python2.3 bug

--HG--
branch : trunk

17 years ago[svn] fixed small jinja bug regarding includes and added release announcement to...
Armin Ronacher [Fri, 23 Mar 2007 15:50:53 +0000 (16:50 +0100)]
[svn] fixed small jinja bug regarding includes and added release announcement to webpage.

--HG--
branch : trunk

17 years ago[svn] jinja 1.0 out now
Armin Ronacher [Fri, 23 Mar 2007 15:24:23 +0000 (16:24 +0100)]
[svn] jinja 1.0 out now

--HG--
branch : trunk

17 years ago[svn] some small fixes for the jinja release
Armin Ronacher [Fri, 23 Mar 2007 15:13:10 +0000 (16:13 +0100)]
[svn] some small fixes for the jinja release

--HG--
branch : trunk

17 years ago[svn] added release shortcut to jinja makefile
Armin Ronacher [Fri, 23 Mar 2007 05:47:08 +0000 (06:47 +0100)]
[svn] added release shortcut to jinja makefile

--HG--
branch : trunk

17 years ago[svn] again jinja setup.py update. works now
Armin Ronacher [Thu, 22 Mar 2007 22:57:10 +0000 (23:57 +0100)]
[svn] again jinja setup.py update. works now

--HG--
branch : trunk

17 years ago[svn] moved www out of jinja trunk and updated setup.py file
Armin Ronacher [Thu, 22 Mar 2007 22:45:30 +0000 (23:45 +0100)]
[svn] moved www out of jinja trunk and updated setup.py file

--HG--
branch : trunk

17 years ago[svn] updated setup.py file for jinja 1.0 release
Armin Ronacher [Thu, 22 Mar 2007 21:56:18 +0000 (22:56 +0100)]
[svn] updated setup.py file for jinja 1.0 release

--HG--
branch : trunk

17 years ago[svn] because merging doesn't work i tweak the webpage a bit
Armin Ronacher [Thu, 22 Mar 2007 19:05:43 +0000 (20:05 +0100)]
[svn] because merging doesn't work i tweak the webpage a bit

--HG--
branch : trunk

17 years ago[svn] last jinja webpage update
Armin Ronacher [Thu, 22 Mar 2007 17:40:59 +0000 (18:40 +0100)]
[svn] last jinja webpage update

--HG--
branch : trunk

17 years ago[svn] improved jinja webpage design
Armin Ronacher [Thu, 22 Mar 2007 16:43:33 +0000 (17:43 +0100)]
[svn] improved jinja webpage design

--HG--
branch : trunk

17 years ago[svn] again some changes on the webpage
Armin Ronacher [Thu, 22 Mar 2007 13:36:38 +0000 (14:36 +0100)]
[svn] again some changes on the webpage

--HG--
branch : trunk

17 years ago[svn] update on webpage and docs
Armin Ronacher [Thu, 22 Mar 2007 09:24:00 +0000 (10:24 +0100)]
[svn] update on webpage and docs

--HG--
branch : trunk

17 years ago[svn] implemented compile time error handling
Armin Ronacher [Wed, 21 Mar 2007 19:33:45 +0000 (20:33 +0100)]
[svn] implemented compile time error handling

--HG--
branch : trunk

17 years ago[svn] again huge jinja update. this time regarding keywords
Armin Ronacher [Wed, 21 Mar 2007 17:05:32 +0000 (18:05 +0100)]
[svn] again huge jinja update. this time regarding keywords

--HG--
branch : trunk

17 years ago[svn] added jinja gti plugin
Armin Ronacher [Tue, 20 Mar 2007 19:33:33 +0000 (20:33 +0100)]
[svn] added jinja gti plugin

--HG--
branch : trunk

17 years ago[svn] implemented GeneralTemplateInterface
Armin Ronacher [Tue, 20 Mar 2007 18:58:21 +0000 (19:58 +0100)]
[svn] implemented GeneralTemplateInterface

--HG--
branch : trunk

17 years ago[svn] added a loader that loads templates from functions provided
Armin Ronacher [Tue, 20 Mar 2007 16:35:07 +0000 (17:35 +0100)]
[svn] added a loader that loads templates from functions provided

--HG--
branch : trunk

17 years ago[svn] added more unittests for jinja
Armin Ronacher [Tue, 20 Mar 2007 15:17:48 +0000 (16:17 +0100)]
[svn] added more unittests for jinja

--HG--
branch : trunk

17 years ago[svn] implemented {% raw %} and improved jinja/django highlighter
Armin Ronacher [Mon, 19 Mar 2007 23:14:10 +0000 (00:14 +0100)]
[svn] implemented {% raw %} and improved jinja/django highlighter

--HG--
branch : trunk

17 years ago[svn] removed template plugin (buffet == broken) and added support for unused python...
Armin Ronacher [Mon, 19 Mar 2007 21:39:55 +0000 (22:39 +0100)]
[svn] removed template plugin (buffet == broken) and added support for unused python keywords

--HG--
branch : trunk

17 years ago[svn] implemented function to collect translations and documented it
Armin Ronacher [Mon, 19 Mar 2007 16:52:24 +0000 (17:52 +0100)]
[svn] implemented function to collect translations and documented it

--HG--
branch : trunk

17 years ago[svn] fixed 2 things, broke non-cached template loading :D
Benjamin Wiegand [Mon, 19 Mar 2007 16:19:07 +0000 (17:19 +0100)]
[svn] fixed 2 things, broke non-cached template loading :D

--HG--
branch : trunk

17 years ago[svn] aded DictLoader to the __all__ list
Armin Ronacher [Mon, 19 Mar 2007 15:04:50 +0000 (16:04 +0100)]
[svn] aded DictLoader to the __all__ list

--HG--
branch : trunk

17 years ago[svn] some api changes in the loader system regarding subclassing.
Armin Ronacher [Mon, 19 Mar 2007 15:02:43 +0000 (16:02 +0100)]
[svn] some api changes in the loader system regarding subclassing.

--HG--
branch : trunk

17 years ago[svn] fixed typo
Armin Ronacher [Mon, 19 Mar 2007 13:52:54 +0000 (14:52 +0100)]
[svn] fixed typo

--HG--
branch : trunk

17 years ago[svn] implemented package loader
Armin Ronacher [Mon, 19 Mar 2007 13:46:59 +0000 (14:46 +0100)]
[svn] implemented package loader

--HG--
branch : trunk

17 years ago[svn] again some jinja updates
Armin Ronacher [Mon, 19 Mar 2007 12:19:34 +0000 (13:19 +0100)]
[svn] again some jinja updates

--HG--
branch : trunk

17 years ago[svn] too stupid to spell things
Armin Ronacher [Sun, 18 Mar 2007 23:08:22 +0000 (00:08 +0100)]
[svn] too stupid to spell things

--HG--
branch : trunk
rename : jinja/bakerplugin.py => jinja/plugin.py

17 years ago[svn] added tests for "capture" and "format" filters
Armin Ronacher [Sun, 18 Mar 2007 22:15:23 +0000 (23:15 +0100)]
[svn] added tests for "capture" and "format" filters

--HG--
branch : trunk

17 years ago[svn] added filters "capture" and "format"
Armin Ronacher [Sun, 18 Mar 2007 22:10:15 +0000 (23:10 +0100)]
[svn] added filters "capture" and "format"

--HG--
branch : trunk

17 years ago[svn] fixed jinja inheritance bug and improved unittests
Armin Ronacher [Sun, 18 Mar 2007 21:41:09 +0000 (22:41 +0100)]
[svn] fixed jinja inheritance bug and improved unittests

--HG--
branch : trunk

17 years ago[svn] __radd__ and co now works for Undefined too
Armin Ronacher [Sun, 18 Mar 2007 20:09:19 +0000 (21:09 +0100)]
[svn] __radd__ and co now works for Undefined too

--HG--
branch : trunk

17 years ago[svn] added jinja doctests and fixed problem with i18n strings in requirements
Armin Ronacher [Sun, 18 Mar 2007 19:47:50 +0000 (20:47 +0100)]
[svn] added jinja doctests and fixed problem with i18n strings in requirements

--HG--
branch : trunk

17 years ago[svn] moved all jinja tests into a runtime folder so that we have enough space for...
Armin Ronacher [Sun, 18 Mar 2007 16:37:46 +0000 (17:37 +0100)]
[svn] moved all jinja tests into a runtime folder so that we have enough space for the new unittests

--HG--
branch : trunk
rename : tests/bigtable.py => tests/runtime/bigtable.py
rename : tests/exception.py => tests/runtime/exception.py
rename : tests/inheritance.py => tests/runtime/inheritance.py
rename : tests/layout.py => tests/runtime/layout.py
rename : tests/templates/a.html => tests/runtime/templates/a.html
rename : tests/templates/b.html => tests/runtime/templates/b.html
rename : tests/templates/c.html => tests/runtime/templates/c.html
rename : tests/templates/error.html => tests/runtime/templates/error.html
rename : tests/templates/included_error.html => tests/runtime/templates/included_error.html
rename : tests/templates/index.html => tests/runtime/templates/index.html
rename : tests/templates/layout.html => tests/runtime/templates/layout.html

17 years ago[svn] small baker changes
Armin Ronacher [Thu, 15 Mar 2007 20:46:28 +0000 (21:46 +0100)]
[svn] small baker changes

--HG--
branch : trunk

17 years ago[svn] working on the goddamn baker plugin...
Armin Ronacher [Thu, 15 Mar 2007 14:08:47 +0000 (15:08 +0100)]
[svn] working on the goddamn baker plugin...

--HG--
branch : trunk

17 years ago[svn] small doc changes
Armin Ronacher [Thu, 15 Mar 2007 13:27:22 +0000 (14:27 +0100)]
[svn] small doc changes

--HG--
branch : trunk

17 years ago[svn] again some updates on the documentation for jinja. this time the debugging...
Armin Ronacher [Thu, 15 Mar 2007 08:16:54 +0000 (09:16 +0100)]
[svn] again some updates on the documentation for jinja. this time the debugging stuff

--HG--
branch : trunk

17 years ago[svn] playing with svn:ignore. somehow i begin to understand why people don't like...
Armin Ronacher [Thu, 15 Mar 2007 06:43:38 +0000 (07:43 +0100)]
[svn] playing with svn:ignore. somehow i begin to understand why people don't like svn...

--HG--
branch : trunk

17 years ago[svn] addded *.pyc to global svn ignore, added todo list to jinja docs, minor tweaks...
Armin Ronacher [Thu, 15 Mar 2007 06:31:34 +0000 (07:31 +0100)]
[svn] addded *.pyc to global svn ignore, added todo list to jinja docs, minor tweaks again in debug system

--HG--
branch : trunk

17 years ago[svn] improved jinja debugging system. now handles errors in included templates too
Armin Ronacher [Wed, 14 Mar 2007 19:41:27 +0000 (20:41 +0100)]
[svn] improved jinja debugging system. now handles errors in included templates too

--HG--
branch : trunk

17 years ago[svn] again doc updates
Armin Ronacher [Wed, 14 Mar 2007 17:43:57 +0000 (18:43 +0100)]
[svn] again doc updates

--HG--
branch : trunk

17 years ago[svn] fixed filter mapping for urlize
Tassilo Schweyer [Wed, 14 Mar 2007 17:04:07 +0000 (18:04 +0100)]
[svn] fixed filter mapping for urlize

--HG--
branch : trunk

17 years ago[svn] doc changes + changes in the i18n system of jinja
Armin Ronacher [Wed, 14 Mar 2007 16:34:34 +0000 (17:34 +0100)]
[svn] doc changes + changes in the i18n system of jinja

--HG--
branch : trunk

17 years ago[svn] fixed spelling problems on jinja webpage
Armin Ronacher [Tue, 13 Mar 2007 22:27:33 +0000 (23:27 +0100)]
[svn] fixed spelling problems on jinja webpage

--HG--
branch : trunk