Commit graph

314 commits

Author SHA1 Message Date
Jannis Leidel
4e88c6c9fa Use __isnull for querying a non-site specific template. Refs #33. 2013-01-31 12:10:49 +02:00
Bogdan Hodorog
3563519d3c revert to original branch due to origin/HEAD and project being forked 2013-01-25 09:56:58 +02:00
Bogdan Hodorog
09fab2c501 we need s3sourceuploader only to deploy, not to run 2013-01-22 16:08:05 +02:00
Bogdan Hodorog
928fdae578 enable upload myself to s3 and bump the minor version 2013-01-22 15:49:29 +02:00
Bogdan Hodorog
cd197512fa merge develop into master, to have the same master branch as all lunchbox related projects 2013-01-22 15:48:30 +02:00
Amalia Gherasim
4e480adf95 Bumped version 2012-10-11 18:18:52 +03:00
Alex Cucu
e559006f05 When changing template-site assignments, invalidate cached templates that belonged to sites that got unassigned 2012-10-08 16:46:15 +03:00
Bogdan Hodorog
f22ca2c7e0 TSK5222 Properly bump the version 2012-09-21 18:35:53 +03:00
Bogdan Hodorog
30a470145f UNICORN-5222 pull from remotes/jezdez/tags/1.3 2012-09-19 11:03:13 +03:00
Sever Băneşiu
fc7da2a8a5 Override the version like a man. 2011-10-07 15:48:28 +03:00
Sever Băneşiu
720992c415 Errr. 2011-10-07 15:44:19 +03:00
Sever Băneşiu
6b9704c0dd Added own version in order to fix dependencies. 2011-10-07 15:39:43 +03:00
Sever Băneşiu
863e3edaa3 Made template name unique and sites required. 2011-10-05 12:06:54 +03:00
Jannis Leidel
cc94071fc4 Merge branch 'release/1.2.1' into develop 2011-09-07 12:08:42 +02:00
Jannis Leidel
357954a83c Merge branch 'release/1.2.1' 2011-09-07 12:08:37 +02:00
Jannis Leidel
41842de12d Bumped version to 1.2.1. 2011-09-07 12:05:09 +02:00
Jannis Leidel
b6d5bfa226 Use better testrunner. 2011-09-06 15:00:30 +02:00
Jannis Leidel
1224ab4005 Added versiontools requirement to setup.py. 2011-09-06 12:31:56 +02:00
Jannis Leidel
d5be3e42d5 Use django-appconf. 2011-09-06 12:31:28 +02:00
Jannis Leidel
fcc9045829 Fixed changelog and added bugfix to it. 2011-09-05 11:02:55 +02:00
Jannis Leidel
e3c53f6b17 Merge pull request #16 from dfalk/develop
Use ugettext_lazy instead of gettext_lazy for verbose name.
2011-08-25 15:49:44 -07:00
dfalk
9e81e53099 using ugettext 2011-08-26 01:28:49 +04:00
Jannis Leidel
f53536fdcd Merge branch 'release/1.2' into develop 2011-08-15 13:24:56 +02:00
Jannis Leidel
4fb0219dd4 Merge branch 'release/1.2' 2011-08-15 13:24:51 +02:00
Jannis Leidel
e12c6e8ece Updated translations. 2011-08-15 13:23:48 +02:00
Jannis Leidel
362af384a6 Updated base translation files. 2011-08-15 13:13:37 +02:00
Jannis Leidel
f6ea762ed4 Bumped to 1.2 and extended Trove classifiers. 2011-08-15 13:12:47 +02:00
Jannis Leidel
bfcf68fe63 Bundle authors list. 2011-08-15 13:09:29 +02:00
Jannis Leidel
6c08984118 Updated docs. 2011-08-15 13:08:46 +02:00
Jannis Leidel
e55e52156f Slight corrections to loader. 2011-08-15 13:08:38 +02:00
Jannis Leidel
52528648ba Fixed tests. 2011-08-15 13:05:34 +02:00
Jannis Leidel
ede4013fad Renamed admin action to be less ambiguous. 2011-08-15 13:05:26 +02:00
Jannis Leidel
09ece4a5e3 Some minor additions to the "performance speedup". Extends the list of authors, too. 2011-08-15 12:53:29 +02:00
Stephan Peijnik
49eb36775b Typo fix.
Signed-off-by: Stephan Peijnik <spe@anexia.at>
2011-08-15 12:48:16 +02:00
Stephan Peijnik
7e93da6a94 Removed license headers, reverted LICENSE file and added a CONTRIBUTORS file. 2011-08-15 12:48:10 +02:00
Stephan Peijnik
2d46b418da Use the cache to remember which templates were not found in the database.
Also reverse the logic of the database lookup. First check if there is
site-specific template in the database and only if that fails
try to load the global template.
This should cut down the number of database queries that need to be executed,
especially in a loop that includes a given template that does not exist
in the database.

Signed-off-by: Stephan Peijnik <spe@anexia.at>
2011-08-15 12:48:02 +02:00
Matt Dorn
6c25da5301 Added template syntax checker admin actions. 2011-08-15 12:42:27 +02:00
Jannis Leidel
29cedc5271 Merge branch 'release/1.1.1' into develop 2011-07-08 15:01:22 +02:00
Jannis Leidel
ecbca49616 Merge branch 'release/1.1.1' 2011-07-08 15:01:18 +02:00
Jannis Leidel
88f6c54c83 Bumped version up a bit. 2011-07-08 15:00:28 +02:00
Jannis Leidel
7449de7483 Extended docs about using the Loader class instead of the previously available function. Fixes #11. 2011-07-08 14:56:24 +02:00
Jannis Leidel
692a77725d Added links to the repo on Github. Fixes #10. 2011-07-08 14:53:11 +02:00
Jannis Leidel
0379c8cf39 Fixed cache loading. Fixes #13. 2011-07-08 14:46:41 +02:00
Jannis Leidel
75bf2f3c3b Merge branch 'release/1.1' into develop 2011-07-06 21:28:46 +02:00
Jannis Leidel
3add998584 Merge branch 'release/1.1' 2011-07-06 21:28:40 +02:00
Jannis Leidel
99188bb92c Bumped version and copyright year. 2011-07-06 21:25:17 +02:00
Jannis Leidel
d5de8390ac Updated translations. 2011-07-06 21:23:41 +02:00
Jannis Leidel
e5cb4fd2d7 Fixed Transifex configuration. 2011-07-06 21:19:21 +02:00
Jannis Leidel
a3cc44c069 Removed trailing whitespace. 2011-07-06 21:16:16 +02:00
Jannis Leidel
fd82a6b1ab Merge branch 'develop' of github.com:jezdez/django-dbtemplates into develop 2011-07-06 21:15:22 +02:00