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) @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 …
(edit) @5949   13 years Henrik Bettermann The implementation of a workflow for certificates is an interesting …
(edit) @5948   13 years Henrik Bettermann Set all code attributes readonly but ensure that code can be filled in …
(edit) @5947   13 years Henrik Bettermann Remove max_pass attribute.
(edit) @5944   13 years Henrik Bettermann Remove level attribute from course class.
(edit) @5915   13 years Henrik Bettermann Use only getName method from helpers.py. Don't define getName for each …
(edit) @5140   14 years uli Update all unit tests that use the ZCA to run inside the new unit test …
(edit) @5070   15 years uli Update faculty container plugin.
(edit) @5053   15 years uli BBB imports for older groktoolkit.
(edit) @5052   15 years uli BBB imports for older groktoolkit.
(edit) @5051   15 years uli BBB imports for older groktoolkit.
(edit) @5015   15 years uli Update docs.
(edit) @5014   15 years uli Provide a plugin for academics stuff.
(edit) @5009   15 years uli Move academics-specific components from utils.batching to …
(edit) @5007   15 years uli - Move academics-related catalog components into university …
(edit) @5006   15 years uli Move academics specific UI code from tables module into separate …
(edit) @5005   15 years uli Fix references to academics stuff interfaces. This is the first step …
(edit) @5004   15 years uli Move academics specific interfaces to university submodule.
(edit) @4993   15 years Henrik Bettermann Remove category attribute. max_pass and application_category must not …
(edit) @4977   15 years uli Make faculty container tests compatible with real API docs.
(edit) @4976   15 years uli Factories must support variable keywords and args.
(edit) @4975   15 years uli Include courserefs.txt in docs.
(edit) @4974   15 years uli Fix package name.
(copy) @4925   15 years uli Copy new trunk from heavily modified branch.
copied from waeup/branches/ulif-namespace/src/waeup/sirp/university:
(edit) @4921   15 years uli Make functional tests work again.
Note: See TracRevisionLog for help on using the revision log.