source: main

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @7410   13 years uli Add regression test for phonewidget not requiring input.
(edit) @7409   13 years Henrik Bettermann Set password and print password on the application slip. …
(edit) @7408   13 years uli Test registration with and without phone number to get a regression test.
(edit) @7407   13 years Henrik Bettermann Harmonize sendCredentials which can now be used for all kinds of users.
(edit) @7406   13 years Henrik Bettermann Add student after student attributes have been set. Otherwise the …
(edit) @7405   13 years Henrik Bettermann Add browser test for applicant registration. There is still a problem …
(edit) @7404   13 years Henrik Bettermann Rename sendMail method to be more precise and not confuse with the …
(edit) @7403   13 years Henrik Bettermann Do the same in students.
(edit) @7402   13 years Henrik Bettermann Harmonize sendMail method (work in progress).
(edit) @7401   13 years Henrik Bettermann It seems that the testbrowser doesn't accept non-ascii characters?! So …
(edit) @7400   13 years Henrik Bettermann Use send_mail function also in sendMail method. browser.txt still fails.
(edit) @7399   13 years Henrik Bettermann Define send_mail function and move sendCredentials code from …
(edit) @7398   13 years Henrik Bettermann Harmonize copyright statement.
(edit) @7397   13 years Henrik Bettermann Fix test.
(edit) @7396   13 years uli Rollback r7395. I checked in garbage from the local repository, sorry.
(edit) @7395   13 years uli Oops. Forgot to checkin the landing page template.
(edit) @7394   13 years uli Finetune copier tests.
(edit) @7393   13 years uli Add some tests for PDF generation. Still lacking important parts.
(edit) @7392   13 years uli Use PDF adapter for creating PDFs.
(edit) @7391   13 years uli Store application slip when creating students.
(edit) @7390   13 years uli Put PDF-related stuff into own module for applicants.
(edit) @7389   13 years uli Add interface for PDFs.
(edit) @7388   13 years uli Copy over passport images when turning applicants into students.
(edit) @7387   13 years uli Update tests. Hope I picked the correct passport image name.
(edit) @7386   13 years Henrik Bettermann Use BytesDisplayWidget? for permanent address field.
(edit) @7385   13 years Henrik Bettermann Remove unneeded import.
(edit) @7384   13 years Henrik Bettermann Make label columns a bit smaller to reduce the distance between label …
(edit) @7383   13 years Henrik Bettermann Indeed, mails with umlaut can't be send with the sendMail method.
(edit) @7382   13 years uli Dirty hack to enable unicode-aware SMTP handling. This is still not …
(edit) @7381   13 years uli Shorten overlong lines.
(edit) @7380   13 years uli Split overlong register method: put sendmail stuff into separate method.
(edit) @7379   13 years uli Add landing page for email registrations.
(edit) @7378   13 years Henrik Bettermann Display applicant_is on manage and edit form page in readonly mode. …
(edit) @7377   13 years Henrik Bettermann Remove trash.
(edit) @7376   13 years Henrik Bettermann In the base system we don't use access codes (activation codes) …
(edit) @7375   13 years Henrik Bettermann Also application_exists is outdated and no longer used.
(edit) @7374   13 years Henrik Bettermann We do no longer need get_applicant_data.
(edit) @7373   13 years Henrik Bettermann Only anonymous users should be able to use the registration page.
(edit) @7372   13 years Henrik Bettermann Fix tests.
(edit) @7371   13 years Henrik Bettermann Uups
(edit) @7370   13 years Henrik Bettermann Log applicant_id not access_code. Histories should contain real names …
(edit) @7369   13 years Henrik Bettermann Implement ChangePasswordRequestPage?. Catch traceback, if student data …
(edit) @7368   13 years Henrik Bettermann Change label and title of registration page. Check if application has …
(edit) @7367   13 years Henrik Bettermann Show button only if target_url is provided.
(edit) @7366   13 years Henrik Bettermann We do not need a second plainactionbutton pagetemplate.
(edit) @7365   13 years Henrik Bettermann Send email with credentials (including random password) after …
(edit) @7364   13 years Henrik Bettermann Define two different (convenience?) methods: fullname and …
(edit) @7363   13 years uli Add pages for captcha-driven applicant registration.
(edit) @7362   13 years uli Add landing page template for successful registration.
(edit) @7361   13 years uli Add template for applicant registration page.
(edit) @7360   13 years uli Set international code for nigeria as default. This does not work …
(edit) @7359   13 years Henrik Bettermann Implement fullname constructor as a global utility method which can …
(edit) @7358   13 years Henrik Bettermann Seat up a global utility class to ease customization. Transform …
(edit) @7357   13 years Henrik Bettermann Replace fullname form field by first-, middle- and lastname form …
(edit) @7356   13 years Henrik Bettermann Replace middlenames by middlename.
(edit) @7355   13 years Henrik Bettermann Add test for applicant copier. The test does also check if the …
(edit) @7354   13 years uli Update tests.
(edit) @7353   13 years uli Make the phonewidget output look more like an international phone number.
(edit) @7352   13 years uli Make the phonewidget handling non-standardized input more gracefully.
(edit) @7351   13 years Henrik Bettermann The StudentApplication? class is deprecated. We want to store the …
(edit) @7350   13 years uli Also put current course in appcat source, even if it is not catalogued …
(edit) @7349   13 years uli As I am here: remove trailing whitespace.
(edit) @7348   13 years Henrik Bettermann Add regression test which shows that we can't view applicants after …
(edit) @7347   13 years Henrik Bettermann Rollback of r7341 as discussed on the phone. But now we get other …
(edit) @7346   13 years uli Add a message factory for waeup.sirp.
(edit) @7345   13 years uli Sorry, these are the tests for phonewidget.
(edit) @7344   13 years Henrik Bettermann This my recent version of the createStudent method.
(edit) @7343   13 years uli The phonewidget template.
(edit) @7342   13 years uli Add tests for the new phone widget.
(edit) @7341   13 years Henrik Bettermann Do not store a reference to a certificate but a dictionary with the …
(edit) @7340   13 years Henrik Bettermann Add StudentApplication? view components.
(edit) @7339   13 years Henrik Bettermann Set up StudentApplication? class which implements IApplicantBaseData.
(edit) @7338   13 years Henrik Bettermann Start implementation of applicant copier. Reorganize interfaces in …
(edit) @7337   13 years Henrik Bettermann Add missing UI tests for course advisers.
(edit) @7336   13 years Henrik Bettermann Fix logic of dynamic course adviser role assignment.
(edit) @7335   13 years Henrik Bettermann Make local roles assignable in certificate containers.
(edit) @7334   13 years Henrik Bettermann Implement local CourseAdviser? roles. These roles can be assigned in …
(edit) @7333   13 years Henrik Bettermann Rename certificatecontainer, coursecontainer and facultycontainer. Now …
(edit) @7332   13 years Henrik Bettermann See last revisions. Do the same for hostels.
(edit) @7331   13 years Henrik Bettermann We don't need a description if Uli implements a proper phone widget.
(edit) @7330   13 years Henrik Bettermann See last revision. Do the same for applicants. Do not show select box …
(edit) @7329   13 years Henrik Bettermann Also protect students section against unintentional deletions with new …
(edit) @7328   13 years Henrik Bettermann Implement a new Action class which renders a JS onclick command.
(edit) @7327   13 years Henrik Bettermann Remove deprecated pagetemplate.
(edit) @7326   13 years uli Use string instead of number for phone.
(edit) @7325   13 years uli See last check-in.
(edit) @7324   13 years uli See last check-in.
(edit) @7323   13 years uli - Add testing captcha as option in config. - Make phone number a …
(edit) @7322   13 years Henrik Bettermann Catch InvalidTransitionError? and flash error message.
(edit) @7321   13 years Henrik Bettermann Replace the term 'WAeUP' by SIRP which is a WAeUP product.
(edit) @7320   13 years Henrik Bettermann Yes, configuration parameters are attributes of configuration objects.
(edit) @7319   13 years Henrik Bettermann Label colons should be rendered by pagetemplates and not by label …
(edit) @7318   13 years Henrik Bettermann It seems that font attributes can't be defined in Tables if Paragraphs …
(edit) @7317   13 years uli Fix formatting.
(edit) @7316   13 years uli Fix formatting.
(edit) @7315   13 years uli Fix formatting.
(edit) @7314   13 years uli Shorten overlong lines.
(edit) @7313   13 years uli Add captcha field in configuration.
(edit) @7312   13 years uli Update tests.
(edit) @7311   13 years uli Unfortunately, configurations are stored as attributes (makes it hard …
Note: See TracRevisionLog for help on using the revision log.