Timeline
25 Aug 2011:
- 17:20 Changeset [6630] by
- Temporary solution to display all students added (for manual testing only).
- 17:19 Changeset [6629] by
- Add students section breadcrumb.
- 16:21 Changeset [6628] by
- Add missing pieces for implementing interfaces correctly. Fix one bug …
- 16:20 Changeset [6627] by
- Add tests for batching of university-related batches. Tests cover only …
- 12:01 Changeset [6626] by
- Add students_catalog and search facilities.
- 10:37 Changeset [6625] by
- Make failing authentication test shut up.
- 10:10 Changeset [6624] by
- Set default level for loggers.
- 10:10 Changeset [6623] by
- Make sure we also call init code of base classes (notifications or …
24 Aug 2011:
- 20:25 Changeset [6622] by
- Add some basic UI stuff to start and to play with.
- 12:51 Changeset [6621] by
- Remove old student package and replace by new students package which …
- 07:27 Changeset [6620] by
- Minor changes.
23 Aug 2011:
- 07:56 Changeset [6619] by
- The waeupdocs script does not work on Windows.
22 Aug 2011:
- 13:38 Changeset [6618] by
- First instructions how to build the students section.
20 Aug 2011:
- 23:06 Changeset [6617] by
- Remove unused helper class.
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%.
Note: See TracTimeline for information about the timeline view.