source: main/waeup.sirp/trunk/src/waeup/sirp/university

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @7694   13 years Henrik Bettermann Remove unneeded import.
(edit) @7689   13 years Henrik Bettermann Translate accesscode workflow.
(edit) @7688   13 years Henrik Bettermann Fix sources.
(edit) @7681   13 years Henrik Bettermann Uses sources instead of vocabularies and feed sources with …
(edit) @7670   13 years Henrik Bettermann Move MessageFactory? definition to w.s.interfaces to avoid conflicting …
(edit) @7667   13 years Henrik Bettermann Start first translations: French, Hausa and Yoruba. I used the 'Name …
(edit) @7665   13 years Henrik Bettermann Rename attribute core_or_elective to mandatory. The following …
(edit) @7641   13 years Henrik Bettermann Add current_mode index to students_catalog.
(edit) @7601   13 years Henrik Bettermann Values must not be Zero in sources and vocabularies.
(edit) @7528   13 years Henrik Bettermann Extend study_modes vocabulary.
(edit) @7349   13 years uli As I am here: remove trailing whitespace.
(edit) @7334   13 years Henrik Bettermann Implement local CourseAdviser? roles. These roles can be assigned in …
(edit) @7333   13 years Henrik Bettermann Rename certificatecontainer, coursecontainer and facultycontainer. Now …
(edit) @7321   13 years Henrik Bettermann Replace the term 'WAeUP' by SIRP which is a WAeUP product.
(edit) @7258   13 years Henrik Bettermann Do really test something in test_interfaces
(edit) @7211   13 years uli Try to fix #65. Manually remove each course/certificate from a …
(edit) @7210   13 years Henrik Bettermann The event class name is always ObjectRemovedEvent?.
(edit) @7209   13 years Henrik Bettermann Add certificate removed handler. If a certificate is deleted, we make …
(edit) @7207   13 years Henrik Bettermann Move course removed handler to course module.
(edit) @7195   13 years Henrik Bettermann More copyright adjustments.
(edit) @7185   13 years Henrik Bettermann Rename roles: Department Officers are now Department Managers and …
(edit) @7153   13 years Henrik Bettermann Fix typo.
(edit) @7137   13 years Henrik Bettermann Set value Id for property svn:keywords in all Python files.
(edit) @7063   13 years uli Merge changes from branch ulif-extimgstore back into trunk. Beside …
(edit) @6980   13 years Henrik Bettermann We have to create a real (deep) list copy of self.keys() when deleting …
(edit) @6979   13 years Henrik Bettermann Remove unused clear method which was even wrong.
(edit) @6965   13 years Henrik Bettermann We don't need an explicit missing value in application_categories.
(edit) @6913   13 years Henrik Bettermann Extend certificates_catalog and let's search for certificates too.
(edit) @6839   13 years Henrik Bettermann Use common and coherent naming convention for all event handlers.
(edit) @6821   13 years Henrik Bettermann Add first version of Student Importer. This student importer imports …
(edit) @6813   13 years uli Remove trailing whitespace.
(edit) @6812   13 years uli Enable setting a clearance officer for departments.
(edit) @6811   13 years uli Enable setting a clearance officer for a faculty.
(edit) @6797   13 years Henrik Bettermann Add handleCertificateCourseAdd event handlet.
(edit) @6778   13 years Henrik Bettermann Remove index package. We don't need UniqueFields? since they do not …
(edit) @6777   13 years Henrik Bettermann Remove local ClearanceOfficer? role from local role select boxes in …
(edit) @6740   13 years uli Use logger-aware testing components from w.s.testing.
(edit) @6739   13 years uli Tell what we do.
(edit) @6738   13 years uli Oops! Too hasty: reactivate unittests in test_university.
(edit) @6737   13 years uli Register courserefs.txt from university subpkg manually. Remove …
(edit) @6724   13 years Henrik Bettermann Add more fields to IStudentStudyCourse and corresponding vocabs (work …
(edit) @6655   13 years Henrik Bettermann The student section gets its own permissions module. Define new local …
(edit) @6640   13 years Henrik Bettermann Minor changes.
(edit) @6633   13 years Henrik Bettermann We don't need a factory for StudentsContainer?. Add addStudent method …
(edit) @6628   13 years uli Add missing pieces for implementing interfaces correctly. Fix one bug …
(edit) @6627   13 years uli Add tests for batching of university-related batches. Tests cover only …
(edit) @6576   13 years uli Add tests for academics plugin.
(edit) @6575   13 years uli Let update method of AcademicsPlugin? do at least something.
(edit) @6574   13 years uli Add unittests for FacultyContainer?.
(edit) @6573   13 years uli Include FacultyContainer? in tests.
(edit) @6572   13 years uli Also expose FacultyContainer? in public API.
(edit) @6571   13 years uli Add tests for public API of university subpackage.
(edit) @6570   13 years uli Keep test-coverage happy. For some wierd reason from the tuple items …
(edit) @6568   13 years uli Add some unittests for course containers.
(edit) @6567   13 years uli Make courses part of public API.
(edit) @6566   13 years uli Remove trailing whitespaces.
(edit) @6565   13 years uli Add course container to public university API.
(edit) @6564   13 years uli Bring test coverage for Faculty to 100%.
(edit) @6563   13 years uli Start unittests for faculties. We only cover those bits yet, not …
(edit) @6562   13 years uli Start exposing a public API for university subpackage.
(edit) @6561   13 years uli Clean up.
(edit) @6557   13 years uli Remove BBB import.
(edit) @6504   13 years Henrik Bettermann Extend some vocabularies to be compatible with the SRP.
(edit) @6447   13 years Henrik Bettermann Implement search function for academic section. The courses_catalog …
(edit) @6345   13 years Henrik Bettermann Fix useless python:hint condition in manage and add form templates …
(edit) @6296   13 years Henrik Bettermann Move workflow methods from certificates to applicants.
(edit) @6245   13 years Henrik Bettermann Use and raise DuplicationError? for Courses too.
(edit) @6244   13 years Henrik Bettermann Fix tests.
(edit) @6243   13 years Henrik Bettermann Use DuplicationError? exception for batching (data import).
(edit) @6242   13 years uli More docs.
(edit) @6241   13 years uli Update tests.
(edit) @6240   13 years uli Add docs and make setitem check for cert.code == key.
(edit) @6239   13 years uli Remove unused imports and register certificatecontainer module as doctest.
(edit) @6236   13 years uli Remove unwanted shit.
(edit) @6233   13 years uli Replace old clear() implementation with a call to internal function …
(edit) @6232   13 years uli - Fix duplication tests. - Add working test for clear() method of …
(edit) @6231   13 years uli Fix test.
(edit) @6230   13 years uli Reorder imports.
(edit) @6227   13 years uli Use and raise DuplicationError? where appropriate.
(edit) @6224   13 years uli Add docstring.
(edit) @6223   13 years uli Get closer to the roots of the problem and override setitem to be …
(edit) @6222   13 years uli add first unittest-based tests for university package.
(edit) @6221   13 years uli - Reorder imports. - Don't use strings to signal status but raise …
(edit) @6220   13 years uli Reorder imports.
(edit) @6219   13 years Henrik Bettermann Use the message output of CertificateContainer?.addCertificate in …
(edit) @6218   13 years Henrik Bettermann Use UniqueField? index for code as suggested in ticket #31.
(edit) @6217   13 years Henrik Bettermann Fix tests.
(edit) @6216   13 years Henrik Bettermann Course codes must be unique. Check catalog when courses are added. …
(edit) @6213   13 years uli Tell more.
(edit) @6210   13 years Henrik Bettermann Certificate codes must be unique. Check catalog when certificate are …
(edit) @6208   13 years Henrik Bettermann Add certificates catalog.
(edit) @6207   13 years Henrik Bettermann Fix indentation. We use only 4 whitespaces not 5. Remove #BBB.
(edit) @6189   13 years Henrik Bettermann Select application_category for applicants containers. Implement …
(edit) @6162   13 years uli Retrieve title from role, not from arbitrary dicts.
(edit) @6160   13 years Henrik Bettermann Change class attribute from list of dicts to dict. This makes …
(edit) @6152   13 years Henrik Bettermann Revert r6151. The ContainerManageFormPage? does not make sense. Its …
(edit) @6145   13 years uli Make local_roles a property of Faculty.
(edit) @6125   13 years Henrik Bettermann - Add local role DepartmentOfficer? - Add Faculty class attribute …
(edit) @6100   13 years uli Remove source needed elsewhere (rule of thumb: no imports from one …
(edit) @6097   13 years uli Move 'future year source'. It is not used in university module at all.
Note: See TracRevisionLog for help on using the revision log.