~u5218464/schooltool-book/schooltool-book

« back to all changes in this revision

Viewing changes to i18n/hi/build/html/_sources/1.6-release-notes.txt

  • 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
:tocdepth: 2
 
2
 
 
3
1.6 Release Notes
 
4
~~~~~~~~~~~~~~~~~
 
5
 
 
6
The first SchoolTool release available in Ubuntu 11.04 (Natty).
 
7
 
 
8
 
 
9
Updates in SchoolTool PPA
 
10
=========================
 
11
 
 
12
There are bugfix releases for Natty in the `SchoolTool PPA`_
 
13
 
 
14
.. _`SchoolTool PPA`: https://launchpad.net/~schooltool-owners/+archive/ppa/
 
15
 
 
16
 
 
17
SchoolTool Intervention 0.4.3 (2011-09-16)
 
18
------------------------------------------
 
19
 
 
20
- Fixed single-digit user id crash bug (https://launchpad.net/bugs/716455)
 
21
- Fix crash in student search with non-ascii characters (https://launchpad.net/bugs/738351) 
 
22
- Added (sr) and updated (es_SV, pt_BR, ru) translations
 
23
 
 
24
 
 
25
SchoolTool 1.6.1 (2011-09-14)
 
26
-----------------------------
 
27
 
 
28
- Add paste.ini_tmpl to .tar.gz to fix start-schooltool-instance not creating
 
29
  the required paste.ini file.
 
30
 
 
31
  NOTE: run ``make-schooltool-instance instance`` to fix `instance` if it does
 
32
  not start.
 
33
 
 
34
- Allowed non-integer values for course credits (https://bugs.launchpad.net/bugs/488376)
 
35
- Add School Year copies all course attributes (https://bugs.launchpad.net/bugs/785994)
 
36
- Fixed XLS import crashes:
 
37
 
 
38
  + Username is a number (https://launchpad.net/bugs/801870)
 
39
  + No file selected for import
 
40
  + Section timetables without resources (https://launchpad.net/bugs/839031)
 
41
  + Empty sections or groups (https://launchpad.net/bugs/382566)
 
42
 
 
43
- Update translations.
 
44
 
 
45
 
 
46
SchoolTool Gradebook 0.9.1 (2011-07-04)
 
47
---------------------------------------
 
48
 
 
49
New features
 
50
++++++++++++
 
51
 
 
52
- External activity source for journal average.
 
53
- Absences and tardies columns in the gradebook (hidden by default).
 
54
- Hide/Unhide deployed report sheets (https://launchpad.net/bugs/788323).
 
55
 
 
56
Bugfixes
 
57
++++++++
 
58
 
 
59
- Move custom score systems to a new container. Fixes crash on startup
 
60
  if gradebook has been disabled after use (https://lauchpad.net/bugs/717277).
 
61
- Run functional tests without journal, add separate tests that need journal to
 
62
  another layer (https://launchpad.net/bugs/783540).
 
63
- Fixed crash when there were scores only for non-weighted activities (https://launchpad.net/bugs/801121).
 
64
- Fixed unhide worksheets when all the worksheets are hidden (https://launchpad.net/bugs/788307).
 
65
 
 
66
 
 
67
1.6.0 (2011-04-26)
 
68
==================
 
69
 
 
70
Final release for Natty
 
71
 
 
72
- New umbrella project https://launchpad.net/schooltool.release
 
73
- Add schooltool.commendation plugin that was split from schooltool.
 
74
 
 
75
 
 
76
SchoolTool 1.6.0 (2011-04-25)
 
77
-----------------------------
 
78
 
 
79
- Move schooltool.commendation example plugin into its own project
 
80
  https://launchpad.net/schooltool.commendation
 
81
- Workaround tests failing if translations have been compiled (https://launchpad.net/bugs/79761).
 
82
- Fixed crashes when term title is "First" or "Last" (https://launchpad.net/bugs/485639).
 
83
 
 
84
 
 
85
SchoolTool Gradebook 0.9.0 (2011-04-25)
 
86
---------------------------------------
 
87
 
 
88
Improvements
 
89
++++++++++++
 
90
 
 
91
- Make gradebook.js static thus greatly improving Gradebook performance.
 
92
- Reports action menus were moved to schooltool 1.6.0b1. Register our reports
 
93
  using the new ``reportLink`` directive.
 
94
- Add meta.zcml to support making this plugin optional.
 
95
- Added ``printGradebook`` helper to print the gradebook in ftests.
 
96
- Make dependency on schooltool.lyceum.journal optional (https://launchpad.net/bugs/768885).
 
97
 
 
98
Bug fixes
 
99
+++++++++
 
100
 
 
101
- Removed width restriction on names in layout report card view (https://launchpad.net/bugs/643700)
 
102
- Fixed linked column forms to use activity categories properly (https://launchpad.net/bugs/703078)
 
103
- Fixed the Detailed Student Report to show data only from the selected term and not the whole school year
 
104
- Save due_date attribute in New Activity form (https://launchpad.net/bugs/700520)
 
105
 
 
106
- Update translations.
 
107
 
 
108
 
 
109
1.6.0b1 (2011-04-20)
 
110
====================
 
111
 
 
112
Beta1 for Natty
 
113
 
 
114
- Update to ZTK 1.0.2
 
115
- Plugins now have optional optional inter-dependencies, include
 
116
  meta.zcml that defines a feature before including plugin.zcml.
 
117
 
 
118
 
 
119
SchoolTool 1.6.0b1 (2011-04-18)
 
120
-------------------------------
 
121
 
 
122
- Added report package (https://launchpad.net/bugs/429588)
 
123
 
 
124
  + New Manage->Reports page listing all available reports.
 
125
  + New reportLink directive for registering reports.
 
126
  + Copied translations from gradebook.
 
127
 
 
128
- Removed 'Report a bug on Launchpad' link from the footer
 
129
- Include meta.zcml of plugins first to allow them have optional dependencies.
 
130
- Updated translations.
 
131
 
 
132
 
 
133
SchoolTool Lyceum Journal 0.7.2 (2011-04-18)
 
134
--------------------------------------------
 
135
 
 
136
- Add meta.zcml to support making this plugin optional.
 
137
- Update translations.
 
138
 
 
139
 
 
140
1.6.0a1 (2011-02-23)
 
141
====================
 
142
 
 
143
Alpha1 for Natty
 
144
 
 
145
- Update to ZTK 1.0.1
 
146
- Update external dependencies versions to match Natty:
 
147
 
 
148
  + PIL 1.1.7
 
149
  + Reportlab 2.5
 
150
  + lxml 2.3
 
151
 
 
152
- Add ttf-liberation external dependency.
 
153
- Removed deprecated Zope dependencies:
 
154
 
 
155
  + zope.app.catalog
 
156
  + zope.app.intid
 
157
  + zope.app.session
 
158
  + zope.app.zptpage
 
159
 
 
160
- Remove schooltool.stapp2008fall from package set.
 
161
 
 
162
 
 
163
SchoolTool 1.6.0a1 (2011-02-23)
 
164
-------------------------------
 
165
 
 
166
New features
 
167
++++++++++++
 
168
 
 
169
- Added boolean demographic fields.
 
170
- Added customizable fields for resources.
 
171
- Added limit keys property to demographic fields.
 
172
- Created group-aware (teacher, student, administrator) person add views.
 
173
- Use Liberation fonts instead of non-free Microsoft fonts (https://launchpad.net/bugs/371655).
 
174
  You have to edit schooltool.conf and change msttcorefonts to ttf-liberation to
 
175
  re-enable PDF generation.
 
176
- Update included jQuery to 1.5 (https://launchpad.net/bugs/588645).
 
177
- Developer documentation can be generated from source.
 
178
 
 
179
Cleanup
 
180
+++++++
 
181
 
 
182
- Removed obsolete dependencies, support upgrading from schooltool >= 1.0 only.
 
183
- Removed obsolete config keys.
 
184
- Renamed the default schooltool application to schooltool.standard.
 
185
 
 
186
 
 
187
SchoolTool Gradebook 0.9.0a1 (2011-02-23)
 
188
-----------------------------------------
 
189
 
 
190
- Fixed default category selection for new activity form (https://launchpad.net/bugs/562875)
 
191
- Sort student names in the gradebook according to locale.
 
192
- Split and improve functional tests.
 
193
 
 
194
 
 
195
 
 
196
 
 
197
 
 
198
 
 
199
 
 
200