1 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/memory.py: Removed bisect and use a |
4 |
|
simple linear scan for dataset lookup now. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed various issues |
7 |
|
of different sizes. |
8 |
|
|
9 |
2007-09-05 Torsten Irlaender <[email protected]> |
2007-09-05 Torsten Irlaender <[email protected]> |
10 |
|
|
11 |
* tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById |
* tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById |
12 |
fuction |
fuction |
13 |
|
|
14 |
* tools/formed/formed/plugins/web/persistent.py: Added store() method |
* tools/formed/formed/plugins/web/persistent.py: Added store() method |
15 |
to the DataSet interface |
to the DataSet interface |
16 |
|
|
17 |
* tools/formed/formed/plugins/web/renderer.py: Added handlers and |
* tools/formed/formed/plugins/web/renderer.py: Added handlers and |
18 |
renderes for create, update, delete and show actions on formular data. |
renderes for create, update, delete and show actions on formular data. |
19 |
|
|