/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.378  
changed lines
  Added in v.399

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26