Commit graph

26 commits

Author SHA1 Message Date
Mark Stahler
68d4342df4 removed urls.py which is not required if django-tinymce is installed
properly. fixed new bug relating to codemirror introduced by tinymce
2012-01-18 08:33:13 -05:00
Mark Stahler
edaf6ea258 respect column widths 2012-01-17 22:11:08 -05:00
Mark Stahler
e866e52074 fixed tinyMce not appearing in admin area 2012-01-17 21:58:47 -05:00
Mark Stahler
02aaad635a Added TinyMCE support via django-tinymce 2012-01-17 21:22:22 -05:00
Jannis Leidel
ede4013fad Renamed admin action to be less ambiguous. 2011-08-15 13:05:26 +02:00
Matt Dorn
6c25da5301 Added template syntax checker admin actions. 2011-08-15 12:42:27 +02:00
Jannis Leidel
05b109ec5a A bunch of flake8 fixees. 2011-07-01 15:50:04 +02:00
Jannis Leidel
a40204def7 Moved setttings over to use AppSettings class. 2011-07-01 15:44:09 +02:00
Jason Mayfield
1415896b3d allow save as for templates to easily copy templates for another site
Signed-off-by: Jannis Leidel <jannis@leidel.info>
2011-06-15 16:16:29 +02:00
Jason Mayfield
dd15deab60 filter horizontal the sites
Signed-off-by: Jannis Leidel <jannis@leidel.info>
2011-06-15 16:16:21 +02:00
Jannis Leidel
baa451ea22 Updated code to pass more Pyflakes. 2011-04-11 23:16:21 +02:00
Jannis Leidel
5190186f3b BACKWARDS INCOMPATIBLE CHANGE. Refactored caching to just use Django's caching system, instead of its own. 2011-04-11 19:19:00 +02:00
Jannis Leidel
975e0a4087 Added DBTEMPLATES_AUTO_POPULATE_CONTENT setting to be able to disable to auto populating of template content. 2010-09-21 14:25:14 +02:00
Jannis Leidel
e4cdd4a1c4 Don't collapse the advanced fields, cause sites is required. 2010-09-21 14:23:25 +02:00
Jannis Leidel
cab1f12cb8 Nicer settings in admin module. 2010-09-21 14:23:04 +02:00
Jannis Leidel
9953ac8069 Fixed disabling the CodeMirror textarea. 2010-07-07 12:38:54 +02:00
Jannis Leidel
07b4d1ac06 Moved sites selection to collapsed fieldset by default. 2010-06-24 16:15:06 +02:00
Jannis Leidel
b06b60f3e2 Added optional CodeMirror-based syntax highlighing editor. 2010-06-24 15:56:41 +02:00
Jannis Leidel
a610e90b7a Fixes issue 4 -- The textarea of the content field now uses the full width in the admin 2009-11-24 21:03:34 +01:00
Jannis Leidel
62b371d1ee Added admin actions to invalidate and repopulate template cache 2009-10-09 14:01:57 +02:00
leidel
92ec88352a Fix typo
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@92 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 8e5b8d2297bd82cdecd757019fdbe573dbae23a6
2009-01-21 10:43:47 +00:00
leidel
640720a341 Look in INSTALLED_APPS to find out if django-reversion is installed
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@91 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 2dc4215694abff348b90ba7e63b39db86d74057d
2009-01-21 10:29:26 +00:00
leidel
e569b18386 Added a list to the admin list view that contains all site names that the template is used on.
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@89 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 33a11e588fcee4fd9bdf6fa34065b68aced13c60
2009-01-03 11:55:22 +00:00
leidel
feb4aac05c Changed a translation string and updated locales
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@75 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : a6fcbc158c0be2148c2e4ef154410ced6737d048
2008-11-16 02:02:10 +00:00
leidel
391b00c655 Added support for django-reversion to versionize Template instances. Enabled only if django-reversion is installed.
Makes the template textarea appear larger and use monospace fonts.
Enables filtering by sites in the changelist view.

git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@57 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : b1e31a43061323c6935659312f86f32084a54b9e
2008-11-02 00:05:26 +00:00
leidel
2187c10537 added support for newforms-admin
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@35 cfb8ba98-e953-0410-9cff-959ffddf5974

committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974>

--HG--
extra : convert_revision : 3be7558f64d204bc9cbb445cb6e1b8ae84369a82
2008-07-19 10:48:07 +00:00