~u5218464/schooltool-book/schooltool-book

« back to all changes in this revision

Viewing changes to i18n/hi/build/html/1.4-release-notes.html

  • Committer: Karun Agarwal
  • Date: 2014-05-22 10:02:44 UTC
  • Revision ID: u5218464@anu.edu.au-20140522100244-0lv39nttpudy41cp
added new branch to make translations for schooltool-book to hindi

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
 
 
4
 
 
5
<html xmlns="http://www.w3.org/1999/xhtml">
 
6
  <head>
 
7
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
8
    
 
9
    <title>1.4 Release Notes &mdash; The SchoolTool Book</title>
 
10
    
 
11
    <link rel="stylesheet" href="_static/flourish.css" type="text/css" />
 
12
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
 
13
    
 
14
    <script type="text/javascript">
 
15
      var DOCUMENTATION_OPTIONS = {
 
16
        URL_ROOT:    './',
 
17
        VERSION:     '2.1.1',
 
18
        COLLAPSE_INDEX: false,
 
19
        FILE_SUFFIX: '.html',
 
20
        HAS_SOURCE:  true
 
21
      };
 
22
    </script>
 
23
    <script type="text/javascript" src="_static/jquery.js"></script>
 
24
    <script type="text/javascript" src="_static/underscore.js"></script>
 
25
    <script type="text/javascript" src="_static/doctools.js"></script>
 
26
    <script type="text/javascript" src="_static/jquery.colorbox-min.js"></script>
 
27
    <script type="text/javascript" src="_static/flourish.js"></script>
 
28
    <link rel="shortcut icon" href="_static/favicon.ico"/>
 
29
    <link rel="author" title="About these documents" href="about.html" />
 
30
    <link rel="top" title="The SchoolTool Book" href="index.html" />
 
31
    <link rel="up" title="Release Notes" href="release-notes.html" />
 
32
    <link rel="next" title="1.2 Release Notes" href="1.2-release-notes.html" />
 
33
    <link rel="prev" title="1.5 Release Notes" href="1.5-release-notes.html" />
 
34
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin" />
 
35
 
 
36
  </head>
 
37
  <body>
 
38
<div class="schooltool">
 
39
  <div class="header">
 
40
    <h1 class="brand">
 
41
      <a href="http://www.schooltool.org/">
 
42
        <span class="school">school</span><span class="tool">tool</span>
 
43
        <img alt="Logo" src="_static/logo-small.png" />
 
44
      </a>
 
45
    </h1>
 
46
    <ul class="navigation">
 
47
      <li>
 
48
        <a href="http://schooltool.org/">
 
49
          Home
 
50
        </a>
 
51
      </li>
 
52
      <li>
 
53
        <a href="features.html">
 
54
          Features
 
55
        </a>
 
56
      </li>
 
57
      <li>
 
58
        <a href="http://launchpad.net/schooltool-project/+announcements">
 
59
          News
 
60
        </a>
 
61
      </li>
 
62
      <li>
 
63
        <a href="screenshots.html">
 
64
          Screenshots
 
65
        </a>
 
66
      </li>
 
67
      <li>
 
68
        <a href="system-requirements.html">
 
69
          Download
 
70
        </a>
 
71
      </li>
 
72
      <li>
 
73
        <a href="index.html">
 
74
          Documentation
 
75
        </a>
 
76
      </li>
 
77
      <li>
 
78
        <a href="about.html">
 
79
          Contact
 
80
        </a>
 
81
      </li>
 
82
    </ul>
 
83
    <script type="text/javascript">
 
84
      $(document).ready(function() {
 
85
        $(window).scroll(function() {
 
86
          var scrollTop = $(window).scrollTop();
 
87
          if (scrollTop > 64) {
 
88
            $('div.related').css('position', 'fixed');
 
89
            $('div.related').css('top', '0');
 
90
          } else {
 
91
            $('div.related').css('position', 'absolute');
 
92
            $('div.related').css('top', '64px');
 
93
          }
 
94
        });
 
95
      });
 
96
    </script>
 
97
    
 
98
    <div class="related">
 
99
      <h3>Navigation</h3>
 
100
      <ul>
 
101
        <li class="right" style="margin-right: 10px">
 
102
          <a href="1.2-release-notes.html" title="1.2 Release Notes"
 
103
             accesskey="N">next</a></li>
 
104
        <li class="right" >
 
105
          <a href="1.5-release-notes.html" title="1.5 Release Notes"
 
106
             accesskey="P">previous</a> |</li>
 
107
        <li><a href="index.html">The SchoolTool Book</a> &raquo;</li>
 
108
          <li><a href="release-notes.html" accesskey="U">Release Notes</a> &raquo;</li> 
 
109
      </ul>
 
110
    </div>
 
111
<!-- Search Bar -->
 
112
<div id="search-box">
 
113
  <form class="search-form" id="google-appliance-search-form" method="get"
 
114
        accept-charset="UTF-8"
 
115
        action="search.html">
 
116
      <div>
 
117
        <div id="edit-keys-wrapper" class="form-item">
 
118
          <input type="text" class="form-text"
 
119
                 onfocus="if(this.value=='Type to search'){this.value=''}"
 
120
                 onblur="if(this.value==''){this.value='Type to search';}"
 
121
                 value="Type to search" size="20" id="edit-keys" name="q"
 
122
                 maxlength="255" />
 
123
            <input type="hidden" value="yes" name="check_keywords" />
 
124
            <input type="hidden" value="default" name="area" />
 
125
        </div>
 
126
        <img src="_static/arrow.png" class="form-submit"
 
127
             onclick="$(this).closest('form').submit()"
 
128
             style="cursor: pointer" />
 
129
      </div>
 
130
    </form>
 
131
  </div>
 
132
  <!-- End Search Bar -->
 
133
  </div>
 
134
  
 
135
 
 
136
    <div class="document">
 
137
      <div class="documentwrapper">
 
138
        <div class="bodywrapper">
 
139
          <div class="body">
 
140
            
 
141
  <div class="section" id="release-notes">
 
142
<h1>1.4 Release Notes<a class="headerlink" href="#release-notes" title="Permalink to this headline">¶</a></h1>
 
143
<div class="section" id="schooltool">
 
144
<h2>SchoolTool<a class="headerlink" href="#schooltool" title="Permalink to this headline">¶</a></h2>
 
145
<div class="section" id="id1">
 
146
<h3>1.4.4 (2011-09-05)<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
 
147
<ul class="simple">
 
148
<li>Allowed non-integer values for course credits (<a class="reference external" href="https://bugs.launchpad.net/bugs/488376">https://bugs.launchpad.net/bugs/488376</a>)</li>
 
149
<li>Add School Year copies all course attributes (<a class="reference external" href="https://bugs.launchpad.net/bugs/785994">https://bugs.launchpad.net/bugs/785994</a>)</li>
 
150
<li>Fixed XLS import crashes:<ul>
 
151
<li>Username is a number (<a class="reference external" href="https://launchpad.net/bugs/801870">https://launchpad.net/bugs/801870</a>)</li>
 
152
<li>No file selected for import</li>
 
153
<li>Section timetables without resources (<a class="reference external" href="https://launchpad.net/bugs/839031">https://launchpad.net/bugs/839031</a>)</li>
 
154
<li>Empty sections or groups (<a class="reference external" href="https://launchpad.net/bugs/382566">https://launchpad.net/bugs/382566</a>)</li>
 
155
</ul>
 
156
</li>
 
157
<li>Update translations.</li>
 
158
</ul>
 
159
</div>
 
160
<div class="section" id="id2">
 
161
<h3>1.4.3 (2010-11-23)<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
 
162
<p>Stable release that contains bugfixes backported from development series up to 1.5.3.</p>
 
163
<ul class="simple">
 
164
<li>Fixed Section meeting time misalignment in calendar (<a class="reference external" href="https://launchpad.net/bugs/611797">https://launchpad.net/bugs/611797</a>)</li>
 
165
<li>Activation of selected school year (<a class="reference external" href="https://launchpad.net/bugs/635160">https://launchpad.net/bugs/635160</a>)</li>
 
166
<li>Added &#8220;New Person&#8221; (for administration) to all person views
 
167
(<a class="reference external" href="https://bugs.launchpad.net/bugs/268127">https://bugs.launchpad.net/bugs/268127</a>)</li>
 
168
<li>Empty usernames no longer crash when adding a person (<a class="reference external" href="https://launchpad.net/bugs/644296">https://launchpad.net/bugs/644296</a>)</li>
 
169
<li>Fix security checks to let teachers edit learners and other section info
 
170
if they have access rights.</li>
 
171
<li>Allow teachers to view student info and contacts</li>
 
172
<li>Add &#8220;View Person&#8221; action button in contact views (<a class="reference external" href="https://launchpad.net/bugs/635207">https://launchpad.net/bugs/635207</a>)</li>
 
173
<li>Tweaked WYSIWYG CK editor (<a class="reference external" href="https://launchpad.net/bugs/485446">https://launchpad.net/bugs/485446</a>)</li>
 
174
<li>Make CK editor work with servers under mod-rewrite (<a class="reference external" href="https://launchpad.net/bugs/258951">https://launchpad.net/bugs/258951</a>)</li>
 
175
<li>Added error checking on demographics edit form (<a class="reference external" href="https://launchpad.net/bugs/610870">https://launchpad.net/bugs/610870</a>)</li>
 
176
<li>Update translations.</li>
 
177
</ul>
 
178
</div>
 
179
<div class="section" id="id3">
 
180
<h3>1.4.2 (2010-07-15)<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
 
181
<ul class="simple">
 
182
<li>Speed up editing of section learners and instructors (<a class="reference external" href="https://launchpad.net/bugs/599258">https://launchpad.net/bugs/599258</a>)</li>
 
183
<li>XLS Importer catches errors before trying to create objects. (<a class="reference external" href="https://launchpad.net/bugs/306339">https://launchpad.net/bugs/306339</a>)</li>
 
184
<li>Removed SchoolTool logo from PDF footers (<a class="reference external" href="https://launchpad.net/bugs/561558">https://launchpad.net/bugs/561558</a>)</li>
 
185
<li>Update translations (ca, en_AU, eu, ne, pl, tr)</li>
 
186
</ul>
 
187
<p>More info at <a class="reference external" href="https://launchpad.net/schooltool/+release/1.4.2">https://launchpad.net/schooltool/+release/1.4.2</a></p>
 
188
</div>
 
189
<div class="section" id="id4">
 
190
<h3>1.4.1 (2010-06-15)<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
 
191
<ul class="simple">
 
192
<li>Copy data from previous school year (<a class="reference external" href="https://launchpad.net/bugs/541673">https://launchpad.net/bugs/541673</a>)</li>
 
193
<li>Update translations (ca, es, es_SV, sk, te, vi, zh_CN)</li>
 
194
</ul>
 
195
<p>More info at <a class="reference external" href="https://launchpad.net/schooltool/+release/1.4.1">https://launchpad.net/schooltool/+release/1.4.1</a></p>
 
196
</div>
 
197
<div class="section" id="id5">
 
198
<h3>1.4.0 (2010-05-21)<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
 
199
<p>This is a final release for Lucid.</p>
 
200
<ul class="simple">
 
201
<li>Fix Timetable Schemas page for non-manager users (<a class="reference external" href="https://launchpad.net/bugs/545780">https://launchpad.net/bugs/545780</a>)</li>
 
202
<li>Fix timetable display when first day of the week is empty (<a class="reference external" href="https://launchpad.net/bugs/545763">https://launchpad.net/bugs/545763</a>)</li>
 
203
<li>Fix timetable plugin for sampledata (<a class="reference external" href="https://launchpad.net/bugs/306107">https://launchpad.net/bugs/306107</a>)</li>
 
204
<li>Translate &#8220;Confirm&#8221; button in delete forms correctly.</li>
 
205
<li>Update translations</li>
 
206
</ul>
 
207
<p>More info at <a class="reference external" href="https://launchpad.net/schooltool/+release/1.4.0">https://launchpad.net/schooltool/+release/1.4.0</a></p>
 
208
</div>
 
209
<div class="section" id="id6">
 
210
<h3>1.3.2 (2010-04-29)<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
 
211
<ul class="simple">
 
212
<li>Added course names to section links in the person view, sorting Sections and
 
213
Groups links by school year (<a class="reference external" href="https://launchpad.net/bugs/545793">https://launchpad.net/bugs/545793</a>)</li>
 
214
<li>Made edit links on person, section and group views available only to managers (<a class="reference external" href="https://launchpad.net/bugs/361436">https://launchpad.net/bugs/361436</a>)</li>
 
215
<li>Display resources of calendar events on weekly view (<a class="reference external" href="https://launchpad.net/bugs/540099">https://launchpad.net/bugs/540099</a>)</li>
 
216
<li>Changed old Zonki in pdf footers (<a class="reference external" href="https://launchpad.net/bugs/561558">https://launchpad.net/bugs/561558</a>)</li>
 
217
<li>Use semicolon to separate instructors in section&#8217;s label (<a class="reference external" href="https://launchpad.net/bugs/558911">https://launchpad.net/bugs/558911</a>)</li>
 
218
<li>Prevent the user to enter non-ascii usernames (<a class="reference external" href="https://launchpad.net/bugs/397610">https://launchpad.net/bugs/397610</a>)</li>
 
219
<li>Update translations</li>
 
220
</ul>
 
221
<p>More info at <a class="reference external" href="https://launchpad.net/schooltool/+release/1.3.2">https://launchpad.net/schooltool/+release/1.3.2</a></p>
 
222
</div>
 
223
<div class="section" id="id7">
 
224
<h3>1.3.1 (2010-04-07)<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
 
225
<ul class="simple">
 
226
<li>Reduce dependency on <tt class="docutils literal"><span class="pre">zope.app.*</span></tt> packages</li>
 
227
<li>Allow advisors to view person info (<a class="reference external" href="https://launchpad.net/bugs/513064">https://launchpad.net/bugs/513064</a>)</li>
 
228
<li>Flag to disable mail server (<a class="reference external" href="https://launchpad.net/bugs/513026">https://launchpad.net/bugs/513026</a>)</li>
 
229
<li>Added action to send emails to student contacts (<a class="reference external" href="https://launchpad.net/bugs/496255">https://launchpad.net/bugs/496255</a>)</li>
 
230
<li>Formatted email form notifications (<a class="reference external" href="https://launchpad.net/bugs/497492">https://launchpad.net/bugs/497492</a>)</li>
 
231
<li>Fixed broken FCK Editor in some views (<a class="reference external" href="https://launchpad.net/bugs/556478">https://launchpad.net/bugs/556478</a>)</li>
 
232
<li>Added a &#8220;neutral&#8221; submit button style (<a class="reference external" href="https://launchpad.net/bugs/424510">https://launchpad.net/bugs/424510</a>)</li>
 
233
<li>Added security descriptions tutorial</li>
 
234
<li>Update translations</li>
 
235
</ul>
 
236
<p>More info at <a class="reference external" href="https://launchpad.net/schooltool/+release/1.3.1">https://launchpad.net/schooltool/+release/1.3.1</a></p>
 
237
</div>
 
238
<div class="section" id="id8">
 
239
<h3>1.3.0 (2010-01-06)<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
 
240
<ul class="simple">
 
241
<li>Port to zope versions available in karmic <a class="reference external" href="https://launchpad.net/bugs/498803">https://launchpad.net/bugs/498803</a></li>
 
242
<li>Update translations</li>
 
243
</ul>
 
244
</div>
 
245
</div>
 
246
<div class="section" id="schooltool-gradebook">
 
247
<h2>SchoolTool Gradebook<a class="headerlink" href="#schooltool-gradebook" title="Permalink to this headline">¶</a></h2>
 
248
<div class="section" id="id9">
 
249
<h3>0.7.3 (2010-10-27)<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
 
250
<ul class="simple">
 
251
<li>Grades rounding mismatch (<a class="reference external" href="https://launchpad.net/bugs/585796">https://launchpad.net/bugs/585796</a>)</li>
 
252
<li>Calculate average grade with more precision (<a class="reference external" href="https://launchpad.net/bugs/333971">https://launchpad.net/bugs/333971</a>)</li>
 
253
<li>Use fixed precision for total and linked columns (<a class="reference external" href="https://launchpad.net/bugs/650838">https://launchpad.net/bugs/650838</a>)</li>
 
254
<li>Fix to let students view section&#8217;s gradebook.</li>
 
255
<li>Cosmetic fixes in various pages.</li>
 
256
<li>Updated translations (es, lt, nl)</li>
 
257
</ul>
 
258
</div>
 
259
<div class="section" id="id10">
 
260
<h3>0.7.2 (2010-09-16)<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
 
261
<div class="section" id="new-features">
 
262
<h4>New features<a class="headerlink" href="#new-features" title="Permalink to this headline">¶</a></h4>
 
263
<ul class="simple">
 
264
<li>CSV export of all sections&#8217; grades (requested by SLA)</li>
 
265
<li>Custom Score Systems need min/max passing scores (<a class="reference external" href="https://launchpad.net/bugs/616451">https://launchpad.net/bugs/616451</a>)</li>
 
266
</ul>
 
267
</div>
 
268
<div class="section" id="bug-fixes">
 
269
<h4>Bug fixes<a class="headerlink" href="#bug-fixes" title="Permalink to this headline">¶</a></h4>
 
270
<ul class="simple">
 
271
<li>Fixed Gradebook doesn&#8217;t remember last section visited (<a class="reference external" href="https://launchpad.net/bugs/623507">https://launchpad.net/bugs/623507</a>)</li>
 
272
<li>Fixed deletion of report activities (<a class="reference external" href="https://launchpad.net/bugs/627490">https://launchpad.net/bugs/627490</a>)</li>
 
273
<li>Fixed exception deploying a report sheet when no templates exist (<a class="reference external" href="https://launchpad.net/bugs/592144">https://launchpad.net/bugs/592144</a>)</li>
 
274
<li>&#8220;Enter&#8221; in gradebook should not submit form (<a class="reference external" href="https://launchpad.net/bugs/615957">https://launchpad.net/bugs/615957</a>)</li>
 
275
<li>Updated translations (el, en, es, fr, it, nl)</li>
 
276
</ul>
 
277
</div>
 
278
</div>
 
279
<div class="section" id="id11">
 
280
<h3>0.7.1 (2010-06-25)<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
 
281
<ul class="simple">
 
282
<li>Fixed accessing gradebook if last visited section was deleted (<a class="reference external" href="https://launchpad.net/bugs/591872">https://launchpad.net/bugs/591872</a>)</li>
 
283
<li>Fixed all averages displayed as &#8220;A&#8221; (<a class="reference external" href="https://launchpad.net/bugs/596311">https://launchpad.net/bugs/596311</a>)</li>
 
284
<li>Fix a crash in manage Activity categories (<a class="reference external" href="https://launchpad.net/bugs/585805">https://launchpad.net/bugs/585805</a>)</li>
 
285
<li>Updated translations (es, ru, tr)</li>
 
286
</ul>
 
287
</div>
 
288
<div class="section" id="id12">
 
289
<h3>0.7.0 (2010-05-20)<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
 
290
<p>Stable release to go with SchoolTool 1.4.0.</p>
 
291
<ul class="simple">
 
292
<li>Fixed failing ranged score system for report activities when using non-english views (<a class="reference external" href="https://launchpad.net/bugs/581825">https://launchpad.net/bugs/581825</a>)</li>
 
293
<li>Made the gradebook to stop creating a default worksheet if there are report sheets deployed (<a class="reference external" href="https://launchpad.net/bugs/579720">https://launchpad.net/bugs/579720</a>)</li>
 
294
<li>Made &#8216;Apply&#8217; button translatable in edit form of report activities</li>
 
295
<li>Improved due filter message id in the gradebook overview</li>
 
296
<li>Fixed typo (<a class="reference external" href="https://launchpad.net/bugs/582436">https://launchpad.net/bugs/582436</a>)</li>
 
297
<li>Updated translations</li>
 
298
</ul>
 
299
</div>
 
300
<div class="section" id="id13">
 
301
<h3>0.6.2 (2010-04-28)<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
 
302
<ul class="simple">
 
303
<li>Added user preference to hide the due date filter</li>
 
304
<li>Students should be able to view activity descriptions (<a class="reference external" href="https://launchpad.net/bugs/306553">https://launchpad.net/bugs/306553</a>)</li>
 
305
<li>Fixed gradebook pdf to break across pages better (<a class="reference external" href="https://launchpad.net/bugs/356544">https://launchpad.net/bugs/356544</a>)</li>
 
306
<li>Added support for comment score system values in student grades view</li>
 
307
<li>Add margin of 1em where appropriate (<a class="reference external" href="https://launchpad.net/bugs/513473">https://launchpad.net/bugs/513473</a>)</li>
 
308
<li>Fixed &#8220;Workheet&#8221; typo (<a class="reference external" href="https://launchpad.net/bugs/558472">https://launchpad.net/bugs/558472</a>)</li>
 
309
<li>Make score systems texts translatable</li>
 
310
<li>Include compiled translations in the tarball</li>
 
311
<li>Updated translations (da, de, es, pl, pt_BR, vi)</li>
 
312
</ul>
 
313
</div>
 
314
<div class="section" id="id14">
 
315
<h3>0.6.1 (2010-02-24)<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
 
316
<ul class="simple">
 
317
<li>Main &#8220;Gradebook&#8221; link now remembers last section (<a class="reference external" href="https://launchpad.net/bugs/513246">https://launchpad.net/bugs/513246</a>)</li>
 
318
<li>Add gradebook pdf (<a class="reference external" href="https://launchpad.net/bugs/509672">https://launchpad.net/bugs/509672</a>)</li>
 
319
<li>Add request page for report cards (<a class="reference external" href="https://launchpad.net/bugs/485595">https://launchpad.net/bugs/485595</a>)</li>
 
320
<li>Overhauled report card layout view for easier use (<a class="reference external" href="https://launchpad.net/bugs/485609">https://launchpad.net/bugs/485609</a>)</li>
 
321
<li>Ability to unhide worksheets (<a class="reference external" href="https://launchpad.net/bugs/511246">https://launchpad.net/bugs/511246</a>)</li>
 
322
<li>Linked columns that link to hidden worksheets will now also be hidden</li>
 
323
<li>Fix gradebook crashes with linked activities (<a class="reference external" href="https://launchpad.net/bugs/513351">https://launchpad.net/bugs/513351</a>)</li>
 
324
<li>Fix viewing gradebook for sections without courses (<a class="reference external" href="https://launchpad.net/bugs/484485">https://launchpad.net/bugs/484485</a>)</li>
 
325
<li>Accept the term filter for student reports</li>
 
326
<li>Fix removing scores from gradebook</li>
 
327
<li>Left-justify names in gradebook overview (<a class="reference external" href="https://launchpad.net/bugs/513469">https://launchpad.net/bugs/513469</a>)</li>
 
328
<li>Add security descriptions (<a class="reference external" href="https://launchpad.net/bugs/513476">https://launchpad.net/bugs/513476</a>)</li>
 
329
<li>Administration can grade students if that is enabled in access control
 
330
(<a class="reference external" href="https://launchpad.net/bugs/517201">https://launchpad.net/bugs/517201</a>)</li>
 
331
<li>Made cell ids predictable for selenium scripts (<a class="reference external" href="https://launchpad.net/bugs/422641">https://launchpad.net/bugs/422641</a>)</li>
 
332
<li>Reduce dependency on <tt class="docutils literal"><span class="pre">zope.app.*</span></tt> packages</li>
 
333
<li>Update translations (es, fi, nl, pl, pt)</li>
 
334
</ul>
 
335
</div>
 
336
<div class="section" id="id15">
 
337
<h3>0.6.0 (2010-01-06)<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
 
338
<ul class="simple">
 
339
<li>Port to zope versions available in karmic <a class="reference external" href="https://launchpad.net/bugs/498803">https://launchpad.net/bugs/498803</a></li>
 
340
</ul>
 
341
</div>
 
342
</div>
 
343
<div class="section" id="schooltool-intervention">
 
344
<h2>SchoolTool Intervention<a class="headerlink" href="#schooltool-intervention" title="Permalink to this headline">¶</a></h2>
 
345
<div class="section" id="id16">
 
346
<h3>0.3.3 (2010-10-27)<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
 
347
<ul class="simple">
 
348
<li>Change style of some buttons to neutral (<a class="reference external" href="https://launchpad.net/bugs/613571">https://launchpad.net/bugs/613571</a>)</li>
 
349
<li>Do not crash if persons are removed or don&#8217;t have email</li>
 
350
<li>Added and updated translations (it, nl, pt_BR, sk)</li>
 
351
</ul>
 
352
</div>
 
353
<div class="section" id="id17">
 
354
<h3>0.3.2 (2010-07-15)<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
 
355
<ul class="simple">
 
356
<li>Added and updated translations (es_SV, it, pl, pt_BR, ru)</li>
 
357
</ul>
 
358
</div>
 
359
<div class="section" id="id18">
 
360
<h3>0.3.1 (2010-04-28)<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
 
361
<ul class="simple">
 
362
<li>Fix Interventions Messages Layout (<a class="reference external" href="https://launchpad.net/bugs/561753">https://launchpad.net/bugs/561753</a>)</li>
 
363
<li>Updated translations (es, vi)</li>
 
364
</ul>
 
365
</div>
 
366
<div class="section" id="id19">
 
367
<h3>0.3.0 (2010-04-08)<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
 
368
<ul class="simple">
 
369
<li>Multiple UI changes including new dashboard page</li>
 
370
<li>Refactored intervention security model</li>
 
371
<li>Created security descriptions (<a class="reference external" href="https://launchpad.net/bugs/513476">https://launchpad.net/bugs/513476</a>)</li>
 
372
<li>Need user interventions dashboard (<a class="reference external" href="https://launchpad.net/bugs/507313">https://launchpad.net/bugs/507313</a>)</li>
 
373
<li>Better css for goal add/edit and other intervention views (<a class="reference external" href="https://launchpad.net/bugs/513466">https://launchpad.net/bugs/513466</a>)</li>
 
374
<li>Evolution script and subscriber for person removal (<a class="reference external" href="https://launchpad.net/bugs/523274">https://launchpad.net/bugs/523274</a>)</li>
 
375
<li>Need evolution script and subscriber for schoolyear deletion (<a class="reference external" href="https://launchpad.net/bugs/523261">https://launchpad.net/bugs/523261</a>)</li>
 
376
<li>Search student view now also matches on username</li>
 
377
<li>Do not crash when there are no terms set up (<a class="reference external" href="https://launchpad.net/bugs/480616">https://launchpad.net/bugs/480616</a>, <a class="reference external" href="https://launchpad.net/bugs/540530">https://launchpad.net/bugs/540530</a>)</li>
 
378
<li>Added first translations (es, fi, nl, vi)</li>
 
379
</ul>
 
380
<p>More info at <a class="reference external" href="https://launchpad.net/schooltool.intervention/+release/0.3.0">https://launchpad.net/schooltool.intervention/+release/0.3.0</a></p>
 
381
</div>
 
382
<div class="section" id="id20">
 
383
<h3>0.2.1 (2010-02-10)<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
 
384
<ul class="simple">
 
385
<li>Fix evolution scripts if there is no container yet (<a class="reference external" href="https://launchpad.net/bugs/515863">https://launchpad.net/bugs/515863</a>)</li>
 
386
</ul>
 
387
</div>
 
388
<div class="section" id="id21">
 
389
<h3>0.2.0 (2010-01-06)<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
 
390
<ul class="simple">
 
391
<li>Port to zope versions available in karmic <a class="reference external" href="https://launchpad.net/bugs/498803">https://launchpad.net/bugs/498803</a></li>
 
392
</ul>
 
393
</div>
 
394
</div>
 
395
<div class="section" id="schooltool-lyceum-journal">
 
396
<h2>SchoolTool Lyceum Journal<a class="headerlink" href="#schooltool-lyceum-journal" title="Permalink to this headline">¶</a></h2>
 
397
<div class="section" id="id22">
 
398
<h3>0.6.1 (2010-10-20)<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
 
399
<ul class="simple">
 
400
<li>Update translations</li>
 
401
</ul>
 
402
</div>
 
403
<div class="section" id="id23">
 
404
<h3>0.6.0 (2010-05-26)<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
 
405
<p>This release goes with SchoolTool 1.4.0</p>
 
406
<ul class="simple">
 
407
<li>Link to Schedule instead of Timetables when there are no periods.
 
408
(<a class="reference external" href="https://launchpad.net/bugs/389563">https://launchpad.net/bugs/389563</a>)</li>
 
409
<li>Update translations</li>
 
410
</ul>
 
411
</div>
 
412
<div class="section" id="id24">
 
413
<h3>0.5.3 (2010-04-27)<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
 
414
<ul class="simple">
 
415
<li>Fix crash with non-ascii usernames (<a class="reference external" href="https://launchpad.net/bugs/495872">https://launchpad.net/bugs/495872</a>)</li>
 
416
<li>Rename journal tab to &#8220;Attendance&#8221; for students (<a class="reference external" href="https://launchpad.net/bugs/557450">https://launchpad.net/bugs/557450</a>)</li>
 
417
<li>Update translations (mn, fi, bg), fix or delete wrong translations.</li>
 
418
</ul>
 
419
</div>
 
420
<div class="section" id="id25">
 
421
<h3>0.5.2 (2010-04-09)<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
 
422
<ul class="simple">
 
423
<li>Add security descriptions (<a class="reference external" href="https://launchpad.net/bugs/513476">https://launchpad.net/bugs/513476</a>)</li>
 
424
<li>Update translations</li>
 
425
</ul>
 
426
</div>
 
427
<div class="section" id="id26">
 
428
<h3>0.5.1 (2010-02-05)<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
 
429
<ul class="simple">
 
430
<li>Reduce dependencies</li>
 
431
<li>Fix to work with zc.table &gt;= 0.7.0</li>
 
432
<li>Update translations</li>
 
433
</ul>
 
434
</div>
 
435
<div class="section" id="id27">
 
436
<h3>0.5.0 (2010-01-06)<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
 
437
<ul class="simple">
 
438
<li>Port to zope versions available in karmic <a class="reference external" href="https://launchpad.net/bugs/498803">https://launchpad.net/bugs/498803</a></li>
 
439
<li>Update translations</li>
 
440
</ul>
 
441
</div>
 
442
</div>
 
443
<div class="section" id="schooltool-cas">
 
444
<h2>SchoolTool CAS<a class="headerlink" href="#schooltool-cas" title="Permalink to this headline">¶</a></h2>
 
445
<div class="section" id="id28">
 
446
<h3>0.4.2 (2010-07-01)<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
 
447
<p>Final release for SchoolTool 1.4</p>
 
448
</div>
 
449
<div class="section" id="id29">
 
450
<h3>0.4.1 (2010-04-09)<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
 
451
<ul class="simple">
 
452
<li>Remove dependency on <tt class="docutils literal"><span class="pre">zope.app.security</span></tt></li>
 
453
<li>Minor build improvements, add license, etc.</li>
 
454
</ul>
 
455
</div>
 
456
<div class="section" id="id30">
 
457
<h3>0.4.0 (2010-01-06)<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
 
458
<ul class="simple">
 
459
<li>Fix for stricter redirect rules in newer zope.publisher</li>
 
460
</ul>
 
461
</div>
 
462
</div>
 
463
</div>
 
464
 
 
465
 
 
466
          </div>
 
467
        </div>
 
468
      </div>
 
469
      <div class="sphinxsidebar">
 
470
        <div class="sphinxsidebarwrapper">
 
471
  <h3><a href="index.html">Table Of Contents</a></h3>
 
472
  <ul>
 
473
<li><a class="reference internal" href="#">1.4 Release Notes</a><ul>
 
474
<li><a class="reference internal" href="#schooltool">SchoolTool</a></li>
 
475
<li><a class="reference internal" href="#schooltool-gradebook">SchoolTool Gradebook</a></li>
 
476
<li><a class="reference internal" href="#schooltool-intervention">SchoolTool Intervention</a></li>
 
477
<li><a class="reference internal" href="#schooltool-lyceum-journal">SchoolTool Lyceum Journal</a></li>
 
478
<li><a class="reference internal" href="#schooltool-cas">SchoolTool CAS</a></li>
 
479
</ul>
 
480
</li>
 
481
</ul>
 
482
 
 
483
  <h4>Previous topic</h4>
 
484
  <p class="topless"><a href="1.5-release-notes.html"
 
485
                        title="previous chapter">1.5 Release Notes</a></p>
 
486
  <h4>Next topic</h4>
 
487
  <p class="topless"><a href="1.2-release-notes.html"
 
488
                        title="next chapter">1.2 Release Notes</a></p>
 
489
        </div>
 
490
      </div>
 
491
      <div class="clearer"></div>
 
492
    </div>
 
493
  <div class="footer">
 
494
    <p class="copyright">
 
495
        &copy; Copyright 2014, the Shuttleworth Foundation.  This work is licensed under the Creative Commons Attribution 3.0 Unported License.
 
496
    </p>
 
497
    <p>
 
498
      Last updated on May 22, 2014.
 
499
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.2.
 
500
    <a href="_sources/1.4-release-notes.txt"
 
501
             rel="nofollow">Show Source</a>
 
502
    </p>
 
503
  </div>
 
504
</div>
 
505
  </body>
 
506
</html>
 
 
b'\\ No newline at end of file'