Commit graph

204 commits

Author SHA1 Message Date
Jannis Leidel
89e82f07dd Updated German translation. 2010-11-07 00:02:10 +01:00
Jannis Leidel
696099d2e3 Added Finnish translation, thanks Jaakko Holster. 2010-11-07 00:01:05 +01:00
Jannis Leidel
ff13527988 Merge branch 'master' of github.com:jezdez/django-dbtemplates into develop 2010-11-06 23:48:56 +01:00
Jannis Leidel
8aeaf6f2e6 Merge branch 'release/0.7.4' into develop 2010-09-23 04:04:17 +02:00
Jannis Leidel
cdb7787022 Merge branch 'release/0.7.4' 2010-09-23 04:04:11 +02:00
Jannis Leidel
b0e64ffd4c Bumped to 0.7.4. 2010-09-23 04:01:49 +02:00
Jannis Leidel
b91c23e15e Fixed issue 12 -- Make the test not break other tests. 2010-09-23 03:33:19 +02:00
Jannis Leidel
2fe90cd55b Merge branch 'release/0.7.3' into develop 2010-09-21 14:41:10 +02:00
Jannis Leidel
edd645f212 Merge branch 'release/0.7.3' 2010-09-21 14:41:03 +02:00
Jannis Leidel
f0f3b53bf1 More detail regarding the new setting. 2010-09-21 14:40:53 +02:00
Jannis Leidel
46ee615c3e Removed stray print statement. 2010-09-21 14:40:41 +02:00
Jannis Leidel
4629a998d8 Bumped version. 2010-09-21 14:40:34 +02:00
Jannis Leidel
dc2874ccc1 Added news for latest release. 2010-09-21 14:25:29 +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
be19bea513 Extended gitignore. 2010-09-21 14:21:38 +02:00
Jannis Leidel
6d680a5100 Make sure of the correct backend when loading an initial version of a template. Possible fix for issue #8. 2010-09-21 14:21:30 +02:00
Jannis Leidel
fcafe7fb70 Prepare for a Github move only release. 2010-09-04 14:21:31 +02:00
Alexander Artemenko
947bb8901f .gitignore
Signed-off-by: Jannis Leidel <jannis@leidel.info>
committer: Jannis Leidel <jannis@leidel.info>

--HG--
extra : convert_revision : c8f055185964ffe1c80a7e7ac717b141c69145cc
2010-09-04 14:14:05 +02:00
Jannis Leidel
86fc7f1ce0 Added additional upload sphinx section to setup config file. 2010-08-09 11:29:23 +02:00
Jannis Leidel
72abb2f6f1 Bumped version to 0.7.2a1 2010-07-07 12:42:30 +02:00
Jannis Leidel
a46fe74a9a Added tag 0.7.1 for changeset 74c22fa8c4a6 2010-07-07 12:41:25 +02:00
Jannis Leidel
d1249489f4 Prepare for release. 2010-07-07 12:40:53 +02:00
Jannis Leidel
ba3fef8a02 Added news for last commits. 2010-07-07 12:40:12 +02:00
Jannis Leidel
2237fcd00f Made DBTEMPLATES_MEDIA_PREFIX setting default to <MEDIA_ROOT>/dbtemplates instead of None. 2010-07-07 12:39:51 +02:00
Jannis Leidel
9953ac8069 Fixed disabling the CodeMirror textarea. 2010-07-07 12:38:54 +02:00
Jannis Leidel
4feebfca0b Fixed setting name in example project. 2010-07-07 12:37:37 +02:00
Jannis Leidel
19e03526a0 Bumped to 0.7.1a1. 2010-06-24 16:25:57 +02:00
Jannis Leidel
1046580cf7 Added tag 0.7.0 for changeset 34a051192862 2010-06-24 16:25:19 +02:00
Jannis Leidel
fa6f51a6fe Removed alpha flag. 2010-06-24 16:25:12 +02:00
Jannis Leidel
4a91d91cce Fixed silly versioning kerfuffle. 2010-06-24 16:24:36 +02:00
Jannis Leidel
9a60675e0b Updated docs a little more. 2010-06-24 16:23:07 +02:00
Jannis Leidel
ddd9d9b4fc Updated packaging files to not include template file anymore. 2010-06-24 16:22:47 +02:00
Jannis Leidel
fdd7c8c66c Updated docs for upcoming 0.7.0 release. 2010-06-24 16:15:33 +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
cbc2043cd2 Added staticfiles as a requirement of the example app. 2010-06-24 14:23:17 +02:00
Jannis Leidel
dd538aad81 Added test for issue #8. 2010-06-24 11:59:55 +02:00
Jannis Leidel
2df8e9658a Bumped version to 0.7.0a1. 2010-06-24 11:50:11 +02:00
Jannis Leidel
59d3eb6c67 Converted doctests to unittests, yay! 2010-06-24 11:48:08 +02:00
Jannis Leidel
a0797ec6f9 Don't print to stdout in when creating default error templates, if verbosity = 0. 2010-06-24 11:47:41 +02:00
Jannis Leidel
46d1f8b21b Added class based template loader for Django >= 1.2. 2010-06-24 11:46:51 +02:00
Jannis Leidel
6536b73a16 Cleaned up a little. 2010-06-24 11:43:41 +02:00
Jannis Leidel
982e6f2de7 Moved settings to own module. 2010-06-24 10:22:35 +02:00
Jannis Leidel
fbbf265b55 Bumped version up a little. 2010-03-18 19:20:33 +01:00
Jannis Leidel
70afccbb8f Updated packaging a little.
--HG--
rename : README => README.rst
2010-03-18 18:50:06 +01:00
timesong
e6cff5aa3f Add Chinese translation 2010-01-05 17:52:59 +08:00
Jannis Leidel
eb5d698d1e Tweaking the stylesheet overrides a little 2009-11-24 21:13:27 +01: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