source: main/waeup.sirp/trunk/src

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @6197   13 years Henrik Bettermann We only need one template for both applicants and application officers.
(edit) @6196   13 years Henrik Bettermann Reorganize views for applicants and application officers. We don't …
(edit) @6195   13 years Henrik Bettermann Remove Applicant attributes.
(edit) @6193   13 years uli Remove whitespaces.
(edit) @6192   13 years uli Add layout for exception views and pages for Unauthorized, NotFound?. …
(edit) @6191   13 years uli Add template for customized Unauthorized page.
(edit) @6190   13 years uli Add template for custom NotFound? page.
(edit) @6189   13 years Henrik Bettermann Select application_category for applicants containers. Implement …
(edit) @6188   13 years Henrik Bettermann Remove big file with dummy student names for testing purposes.
(edit) @6187   13 years Henrik Bettermann Resolve adaptation problem.
(edit) @6186   13 years uli cosmetics.
(edit) @6185   13 years Henrik Bettermann Fix test.
(edit) @6184   13 years Henrik Bettermann Implement local role assignment and removal in application section. …
(edit) @6183   13 years Henrik Bettermann Render human readable local role assignments including links to the …
(edit) @6182   13 years Henrik Bettermann Make local role changes in Account object persistent.
(edit) @6181   13 years Henrik Bettermann Implement changes in r6180 for academics section. There are some bugs, …
(edit) @6180   13 years uli Add local roles dicts for user accounts. That seems to need pretty …
(edit) @6179   13 years uli Remove now invalid test cases and clean up.
(edit) @6178   13 years uli * empty log message *
(edit) @6177   13 years uli Unchanged template, but w/o tabs(?) this time.
(edit) @6176   13 years Henrik Bettermann The same structure for the departmentmanagepage.pt.
(edit) @6175   13 years Henrik Bettermann That's how my editor structures html.
(edit) @6174   13 years Henrik Bettermann Remove unused method from interface too.
(edit) @6173   13 years Henrik Bettermann Remove unused method.
(edit) @6172   13 years Henrik Bettermann Add User Id column and put more space between table and 'Remove …
(edit) @6171   13 years uli Same template with space only (no tabs).
(edit) @6170   13 years uli Fix: get local role title correctly.
(edit) @6169   13 years uli Fix template: not the <select>s have to be repeated but the <option>s …
(edit) @6168   13 years uli Fix indentation.
(edit) @6167   13 years uli Turn this into a Unix file, fix indentation and the like.
(edit) @6166   13 years uli More minor fixes.
(edit) @6165   13 years uli Cut overlong lines.
(edit) @6164   13 years uli Remove whitespace.
(edit) @6163   13 years uli Move get_users_with_local_roles and shorten it.
(edit) @6162   13 years uli Retrieve title from role, not from arbitrary dicts.
(edit) @6161   13 years Henrik Bettermann Implement deletion of local roles for faculties and departments.
(edit) @6160   13 years Henrik Bettermann Change class attribute from list of dicts to dict. This makes …
(edit) @6159   13 years uli Set titles for roles.
(edit) @6158   13 years uli Remove whitespace. Fix overlong lines. Rename yeararrange to …
(edit) @6157   13 years uli Zope roles come with a title attribute. Start making use of it and …
(edit) @6156   13 years uli Remove obsolete import.
(edit) @6155   13 years uli Remove trailing whitespace.
(edit) @6154   13 years Henrik Bettermann add_local_role instead of AddLocalRole? because it's a function.
(edit) @6153   13 years Henrik Bettermann Ad breadcrumb and leftsidbar link for applicants.
(edit) @6152   13 years Henrik Bettermann Revert r6151. The ContainerManageFormPage? does not make sense. Its …
(edit) @6151   13 years Henrik Bettermann Implement a base ContainerManageFormPage? class as subclass for the …
(edit) @6150   13 years Henrik Bettermann Rename manage page for universities.
(edit) @6149   13 years Henrik Bettermann Delete trash.
(edit) @6148   13 years Henrik Bettermann Use a waeup.viewStudents permission to reserve the waeup.View …
(edit) @6147   13 years uli - Get rid of BBB import (that means any other occurences of …
(edit) @6146   13 years uli - Use the new LocalRolesAssignable? adapter. - Praise emacs for having …
(edit) @6145   13 years uli Make local_roles a property of Faculty.
(edit) @6144   13 years uli - Remove RolesSource? (went to interfaces) - Add default adapter for …
(edit) @6143   13 years uli Move RoleSource? into interfaces -- we need interfaces in …
(edit) @6142   13 years uli Delete trailing whitespaces.
(edit) @6141   13 years uli Add interface for adapters that can tell about what roles are …
(edit) @6140   13 years Henrik Bettermann Moving a single colon in a page template casues a lot of changes in …
(edit) @6139   13 years uli Fix wrong class name.
(edit) @6138   13 years uli Make a possibility to update/create catalogs in a running site.
(edit) @6137   13 years uli Add implementation for new event type.
(edit) @6136   13 years uli Add interface for new event type.
(edit) @6135   13 years uli Remove local experimantal stuff.
(edit) @6134   13 years uli Remove trailing whitespaces.
(edit) @6133   13 years Henrik Bettermann Form labels should always have the same font-size in the portal.
(edit) @6132   13 years Henrik Bettermann Enlarge the frontpage text area.
(edit) @6131   13 years Henrik Bettermann Move the colon to the right place.
(edit) @6130   13 years Henrik Bettermann We don't need the label attribute 'for' for select boxes.
(edit) @6129   13 years uli Remove whitespaces, cut overlong lines.
(edit) @6128   13 years Henrik Bettermann Change font size of .block .bd h3 .
(edit) @6127   13 years Henrik Bettermann Fix permission requirements for viewlets in LeftSidebar?.
(edit) @6126   13 years Henrik Bettermann Add 'Local roles' tab to facultymanagepage.pt and implement assignment …
(edit) @6125   13 years Henrik Bettermann - Add local role DepartmentOfficer? - Add Faculty class attribute …
(edit) @6124   13 years uli Remove trailing whitespaces.
(edit) @6123   13 years uli - Remove whitespaces - Make authentication tests work again. …
(edit) @6122   13 years uli Remove trailing whitespaces (yep, I do them too ;).
(edit) @6121   13 years uli Use catalogs when looking up applicants.
(edit) @6120   13 years uli Update helper tests to use valid ApplicantsContainer? and Applicant …
(edit) @6119   13 years uli Shorten application_exists function and make it more reliable. If we …
(edit) @6118   13 years uli Add test where a real applicant is stored and retrieved afterwards via …
(edit) @6117   13 years uli Add first test for catalog.
(edit) @6116   13 years uli Remove trailing whitespace.
(edit) @6115   13 years uli - Fix imports. - Add Applicants Catalog.
(edit) @6114   13 years uli - Remove trailing whitespaces. - Use attr_to_fields.
(edit) @6113   13 years uli - Remove trailing whitespaces. - Extends docs.
(edit) @6112   13 years Henrik Bettermann Fix tests.
(edit) @6111   13 years Henrik Bettermann Use APPLICATION_TYPES for both application_types_vocab and …
(edit) @6110   13 years Henrik Bettermann Add attribute 'ac_prefix' to ApplicantsContainer? to preselect ac …
(edit) @6109   13 years Henrik Bettermann Use a simple static list for year pull-down menus instead of source.
(edit) @6108   13 years Henrik Bettermann Use jquery datatables also in ApplicantsRootManageFormPage?.
(edit) @6107   13 years Henrik Bettermann Rename views and page templates according to the convention in the …
(edit) @6106   13 years Henrik Bettermann Minor changes in page templates.
(edit) @6105   13 years Henrik Bettermann Align ApplicantsRootManageFormPage? with manage form pages in …
(edit) @6104   13 years uli Fix trailing whitespaces.
(edit) @6103   13 years uli - Make 'cancel' work in addform. - Shorten attribute value computation.
(edit) @6102   13 years uli Turn into Unix file.
(edit) @6101   13 years uli Remove source methods that seem not to be necessary.
(edit) @6100   13 years uli Remove source needed elsewhere (rule of thumb: no imports from one …
(edit) @6099   13 years uli Reset start value.
(edit) @6098   13 years uli Fix missing import. Minor fixes.
(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.