source: main/waeup.sirp

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @6345   13 years Henrik Bettermann Fix useless python:hint condition in manage and add form templates …
(edit) @6344   13 years Henrik Bettermann Adjust form status summary throughout the portal. Do not display …
(edit) @6343   13 years Henrik Bettermann Define validation method for email addresses and use as constraint …
(edit) @6342   13 years Henrik Bettermann Change size in phone and notice widgets.
(edit) @6341   13 years Henrik Bettermann Display field attribute 'description' which is called hint in widgets …
(edit) @6340   13 years Henrik Bettermann Source titles should have an initial capital letter to conform with …
(edit) @6339   13 years uli Maintain history of objects in a separate component, similar to …
(edit) @6338   13 years uli Add component to store object related history (shouldnt this be part …
(edit) @6337   13 years Henrik Bettermann entry_session will be inherited from the container.
(edit) @6336   13 years Henrik Bettermann Provide application login button (anonymous users only).
(edit) @6335   13 years uli Fix typos.
(edit) @6334   13 years uli Make test compatible with Python 2.5 and 2.6.
(edit) @6333   13 years uli Make test compatible with Python2.5 and 2.6.
(edit) @6332   13 years uli Rename 'getApplicationState' to 'state'. Properties are always named …
(edit) @6331   13 years uli Remove unneeded code.
(edit) @6330   13 years Henrik Bettermann Python 2.6 is recommended.
(edit) @6329   13 years Henrik Bettermann Rename log file because the term 'application' in misleading in SIRP.
(edit) @6328   13 years Henrik Bettermann Add missing page template.
(edit) @6327   13 years Henrik Bettermann Implement ApplicantAddFormPage?.
(edit) @6326   13 years Henrik Bettermann Fix tests.
(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) @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) @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) @6318   13 years uli Add subscriber that replaces the redundant code from browser.py.
(edit) @6317   13 years uli Remove redundant code before there appears more of it.
(edit) @6316   13 years uli Clean up: - Cut overlong lines - Remove trailing whitespace - Pack …
(edit) @6315   13 years uli Remove subpackage 'images'. No need for it any more.
(edit) @6314   13 years uli Use the new default provider for passport fields to return some image …
(edit) @6313   13 years uli - Make passport image placeholder constants strings instead of …
(edit) @6312   13 years uli - Add a destructor that removes the bound file of the bound Blob when …
(edit) @6311   13 years uli Remove trailing whitespace.
(edit) @6310   13 years uli Remove IFileRetrieval-based parts of test. We do not support …
(edit) @6309   13 years uli Change WAeUPImageFile implementation: it now uses a local Blob to …
(edit) @6308   13 years uli Use newer versions of some testing packages and ZODB. This will fix …
(edit) @6307   13 years Henrik Bettermann Adjust design and style sheets of workflow message box.
(edit) @6306   13 years Henrik Bettermann Minor changes.
(edit) @6305   13 years Henrik Bettermann Fill message attribute with workflow messages and display on forms.
(edit) @6304   13 years Henrik Bettermann Add message attribute to log workflow transitions.
(edit) @6303   13 years Henrik Bettermann Control workflow in views.
(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) @6300   13 years Henrik Bettermann Extend application workflow.
(edit) @6299   13 years Henrik Bettermann Reduce size of placeholder images.
(edit) @6297   13 years uli Fix testing problems simply by turning basic unittests into functional …
(edit) @6296   13 years Henrik Bettermann Move workflow methods from certificates to applicants.
(edit) @6295   13 years Henrik Bettermann Move to applicants package.
(edit) @6294   13 years Henrik Bettermann Reuse workflow.py for applicants.
(edit) @6293   13 years uli Add (at least temporarily) some components for storing and maintaining …
(edit) @6292   13 years Henrik Bettermann Remove unused import.
(edit) @6291   13 years uli Remove the 'fix' from yesterday. We now use …
(edit) @6290   13 years uli Set default for passport image via new IContextAwareDefaultFactory. …
(edit) @6289   13 years uli Remove trailing whitespace.
(edit) @6288   13 years uli Improve some applicants related tests: for setup register …
(edit) @6287   13 years uli Require newer versions of zope.schema and zope.interface. They provide …
(edit) @6286   13 years uli Remove trailing whitespace.
(edit) @6285   13 years uli The max_size for images might now (hopefully) work.
(edit) @6284   13 years uli Fix bug #32.
(edit) @6283   13 years uli Remove trailing whitespace.
(edit) @6282   13 years uli Fix batching of applicants containers.
(edit) @6281   13 years uli Use working CSV data.
(edit) @6280   13 years uli Register factory for ApplicantsContainer?.
(edit) @6279   13 years uli Check whether the preferred date format ('YYYY-MM-DD') is accepted by …
(edit) @6278   13 years uli Add extended bools widget. This one accepts also '1', 'true', 'yes' as …
(edit) @6277   13 years uli Update convert interface.
(edit) @6276   13 years uli Remove old converters and disable tests for them.
(edit) @6275   13 years Henrik Bettermann Refer to the INSTALLWIN.txt.
(edit) @6274   13 years Henrik Bettermann Put Windows installation instructions into the docs folder.
(edit) @6273   13 years uli Finally make the new converter work. API-wise it is as good as the old …
(edit) @6272   13 years uli Disable test temporarily.
(edit) @6271   13 years uli Fix test.
(edit) @6270   13 years Henrik Bettermann Restructure text.
(edit) @6269   13 years Henrik Bettermann Add buildout-windows.cfg and instruction for installation of SIRP on …
(edit) @6268   13 years uli Test converter with vocabs with non-string values.
(edit) @6267   13 years uli Prove that the converter can handle simple vocabularies.
(edit) @6266   13 years uli Show that the converter can create new instances when given a factory …
(edit) @6265   13 years uli Show that we can inject our own formfields when converting strings …
(edit) @6264   13 years uli Some converter tests for basic data types.
(edit) @6263   13 years uli Extend converter and create own interface for it.
(edit) @6262   13 years uli Remove trash.
(edit) @6261   13 years uli Update tests. Still just experimental. Also to test svnmailer.
(edit) @6260   13 years uli Add own getWidgetsDate function to retrieve bindings of errors to form …
(edit) @6259   13 years uli Remove trailing whitespace.
(edit) @6258   13 years uli Add a zope.formlib-based converter. Just playing around with …
(edit) @6257   13 years uli Add new test suite for enhanced converters. This is full of …
(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) @6253   13 years uli Add some sample CSV data.
(edit) @6252   13 years uli Adapt tests for Applicants Container. The last, most complex and most …
(edit) @6251   13 years uli First steps to make the copied batch-stuff work with regular …
(edit) @6250   13 years uli Copy over batching-related modules from jambtables (maybe last thing …
(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) @6247   13 years Henrik Bettermann Be more precise and let managers know that the code exists in the …
(edit) @6246   13 years Henrik Bettermann Use always flash messages. The user does not expect error messages …
(edit) @6245   13 years Henrik Bettermann Use and raise DuplicationError? for Courses too.
Note: See TracRevisionLog for help on using the revision log.