source: main/waeup.kofa/trunk/src/waeup/kofa/applicants

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @8581   12 years Henrik Bettermann We have to customize also those interfaces which are used for string …
(edit) @8570   12 years Henrik Bettermann Do not fetch statistics for each state. Do it only once.
(edit) @8565   12 years Henrik Bettermann Add ViewApplicationStatistics?.
(edit) @8564   12 years Henrik Bettermann Add test.
(edit) @8563   12 years Henrik Bettermann Add container statistics property, browser page and button viewlets.
(edit) @8562   12 years Henrik Bettermann Refresh title when saving containers.
(edit) @8555   12 years Henrik Bettermann Fix DYNAMIC_CONTENT.
(edit) @8553   12 years Henrik Bettermann Prepare pagetemplates for localization.
(edit) @8552   12 years Henrik Bettermann Do not break the contract.
(edit) @8550   12 years Henrik Bettermann Extend warning message before submitting the application form.
(edit) @8549   12 years Henrik Bettermann We are customizing PDFApplicationSlip adapter and thus need to define …
(edit) @8547   12 years Henrik Bettermann Disable Applicants tab for containers with more than 5000 records.
(edit) @8543   12 years Henrik Bettermann Container keys are strings not integers.
(edit) @8540   12 years Henrik Bettermann Fix emergency fix. Due to this bug I recovered that …
(edit) @8534   12 years Henrik Bettermann Use application fee in session configuration object as fallback if …
(edit) @8533   12 years Henrik Bettermann Edit docstring and change order of fields.
(edit) @8525   12 years Henrik Bettermann Add application_fee field to ApplicantsContainers? (not used in base …
(edit) @8524   12 years Henrik Bettermann Determine application fee and set payment attributes in …
(edit) @8518   12 years Henrik Bettermann Do only allow certificates in corresponding application category as …
(edit) @8487   12 years Henrik Bettermann Set student 'admitted' after copying.
(edit) @8486   12 years Henrik Bettermann 'Portal Roles' and 'Retype Password'
(edit) @8453   12 years Henrik Bettermann Applicants must not trigger the the approve transition which lead to …
(edit) @8435   12 years Henrik Bettermann Change button icon.
(edit) @8434   12 years Henrik Bettermann Managers do not 'pay' fees for applicants and students, they approve …
(edit) @8431   12 years Henrik Bettermann Add missing imports.
(edit) @8428   12 years Henrik Bettermann Payment methods do now all return a success flag, a flash message …
(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) @8412   12 years Henrik Bettermann We do not need to set new attributes in instances of classes when …
(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) @8390   12 years Henrik Bettermann Remove trash.
(edit) @8388   12 years Henrik Bettermann Add description (= introduction) to ApplicantsRoot?. Adjust …
(edit) @8384   12 years Henrik Bettermann Fix test.
(edit) @8383   12 years Henrik Bettermann Update locales (French added).
(edit) @8381   12 years uli Rollback r8376 partially, as dates are now 'hashed' by default.
(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) @8373   12 years Henrik Bettermann Add state started to IMPORTABLE_STATES.
(edit) @8367   12 years Henrik Bettermann Add more roles and reorganize permissions. Remove …
(edit) @8365   12 years Henrik Bettermann Use HTMLDisplayWidget for description of ApplicantsContainers?.
(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) @8348   12 years uli Handle encrypted and unencrypted passwords different on import (UNTESTED!)
(edit) @8346   12 years Henrik Bettermann Implement a ChangePasswordRequestPage? for all portal users (more tests …
(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) @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) @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) @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) @8286   12 years Henrik Bettermann Roll back r8282. Also in students the registration state is simply …
(edit) @8285   12 years uli Remove also applicant passport images when applicant is deleted.
(edit) @8282   12 years Henrik Bettermann Rename state to app_state according to reg_state in students.
(edit) @8280   12 years Henrik Bettermann Add payment object after creation. Adjust tests.
(edit) @8273   12 years Henrik Bettermann Resize passport images.
(edit) @8264   12 years Henrik Bettermann Use factory for the creation of students and applicants in tests.
(edit) @8262   12 years Henrik Bettermann The payment receipt is now called payment slip and can be downloaded …
(edit) @8260   12 years Henrik Bettermann Rename Acceptance Fee -> Application Fee
(edit) @8258   12 years Henrik Bettermann Ease customization.
(edit) @8257   12 years uli Support notes in generated PDFs.
(edit) @8246   12 years Henrik Bettermann Fix _fillCustomFields and remove trash.
(edit) @8245   12 years Henrik Bettermann More preparations for a solid payment system customization.
(edit) @8244   12 years Henrik Bettermann Remove all payment attributes which are not really necessary in the …
(edit) @8243   12 years Henrik Bettermann Some changes necessary for uniben customization.
(edit) @8236   12 years uli Support IGNORE_MARKER.
(edit) @8223   12 years uli Keep compatibility with new base importer.
(edit) @8203   12 years Henrik Bettermann Insert description and use FriendlyDatetimeDisplayWidget? in display view.
(edit) @8202   12 years Henrik Bettermann Empty If no value is provided in import files, attributes must not be …
(edit) @8200   12 years uli - Use datetime for applicants containers and - Register new datetime …
(edit) @8197   12 years Henrik Bettermann Update localisation and rename some icons.
(edit) @8194   12 years Henrik Bettermann Store utc without tzinfo in persistent datetime objects. Localisation …
(edit) @8186   12 years uli Use new helper functions to compute pytz timezones correctly.
(edit) @8183   12 years Henrik Bettermann Part 2: Consider time zone when creating datetime strings for …
(edit) @8182   12 years Henrik Bettermann Part 1: Add tzinfo to all persistent datetime objects.
(edit) @8176   12 years uli Use PhoneNumber?.
(edit) @8173   12 years Henrik Bettermann Use FriendlyDatetimeDisplayWidget? also in pdf files (new decision).
(edit) @8170   12 years uli Stamp FormattedDatetime? out completely.
(edit) @8160   12 years Henrik Bettermann Use new date and datetime widgets everywhere in base package. Use …
(edit) @8154   12 years uli See, whether the new date formatting stuff works as expected.
(edit) @8150   12 years uli Register FormattedDateDisplayWidget? for FormattedDate? schema type.
(edit) @8149   12 years uli Prove that the whole stuff works really.
(edit) @8128   12 years uli Use one of the modes as fallback when displaying the registration view …
(edit) @8103   12 years uli pyflakes and usage of w.k. styles.
(edit) @8097   12 years Henrik Bettermann Email address is required.
(edit) @8096   12 years Henrik Bettermann Insert <br> tag in labels on application forms.
(edit) @8095   12 years Henrik Bettermann Do not break part-time and full-time.
(edit) @8091   12 years uli Move lots of reusable code from applicant pdf slip into global pdf creator.
(edit) @8081   12 years Henrik Bettermann Wow, we didn't notify the students_catalog when a sudycourse was saved …
(edit) @8078   12 years Henrik Bettermann Change order of ManageActionButtons?. Change label of …
(edit) @8070   12 years Henrik Bettermann Turn autocomplition off. Fix test.
(edit) @8069   12 years Henrik Bettermann Remove Nigerian lgas from base package. LGAs are not core data. Use …
Note: See TracRevisionLog for help on using the revision log.