1 |
2007-10-05 Sascha L. Teichmann <[email protected]> |
2007-10-05 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/semantic.py: Fixed problems with |
4 |
|
range checking of integers. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/web/controllers.py: Added class |
7 |
|
ErrorItem to track errors. They are stored in the session. |
8 |
|
|
9 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
10 |
|
|
11 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed returning |
12 |
|
wrong index in Document.indexOfcomponentByClassAndName. |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/form_renderer.py: 'error' was |
15 |
|
written 'errot' in renderer for textareas. |
16 |
|
|
17 |
|
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
18 |
|
|
19 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
* tools/formed/formed/plugins/web/help.py: Added a 'hasHelp' |
22 |
method. Could be cheaper for some implementations of help. |
method. Could be cheaper for some implementations of help. |
23 |
|
|