/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 376 by torsten, Thu Jul 29 14:40:20 2010 UTC revision 408 by torsten, Tue Oct 5 16:30:38 2010 UTC
# Line 1  Line 1 
1    2010-10-05  Torsten Irländer <[email protected]>
2    
3            * formed/formed/model/data.py: Fixed error when setting tag attribute.
4            * formed/formed/plugins/export/rules_sh.py: Added generating exporting
5              tagging-xml
6            * formed/formed/plugins/modify/rules.py: Do not generate automatic
7              tagids for rules.
8    
9    2010-10-04  Torsten Irländer <[email protected]>
10    
11            * formed/formed/model/data.py (RuleLeaf.__init__): Added new attribute
12            "tag" for rule-leafs
13            * formed/formed/config.py: Added export rules as XML to Menu
14            * formed/formed/plugins/modify/rules.py
15            (GenerateRequiredRules.generateDateSequenceRules): Generate automatic
16            tag ids for date-sequence rules
17    
18    2010-09-30  Torsten Irländer <[email protected]>
19    
20            * formed/formed/plugins/export/rules_sh.py
21            (ExportRulesAsSH.doExport): Filter out duplicted rules.
22    
23    2010-09-20  Frank Koormann   <[email protected]>
24    
25            * formed/formed/plugins/export/latex.py (RecursiveExporter):
26            Add "required"-field information to output and include
27            choice list contents.
28    
29    2010-09-16  Bernhard Herzog  <[email protected]>
30    
31            Avoid database deadlocks that can happen when database clients try
32            to work with the same case using two separate database
33            connections.  See mpuls/issue1145 for details.
34    
35            * formed/formed/plugins/export/rg_sql.py (SQL_TEMPLATE): Split the
36            computation of the new json structure description into the new
37            database function compute_case_structure
38            (TRIGGER_TMPL): Change the trigger functions to immediately update
39            the cached json structure description instead of just setting the
40            modified flag.  This avoids the lazy recomputation that makes what
41            seems like a read-only access (calling get_case_structure) into a
42            writing access (updates of the cache).  The writes lock the row in
43            the case_structure table which prevent other connections from
44            accessing the same case.  As part of this, the delete triggers are
45            now AFTER triggers because the repeat groups instance must have
46            been removed when the structure is recomputed.
47            (SUBSELECT_TMPL): Since the delete trigger is now an after
48            trigger, we need to change the way the master id is computed.  We
49            cannot join with the repeatgroup table in question because the row
50            has already been deleted.  However, we can use the master_id
51            column of the OLD row to select the row of the parent table.
52            (create_triggers): Avoid the inner joins with the current repeat
53            group for the above mentioned reasons.  In the very common case of
54            repeat groups which are direct children of the master_tbl, we can
55            compare the master_tbl.id directly with the row's master_id.
56    
57    2010-09-14 Roland Geider <[email protected]>
58    
59            * formed/formed/plugins/export/xsd.py: issue1131: update XSD for new
60              formedtree structure
61    
62    2010-09-01 Roland Geider <[email protected]>
63    
64            * formed/formed/plugins/modify/rules.py: issue1050: mandatory fields
65              appearing double.
66              The problem was that the way the formEditor handled fields with
67              manually created rules changed. Instead of ignoring fields (very
68              early behaviour) or always generating them (early behaviour), now the
69              formED will only ignore fields with rules which name starts with
70              'required-rule-manual'. This is helpful when the rules for mandatory
71              fields are more complex (e.g. mother's name is only required if
72              mother is known).
73    
74    2010-08-10  Torsten Irländer <[email protected]>
75    
76            * contrib/diff_formed.py: New helperscript to diff to given
77              formedtrees
78    
79    2010-08-09      Roland Geider <[email protected]>
80    
81            * formed/model/exprtree.py: fixed typo
82    
83    2010-08-04  Bernhard Herzog  <[email protected]>
84    
85            * formed/po/de_DE.po: Update translations
86    
87    2010-08-04  Bernhard Herzog  <[email protected]>
88    
89            * formed/po/formed.pot: Regenerated.
90    
91            * formed/po/de_DE.po: Update.
92    
93    2010-08-04  Bernhard Herzog  <[email protected]>
94    
95            * formed/po/Makefile: Use correct filename of the pot-file in the
96            usage message
97    
98    2010-08-04  Bernhard Herzog  <[email protected]>
99    
100            * formed/po/Makefile (LIST_POTFILES): Sort the file names to make
101            the order of entries in the .pot-file more predictable.
102    
103    2010-08-04  Bernhard Herzog  <[email protected]>
104    
105            * formed/formed/model/nodecomponents.py (RootNode.__init__)
106            (RootNode.getVersion, RootNode.setVersion): Add attribute
107            "version" and accessor methods.
108    
109            * formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let
110            the user set the document version.
111            (MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion
112    
113    2010-08-02  Bernhard Herzog  <[email protected]>
114    
115            * formed/formed.py, formed/formed/io/document.py,
116            formed/formed/io/factories.py, formed/formed/io/parser.py,
117            formed/formed/model/data.py, formed/formed/model/event.py,
118            formed/formed/model/expr.py, formed/formed/model/exprtree.py,
119            formed/formed/model/memory.py, formed/formed/model/misc.py,
120            formed/formed/model/nodecomponents.py,
121            formed/formed/model/persistent.py: Fix coding declaration to be
122            acceptable to both python and Emacs.
123    
124  2010-07-29  Torsten Irländer <[email protected]>  2010-07-29  Torsten Irländer <[email protected]>
125    
126          * formed/formed/model/data.py: Added "invisible" attribute to          * formed/formed/model/data.py: Added "invisible" attribute to

Legend:
Removed from v.376  
changed lines
  Added in v.408

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26