Subversion Repositories general

Rev

Rev 1208 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1208 Rev 1222
Line 1... Line 1...
1
Host Admiral TODO
1
Host Admiral TODO
2
========================================================================================================================
2
================================================================================================================
3
 
3
	
4
	Do not show any exceptions to user, show just 'internal error'.
4
	Implement listerners as weak reference, create a general engine for this (?), possible java 1.5.
5
 
5
	
-
 
6
	Move logged in users accounting from the session hack to model, as weak references.
-
 
7
 
-
 
8
	Show user no exceptions, just 'internal error'.
-
 
9
 
6
	No unique error handle by mail alias creation.
10
	No unique error handle by mail alias creation.
7
 
11
 
8
	Additional attributes for all objects, configurable.
12
	Additional attributes for all objects, configurable.
9
	
13
	
10
	HTTP Basic Auth as option to replace form-based auth - to allow integration with 
14
	HTTP Basic Auth as option to replace form-based auth - to allow integration with 
Line 74... Line 78...
74
	Add/delete passwords stores of existing DB objects if they are changed in config.
78
	Add/delete passwords stores of existing DB objects if they are changed in config.
75
	If at least one store is reversable, set password in the new stores.
79
	If at least one store is reversable, set password in the new stores.
76
	
80
	
77
	Double check concurency update.
81
	Double check concurency update.
78
	
82
	
79
	Study Hibernate behavior if it cannot save some information - seems to be not recoverable, restart needed.
83
	Study Hibernate behavior if it cannot save some information - seems to be not recoverable,
-
 
84
	restart needed.
80
	
85
	
81
Done
86
Done
82
------------------------------------------------------------------------------------------------------------------------
87
----------------------------------------------------------------------------------------------------------------
83
	
88
	
84
+	Track database structure version.
89
+	Track database structure version.
85
	
90
	
86
+	Listeners for all operations.
91
+	Listeners for all operations.
87
 
92