Changeset 3763
- Timestamp:
- 13 Nov 2008, 07:27:19 (16 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 57 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/CHANGES.txt
r3744 r3763 110 110 ----------------- 111 111 - enable selecting session for gown hire 112 113 1.21 (2008-11-13) 114 ----------------- 115 - implement FUT Minna and AAU Ekpoma portals -
WAeUP_SRP/trunk/__init__.py
r3714 r3763 165 165 'WAeUP_SRP', 166 166 EXTENSION, 167 for_=ICPSSite) 167 for_=ICPSSite) 168 profile_registry.registerProfile( 169 'aaue', 170 'WAeUP AAUE Profile', 171 "Ambrose Alli University", 172 'profiles/aaue', 173 'WAeUP_SRP', 174 EXTENSION, 175 for_=ICPSSite) 176 profile_registry.registerProfile( 177 'futminna', 178 'WAeUP FUT Minna Profile', 179 "Federal University of Technology", 180 'profiles/futminna', 181 'WAeUP_SRP', 182 EXTENSION, 183 for_=ICPSSite) 168 184 ## DirectoryTypeRegistry.register(WAeUPTables.Applicants) 169 185
Note: See TracChangeset for help on using the changeset viewer.