• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

divio / django-cms / 3774
77%

Build:
DEFAULT BRANCH: develop
Ran 23 Aug 2014 09:09PM UTC
Jobs 31
Files 140
Run time 2893min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
3774

Pull #3409

travis-ci

qris
Fix corruption of cached template nodelist by placeholder scan.

get_placeholders() modifies the nodelist of a parsed template without
taking a copy. With non-caching template loaders this doesn't matter, but
with Django's caching template loader, the same template, with modified
nodelist, will be used next time the template is requested.

The main issue with this is that blocks inherited from a parent template,
and not overridden, appear as though they were copied literally into the
child template. Often this doesn't matter, but if the block uses block.super
and adds content, then because it's interpreted twice, the added content
will appear twice.
Pull Request #3409: Fix corruption of cached template nodelist by placeholder scan.

1 of 1 new or added line in 1 file covered. (100.0%)

8413 of 9599 relevant lines covered (87.64%)

26.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3774.1 (DJANGO=1.5 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0) 25 Aug 2014 08:49PM UTC 0
86.5
Travis Job 3774.1
2 3774.2 (DJANGO=1.5 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 08:50PM UTC 0
86.52
Travis Job 3774.2
3 3774.3 (DJANGO=1.6 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0) 25 Aug 2014 08:46PM UTC 0
86.81
Travis Job 3774.3
4 3774.4 (DJANGO=1.6 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 08:48PM UTC 0
86.42
Travis Job 3774.4
5 3774.5 (DJANGO=1.6 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=1 AUTH_USER_MODEL='emailuserapp.EmailUser') 25 Aug 2014 08:47PM UTC 0
86.5
Travis Job 3774.5
10 3774.10 (DJANGO=1.5 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0) 25 Aug 2014 08:49PM UTC 0
86.5
Travis Job 3774.10
11 3774.11 (DJANGO=1.5 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 08:50PM UTC 0
86.52
Travis Job 3774.11
12 3774.12 (DJANGO=1.6 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0) 25 Aug 2014 08:49PM UTC 0
86.39
Travis Job 3774.12
13 3774.13 (DJANGO=1.6 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 08:57PM UTC 0
86.42
Travis Job 3774.13
14 3774.14 (DJANGO=1.6 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=1 AUTH_USER_MODEL='emailuserapp.EmailUser') 25 Aug 2014 09:00PM UTC 0
86.5
Travis Job 3774.14
18 3774.18 (DJANGO=1.4 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0) 25 Aug 2014 08:58PM UTC 0
86.58
Travis Job 3774.18
19 3774.19 (DJANGO=1.4 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=1) 25 Aug 2014 09:01PM UTC 0
86.6
Travis Job 3774.19
20 3774.20 (DJANGO=1.4 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 09:02PM UTC 0
86.61
Travis Job 3774.20
21 3774.21 (DJANGO=1.5 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0) 25 Aug 2014 08:58PM UTC 0
86.52
Travis Job 3774.21
22 3774.22 (DJANGO=1.5 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 09:01PM UTC 0
86.54
Travis Job 3774.22
23 3774.23 (DJANGO=1.5 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 09:04PM UTC 0
86.54
Travis Job 3774.23
24 3774.24 (DJANGO=1.6 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0) 25 Aug 2014 09:00PM UTC 0
86.43
Travis Job 3774.24
25 3774.25 (DJANGO=1.6 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 09:06PM UTC 0
86.45
Travis Job 3774.25
26 3774.26 (DJANGO=1.6 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 09:08PM UTC 0
86.45
Travis Job 3774.26
27 3774.27 (DJANGO=1.6 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=1 AUTH_USER_MODEL='emailuserapp.EmailUser') 25 Aug 2014 09:10PM UTC 0
86.53
Travis Job 3774.27
28 3774.28 (DJANGO=1.7 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0) 25 Aug 2014 09:06PM UTC 0
86.62
Travis Job 3774.28
30 3774.30 (DJANGO=1.7 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 09:09PM UTC 0
86.64
Travis Job 3774.30
32 3774.32 (DJANGO=1.4 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0) 25 Aug 2014 09:12PM UTC 0
86.58
Travis Job 3774.32
33 3774.33 (DJANGO=1.4 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 09:13PM UTC 0
86.6
Travis Job 3774.33
34 3774.34 (DJANGO=1.4 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 09:13PM UTC 0
86.61
Travis Job 3774.34
35 3774.35 (DJANGO=1.5 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0) 25 Aug 2014 09:14PM UTC 0
86.52
Travis Job 3774.35
36 3774.36 (DJANGO=1.5 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 09:16PM UTC 0
86.54
Travis Job 3774.36
37 3774.37 (DJANGO=1.5 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 09:17PM UTC 0
86.54
Travis Job 3774.37
38 3774.38 (DJANGO=1.6 DATABASE_URL='sqlite://localhost/:memory:' SELENIUM=0) 25 Aug 2014 09:17PM UTC 0
86.43
Travis Job 3774.38
39 3774.39 (DJANGO=1.6 DATABASE_URL='mysql://root@127.0.0.1/djangocms_test' SELENIUM=0) 25 Aug 2014 09:17PM UTC 0
86.45
Travis Job 3774.39
41 3774.41 (DJANGO=1.6 DATABASE_URL='postgres://postgres@127.0.0.1/djangocms_test' SELENIUM=1 AUTH_USER_MODEL='emailuserapp.EmailUser') 25 Aug 2014 09:21PM UTC 0
86.53
Travis Job 3774.41
Source Files on build 3774
  • List 0
  • Changed 393
  • Source Changed 31
  • Coverage Changed 374
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #3774
  • Pull Request #3409
  • PR Base - develop (#3766)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc