Rev 961 | Rev 1013 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 961 | Rev 1010 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | Host Admiral TODO |
1 | Host Admiral TODO |
2 | ================= |
2 | ================= |
3 | 3 | ||
4 | + Save user id for all db-update operations. |
4 | +/- Listeners for all operations. |
5 | 5 | ||
- | 6 | Allow configuration of each listener. |
|
- | 7 | ||
- | 8 | Transaction control for listners. |
|
- | 9 | ||
- | 10 | +/- Save user id for all db-update operations. |
|
- | 11 | ||
6 | Set 'editor' for an object by loading and not require it for each property change? |
12 | Set 'editor' for an object by loading and not require it for each property change? |
7 | Then problem with objects inside (lazy loaded) collections. |
13 | Then problem with objects inside (lazy loaded) collections. |
8 | 14 | ||
9 | Specification for the model. |
15 | Specification for the model. |
10 | 16 | ||
Line 15... | Line 21... | ||
15 | 21 | ||
16 | Test cases for actions, not so detailed as for the model |
22 | Test cases for actions, not so detailed as for the model |
17 | (because it makes no sense to parse html pages). |
23 | (because it makes no sense to parse html pages). |
18 | The scenario for the model test can be used. |
24 | The scenario for the model test can be used. |
19 | 25 | ||
20 | Cascade object deletion, confirmation page. |
26 | +/- Cascade object deletion, confirmation page. |
21 | 27 | ||
22 | Store user and malbox passwords in several forms; e.g. clear text, md5, encrypt. Allow |
28 | Store user and malbox passwords in several forms; e.g. clear text, md5, encrypt. Allow |
23 | admin to specify which forms to use. |
29 | admin to specify which forms to use. |
24 | 30 | ||
25 | Check passwords quality (make a separate project for this). |
31 | Check passwords quality (make a separate project for this). |
Line 58... | Line 64... | ||
58 | Change shell password for system user if its onwer's password is changed (?). |
64 | Change shell password for system user if its onwer's password is changed (?). |
59 | 65 | ||
60 | Catch-all mail alias. Only one per domain. |
66 | Catch-all mail alias. Only one per domain. |
61 | 67 | ||
62 | + User login history. |
68 | + User login history. |
63 | - | ||
64 | Listeners for all operations. |
- | |
65 | 69 | ||
66 | Basic scripts to push changes to the system. |
70 | Basic scripts to push changes to the system. |
67 | 71 | ||
68 | If mailbox is created, create an user and a mail alias for it in one step - as option. |
72 | If mailbox is created, create an user and a mail alias for it in one step - as option. |