source: main/waeup.kofa/trunk/src

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @8425   12 years uli Add a warning.
(edit) @8422   12 years Henrik Bettermann Use same technique for approval of payments in students and in applicants.
(edit) @8420   12 years Henrik Bettermann Add methods for approving payments and implement pages for approving …
(edit) @8417   12 years uli Add function to call ZODB analyze script.
(edit) @8415   12 years Henrik Bettermann Add captcha.
(edit) @8414   12 years uli Reduce redundance a bit.
(edit) @8412   12 years Henrik Bettermann We do not need to set new attributes in instances of classes when …
(edit) @8411   12 years uli Dirty fix for problem with export of student subobjects.
(edit) @8410   12 years uli Create unique stud ids in the students container.
(edit) @8409   12 years uli pyflakes.
(edit) @8408   12 years uli Extend interfaces for StudentsContainer? (require attribute to deliver …
(edit) @8406   12 years Henrik Bettermann Go directly to ApplicantsContainerManageFormPage? when clicking …
(edit) @8405   12 years Henrik Bettermann Add browser tests for applicant search facility.
(edit) @8404   12 years Henrik Bettermann Implement search page for applicants. Add fullname to …
(edit) @8403   12 years uli Backup student data when a student is deleted (blocking of student_id …
(edit) @8402   12 years uli Import study courses from original location.
(edit) @8400   12 years uli Add convenience constant giving all exporter names related to students.
(edit) @8399   12 years Henrik Bettermann waeup.managePortalSettings does not exist.
(edit) @8398   12 years uli Update tests.
(edit) @8397   12 years uli Pyflakes.
(edit) @8396   12 years Henrik Bettermann Increase width of description input widget.
(edit) @8395   12 years uli Comply with the updated IDataCenter interface.
(edit) @8394   12 years uli - Make IDataCenter a bit more useful. - Cut overlong lines. - pyflakes.
(edit) @8393   12 years uli Add safety-belt. Some students in tests do not provide getLevel.
(edit) @8390   12 years Henrik Bettermann Remove trash.
(edit) @8389   12 years Henrik Bettermann Slim down main.log a bit.
(edit) @8388   12 years Henrik Bettermann Add description (= introduction) to ApplicantsRoot?. Adjust …
(edit) @8387   12 years Henrik Bettermann Reorganise links in manage bar. Ensure that all link texts are …
(edit) @8384   12 years Henrik Bettermann Fix test.
(edit) @8383   12 years Henrik Bettermann Update locales (French added).
(edit) @8382   12 years uli Handle unusual SMTP address parts more predictable.
(edit) @8381   12 years uli Rollback r8376 partially, as dates are now 'hashed' by default.
(edit) @8380   12 years uli Add hash by default when exporting dates.
(edit) @8379   12 years Henrik Bettermann Catch TypeError? exception if from address is empty.
(edit) @8377   12 years Henrik Bettermann Export also container_code. This eases re-importing data.
(edit) @8376   12 years Henrik Bettermann Add the hash symbol at the end of all dates. This is to avoid annoying …
(edit) @8375   12 years Henrik Bettermann Do not fire init transition when state has been imported.
(edit) @8374   12 years Henrik Bettermann Fix permission assignment.
(edit) @8373   12 years Henrik Bettermann Add state started to IMPORTABLE_STATES.
(edit) @8372   12 years uli Add deleted dir in standard filecenter paths.
(edit) @8371   12 years uli Add payments exporter.
(edit) @8370   12 years uli Fix iface_names().
(edit) @8369   12 years uli iface_names helper does not work correctly when it comes to deeper …
(edit) @8368   12 years uli Safety belt.
(edit) @8367   12 years Henrik Bettermann Add more roles and reorganize permissions. Remove …
(edit) @8366   12 years Henrik Bettermann We expect many uploaded files and have to improve file management. - …
(edit) @8365   12 years Henrik Bettermann Use HTMLDisplayWidget for description of ApplicantsContainers?.
(edit) @8364   12 years Henrik Bettermann Test if registered users can get a new password.
(edit) @8363   12 years uli Fix typos.
(edit) @8362   12 years Henrik Bettermann Put more information on the frontpage.
(edit) @8361   12 years Henrik Bettermann Add HTMLDisplayWidget which is now used for the frontpage by default. …
(edit) @8355   12 years uli Add sample data with encrypted password.
(edit) @8354   12 years uli - Improve readability of a tiny part. - Reorder imports. - Test …
(edit) @8353   12 years uli Make sure encrypted passwords in import CSVs are set correctly.
(edit) @8352   12 years uli Use encrypted password for one of the sample applicants.
(edit) @8351   12 years uli Update tests.
(edit) @8350   12 years uli Remove unicodification of passwords.
(edit) @8349   12 years uli pyflakes.
(edit) @8348   12 years uli Handle encrypted and unencrypted passwords different on import (UNTESTED!)
(edit) @8347   12 years uli Handle encrypted and unencrypted passwords different on import.
(edit) @8346   12 years Henrik Bettermann Implement a ChangePasswordRequestPage? for all portal users (more tests …
(edit) @8344   12 years uli Make password checking of users more robust.
(edit) @8343   12 years uli Switch user auth to SSHA.
(edit) @8342   12 years uli Add exporter for course tickets.
(edit) @8341   12 years uli - Avoid repetitive code using methods from ImportExportSetup?. - Add …
(edit) @8340   12 years uli Extend import-export-setup to avoid repetition.
(edit) @8339   12 years Henrik Bettermann Remove viewport meta tag. This destroys the layout on most mobile …
(edit) @8338   12 years uli Make study levels more robust.
(edit) @8337   12 years uli Keep indentation flat.
(edit) @8336   12 years Henrik Bettermann Applicants in state created are blocked. They can't be edited by import.
(edit) @8335   12 years Henrik Bettermann Move initial workflow transition to handle_applicant_added. This way …
(edit) @8334   12 years Henrik Bettermann Update password and state correctly. Fix and improve logging. Do not …
(edit) @8333   12 years uli Do not notify if objects stay unchanged.
(edit) @8332   12 years Henrik Bettermann ObjectModifiedEvent? must be fired in updateEntry to ensure that …
(edit) @8331   12 years Henrik Bettermann Let's do the applicant importer do what it's supposed to do. Some …
(edit) @8330   12 years Henrik Bettermann When using catalogs existing objects must not necessarily be in the …
(edit) @8325   12 years Henrik Bettermann Use factory for the creation of CourseTickets?.
(edit) @8323   12 years Henrik Bettermann We need to customize StudentStudyCourse? and StudentStudyLevel?. …
(edit) @8322   12 years Henrik Bettermann Store individual cost when creating access codes after online payment.
(edit) @8321   12 years Henrik Bettermann We have to store the cost in AccessCode? not only in AccessCodeBatches?. …
(edit) @8314   12 years Henrik Bettermann Add method and helpers to mass-create students from applicants.
(edit) @8313   12 years Henrik Bettermann Translate comment on application slips.
(edit) @8312   12 years Henrik Bettermann Log student_id when creating students from applicants. In this way we …
(edit) @8311   12 years Henrik Bettermann Remove entry_level attribute. The entry level is given by the start …
(edit) @8310   12 years Henrik Bettermann Subject for a discussion with Uli.
(edit) @8309   12 years Henrik Bettermann Implement import of student transitions.
(edit) @8307   12 years Henrik Bettermann Remove school fee from session configuration. School fees are now …
(edit) @8305   12 years Henrik Bettermann Set school fees in StudentsFullSetup?.
(edit) @8304   12 years Henrik Bettermann Add more info about the updateEntry: We can't use this method to …
(edit) @8303   12 years Henrik Bettermann Fix test.
(edit) @8302   12 years Henrik Bettermann Use certificates_catalog when importing certificates in update mode. …
(edit) @8301   12 years Henrik Bettermann Export also school fees.
(edit) @8300   12 years Henrik Bettermann Remove unneeded imports.
(edit) @8299   12 years Henrik Bettermann Add school fee attributes to certificate and update existing objects …
(edit) @8291   12 years Henrik Bettermann Test password import.
(edit) @8290   12 years Henrik Bettermann Enable import of password and state. When application_number is given …
(edit) @8289   12 years Henrik Bettermann Add test for duplicate reg_numbers and matric_numbers.
(edit) @8288   12 years Henrik Bettermann Very strange: F123456 should not have importable. Will add an …
(edit) @8287   12 years Henrik Bettermann Rename reg_state to state to be in accordance with applicants.
(edit) @8286   12 years Henrik Bettermann Roll back r8282. Also in students the registration state is simply …
Note: See TracRevisionLog for help on using the revision log.