Changelog for the WAeUP product =============================== 1.1 (unreleased) ---------------- - Product initialization: Now creating a "faster" session data container in the ZODB /temp_folder upon Zope startup. Moved from "faster" product itself. 1.2 (2008-09-18) ----------------- - Start customization of the course_results catalog and using different layouts for course result editing by lecturers and section officers. Dont't forget to add symbolic links in all product folders, for example: cd /zope/instances/WAeUP_OIS/WAeUP_SRP/profiles/default/ ln -s ../../profiles_custom/default/course_results.xml . cd layouts/ ln -s ../../../profiles_custom/default/layouts/student_course_result.xml . 1.3 (2008-09-19) ----------------- - admitOneStudent uses entry_session from applicants_catalog instead of static argument (not yet tested) 1.4 (2008-09-21) ----------------- - Implement Student Pastoral Report for secondary schools 1.5 (2008-09-22) ----------------- - Merging all products into one with customized EXTENSION profiles 1.6 (2008-09-22) ----------------- - Fix external_edit_form - Implement custom profile for Uniben and trim default profile 1.7 (2008-09-23) ----------------- - Fix object action portlet - More profile clean-up 1.8 (2008-09-24) ----------------- - Add academic and pastoral report slips 1.9 (2008-10-02) ----------------- - add Uniben profile (was default profile) - enable transfer students import Two files must be imported for creating new transfer student records: 1. transferred_from_XX.csv: id, matric_no = 'transferred', import_mode = 'edit' 2. transferred_to_XX.csv: entry_mode = 'transfer', import_mode = 'create', reg_transition = 'return', all fields from students_catalog except id and edited according to new study course 1.10 (2008-10-02) ----------------- - add total_score to applicants_catalog 1.11 (2008-10-04) ----------------- - OIS customizations according to Issoufou's wish list of Oct 2 (2, 4, 5, 6, 7, 8) 1.12 (2008-10-04) ----------------- - implement uniben skins, use waeup_custom skin only for default 1.13 (2008-10-06) ----------------- - implement demand for payment slip for OIS 1.14 (2008-10-08) ----------------- - add FCEOyo profile and skin 1.15 (2008-10-14) ----------------- - enable reg_transition by import in edit mode - add graduate transition and graduated state to student workflow 1.16 (2008-10-15) ----------------- - more customizations for OIS - fetch all student object titles from getStudentObjectTitles.py 1.17 (2008-10-24) ----------------- - patch doActionFor - do not cache action portlet - allow graduate transition for more states 1.18 (2008-10-26) ----------------- - implement gown hiring 1.19 (2008-10-28) ----------------- - allow transition 'pay_school_fee' by import 1.20 (2008-10-30) ----------------- - enable selecting session for gown hire 1.21 (2008-11-13) ----------------- - implement FUT Minna and AAU Ekpoma portals 1.22 (2008-11-16) ----------------- - new colors 1.23 (2008-11-17) ----------------- - enable random bed booking order 1.24 (2008-11-20) ----------------- - get study_mode from certificates and ignore study_mode attribute of study_course objects 1.25 (2008-12-13) ----------------- - implement NAU Awka 1.26 (2008-12-19) ----------------- - implement configuration object (step 1) 1.27 (2009-01-17) ----------------- - implement password notification module 1.28 (2009-03-08) ----------------- - Enable assigment of clearance officer role on certificate level. Do not show local roles on search student page.