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

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @7684   13 years Henrik Bettermann The 'hint' should be under the input field.
(edit) @7681   13 years Henrik Bettermann Uses sources instead of vocabularies and feed sources with …
(edit) @7677   13 years Henrik Bettermann Translate student registration worklow titles, messages and …
(edit) @7676   13 years Henrik Bettermann Define portal language in SIRPLanguage adapter, not yet needed, but we …
(edit) @7674   13 years Henrik Bettermann Implement Language switch in the topbar and add some German …
(edit) @7672   13 years Henrik Bettermann Minified css version not needed.
(edit) @7669   13 years Henrik Bettermann Start internationalization of pagetemplates. Clean up and remove …
(edit) @7665   13 years Henrik Bettermann Rename attribute core_or_elective to mandatory. The following …
(edit) @7659   13 years Henrik Bettermann Tell the log file which attributes have been changed when editing user …
(edit) @7657   13 years Henrik Bettermann Fix test.
(edit) @7655   13 years Henrik Bettermann Flash message when user has been added.
(edit) @7654   13 years Henrik Bettermann Sort students by id.
(edit) @7649   13 years Henrik Bettermann Remove uncommented pdb break points.
(edit) @7648   13 years Henrik Bettermann With this little statistics we get some clues of the speed of our portal.
(edit) @7647   13 years uli Move ReindexPage? to general browser module as it is not student specific.
(edit) @7635   13 years Henrik Bettermann Align headlines of pages with and without action bar.
(edit) @7634   13 years Henrik Bettermann There are no action buttons in display form pages.
(edit) @7631   13 years Henrik Bettermann Fix tests.
(edit) @7630   13 years Henrik Bettermann 'Label' is the topmost headline and should thus be tagged with h1. …
(edit) @7627   13 years Henrik Bettermann Move vocabularies to interfaces module. batchprocessing.txt: fix test
(edit) @7601   13 years Henrik Bettermann Values must not be Zero in sources and vocabularies.
(edit) @7600   13 years Henrik Bettermann Use SIRPDisplayFormPage with default pagetemplate for courses.
(edit) @7599   13 years Henrik Bettermann Adjust some docstrings.
(edit) @7592   13 years Henrik Bettermann Fix docstrings and other things detected by waeupdocs.
(edit) @7589   13 years Henrik Bettermann Fix links in documentation.
(edit) @7588   13 years Henrik Bettermann Increase font size of history.
(edit) @7584   13 years Henrik Bettermann Fix tests.
(edit) @7579   13 years Henrik Bettermann Let's use the new IDataCenterConfig utility instead of ISIRPUtils to …
(edit) @7551   13 years Henrik Bettermann Contract breadcrumb to avoid line breaks in breadcrumb bar.
(edit) @7548   13 years Henrik Bettermann Implement course ticket importer. Add checkConversion tests.
(edit) @7524   13 years Henrik Bettermann Customize h5 tag.
(edit) @7493   13 years Henrik Bettermann Tweak pages for anonymous users with mobile browsers.
(edit) @7490   13 years Henrik Bettermann Some button adjustments. Remove 'Save and return' button from …
(edit) @7485   13 years Henrik Bettermann Store html of frontpage as an attribute of the configuration …
(edit) @7484   13 years Henrik Bettermann Redirect to specified tabs using the request's QUERY_STRING value. …
(edit) @7469   13 years Henrik Bettermann Move action bar upwards.
(edit) @7468   13 years Henrik Bettermann Yeah, IE didn't work properly with the minified css. With the fully …
(edit) @7465   13 years Henrik Bettermann Page titles are deprecated. We only have labels.
(edit) @7464   13 years Henrik Bettermann Move form label to site layout pagetemplates. This saves even more code.
(edit) @7463   13 years Henrik Bettermann Move form status message to site layout pagetemplates. This saves a …
(edit) @7462   13 years Henrik Bettermann Beautify loginpage.pt.
(edit) @7461   13 years Henrik Bettermann Link acronym with the home page. Then we don't need the home tab.
(edit) @7459   13 years Henrik Bettermann Merge Bootstrap branch into trunk.
(edit) @7437   13 years Henrik Bettermann Implement StudentCreateActionButton? which is probably not needed in …
(edit) @7404   13 years Henrik Bettermann Rename sendMail method to be more precise and not confuse with the …
(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) @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) @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) @7364   13 years Henrik Bettermann Define two different (convenience?) methods: fullname and …
(edit) @7358   13 years Henrik Bettermann Seat up a global utility class to ease customization. Transform …
(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) @7328   13 years Henrik Bettermann Implement a new Action class which renders a JS onclick command.
(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) @7312   13 years uli Update tests.
(edit) @7311   13 years uli Unfortunately, configurations are stored as attributes (makes it hard …
(edit) @7309   13 years uli Don't need a template dir for the captcha test page.
(edit) @7308   13 years uli Move captcha-related interfaces to proper location.
(edit) @7307   13 years uli Rename CaptchaChooser? to CaptchaManager?.
(edit) @7306   13 years uli Tell a bit about ReCaptcha?.
(edit) @7305   13 years uli Make recaptcha keys instance attributes for better customization.
(edit) @7303   13 years uli Put ReCaptcha? into an ICaptcha implementation and see how much code we …
(edit) @7302   13 years uli Add ReCaptcha? tests. One of them is intentionally disabled because it …
(edit) @7301   13 years uli Reflect StaticCaptcha? changes.
(edit) @7300   13 years uli Rename IdCaptcha? to StaticCaptcha? and make it even more plain.
(edit) @7299   13 years uli Be more verbose.
(edit) @7298   13 years uli Update tests.
(edit) @7297   13 years uli Change verify interface for captchas: expect HTTP requests instead of …
(edit) @7296   13 years uli First silly steps for IdCaptcha?.
(edit) @7295   13 years uli Add tests for IdCaptcha?.
(edit) @7294   13 years uli Add test base for captcha tests.
(edit) @7292   13 years uli Fix default setting.
(edit) @7291   13 years uli Add missing tests for getCaptcha.
(edit) @7289   13 years uli Leave out captcha configs for now.
(edit) @7288   13 years uli Remove trash.
(edit) @7287   13 years uli - Fix interface. - Implement getCaptcha.
(edit) @7286   13 years uli Add first test for getCaptcha.
(edit) @7285   13 years uli Update tests.
(edit) @7284   13 years uli - Register captchas as utils rather than adapters. - Sketches of …
(edit) @7283   13 years Henrik Bettermann Add svn keyword Id and harmonize header.
(edit) @7282   13 years uli Add tests for some captcha base components.
(edit) @7281   13 years uli Some sketches for captach API.
(edit) @7280   13 years Henrik Bettermann Use the viewlet manager 'FileManager?' to render either images or …
(edit) @7274   13 years Henrik Bettermann Define WAeUPForm based on from megrok.layout.Form and use this view in …
(edit) @7262   13 years Henrik Bettermann Add Applicant Importer (tests will follow).
(edit) @7254   13 years Henrik Bettermann Define formatDatetime (for displaying datetime objects in data tables) …
(edit) @7243   13 years Henrik Bettermann Use only one primarynavtab.pt pagetemplate and render list item only …
(edit) @7240   13 years Henrik Bettermann Rebuild applicants package (1st part). Applicants now have an …
(edit) @7234   13 years Henrik Bettermann Use new principal attributes in contact form pages (applicants not yet …
(edit) @7233   13 years Henrik Bettermann Implement SIRPPrincipalInfo and SIRPPrincipal classes which provide …
(edit) @7232   13 years Henrik Bettermann Show proper label and title on ContactUserForm?.
(edit) @7231   13 years Henrik Bettermann Implement ContactUserForm?.
(edit) @7229   13 years Henrik Bettermann Implement contact form to send messages to students. helpers.py: Let …
Note: See TracRevisionLog for help on using the revision log.