Timeline
16 Aug 2011:
- 13:59 Changeset [6616] by
- Remove trash.
- 13:59 Changeset [6615] by
- Start tests for authenticator plugin and other authentication components.
15 Aug 2011:
- 13:52 Changeset [6614] by
- Open PCE and Pre-NCE application.
- 07:13 Changeset [6613] by
- Further increase test coverage. Henrik's code is now nearly 100% …
14 Aug 2011:
- 20:57 Changeset [6612] by
- Catch traceback if data center storage path is not allowed to use.
- 20:54 Changeset [6611] by
- Further increase test coverage. Yeah, pages.py is now 90% covered.
- 20:42 Changeset [6610] by
- Remove BBB import.
- 15:04 Changeset [6609] by
- Increase test coverage.
- 13:42 Changeset [6608] by
- Further increase test coverage.
- 08:00 Changeset [6607] by
- Switch to Unix line endings.
- 07:53 Changeset [6606] by
- Remove eol-style property.
- 07:30 Changeset [6605] by
- Check if global roles show up on the user container page.
- 06:47 Changeset [6604] by
- We can add a global role by setting the attribute.
13 Aug 2011:
- 02:53 Changeset [6603] by
- Start splitting (code-wise) long tests into shorter pieces. I guess …
12 Aug 2011:
- 16:51 Changeset [6602] by
- Add test. Container coverage at 100%.
- 16:51 Changeset [6601] by
- Use NotImplemented? correctly.
- 16:11 Changeset [6600] by
- Remove XXX marker. Issue solved.
- 15:47 Changeset [6599] by
- Reenable test for image in erraneous applicant forms.
- 15:23 Changeset [6598] by
- Workaround for freshly uploaded images not being displayed in …
- 13:23 Changeset [6597] by
- Further improve test coverage.
- 12:09 Changeset [6596] by
- Add missing automodule files.
- 09:55 Changeset [6595] by
- Increase browser test coverage to 100%.
11 Aug 2011:
- 09:28 Changeset [6594] by
- Remove unnecessary return. We use createWAeUPImageFile in order to get …
- 05:26 Changeset [6593] by
- Make sure, plugin updates work basically.
- 05:26 Changeset [6592] by
- Shorten University init. It seems we nowhere use keywords on …
10 Aug 2011:
- 22:19 Changeset [6591] by
- Test workflow transition.
- 22:03 Changeset [6590] by
- Test assigning of local roles.
- 22:01 Changeset [6589] by
- Catch traceback if no user exists but 'Add local role' is accidentally …
- 21:59 Changeset [6588] by
- Undo last changes. Modify invalidate_accesscode function instead. …
- 11:02 Changeset [6587] by
- See comment of previous revision.
- 11:00 Changeset [6586] by
- This test fails because fire_transition does not return False if the …
- 10:37 Changeset [6585] by
- Increase test coverage from 84% to 95%.
8 Aug 2011:
- 19:18 Changeset [6584] by
- Fix bug in hurry.file.
- 16:30 Changeset [6583] by
- Add test to prove that uploaded images if not changed are equal …
- 07:14 Changeset [6582] by
- Fix log string.
7 Aug 2011:
- 16:12 Changeset [6581] by
- Bring test coverage for loggers to 100%. That doesn't fix the …
- 12:40 Changeset [6580] by
- Log to commandline while site not added to ZODB.
6 Aug 2011:
- 11:20 Changeset [6579] by
- Use new logger also for datacenter. These changes were forgotten in …
- 11:11 Changeset [6578] by
- Implement a new logging technique and use it. Details are explained in …
3 Aug 2011:
- 22:26 Changeset [6577] by
- Add two logging-related test helpers: a function to retrieve all …
27 Jul 2011:
- 17:04 Changeset [6576] by
- Add tests for academics plugin.
- 16:27 Changeset [6575] by
- Let update method of AcademicsPlugin? do at least something.
- 16:00 Changeset [6574] by
- Add unittests for FacultyContainer?.
- 15:59 Changeset [6573] by
- Include FacultyContainer? in tests.
- 15:59 Changeset [6572] by
- Also expose FacultyContainer? in public API.
- 15:53 Changeset [6571] by
- Add tests for public API of university subpackage.
- 15:52 Changeset [6570] by
- Keep test-coverage happy. For some wierd reason from the tuple items …
- 14:21 Changeset [6569] by
- Fix RoleSource?: only check title further, if there was at least one found.
- 14:19 Changeset [6568] by
- Add some unittests for course containers.
- 14:19 Changeset [6567] by
- Make courses part of public API.
- 14:18 Changeset [6566] by
- Remove trailing whitespaces.
- 14:13 Changeset [6565] by
- Add course container to public university API.
- 12:05 Changeset [6564] by
- Bring test coverage for Faculty to 100%.
- 11:51 Changeset [6563] by
- Start unittests for faculties. We only cover those bits yet, not …
- 11:47 Changeset [6562] by
- Start exposing a public API for university subpackage.
- 11:42 Changeset [6561] by
- Clean up.
26 Jul 2011:
- 13:18 Changeset [6560] by
- Add tests for interfaces. We have to test non-interface components at …
- 12:18 Changeset [6559] by
- Remove pass statements. Coverage detector does not like them.
- 11:56 Changeset [6558] by
- Add missing test to bring coverage to 100%.
24 Jul 2011:
- 11:56 Changeset [6557] by
- Remove BBB import.
- 11:04 Changeset [6556] by
- Remove old passportwidget. WAeUPImageFile comes with an own widget.
- 03:28 Changeset [6555] by
- Remove the pass statement, because coverage detect says it is not …
- 03:25 Changeset [6554] by
- Add missing tests for accesscode components. accesscode subpackage now …
- 02:53 Changeset [6553] by
- Remove the search method from AccessCodeBatch?. If I rememember …
- 02:41 Changeset [6552] by
- Add tests for searching accesscodes via browser. Browser test coverage …
23 Jul 2011:
- 15:14 Changeset [6551] by
- Remove strange exception catcher. I have no clue how to provoke that …
- 15:12 Changeset [6550] by
- Add tests for search function of accesscodes catalog. Test coverage …
- 14:30 Changeset [6549] by
- Make AccessCodeQueryResultItem? really implement the promised …
- 14:26 Changeset [6548] by
- Reorganize tests a bit and add test case for QueryResultItem? (although …
- 14:25 Changeset [6547] by
- Add docs.
- 11:56 Changeset [6546] by
- Add tests for accesscode workflows. Right now we check only those …
- 10:24 Changeset [6545] by
- Remove trash.
- 10:23 Changeset [6544] by
- Add test for reimport of accesscodes.
- 10:22 Changeset [6543] by
- Add a sample csv for reimport of access codes.
- 10:22 Changeset [6542] by
- Fix _getStoragePath to create not-existing subdirs.
- 03:04 Changeset [6541] by
- pyflakes.
- 03:00 Changeset [6540] by
- - Reorganize browser tests: make it more readable, put often used …
- 02:49 Changeset [6539] by
- Extend tests and use new IFileRetrieval when checking passport images.
- 02:45 Changeset [6538] by
- Create default passport image via IFileRetrieval utilities.
- 02:40 Changeset [6537] by
- Fix/extend image tests.
- 02:40 Changeset [6536] by
- The nice thing about all the past trouble: WAeUPImageFile is now much …
- 02:39 Changeset [6535] by
- Provide a public API.
- 02:37 Changeset [6534] by
- For views get the file contents and not the data.
- 02:36 Changeset [6533] by
- Many fixes to make widgets for WAeUPImage files behave as we would …
- 02:34 Changeset [6532] by
- Remove unused imports.
- 02:32 Changeset [6531] by
- Make sure we compare files from the beginning.
- 02:31 Changeset [6530] by
- Make sure we get an image storage in universities.
- 02:25 Changeset [6529] by
- Add more tests, most covering the brain-dead problems we had with …
- 02:22 Changeset [6528] by
- Fix imagestorage. It took ages to find out, that strange behaviour of …
20 Jul 2011:
- 15:49 Changeset [6527] by
- When removing a complete site, it can happen that the user folder is …
Note: See TracTimeline for information about the timeline view.