source: main/waeup.sirp

Revision log mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log message
(edit) @6642   13 years Henrik Bettermann Add viewlet manager 'StudentSitebar?' which is rendered in a block …
(edit) @6641   13 years Henrik Bettermann Fix tests: Use functional tests instead of unit tests to test the new …
(edit) @6640   13 years Henrik Bettermann Minor changes.
(edit) @6639   13 years Henrik Bettermann Rearrange indentation.
(edit) @6638   13 years Henrik Bettermann Add studentbasemanagepage which allows performing transitions. Add tests.
(edit) @6637   13 years Henrik Bettermann Add logger, student workflow and student workflow history.
(edit) @6636   13 years Henrik Bettermann Extend the public interface of the students package.
(edit) @6635   13 years Henrik Bettermann Make action buttons smaller on studentpage. Add StudentAccommodation?
(edit) @6634   13 years Henrik Bettermann Use singular also in documentation.
(edit) @6633   13 years Henrik Bettermann We don't need a factory for StudentsContainer?. Add addStudent method …
(edit) @6632   13 years Henrik Bettermann Rename applicants.py, accesscodes.py and students.py modules. Their …
(edit) @6631   13 years Henrik Bettermann Add interfaces for clearance and personal data. Add display and manage …
(edit) @6630   13 years Henrik Bettermann Temporary solution to display all students added (for manual testing only).
(edit) @6629   13 years Henrik Bettermann Add students section breadcrumb.
(edit) @6628   13 years uli Add missing pieces for implementing interfaces correctly. Fix one bug …
(edit) @6627   13 years uli Add tests for batching of university-related batches. Tests cover only …
(edit) @6626   13 years Henrik Bettermann Add students_catalog and search facilities.
(edit) @6625   13 years uli Make failing authentication test shut up.
(edit) @6624   13 years uli Set default level for loggers.
(edit) @6623   13 years uli Make sure we also call init code of base classes (notifications or …
(edit) @6622   13 years Henrik Bettermann Add some basic UI stuff to start and to play with.
(edit) @6621   13 years Henrik Bettermann Remove old student package and replace by new students package which …
(edit) @6620   13 years Henrik Bettermann Minor changes.
(edit) @6619   13 years Henrik Bettermann The waeupdocs script does not work on Windows.
(edit) @6618   13 years Henrik Bettermann First instructions how to build the students section.
(edit) @6617   13 years uli Remove unused helper class.
(edit) @6616   13 years uli Remove trash.
(edit) @6615   13 years uli Start tests for authenticator plugin and other authentication components.
(edit) @6613   13 years Henrik Bettermann Further increase test coverage. Henrik's code is now nearly 100% …
(edit) @6612   13 years Henrik Bettermann Catch traceback if data center storage path is not allowed to use.
(edit) @6611   13 years Henrik Bettermann Further increase test coverage. Yeah, pages.py is now 90% covered.
(edit) @6610   13 years Henrik Bettermann Remove BBB import.
(edit) @6609   13 years Henrik Bettermann Increase test coverage.
(edit) @6608   13 years Henrik Bettermann Further increase test coverage.
(edit) @6607   13 years Henrik Bettermann Switch to Unix line endings.
(edit) @6606   13 years Henrik Bettermann Remove eol-style property.
(edit) @6605   13 years Henrik Bettermann Check if global roles show up on the user container page.
(edit) @6604   13 years Henrik Bettermann We can add a global role by setting the attribute.
(edit) @6603   13 years uli Start splitting (code-wise) long tests into shorter pieces. I guess …
(edit) @6602   13 years uli Add test. Container coverage at 100%.
(edit) @6601   13 years uli Use NotImplemented? correctly.
(edit) @6600   13 years uli Remove XXX marker. Issue solved.
(edit) @6599   13 years uli Reenable test for image in erraneous applicant forms.
(edit) @6598   13 years uli Workaround for freshly uploaded images not being displayed in …
(edit) @6597   13 years Henrik Bettermann Further improve test coverage.
(edit) @6596   13 years Henrik Bettermann Add missing automodule files.
(edit) @6595   13 years Henrik Bettermann Increase browser test coverage to 100%.
(edit) @6594   13 years uli Remove unnecessary return. We use createWAeUPImageFile in order to get …
(edit) @6593   13 years uli Make sure, plugin updates work basically.
(edit) @6592   13 years uli Shorten University init. It seems we nowhere use keywords on …
(edit) @6591   13 years Henrik Bettermann Test workflow transition.
(edit) @6590   13 years Henrik Bettermann Test assigning of local roles.
(edit) @6589   13 years Henrik Bettermann Catch traceback if no user exists but 'Add local role' is accidentally …
(edit) @6588   13 years Henrik Bettermann Undo last changes. Modify invalidate_accesscode function instead. …
(edit) @6587   13 years Henrik Bettermann See comment of previous revision.
(edit) @6586   13 years Henrik Bettermann This test fails because fire_transition does not return False if the …
(edit) @6585   13 years Henrik Bettermann Increase test coverage from 84% to 95%.
(edit) @6584   13 years uli Fix bug in hurry.file.
(edit) @6583   13 years uli Add test to prove that uploaded images if not changed are equal …
(edit) @6582   13 years Henrik Bettermann Fix log string.
(edit) @6581   13 years uli Bring test coverage for loggers to 100%. That doesn't fix the …
(edit) @6580   13 years uli Log to commandline while site not added to ZODB.
(edit) @6579   13 years uli Use new logger also for datacenter. These changes were forgotten in …
(edit) @6578   13 years uli Implement a new logging technique and use it. Details are explained in …
(edit) @6577   13 years uli Add two logging-related test helpers: a function to retrieve all …
(edit) @6576   13 years uli Add tests for academics plugin.
(edit) @6575   13 years uli Let update method of AcademicsPlugin? do at least something.
(edit) @6574   13 years uli Add unittests for FacultyContainer?.
(edit) @6573   13 years uli Include FacultyContainer? in tests.
(edit) @6572   13 years uli Also expose FacultyContainer? in public API.
(edit) @6571   13 years uli Add tests for public API of university subpackage.
(edit) @6570   13 years uli Keep test-coverage happy. For some wierd reason from the tuple items …
(edit) @6569   13 years uli Fix RoleSource?: only check title further, if there was at least one found.
(edit) @6568   13 years uli Add some unittests for course containers.
(edit) @6567   13 years uli Make courses part of public API.
(edit) @6566   13 years uli Remove trailing whitespaces.
(edit) @6565   13 years uli Add course container to public university API.
(edit) @6564   13 years uli Bring test coverage for Faculty to 100%.
(edit) @6563   13 years uli Start unittests for faculties. We only cover those bits yet, not …
(edit) @6562   13 years uli Start exposing a public API for university subpackage.
(edit) @6561   13 years uli Clean up.
(edit) @6560   13 years uli Add tests for interfaces. We have to test non-interface components at …
(edit) @6559   13 years uli Remove pass statements. Coverage detector does not like them.
(edit) @6558   13 years uli Add missing test to bring coverage to 100%.
(edit) @6557   13 years uli Remove BBB import.
(edit) @6556   13 years uli Remove old passportwidget. WAeUPImageFile comes with an own widget.
(edit) @6555   13 years uli Remove the pass statement, because coverage detect says it is not …
(edit) @6554   13 years uli Add missing tests for accesscode components. accesscode subpackage now …
(edit) @6553   13 years uli Remove the search method from AccessCodeBatch?. If I rememember …
(edit) @6552   13 years uli Add tests for searching accesscodes via browser. Browser test coverage …
(edit) @6551   13 years uli Remove strange exception catcher. I have no clue how to provoke that …
(edit) @6550   13 years uli Add tests for search function of accesscodes catalog. Test coverage …
(edit) @6549   13 years uli Make AccessCodeQueryResultItem? really implement the promised …
(edit) @6548   13 years uli Reorganize tests a bit and add test case for QueryResultItem? (although …
(edit) @6547   13 years uli Add docs.
(edit) @6546   13 years uli Add tests for accesscode workflows. Right now we check only those …
(edit) @6545   13 years uli Remove trash.
(edit) @6544   13 years uli Add test for reimport of accesscodes.
(edit) @6543   13 years uli Add a sample csv for reimport of access codes.
(edit) @6542   13 years uli Fix _getStoragePath to create not-existing subdirs.
Note: See TracRevisionLog for help on using the revision log.