/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.380  
changed lines
  Added in v.407

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26