- Timestamp:
- 12 Dec 2008, 23:41:06 (16 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 25 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/CHANGES.txt
r3780 r3815 126 126 ----------------- 127 127 - get study_mode from certificates and ignore study_mode attribute of study_course objects 128 129 1.25 (2008-12-13) 130 ----------------- 131 - implement NAU Awka -
WAeUP_SRP/trunk/__init__.py
r3763 r3815 181 181 'WAeUP_SRP', 182 182 EXTENSION, 183 for_=ICPSSite) 183 for_=ICPSSite) 184 profile_registry.registerProfile( 185 'nau', 186 'WAeUP NAU Awka Profile', 187 "Nnamdi Azikiwe University", 188 'profiles/nau', 189 'WAeUP_SRP', 190 EXTENSION, 191 for_=ICPSSite) 184 192 ## DirectoryTypeRegistry.register(WAeUPTables.Applicants) 185 193
Note: See TracChangeset for help on using the changeset viewer.