source: WAeUP_SRP/trunk/CHANGES.txt @ 7999

Last change on this file since 7999 was 4006, checked in by Henrik Bettermann, 16 years ago

resolve ticket aaue #16

Enable assigment of clearance officer role on certificate level. Do not show local roles on search student page.

  • Property svn:keywords set to Id
File size: 3.5 KB
Line 
1Changelog for the WAeUP product
2===============================
3
41.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
121.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
241.3 (2008-09-19)
25-----------------
26- admitOneStudent uses entry_session from applicants_catalog instead
27  of static argument (not yet tested)
28 
291.4 (2008-09-21)
30-----------------
31- Implement Student Pastoral Report for secondary schools
32
331.5 (2008-09-22)
34-----------------
35- Merging all products into one with customized EXTENSION profiles
36
371.6 (2008-09-22)
38-----------------
39- Fix external_edit_form
40
41- Implement custom profile for Uniben and trim default profile
42
431.7 (2008-09-23)
44-----------------
45- Fix object action portlet
46
47- More profile clean-up
48
491.8 (2008-09-24)
50-----------------
51- Add academic and pastoral report slips
52
531.9 (2008-10-02)
54-----------------
55- add Uniben profile (was default profile)
56- enable transfer students import
57
58Two files must be imported for creating new transfer student records:
59
601. transferred_from_XX.csv: id, matric_no = 'transferred', import_mode = 'edit'
61
622. 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   
651.10 (2008-10-02)
66-----------------
67- add total_score to applicants_catalog   
68
691.11 (2008-10-04)
70-----------------
71- OIS customizations according to Issoufou's wish list of Oct 2 (2, 4, 5, 6, 7, 8)   
72
731.12 (2008-10-04)
74-----------------
75- implement uniben skins, use waeup_custom skin only for default
76
771.13 (2008-10-06)
78-----------------
79- implement demand for payment slip for OIS
80
811.14 (2008-10-08)
82-----------------
83- add FCEOyo profile and skin
84
851.15 (2008-10-14)
86-----------------
87- enable reg_transition by import in edit mode
88- add graduate transition and graduated state to student workflow
89
901.16 (2008-10-15)
91-----------------
92- more customizations for OIS
93- fetch all student object titles from getStudentObjectTitles.py
94
951.17 (2008-10-24)
96-----------------
97- patch doActionFor
98- do not cache action portlet
99- allow graduate transition for more states
100
1011.18 (2008-10-26)
102-----------------
103- implement gown hiring
104
1051.19 (2008-10-28)
106-----------------
107- allow transition 'pay_school_fee' by import
108
1091.20 (2008-10-30)
110-----------------
111- enable selecting session for gown hire
112
1131.21 (2008-11-13)
114-----------------
115- implement FUT Minna and AAU Ekpoma portals
116
1171.22 (2008-11-16)
118-----------------
119- new colors
120
1211.23 (2008-11-17)
122-----------------
123- enable random bed booking order
124
1251.24 (2008-11-20)
126-----------------
127- get study_mode from certificates and ignore study_mode attribute of study_course objects
128
1291.25 (2008-12-13)
130-----------------
131- implement NAU Awka
132
1331.26 (2008-12-19)
134-----------------
135- implement configuration object (step 1)
136
1371.27 (2009-01-17)
138-----------------
139- implement password notification module
140
1411.28 (2009-03-08)
142-----------------
143
144- Enable assigment of  clearance officer role on certificate level. Do not show local roles on search student page.
Note: See TracBrowser for help on using the repository browser.