1 | Changelog for the WAeUP product |
---|
2 | =============================== |
---|
3 | |
---|
4 | 1.1 (unreleased) |
---|
5 | ---------------- |
---|
6 | |
---|
7 | - Product initialization: Now creating a "faster" session data container |
---|
8 | in the ZODB /temp_folder upon Zope startup. Moved from "faster" product |
---|
9 | itself. |
---|
10 | |
---|
11 | |
---|
12 | 1.2 (2008-09-18) |
---|
13 | ----------------- |
---|
14 | |
---|
15 | - Start customization of the course_results catalog and using different |
---|
16 | layouts for course result editing by lecturers and section officers. |
---|
17 | Dont't forget to add symbolic links in all product folders, for example: |
---|
18 | |
---|
19 | cd /zope/instances/WAeUP_OIS/WAeUP_SRP/profiles/default/ |
---|
20 | ln -s ../../profiles_custom/default/course_results.xml . |
---|
21 | cd layouts/ |
---|
22 | ln -s ../../../profiles_custom/default/layouts/student_course_result.xml . |
---|
23 | |
---|
24 | 1.3 (2008-09-19) |
---|
25 | ----------------- |
---|
26 | - admitOneStudent uses entry_session from applicants_catalog instead |
---|
27 | of static argument (not yet tested) |
---|
28 | |
---|
29 | 1.4 (2008-09-21) |
---|
30 | ----------------- |
---|
31 | - Implement Student Pastoral Report for secondary schools |
---|
32 | |
---|
33 | 1.5 (2008-09-22) |
---|
34 | ----------------- |
---|
35 | - Merging all products into one with customized EXTENSION profiles |
---|
36 | |
---|
37 | 1.6 (2008-09-22) |
---|
38 | ----------------- |
---|
39 | - Fix external_edit_form |
---|
40 | |
---|
41 | - Implement custom profile for Uniben and trim default profile |
---|
42 | |
---|
43 | 1.7 (2008-09-23) |
---|
44 | ----------------- |
---|
45 | - Fix object action portlet |
---|
46 | |
---|
47 | - More profile clean-up |
---|
48 | |
---|
49 | 1.8 (2008-09-24) |
---|
50 | ----------------- |
---|
51 | - Add academic and pastoral report slips |
---|
52 | |
---|
53 | 1.9 (2008-10-02) |
---|
54 | ----------------- |
---|
55 | - add Uniben profile (was default profile) |
---|
56 | - enable transfer students import |
---|
57 | |
---|
58 | Two files must be imported for creating new transfer student records: |
---|
59 | |
---|
60 | 1. transferred_from_XX.csv: id, matric_no = 'transferred', import_mode = 'edit' |
---|
61 | |
---|
62 | 2. transferred_to_XX.csv: entry_mode = 'transfer', import_mode = 'create', reg_transition = 'return', |
---|
63 | all fields from students_catalog except id and edited according to new study course |
---|
64 | |
---|
65 | 1.10 (2008-10-02) |
---|
66 | ----------------- |
---|
67 | - add total_score to applicants_catalog |
---|