/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 382 by bh, Wed Aug 4 13:51:31 2010 UTC revision 412 by torsten, Wed Oct 6 12:22:24 2010 UTC
# Line 1  Line 1 
1    2010-10-06  Torsten Irlaender <[email protected]>
2    
3            * formed/formed/plugins/export/rules_sh.py (generate_tagging): Fixed
4            gerating SQL for Rules
5            * formed/formed/plugins/export/rules_sh.py (sql_date): Fixed sql_date
6            function.
7    
8    2010-10-05  Torsten Irländer <[email protected]>
9    
10            * formed/formed/model/data.py: Fixed error when setting tag attribute.
11            * formed/formed/plugins/export/rules_sh.py: Added generating exporting
12              tagging-xml
13            * formed/formed/plugins/modify/rules.py: Do not generate automatic
14              tagids for rules.
15    
16    2010-10-04  Torsten Irländer <[email protected]>
17    
18            * formed/formed/model/data.py (RuleLeaf.__init__): Added new attribute
19            "tag" for rule-leafs
20            * formed/formed/config.py: Added export rules as XML to Menu
21            * formed/formed/plugins/modify/rules.py
22            (GenerateRequiredRules.generateDateSequenceRules): Generate automatic
23            tag ids for date-sequence rules
24    
25    2010-09-30  Torsten Irländer <[email protected]>
26    
27            * formed/formed/plugins/export/rules_sh.py
28            (ExportRulesAsSH.doExport): Filter out duplicted rules.
29    
30    2010-09-20  Frank Koormann   <[email protected]>
31    
32            * formed/formed/plugins/export/latex.py (RecursiveExporter):
33            Add "required"-field information to output and include
34            choice list contents.
35    
36    2010-09-16  Bernhard Herzog  <[email protected]>
37    
38            Avoid database deadlocks that can happen when database clients try
39            to work with the same case using two separate database
40            connections.  See mpuls/issue1145 for details.
41    
42            * formed/formed/plugins/export/rg_sql.py (SQL_TEMPLATE): Split the
43            computation of the new json structure description into the new
44            database function compute_case_structure
45            (TRIGGER_TMPL): Change the trigger functions to immediately update
46            the cached json structure description instead of just setting the
47            modified flag.  This avoids the lazy recomputation that makes what
48            seems like a read-only access (calling get_case_structure) into a
49            writing access (updates of the cache).  The writes lock the row in
50            the case_structure table which prevent other connections from
51            accessing the same case.  As part of this, the delete triggers are
52            now AFTER triggers because the repeat groups instance must have
53            been removed when the structure is recomputed.
54            (SUBSELECT_TMPL): Since the delete trigger is now an after
55            trigger, we need to change the way the master id is computed.  We
56            cannot join with the repeatgroup table in question because the row
57            has already been deleted.  However, we can use the master_id
58            column of the OLD row to select the row of the parent table.
59            (create_triggers): Avoid the inner joins with the current repeat
60            group for the above mentioned reasons.  In the very common case of
61            repeat groups which are direct children of the master_tbl, we can
62            compare the master_tbl.id directly with the row's master_id.
63    
64    2010-09-14 Roland Geider <[email protected]>
65    
66            * formed/formed/plugins/export/xsd.py: issue1131: update XSD for new
67              formedtree structure
68    
69    2010-09-01 Roland Geider <[email protected]>
70    
71            * formed/formed/plugins/modify/rules.py: issue1050: mandatory fields
72              appearing double.
73              The problem was that the way the formEditor handled fields with
74              manually created rules changed. Instead of ignoring fields (very
75              early behaviour) or always generating them (early behaviour), now the
76              formED will only ignore fields with rules which name starts with
77              'required-rule-manual'. This is helpful when the rules for mandatory
78              fields are more complex (e.g. mother's name is only required if
79              mother is known).
80    
81    2010-08-10  Torsten Irländer <[email protected]>
82    
83            * contrib/diff_formed.py: New helperscript to diff to given
84              formedtrees
85    
86    2010-08-09      Roland Geider <[email protected]>
87    
88            * formed/model/exprtree.py: fixed typo
89    
90  2010-08-04  Bernhard Herzog  <[email protected]>  2010-08-04  Bernhard Herzog  <[email protected]>
91    
92          * formed/po/de_DE.po: Update translations          * formed/po/de_DE.po: Update translations

Legend:
Removed from v.382  
changed lines
  Added in v.412

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26