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) @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.
(edit) @6095   13 years uli Reorder imports.
(edit) @6094   13 years uli Normally, we import datetime from datetime.
(edit) @6093   13 years uli Add a docstring.
(edit) @6092   13 years uli Shorten overlong line.
(edit) @6091   13 years uli This file had mixed Unix/DOS line-endings. Why? Fixed.
(edit) @6090   13 years uli Fix indentation. In Python we normally use 4 spaces.
(edit) @6089   13 years uli Fix missing trailing newline. Fix tons of trailing whitespaces.
(edit) @6087   13 years Henrik Bettermann Adding some attributes to ApplicantsContainer?. Generate title and code …
(edit) @6025   13 years Henrik Bettermann Use zebra table class also for edit form pages. Use a customized …
(edit) @6022   13 years Henrik Bettermann Remove YUI tables stuff.
(edit) @6008   13 years Henrik Bettermann Provide longtitle for all university instances. Use lontitle in …
(edit) @5995   13 years uli Prettify.
(edit) @5994   13 years uli Be prepared, if a faculty does not has a valid title_prefix.
(edit) @5992   13 years uli Clear certificate and course containers of departments explicitly when …
(edit) @5988   13 years Henrik Bettermann Implement title_prefix vocabulary. Remove redundant getName method and …
(edit) @5986   13 years Henrik Bettermann Add more vocabularies.
(edit) @5978   13 years Henrik Bettermann Fix tests.
(edit) @5977   13 years Henrik Bettermann Implement a vocabulary module in university and move some vocabularies …
(edit) @5953   13 years uli Let models implement also the appropriate I...Add interfaces.
(edit) @5951   13 years Henrik Bettermann Implement 'Add' interfaces for Faculties, Departments, Courses and …
(edit) @5950   13 years Henrik Bettermann Courses and courses references (certificate courses) must be …
Note: See TracRevisionLog for help on using the revision log.