~replaceafill/ubuntu/trusty/schooltool/2.8_custom-css

« back to all changes in this revision

Viewing changes to src/schooltool/app/browser/testing.py

  • Committer: Gediminas Paulauskas
  • Date: 2014-04-11 22:10:31 UTC
  • mfrom: (1.1.32)
  • Revision ID: menesis@pov.lt-20140411221031-8nkk5s1ey58z7cor
Tags: 1:2.6.3-0ubuntu1
* New upstream release.
  - Celery 3 support (LP: #1276384)
  - Switch to CKEditor (LP: #485898)
  - Fixed exception dates format in calendar widget of recurring events (LP: #372889)
  - Fixed export of deleted timetables (LP: #1281335)
  - Fixed term/section navigation in a different school year (LP: #1281050)
* debian/copyright: update, remove calwidget

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
 
167
167
    for name in ['layout.css', 'schooltool.css', 'schooltool.js',
168
168
                 'next.png', 'prev.png', 'favicon.ico',
169
 
                 'calwidget-calendar.js', 'calwidget-calendar.css',
170
 
                 'calwidget-icon.gif', 'print.css', 'jquery.js',
 
169
                 'print.css', 'jquery.js',
171
170
                 'zonki-regular.png']:
172
171
        ztapi.browserResource(name, ResourceStub)
173
172