index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
markup
Age
Commit message (
Expand
)
Author
2012-12-29
Removed django.contrib.markup.
Aymeric Augustin
2012-09-08
Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ...
Preston Holmes
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-14
Fixed #18041 -- Removed support for Markdown versions < 2.1, following the 1....
Claude Paroz
2012-03-16
Fixed #17908 -- Made some `contrib.markup` tests be skipped so they don't fai...
Julien Phalip
2012-03-14
Fixed #17837. Improved markdown safety.
Paul McMillan
2012-03-01
Corrected contrib.markup filter errors to not use misleading template syntax.
Carl Meyer
2011-10-30
Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...
Aymeric Augustin
2011-10-29
Used the decorator syntax consistently to register template filters.
Aymeric Augustin
2011-10-26
Removed remains from times when tests could be run outside of runtests.py.
Aymeric Augustin
2011-10-24
Fixed #17086 -- Removed pollution of global template-builtins from markup and...
Carl Meyer
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-08
Fixed #14383 -- Corrected the capitalization of reStructuredText. Thanks to t...
Russell Keith-Magee
2010-06-19
Fixed #10843: the textile tests now pass against the latest textile library.
Jacob Kaplan-Moss
2010-03-26
Removed out-of-date statement in markdown templatetags docstring (refs #1204).
Gary Wilson Jr
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-09
Fixed #12495 -- Fixed broken link in django.contrib.markup docstring
Adrian Holovaty
2008-04-15
Fixed #6387 -- Updated markdown filter to handle markdown-1.7 as well as
Malcolm Tredinnick
2007-12-02
Fixed #5362: markup tests no longer fail under SVN versions of docutils. Than...
Jacob Kaplan-Moss
2007-12-02
Fixed #2910 -- Added support for markdown extensions to the markdown markup
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-05-20
Moved markup tests into their contrib directory.
Russell Keith-Magee
2006-06-30
restructuredtext filter now passes settings from {{{RESTRUCTUREDTEXT_FILTER_S...
Jacob Kaplan-Moss
2006-06-28
Fixed #2246 -- Changed textile templatetag in contrib.markup to use DEFAULT_C...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-26
Fixed #911 -- Made template system scoped to the parser instead of the templa...
Adrian Holovaty
2005-08-10
Fixed #241 -- added django.contrib.markup app with markup templatetags for Te...
Jacob Kaplan-Moss