1 |
|
2011-04-29 Björn Ricks <[email protected]> |
2 |
|
|
3 |
|
Add ReferenceNode to be able to create references |
4 |
|
|
5 |
|
* formed/formed/model/data.py: Add ReferenceNode class derived |
6 |
|
from NodeComponent |
7 |
|
* formed/formed/io/document.py: Add creator for parsing ReferenceNodes |
8 |
|
(_toXml): Handle ReferenceNodes like Leafs for saving to an xml |
9 |
|
structure |
10 |
|
|
11 |
|
2011-03-15 Roland Geider <[email protected]> |
12 |
|
|
13 |
|
* formed/formed/plugins/export/xls.py: Generate correct XLS if there |
14 |
|
are conditionals in Choices. |
15 |
|
|
16 |
|
2011-03-14 Roland Geider <[email protected]> |
17 |
|
|
18 |
|
* formed/formed/plugins/export/xsd.py, |
19 |
|
formed/formed/config.py: Generate correct XSD if there are |
20 |
|
conditionals in Choices. Also deactivate the webserver nobody is |
21 |
|
using. |
22 |
|
|
23 |
|
2011-03-08 Roland Geider <[email protected]> |
24 |
|
|
25 |
|
* formed/formed/plugins/export/xsd.py: Updated XSD |
26 |
|
|
27 |
|
2011-02-23 Bernhard Herzog <[email protected]> |
28 |
|
|
29 |
|
Port new RepeatNode attributes "orderby" and "reverse" from libformed |
30 |
|
|
31 |
|
* formed/formed/model/data.py (RepeatNode.__init__): Add |
32 |
|
attributes "orderby" and "reverse" so that they can be edited with |
33 |
|
formed. |
34 |
|
|
35 |
2011-02-22 Roland Geider <[email protected]> |
2011-02-22 Roland Geider <[email protected]> |
36 |
|
|
37 |
* formed/formed/plugins/export/xsd.py: Added support for <float> |
* formed/formed/plugins/export/xsd.py: Added support for <float> |