Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-13 | Update testing and fix an upgrade bug with the new forward segment script. ↵ | Gunnar Wrobel | 3 | -3/+5 | |
Strict testing is no longer possible because we use the old Horde String library. | |||||
2010-04-07 | kolab/issue1446 (Webinterface for setting vacation, email-delivery and ↵ | Gunnar Wrobel | 5 | -0/+1191 | |
forwarding (rt#5033)) This also adds the tests that drove the implementation. | |||||
2010-02-21 | kolab/issue3499 (Kolab web admin does not use LDAP escaping) | Gunnar Wrobel | 1 | -0/+13 | |
Found the actual issue I tried to fix last time which was the broken midair collision check. Now it also makes sense why the function broke with the later fixing I did. Basically countMail() was not aware of any LDAP escaping when counting objects with an excluded DN. Should now be fixed and I added a test for that problem. | |||||
2010-02-21 | Add testing for countMail when adding users with escaped dn values. Manual ↵ | Gunnar Wrobel | 1 | -2/+15 | |
testing of the application also looks good. Consider kolab/issue3499 (Kolab web admin does not use LDAP escaping) fixed. | |||||
2010-02-21 | Test counting with an existing user. Fix generation of the mail address when ↵ | Gunnar Wrobel | 1 | -1/+13 | |
adding users. | |||||
2010-02-21 | Provide an add method to the Ldap class and add unit testing for it. | Gunnar Wrobel | 1 | -2/+51 | |
The web admin uses ldap_add() directly in the views at the moment. This should later be refactored to use the add() method in the library. | |||||
2010-02-21 | A first working test. This works only with an installed server right now but ↵ | Gunnar Wrobel | 1 | -2/+16 | |
this results from the current code structure that simply allows no mocking/stubbing. | |||||
2010-02-21 | Correct path. | Gunnar Wrobel | 1 | -1/+1 | |
2010-02-21 | No need for autoloading (yet) as the package is still without structure. | Gunnar Wrobel | 2 | -30/+0 | |
2010-02-17 | Start adding the standard unit test suite. | Gunnar Wrobel | 3 | -0/+146 | |