source: main/waeup.sirp/trunk/src/waeup/sirp/applicants/interfaces.py

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @7376   13 years Henrik Bettermann In the base system we don't use access codes (activation codes) …
(edit) @7364   13 years Henrik Bettermann Define two different (convenience?) methods: fullname and …
(edit) @7356   13 years Henrik Bettermann Replace middlenames by middlename.
(edit) @7351   13 years Henrik Bettermann The StudentApplication? class is deprecated. We want to store the …
(edit) @7347   13 years Henrik Bettermann Rollback of r7341 as discussed on the phone. But now we get other …
(edit) @7341   13 years Henrik Bettermann Do not store a reference to a certificate but a dictionary with the …
(edit) @7338   13 years Henrik Bettermann Start implementation of applicant copier. Reorganize interfaces in …
(edit) @7331   13 years Henrik Bettermann We don't need a description if Uli implements a proper phone widget.
(edit) @7324   13 years uli See last check-in.
(edit) @7321   13 years Henrik Bettermann Replace the term 'WAeUP' by SIRP which is a WAeUP product.
(edit) @7317   13 years uli Fix formatting.
(edit) @7270   13 years Henrik Bettermann Let's call the registration number reg_number instead of reg_no, like …
(edit) @7268   13 years Henrik Bettermann Use reg_no as locator to find applicants for updating and removal.
(edit) @7263   13 years Henrik Bettermann Add tests for applicant batch importer. Make reg_no filed unique. …
(edit) @7262   13 years Henrik Bettermann Add Applicant Importer (tests will follow).
(edit) @7260   13 years Henrik Bettermann Let's generate the applicant_id only when the applicant is added to …
(edit) @7255   13 years Henrik Bettermann Remove unused imports.
(edit) @7250   13 years Henrik Bettermann First part of acceptance fee payment integration (under construction).
(edit) @7240   13 years Henrik Bettermann Rebuild applicants package (1st part). Applicants now have an …
(edit) @7192   13 years Henrik Bettermann Adjust copyright statement and svn keyword in applicants.
(edit) @7137   13 years Henrik Bettermann Set value Id for property svn:keywords in all Python files.
(edit) @7094   13 years Henrik Bettermann Remove self.context._p_changed = True. In my opinion it's not …
(edit) @7089   13 years uli Use path to default passport image instead of open file descriptor. If …
(edit) @7086   13 years Henrik Bettermann Increase MAX_UPLOAD_SIZE, 20 kB is more realistic. We can import …
(edit) @7075   13 years uli Define maximum upload size for applicant photographs.
(edit) @7063   13 years uli Merge changes from branch ulif-extimgstore back into trunk. Beside …
(edit) @6915   13 years Henrik Bettermann Move year_range and academic_sessions_vocab to waeup.sirp.interfaces.
(edit) @6744   13 years Henrik Bettermann Remove trash. Rename entry_session_vocab and other academic session …
(edit) @6648   13 years Henrik Bettermann Reorganize vocabularies. The vocabs of the students package are the …
(edit) @6594   13 years uli Remove unnecessary return. We use createWAeUPImageFile in order to get …
(edit) @6538   13 years uli Create default passport image via IFileRetrieval utilities.
(edit) @6518   13 years Henrik Bettermann Explain the description field.
(edit) @6509   13 years Henrik Bettermann Anonymous users should only see the description field of applcants …
(edit) @6500   13 years Henrik Bettermann Proposal for structuring the API.
(edit) @6477   13 years Henrik Bettermann In SIRP we use the term 'certificate' instead of 'study course'.
(edit) @6476   13 years Henrik Bettermann Remove application_date from schema. This date should not be displayed …
(edit) @6391   13 years uli * empty log message *
(edit) @6352   13 years Henrik Bettermann Set required attribute correctly.
(edit) @6348   13 years Henrik Bettermann First test implementation for applicants logger. Uli, please check.
(edit) @6343   13 years Henrik Bettermann Define validation method for email addresses and use as constraint …
(edit) @6341   13 years Henrik Bettermann Display field attribute 'description' which is called hint in widgets …
(edit) @6339   13 years uli Maintain history of objects in a separate component, similar to …
(edit) @6337   13 years Henrik Bettermann entry_session will be inherited from the container.
(edit) @6332   13 years uli Rename 'getApplicationState' to 'state'. Properties are always named …
(edit) @6327   13 years Henrik Bettermann Implement ApplicantAddFormPage?.
(edit) @6324   13 years Henrik Bettermann Provide application state as a (property) method of Applicant. This …
(edit) @6323   13 years Henrik Bettermann Replace reserved term 'messages' by 'msgs'.
(edit) @6322   13 years Henrik Bettermann - Use user_data attribute to display more appropriate workflow …
(edit) @6313   13 years uli - Make passport image placeholder constants strings instead of …
(edit) @6304   13 years Henrik Bettermann Add message attribute to log workflow transitions.
(edit) @6302   13 years Henrik Bettermann Move lock field to the bottom.
(edit) @6301   13 years Henrik Bettermann Do not define workflow states as attributes. We will use the workflow …
(edit) @6296   13 years Henrik Bettermann Move workflow methods from certificates to applicants.
(edit) @6290   13 years uli Set default for passport image via new IContextAwareDefaultFactory. …
(edit) @6285   13 years uli The max_size for images might now (hopefully) work.
(edit) @6256   13 years Henrik Bettermann Move vocabularies and sources into a separate module like in …
(edit) @6255   13 years Henrik Bettermann Implement choice field for entry_session. Scores must be integers.
(edit) @6254   13 years Henrik Bettermann Render Admitted Course of Study seperately and provide URL to certificate.
(edit) @6249   13 years Henrik Bettermann Provide source for LGA field (Nigerian local government areas). We …
(edit) @6248   13 years Henrik Bettermann Use a contextual source for the selection of study courses (certificates).
(edit) @6205   13 years Henrik Bettermann Adjust field titles.
(edit) @6195   13 years Henrik Bettermann Remove Applicant attributes.
(edit) @6189   13 years Henrik Bettermann Select application_category for applicants containers. Implement …
(edit) @6184   13 years Henrik Bettermann Implement local role assignment and removal in application section. …
(edit) @6158   13 years uli Remove whitespace. Fix overlong lines. Rename yeararrange to …
(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) @6101   13 years uli Remove source methods that seem not to be necessary.
(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.
(edit) @6096   13 years uli Fix trailing whitespaces. Cut overlong lines.
(edit) @6087   13 years Henrik Bettermann Adding some attributes to ApplicantsContainer?. Generate title and code …
(edit) @6076   13 years uli Remove trailing whitespaces.
(edit) @6075   13 years uli Clean up. Document what happens and avoid empty doc strings.
(edit) @6073   13 years uli Fix various whitespaces.
(edit) @6070   13 years Henrik Bettermann More alignments with university package. The …
(edit) @6069   13 years Henrik Bettermann Rename ApplicantsRootEditPage? to ApplicantsRootManageFormPage?. Rename …
(edit) @6039   13 years uli Go on removing JAMB stuff.
(edit) @6038   13 years uli Start ripping out JAMB related stuff.
(edit) @6034   13 years uli Remove unneeded import.
(edit) @6029   13 years Henrik Bettermann Use WAuPDisplayFormPage for ApplicantsContainerPage?. Fix traceback if …
(edit) @5980   13 years uli Use the new image file type in applicants interfaces.
(edit) @5952   13 years uli Add a confirm_passport attribute to applicants and reflect that change …
(edit) @5941   13 years uli Introduce locked-attribute for applicants to control workflow a bit.
(edit) @5907   13 years uli Move JAMB-related authentication pieces (including ifaces) to …
(edit) @5866   14 years uli Remove the addApplicantsContainer method from IApplicantsRoot. This …
(edit) @5846   14 years Henrik Bettermann ApplicantsContainerProvider? not ApplicantContainerProvider?
(edit) @5839   14 years uli Remove attributes we do not use nor will.
(edit) @5820   14 years uli Add interface for applicants container providers.
(edit) @5758   14 years uli Move more interfaces, disable two views and make tests work again.
(edit) @5753   14 years uli Move main applicant interfaces to applicants package and try to fix …
(edit) @5682   14 years uli Add REQUIRES_JAMBDATA attribute for applicant containers.
(edit) @5681   14 years uli Add application categories and a respective vocabulary.
(copy) @5676   14 years Henrik Bettermann Rename applications to applicants.
copied from main/waeup.sirp/trunk/src/waeup/sirp/applications/interfaces.py:
(edit) @5645   14 years uli Update interfaces.
Note: See TracRevisionLog for help on using the revision log.