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

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @6457   13 years Henrik Bettermann Minor changes.
(edit) @6397   13 years Henrik Bettermann Assign applicant the PortalUser? role at site level otherwise s/he …
(edit) @6396   13 years Henrik Bettermann Provide left sidebar links for applicants instead of action buttons. …
(edit) @6394   13 years uli * empty log message *
(edit) @6390   13 years uli pyflakes happy.
(edit) @6383   13 years Henrik Bettermann accesscodes.invalidate_accesscode(): return false if ac doesn't exist …
(edit) @6377   13 years uli Reenable application start workflow on login.
(edit) @6375   13 years uli Remove the faulty transition trigger inserted just before and replace …
(edit) @6367   13 years Henrik Bettermann Add view permission for applicants to render view and edit buttons …
(edit) @6366   13 years Henrik Bettermann Remove quotation marks.
(edit) @6365   13 years Henrik Bettermann More finetuning.
(edit) @6364   13 years Henrik Bettermann Finetune application slip.
(edit) @6363   13 years Henrik Bettermann Further pdf improvements (in progress): Show data in table layout
(edit) @6360   13 years Henrik Bettermann Now exports passport picture into pdf. libjpeg62-dev must be installed!
(edit) @6359   13 years uli PIN stuff.
(edit) @6358   13 years Henrik Bettermann Extend pdf slip example by fetching some widgets (experimental!).
(edit) @6357   13 years Henrik Bettermann Implement pdf slip demo version.
(edit) @6355   13 years uli
(edit) @6353   13 years uli Split workflow components (general use stuff goes to w.s.workflow), …
(edit) @6351   13 years Henrik Bettermann Add docstrings.
(edit) @6349   13 years uli Base further workflow stuff on hurry.workflow 0.11.
(edit) @6348   13 years Henrik Bettermann First test implementation for applicants logger. Uli, please check.
(edit) @6336   13 years Henrik Bettermann Provide application login button (anonymous users only).
(edit) @6332   13 years uli Rename 'getApplicationState' to 'state'. Properties are always named …
(edit) @6327   13 years Henrik Bettermann Implement ApplicantAddFormPage?.
(edit) @6325   13 years Henrik Bettermann Assign current applicant principal the PortalUser? role for the …
(edit) @6324   13 years Henrik Bettermann Provide application state as a (property) method of Applicant. This …
(edit) @6322   13 years Henrik Bettermann - Use user_data attribute to display more appropriate workflow …
(edit) @6321   13 years uli Remove unused imports and reorder a bit.
(edit) @6320   13 years uli Cut overlong lines.
(edit) @6319   13 years uli Remove trailing whitespace.
(edit) @6317   13 years uli Remove redundant code before there appears more of it.
(edit) @6305   13 years Henrik Bettermann Fill message attribute with workflow messages and display on forms.
(edit) @6303   13 years Henrik Bettermann Control workflow in views.
(edit) @6254   13 years Henrik Bettermann Render Admitted Course of Study seperately and provide URL to certificate.
(edit) @6198   13 years Henrik Bettermann Convert waeup.local.ApplicationsOfficer? to waeup.ApplicationsOfficer?. …
(edit) @6196   13 years Henrik Bettermann Reorganize views for applicants and application officers. We don't …
(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) @6153   13 years Henrik Bettermann Ad breadcrumb and leftsidbar link for applicants.
(edit) @6110   13 years Henrik Bettermann Add attribute 'ac_prefix' to ApplicantsContainer? to preselect ac …
(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) @6105   13 years Henrik Bettermann Align ApplicantsRootManageFormPage? with manage form pages in …
(edit) @6103   13 years uli - Make 'cancel' work in addform. - Shorten attribute value computation.
(edit) @6087   13 years Henrik Bettermann Adding some attributes to ApplicantsContainer?. Generate title and code …
(edit) @6084   13 years Henrik Bettermann Rename RestWidget? to RestDisplayWidget?.
(edit) @6083   13 years Henrik Bettermann In the morning everything looks easier.
(edit) @6082   13 years uli Reorder imports, fixes.
(edit) @6081   13 years uli Remove more trash, reorder imports.
(edit) @6080   13 years uli Remove trash.
(edit) @6078   13 years uli Remove trailing 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) @6067   13 years Henrik Bettermann Start renaming the views in the applicants package according to the …
(edit) @6063   13 years Henrik Bettermann Implement ReSTWidget. This widget must only be used once per page …
(edit) @6054   13 years uli Enable new Friendly Date Widgets and remove trash from here.
(edit) @6053   13 years uli Try out new date display widget.
(edit) @6051   13 years uli First try of using the new datewidgets.
(edit) @6043   13 years uli Move applicant perms/roles into applicants package.
(edit) @6041   13 years uli Enable datepicker for full applicant form.
(edit) @6040   13 years uli Enable datepicker for applicant date of birth.
(edit) @6037   13 years uli Remove trash.
(edit) @6029   13 years Henrik Bettermann Use WAuPDisplayFormPage for ApplicantsContainerPage?. Fix traceback if …
(edit) @6015   13 years uli Make form for applicants container manage page require datatables.
(edit) @6013   13 years uli Move import to the head.
(edit) @6012   13 years uli Make use of the new datatables in applicants overview page.
(edit) @5982   13 years uli Add a view for full editing of applicants.
(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) @5937   13 years uli Handle applicant permissions for applicant forms, including first test.
(edit) @5928   13 years Henrik Bettermann Fix AddApplicantsContainer? update method.
(edit) @5919   13 years uli Use Thumbnail widget instead of EncodingImageFileWidget? for display …
(edit) @5913   13 years uli Use EncodingImageFileWidget? for both, editing and displaying an applicant.
(edit) @5910   13 years uli Really create an applicant on successful authentication. This leads to …
(edit) @5905   13 years uli Preliminary code for adding new applicants in case new applicant …
(edit) @5896   13 years uli Set ac_series and number correctly.
(edit) @5894   13 years uli Make login view pass the tests.
(edit) @5891   13 years uli Add warning if invalid credentials are entered in applicants login form.
(edit) @5886   13 years uli Add an applicant login view for regular applicants containers. This is …
(edit) @5861   14 years uli Make also containers available to ApplicationsPage? template.
(edit) @5851   14 years uli Really remove the old manage page for applicants containers.
(edit) @5850   14 years uli - Remove applicantscontainer manage page and replace it with a …
(edit) @5847   14 years Henrik Bettermann Also save name attribute. Otherwise the breadcrumb remains empty.
(edit) @5846   14 years Henrik Bettermann ApplicantsContainerProvider? not ApplicantContainerProvider?
(edit) @5845   14 years Henrik Bettermann Add breadcrumbs for ApplicantsRoot? and ApplicantsContainer?.
(edit) @5844   14 years uli Enable jQuery datepicker in a form (where we, in contrast to views or …
(edit) @5843   14 years Henrik Bettermann The ApplicantsTab? is the 4th PrimaryNavTab? behind Home, Academics and …
(edit) @5837   14 years uli Add views to manage applicants containers. These views/forms (we have …
(edit) @5832   14 years uli - Add manage button on applicants container default page. - Add manage …
(edit) @5830   14 years uli Add an index view (page) for applicants containers.
(edit) @5828   14 years uli Add more views (pages) and a primary nav tab, which we can remove later.
(edit) @5825   14 years uli Add docstring to tell what's going on when getting a list of …
(edit) @5824   14 years uli Fix module description.
(edit) @5822   14 years uli Reenable ApplicantsRoot? index page and add page/viewlet for adding …
(edit) @5806   14 years uli Fix imports of moved helper functions.
(edit) @5777   14 years uli Remove JAMB-based login (it is handled in jambtables).
(copy) @5775   14 years uli Copy UI stuff from jambtables to applicants as all these UI components …
copied from main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/browser.py:
(edit) @5758   14 years uli Move more interfaces, disable two views and make tests work again.
Note: See TracRevisionLog for help on using the revision log.