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

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @6241   14 years uli Update tests.
(edit) @6240   14 years uli Add docs and make setitem check for cert.code == key.
(edit) @6239   14 years uli Remove unused imports and register certificatecontainer module as doctest.
(edit) @6238   14 years uli Add some functional doctest helpers.
(edit) @6237   14 years uli Remove trailing whitespaces.
(edit) @6236   14 years uli Remove unwanted shit.
(edit) @6235   14 years uli Remove catches of zope.exception.DuplicationError?. This exception is …
(edit) @6234   14 years uli Reorder imports.
(edit) @6233   14 years uli Replace old clear() implementation with a call to internal function …
(edit) @6232   14 years uli - Fix duplication tests. - Add working test for clear() method of …
(edit) @6231   14 years uli Fix test.
(edit) @6230   14 years uli Reorder imports.
(edit) @6229   14 years uli Fix addCertificate()-related browser test.
(edit) @6228   14 years uli Handle DuplicationError? from addCertificate() properly.
(edit) @6227   14 years uli Use and raise DuplicationError? where appropriate.
(edit) @6226   14 years uli Once, there was a DuplicationError? defined in zope.exceptions. This is …
(edit) @6225   14 years uli Print messages as-is.
(edit) @6224   14 years uli Add docstring.
(edit) @6223   14 years uli Get closer to the roots of the problem and override setitem to be …
(edit) @6222   14 years uli add first unittest-based tests for university package.
(edit) @6221   14 years uli - Reorder imports. - Don't use strings to signal status but raise …
(edit) @6220   14 years uli Reorder imports.
(edit) @6219   14 years Henrik Bettermann Use the message output of CertificateContainer?.addCertificate in …
(edit) @6218   14 years Henrik Bettermann Use UniqueField? index for code as suggested in ticket #31.
(edit) @6217   14 years Henrik Bettermann Fix tests.
(edit) @6216   14 years Henrik Bettermann Course codes must be unique. Check catalog when courses are added. …
(edit) @6215   14 years uli Remove obsolete stuff. Fix index field.
(edit) @6214   14 years uli Fix test.
(edit) @6213   14 years uli Tell more.
(edit) @6212   14 years uli Fix trailing whitespace. Fix tests.
(edit) @6211   14 years uli Provide a unique field index for catalogs.
(edit) @6210   14 years Henrik Bettermann Certificate codes must be unique. Check catalog when certificate are …
(edit) @6209   14 years Henrik Bettermann Remove import. ICatalog not needed.
(edit) @6208   14 years Henrik Bettermann Add certificates catalog.
(edit) @6207   14 years Henrik Bettermann Fix indentation. We use only 4 whitespaces not 5. Remove #BBB.
(edit) @6206   14 years Henrik Bettermann Use jquery datatables.
(edit) @6205   14 years Henrik Bettermann Adjust field titles.
(edit) @6204   14 years Henrik Bettermann Add missing colons.
(edit) @6203   14 years uli #38
(edit) @6202   14 years uli #37
(edit) @6201   14 years uli Provide (improvable) error views.
(edit) @6199   14 years uli Add an always working Unauthorized view.
(edit) @6198   14 years Henrik Bettermann Convert waeup.local.ApplicationsOfficer? to waeup.ApplicationsOfficer?. …
(edit) @6197   14 years Henrik Bettermann We only need one template for both applicants and application officers.
(edit) @6196   14 years Henrik Bettermann Reorganize views for applicants and application officers. We don't …
(edit) @6195   14 years Henrik Bettermann Remove Applicant attributes.
(edit) @6193   14 years uli Remove whitespaces.
(edit) @6192   14 years uli Add layout for exception views and pages for Unauthorized, NotFound?. …
(edit) @6191   14 years uli Add template for customized Unauthorized page.
(edit) @6190   14 years uli Add template for custom NotFound? page.
(edit) @6189   14 years Henrik Bettermann Select application_category for applicants containers. Implement …
(edit) @6188   14 years Henrik Bettermann Remove big file with dummy student names for testing purposes.
(edit) @6187   14 years Henrik Bettermann Resolve adaptation problem.
(edit) @6186   14 years uli cosmetics.
(edit) @6185   14 years Henrik Bettermann Fix test.
(edit) @6184   14 years Henrik Bettermann Implement local role assignment and removal in application section. …
(edit) @6183   14 years Henrik Bettermann Render human readable local role assignments including links to the …
(edit) @6182   14 years Henrik Bettermann Make local role changes in Account object persistent.
(edit) @6181   14 years Henrik Bettermann Implement changes in r6180 for academics section. There are some bugs, …
(edit) @6180   14 years uli Add local roles dicts for user accounts. That seems to need pretty …
(edit) @6179   14 years uli Remove now invalid test cases and clean up.
(edit) @6178   14 years uli * empty log message *
(edit) @6177   14 years uli Unchanged template, but w/o tabs(?) this time.
(edit) @6176   14 years Henrik Bettermann The same structure for the departmentmanagepage.pt.
(edit) @6175   14 years Henrik Bettermann That's how my editor structures html.
(edit) @6174   14 years Henrik Bettermann Remove unused method from interface too.
(edit) @6173   14 years Henrik Bettermann Remove unused method.
(edit) @6172   14 years Henrik Bettermann Add User Id column and put more space between table and 'Remove …
(edit) @6171   14 years uli Same template with space only (no tabs).
(edit) @6170   14 years uli Fix: get local role title correctly.
(edit) @6169   14 years uli Fix template: not the <select>s have to be repeated but the <option>s …
(edit) @6168   14 years uli Fix indentation.
(edit) @6167   14 years uli Turn this into a Unix file, fix indentation and the like.
(edit) @6166   14 years uli More minor fixes.
(edit) @6165   14 years uli Cut overlong lines.
(edit) @6164   14 years uli Remove whitespace.
(edit) @6163   14 years uli Move get_users_with_local_roles and shorten it.
(edit) @6162   14 years uli Retrieve title from role, not from arbitrary dicts.
(edit) @6161   14 years Henrik Bettermann Implement deletion of local roles for faculties and departments.
(edit) @6160   14 years Henrik Bettermann Change class attribute from list of dicts to dict. This makes …
(edit) @6159   14 years uli Set titles for roles.
(edit) @6158   14 years uli Remove whitespace. Fix overlong lines. Rename yeararrange to …
(edit) @6157   14 years uli Zope roles come with a title attribute. Start making use of it and …
(edit) @6156   14 years uli Remove obsolete import.
(edit) @6155   14 years uli Remove trailing whitespace.
(edit) @6154   14 years Henrik Bettermann add_local_role instead of AddLocalRole? because it's a function.
(edit) @6153   14 years Henrik Bettermann Ad breadcrumb and leftsidbar link for applicants.
(edit) @6152   14 years Henrik Bettermann Revert r6151. The ContainerManageFormPage? does not make sense. Its …
(edit) @6151   14 years Henrik Bettermann Implement a base ContainerManageFormPage? class as subclass for the …
(edit) @6150   14 years Henrik Bettermann Rename manage page for universities.
(edit) @6149   14 years Henrik Bettermann Delete trash.
(edit) @6148   14 years Henrik Bettermann Use a waeup.viewStudents permission to reserve the waeup.View …
(edit) @6147   14 years uli - Get rid of BBB import (that means any other occurences of …
(edit) @6146   14 years uli - Use the new LocalRolesAssignable? adapter. - Praise emacs for having …
(edit) @6145   14 years uli Make local_roles a property of Faculty.
(edit) @6144   14 years uli - Remove RolesSource? (went to interfaces) - Add default adapter for …
(edit) @6143   14 years uli Move RoleSource? into interfaces -- we need interfaces in …
(edit) @6142   14 years uli Delete trailing whitespaces.
(edit) @6141   14 years uli Add interface for adapters that can tell about what roles are …
(edit) @6140   14 years Henrik Bettermann Moving a single colon in a page template casues a lot of changes in …
Note: See TracRevisionLog for help on using the revision log.