Log of /trunk/ChangeLog
Parent Directory
|
Revision Log
Revision
445 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 3 13:28:39 2011 UTC
(13 years, 9 months ago)
by
bricks
File length: 111207 byte(s)
Diff to
previous 444
Add ReferenceNode to be able to create and save references
Revision
444 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 15 08:05:37 2011 UTC
(13 years, 11 months ago)
by
roland
File length: 110867 byte(s)
Diff to
previous 443
Generate correct XLS if there are conditionals in Choices
Revision
443 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 14 09:50:50 2011 UTC
(13 years, 11 months ago)
by
roland
File length: 110706 byte(s)
Diff to
previous 442
Generate correct XSD if there are conditionals in Choices
Revision
441 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 23 14:51:39 2011 UTC
(14 years ago)
by
bh
File length: 110356 byte(s)
Diff to
previous 440
Port new RepeatNode attributes "orderby" and "reverse" from libformed
* formed/formed/model/data.py (RepeatNode.__init__): Add
attributes "orderby" and "reverse" so that they can be edited with
formed.
Revision
430 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 24 17:11:42 2010 UTC
(14 years, 3 months ago)
by
bh
File length: 109261 byte(s)
Diff to
previous 429
* formed/formed/plugins/export/rules_sh.py (generate_tagging):
Remove unused variable "inserts" and corresponding commented out
code.
Revision
429 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 24 17:09:57 2010 UTC
(14 years, 3 months ago)
by
bh
File length: 109074 byte(s)
Diff to
previous 428
* formed/formed/plugins/export/rules_sh.py: Remove some commented
out code.
Revision
428 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 24 17:06:59 2010 UTC
(14 years, 3 months ago)
by
bh
File length: 108946 byte(s)
Diff to
previous 427
* formed/formed/plugins/export/rules_sh.py: expand star-import.
Revision
427 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 24 17:02:05 2010 UTC
(14 years, 3 months ago)
by
bh
File length: 108831 byte(s)
Diff to
previous 426
* formed/formed/plugins/export/rules_sh.py (sql_OperatorUnary):
Put parentheses around the comparison for the KNOWN operator in
the generated SQL to ensure correct evaluation order.
Revision
426 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 24 16:58:10 2010 UTC
(14 years, 3 months ago)
by
bh
File length: 108596 byte(s)
Diff to
previous 425
* formed/formed/plugins/export/rules_sh.py (binary_operator_map):
New. Map binary formed expr operators to their SQL counterparts.
(sql_OperatorBinary): Use binary_operator_map instead of a cascade
of if-statements with lots of code duplication. Also, put
parentheses around the resulting SQL expression to make sure the
expression is correctly. This fixes a problem with WASKO tagging
rules, where the a FormEd expression of the form like "2 1 1980
date 1 1 1980 date - 93 *" would be incorrectly converted to the
SQL expression "93 * '1980-01-02'::date - '1980-01-01'::date"
Revision
425 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 24 16:33:14 2010 UTC
(14 years, 3 months ago)
by
bh
File length: 107957 byte(s)
Diff to
previous 424
* formed/formed/plugins/export/rules_sh.py: Fix formatting.
Revision
398 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 16 15:04:46 2010 UTC
(14 years, 5 months ago)
by
bh
File length: 105374 byte(s)
Diff to
previous 397
Avoid database deadlocks that can happen when database clients try
to work with the same case using two separate database
connections. See mpuls/issue1145 for details.
* formed/formed/plugins/export/rg_sql.py (SQL_TEMPLATE): Split the
computation of the new json structure description into the new
database function compute_case_structure
(TRIGGER_TMPL): Change the trigger functions to immediately update
the cached json structure description instead of just setting the
modified flag. This avoids the lazy recomputation that makes what
seems like a read-only access (calling get_case_structure) into a
writing access (updates of the cache). The writes lock the row in
the case_structure table which prevent other connections from
accessing the same case. As part of this, the delete triggers are
now AFTER triggers because the repeat groups instance must have
been removed when the structure is recomputed.
(SUBSELECT_TMPL): Since the delete trigger is now an after
trigger, we need to change the way the master id is computed. We
cannot join with the repeatgroup table in question because the row
has already been deleted. However, we can use the master_id
column of the OLD row to select the row of the parent table.
(create_triggers): Avoid the inner joins with the current repeat
group for the above mentioned reasons. In the very common case of
repeat groups which are direct children of the master_tbl, we can
compare the master_tbl.id directly with the row's master_id.
Revision
393 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 10 15:53:42 2010 UTC
(14 years, 6 months ago)
by
torsten
File length: 103078 byte(s)
Diff to
previous 386
Added helper script to diff to given formedtree files.
Revision
381 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 4 13:39:14 2010 UTC
(14 years, 6 months ago)
by
bh
File length: 102746 byte(s)
Diff to
previous 380
* formed/po/de_DE.po: Update.
* formed/po/formed.pot: Regenerated.
Revision
380 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 4 13:32:37 2010 UTC
(14 years, 6 months ago)
by
bh
File length: 102626 byte(s)
Diff to
previous 379
* formed/po/Makefile: Use correct filename of the pot-file in the
usage message
Revision
379 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 4 13:31:34 2010 UTC
(14 years, 6 months ago)
by
bh
File length: 102494 byte(s)
Diff to
previous 378
* formed/po/Makefile (LIST_POTFILES): Sort the file names to make
the order of entries in the .pot-file more predictable.
Revision
378 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 4 10:53:24 2010 UTC
(14 years, 6 months ago)
by
bh
File length: 102320 byte(s)
Diff to
previous 377
* formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let
the user set the document version.
(MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion
* formed/formed/model/nodecomponents.py (RootNode.__init__)
(RootNode.getVersion, RootNode.setVersion): Add attribute
"version" and accessor methods.
Revision
377 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 2 10:37:23 2010 UTC
(14 years, 6 months ago)
by
bh
File length: 101944 byte(s)
Diff to
previous 376
* formed/formed.py, formed/formed/io/document.py,
formed/formed/io/factories.py, formed/formed/io/parser.py,
formed/formed/model/data.py, formed/formed/model/event.py,
formed/formed/model/expr.py, formed/formed/model/exprtree.py,
formed/formed/model/memory.py, formed/formed/model/misc.py,
formed/formed/model/nodecomponents.py,
formed/formed/model/persistent.py: Fix coding declaration to be
acceptable to both python and Emacs.
Revision
371 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 26 07:38:53 2010 UTC
(14 years, 7 months ago)
by
roland
File length: 101063 byte(s)
Diff to
previous 370
generated date rules take into consideration repeat groups
Revision
366 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 11 13:59:02 2010 UTC
(14 years, 8 months ago)
by
bh
File length: 100223 byte(s)
Diff to
previous 365
* formed/formed/plugins/export/rg_sql.py
(CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call
create_master_ds to create the master tbl entry. This way we can
add SQL code that's specific to an MPuls instance to
create_master_ds and still have create_master_tbl use that new
code. This is useful for e.g. the JMD-Struktur part.
Revision
342 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 17 15:22:18 2009 UTC
(15 years, 3 months ago)
by
teichmann
File length: 97761 byte(s)
Diff to
previous 341
Generate '%' (for all) variables in rule generator plug in.
Revision
341 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 13 16:27:49 2009 UTC
(15 years, 3 months ago)
by
teichmann
File length: 97514 byte(s)
Diff to
previous 340
Fixed python dictionary exporter to work with new repeat group structure.
Revision
339 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 7 14:02:00 2009 UTC
(15 years, 4 months ago)
by
frank
File length: 97163 byte(s)
Diff to
previous 338
formed/formed/plugins/export/latex.py:
Adjusted textprocessing to escape tex-active characters.
Revision
338 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 7 10:00:49 2009 UTC
(15 years, 4 months ago)
by
teichmann
File length: 97004 byte(s)
Diff to
previous 337
Adjusted to cope with "semi-complete" implementation of logbook tree structure.
Revision
334 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 17 09:42:37 2009 UTC
(15 years, 8 months ago)
by
teichmann
File length: 87827 byte(s)
Diff to
previous 333
SQL Schema generator: s/-/_/ in relation names.
Revision
332 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 26 14:12:25 2009 UTC
(15 years, 9 months ago)
by
teichmann
File length: 87577 byte(s)
Diff to
previous 331
Repaired unique filter for nodecomponent names.
Revision
331 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 6 13:25:09 2009 UTC
(15 years, 9 months ago)
by
teichmann
File length: 87425 byte(s)
Diff to
previous 330
Create only depending repeat groups if no uuid is given.
Revision
329 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 28 10:06:31 2009 UTC
(15 years, 10 months ago)
by
teichmann
File length: 86724 byte(s)
Diff to
previous 328
Added delete functions for repeat group SQL generator.
Revision
328 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 27 14:54:41 2009 UTC
(15 years, 10 months ago)
by
teichmann
File length: 86564 byte(s)
Diff to
previous 327
Added functions in repeat group schema generator to create datasets.
Revision
327 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 24 12:29:32 2009 UTC
(15 years, 10 months ago)
by
teichmann
File length: 86390 byte(s)
Diff to
previous 326
New plug-in to generate tree structures in database.
Revision
326 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 16 15:18:22 2009 UTC
(15 years, 10 months ago)
by
teichmann
File length: 86180 byte(s)
Diff to
previous 325
Fixed RepeatNode and added attribute 'digest'.
Revision
325 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 16 15:08:53 2009 UTC
(15 years, 10 months ago)
by
teichmann
File length: 86020 byte(s)
Diff to
previous 324
Rule description plug-in: make 'equal' and 'not equal' more readable with '=' and '<>'.
Revision
323 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 31 15:16:30 2009 UTC
(15 years, 10 months ago)
by
teichmann
File length: 85705 byte(s)
Diff to
previous 322
SQL schema: Set uuid_id to NULL in case_anonymize().
Revision
322 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 31 12:44:02 2009 UTC
(15 years, 10 months ago)
by
teichmann
File length: 85562 byte(s)
Diff to
previous 321
New plug-in to export rules in human readable form (as HTML).
Revision
321 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 31 10:08:00 2009 UTC
(15 years, 10 months ago)
by
teichmann
File length: 85202 byte(s)
Diff to
previous 320
Expr engine:
* Fixes from server
* Raise exceptions if there is less or more than one element on stack
after compilation of expression.
Revision
320 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 20 14:40:36 2009 UTC
(15 years, 11 months ago)
by
teichmann
File length: 84981 byte(s)
Diff to
previous 319
Date rules: Fixed error message. Generate past and future rules.
Revision
319 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 16 14:43:03 2009 UTC
(15 years, 11 months ago)
by
teichmann
File length: 84770 byte(s)
Diff to
previous 318
Expression engine: Forget to call today with context.
Revision
318 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 16 13:56:19 2009 UTC
(15 years, 11 months ago)
by
teichmann
File length: 84640 byte(s)
Diff to
previous 317
Fixed syntax typo.
- Diese und die folgenden Zeilen werden ignoriert --
M ChangeLog
M formed/formed/io/document.py
Revision
315 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 13 18:18:16 2009 UTC
(15 years, 11 months ago)
by
teichmann
File length: 84215 byte(s)
Diff to
previous 314
Make the error descriptions in date sequence rules more precise.
Revision
310 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 10 09:58:34 2009 UTC
(16 years ago)
by
teichmann
File length: 83297 byte(s)
Diff to
previous 309
Fixed problem with description reference tables of radio groups.
Revision
308 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 6 17:41:29 2009 UTC
(16 years ago)
by
teichmann
File length: 82994 byte(s)
Diff to
previous 307
Make table comparision invariant of insert statements and case.
Revision
300 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 17 10:33:37 2008 UTC
(16 years, 2 months ago)
by
frank
File length: 80234 byte(s)
Diff to
previous 299
LaTeX export reworked: Section marks and help text placeholder.
Revision
299 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 4 10:39:22 2008 UTC
(16 years, 2 months ago)
by
teichmann
File length: 79922 byte(s)
Diff to
previous 298
Expr: Added 'today' which pushes the current date on the stack.
Revision
298 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 3 11:43:43 2008 UTC
(16 years, 2 months ago)
by
teichmann
File length: 79770 byte(s)
Diff to
previous 297
Added unknown int -999999 to integer
fields as an accepted value. Generate schema for radio groups too.
Revision
296 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 28 11:50:49 2008 UTC
(16 years, 2 months ago)
by
teichmann
File length: 79184 byte(s)
Diff to
previous 295
Added stub for required fields rules generator. Ported WidgetCollector from Offline client.
Revision
292 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 29 14:59:57 2008 UTC
(16 years, 3 months ago)
by
teichmann
File length: 78151 byte(s)
Diff to
previous 291
Relative paths in external choices are now possible.
Revision
286 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 15 13:47:28 2008 UTC
(16 years, 6 months ago)
by
teichmann
File length: 77046 byte(s)
Diff to
previous 285
Move formed on level up because its the only part of the
project now.
Revision
285 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 15 13:44:39 2008 UTC
(16 years, 6 months ago)
by
teichmann
File length: 76901 byte(s)
Diff to
previous 284
Remove tools/anonym as it belongs to mpuls WASKA
Revision
281 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 8 09:04:09 2008 UTC
(16 years, 6 months ago)
by
teichmann
File length: 74854 byte(s)
Diff to
previous 280
anonymized export: Only export cases which are not 'schwebend geloescht'.
Revision
279 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 17 15:54:29 2008 UTC
(16 years, 7 months ago)
by
teichmann
File length: 74557 byte(s)
Diff to
previous 278
Anon XML import on eval server: Moved marking of invalid cases from xmlimporter to cron jobs.
Revision
278 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 7 15:11:06 2008 UTC
(16 years, 7 months ago)
by
torsten
File length: 74378 byte(s)
Diff to
previous 277
Added LaTeX export and more information on anonymisation to HTML export.
Revision
276 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 7 10:59:40 2008 UTC
(16 years, 7 months ago)
by
teichmann
File length: 73847 byte(s)
Diff to
previous 275
Mark cases as inconsistent if they do not fullfill the conditions of valid time evaluation.
Revision
272 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 10 15:51:51 2008 UTC
(16 years, 8 months ago)
by
torsten
File length: 73458 byte(s)
Diff to
previous 271
Grant access permission for anonymize function to admin-ka
Revision
271 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 21 14:30:01 2008 UTC
(16 years, 9 months ago)
by
frank
File length: 73294 byte(s)
Diff to
previous 270
New, export key value tables as excel workbook with one sheet per table.
Revision
269 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 21 13:26:10 2008 UTC
(16 years, 9 months ago)
by
frank
File length: 72916 byte(s)
Diff to
previous 268
* tools/formed/formed/plugins/export/xsd.py
(SchemaCreator._createChoice): Fix use of choices name.
Revision
268 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 29 14:22:25 2008 UTC
(16 years, 9 months ago)
by
teichmann
File length: 72764 byte(s)
Diff to
previous 267
Use substitution group to allow arbitrary order of repeat groups
in XSD exporter.
Revision
264 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 29 06:30:31 2008 UTC
(16 years, 9 months ago)
by
teichmann
File length: 72182 byte(s)
Diff to
previous 263
Added support for boolean fields in XSD export.
Revision
263 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 28 21:50:48 2008 UTC
(16 years, 9 months ago)
by
teichmann
File length: 72018 byte(s)
Diff to
previous 262
Added support for date, text, textarea fields in XSD export.
Revision
262 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 28 21:11:48 2008 UTC
(16 years, 9 months ago)
by
teichmann
File length: 71860 byte(s)
Diff to
previous 261
Added support for repeat groups and integers in XSD export.
Revision
261 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 28 14:30:26 2008 UTC
(16 years, 10 months ago)
by
teichmann
File length: 71700 byte(s)
Diff to
previous 260
Added stub for new xml schema exporter plug-in.
Revision
260 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 17 08:54:19 2008 UTC
(16 years, 10 months ago)
by
torsten
File length: 71413 byte(s)
Diff to
previous 259
Changed WHERE clause of view to work with group permissions
Revision
259 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 9 15:48:37 2008 UTC
(16 years, 10 months ago)
by
teichmann
File length: 71225 byte(s)
Diff to
previous 258
Added cron job script to delete old anonymized cases from database.
Revision
258 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 1 13:01:15 2008 UTC
(16 years, 10 months ago)
by
teichmann
File length: 71072 byte(s)
Diff to
previous 257
Anoymnized XML export.
Removed "WHERE einverstaendniserklaerung = 1" from clause to select datasets.
Revision
256 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 12 10:18:23 2008 UTC
(16 years, 11 months ago)
by
teichmann
File length: 70323 byte(s)
Diff to
previous 255
SQL schema exporter:
Fixed a bug in anonymization code of repeat groups.
Revision
255 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 11 16:54:29 2008 UTC
(16 years, 11 months ago)
by
teichmann
File length: 70135 byte(s)
Diff to
previous 254
SQL schema exporter:
anonymize_case-Generator:
Generate no update statements for relations which have no anonym functions applied.
Revision
254 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 11 14:31:23 2008 UTC
(16 years, 11 months ago)
by
teichmann
File length: 69943 byte(s)
Diff to
previous 253
SQL schema exporter: Added a newline in last line.
Revision
253 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 11 14:16:48 2008 UTC
(16 years, 11 months ago)
by
teichmann
File length: 69785 byte(s)
Diff to
previous 252
SQL schema exporter:
Fix syntax of generated anonymize_case() function.
Revision
252 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 11 11:50:56 2008 UTC
(16 years, 11 months ago)
by
teichmann
File length: 69621 byte(s)
Diff to
previous 251
SQL schema exporter:
Added code to generate a plpgsql function anonymize_case() that anonymizes
a given case and all of its depending repeat groups.
Revision
251 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 6 14:47:24 2008 UTC
(16 years, 11 months ago)
by
teichmann
File length: 69382 byte(s)
Diff to
previous 247
* Removed query print in anonym xmlimport
* Print generation date of db schema in ISO.
Revision
232 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 24 19:12:08 2008 UTC
(17 years ago)
by
teichmann
File length: 66898 byte(s)
Diff to
previous 231
Added new plug-in for simplified HTML output.
Added new plug-in for dumping schema as python dictionaries.
Revision
229 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 15 17:23:32 2008 UTC
(17 years ago)
by
teichmann
File length: 66209 byte(s)
Diff to
previous 228
Added simple script to fetch anonymous data from database.
Revision
228 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 14 14:37:54 2008 UTC
(17 years ago)
by
teichmann
File length: 66064 byte(s)
Diff to
previous 227
SQL schema generator: Exchanged name erase_value with suppress_value/suppress_value2.
Revision
227 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 13 16:44:26 2008 UTC
(17 years ago)
by
teichmann
File length: 65892 byte(s)
Diff to
previous 226
SQL schema generator: substitute 'erase_value' with NULL value.
Revision
226 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 13 16:22:13 2008 UTC
(17 years ago)
by
teichmann
File length: 65721 byte(s)
Diff to
previous 225
SQL schema exporter:
output id, master_id
and uuid_id in anonymiziation views too.
Revision
225 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 13 16:07:19 2008 UTC
(17 years ago)
by
teichmann
File length: 65551 byte(s)
Diff to
previous 224
SQL schema generator:
Added generation of anonymiziation views for master table views and repeat group
views.
Revision
224 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 13 12:08:21 2008 UTC
(17 years ago)
by
teichmann
File length: 65352 byte(s)
Diff to
previous 223
- Added attribute "function" in FormEd nodes
- Save XML attribiutes in alphabetical order.
Revision
223 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 2 16:54:15 2008 UTC
(17 years ago)
by
teichmann
File length: 65132 byte(s)
Diff to
previous 222
FormEd / SQL schema exporter:
Added update rule for master table and repeat groups.
Granted update right to :cm_ka_group.
Revision
222 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 1 11:50:39 2008 UTC
(17 years ago)
by
teichmann
File length: 64922 byte(s)
Diff to
previous 221
FormEd / SQL schema exporter:
Added a column 'uuid_id' to master table and repeat groups.
Also added unique constraints to these columns.
Revision
221 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 10 14:03:52 2007 UTC
(17 years, 2 months ago)
by
teichmann
File length: 64702 byte(s)
Diff to
previous 220
pdf2xfa: Added property to specify the name of the XML root node.
Revision
217 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 16 17:14:15 2007 UTC
(17 years, 3 months ago)
by
frank
File length: 63668 byte(s)
Diff to
previous 216
tools/formed/formed/plugins/export/sql.py (createSchema):
Append only column "bearbeiter_id", standins are modelled by a
separate table.
Revision
215 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 7 11:52:47 2007 UTC
(17 years, 3 months ago)
by
teichmann
File length: 63302 byte(s)
Diff to
previous 214
Added a field 'alternative' to all node components
Revision
214 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 2 10:13:18 2007 UTC
(17 years, 3 months ago)
by
frank
File length: 63064 byte(s)
Diff to
previous 213
tools/formed/formed/plugins/export/sql.py: New WHERE-clause for views.
Revision
213 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 23 14:39:20 2007 UTC
(17 years, 4 months ago)
by
frank
File length: 62941 byte(s)
Diff to
previous 212
* tools/formed/formed/plugins/export/sql.py:
Set default value (-1) for choices and bools.
Revision
212 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 21 10:01:36 2007 UTC
(17 years, 4 months ago)
by
frank
File length: 62797 byte(s)
Diff to
previous 211
2007-10-21 Frank Koormann <frank@intevation.de>
* tools/formed/formed/plugins/export/sql.py: Grant statements for
descriptive tables added.
(Table.getName): new
Revision
211 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 21 09:45:58 2007 UTC
(17 years, 4 months ago)
by
frank
File length: 62629 byte(s)
Diff to
previous 210
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
statements for views and roles to make updates easier.
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
Revision
210 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 19 07:31:04 2007 UTC
(17 years, 4 months ago)
by
frank
File length: 62392 byte(s)
Diff to
previous 209
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements for views.
Revision
207 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 16 13:20:39 2007 UTC
(17 years, 4 months ago)
by
teichmann
File length: 61673 byte(s)
Diff to
previous 206
db export: "Ja", "Nein", "Keine Angabe" are not modelled as BOOLEANs any more.
Revision
202 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 7 09:48:51 2007 UTC
(17 years, 4 months ago)
by
teichmann
File length: 60774 byte(s)
Diff to
previous 201
SQL exporter: factored out legacy exporters to separate file.
Revision
200 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 6 15:17:38 2007 UTC
(17 years, 4 months ago)
by
teichmann
File length: 60312 byte(s)
Diff to
previous 199
SQL exporter: Fixed a bug that made choices of three elements to boolean if they have other meanings than "yes/no/no answer"
Revision
199 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 5 10:26:06 2007 UTC
(17 years, 4 months ago)
by
teichmann
File length: 60079 byte(s)
Diff to
previous 198
sql export: Select ids of underlaying tables in views too.
Revision
197 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 4 14:14:34 2007 UTC
(17 years, 4 months ago)
by
teichmann
File length: 59763 byte(s)
Diff to
previous 196
sql export: schema export includes views for pages now.
Revision
196 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 1 14:27:56 2007 UTC
(17 years, 4 months ago)
by
teichmann
File length: 59469 byte(s)
Diff to
previous 195
web plugin: ignore repeat groups while rendering pages.
Revision
195 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 1 14:21:55 2007 UTC
(17 years, 4 months ago)
by
teichmann
File length: 59302 byte(s)
Diff to
previous 194
Added visitor traversals for document trees. Rewrote Page.allWidgets() to use them.
Revision
194 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 27 10:18:08 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 59024 byte(s)
Diff to
previous 193
nameplugin: pages will now the transformed into db-friendly names as well.
Revision
192 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 26 18:20:40 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 58441 byte(s)
Diff to
previous 191
web plug-in: Add flag to pipe content through tidylib to produce valid HTML
Revision
190 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 21 09:30:39 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 57863 byte(s)
Diff to
previous 189
SQL schema exporter: Added generation time
and DROP TABLE statements.
Revision
189 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 20 19:46:34 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 57689 byte(s)
Diff to
previous 188
SQL schema exporter: The tables are generated in correct topolocial order now.
Revision
188 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 20 14:32:32 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 57523 byte(s)
Diff to
previous 187
Add a new filter to export document in a given mode
Revision
187 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 19 16:25:33 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 57073 byte(s)
Diff to
previous 186
web plug-in: made the view renderer a real view renderer.
Revision
185 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 17 16:30:44 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 56251 byte(s)
Diff to
previous 184
web plug-in: Fixed a few smaller bugs in the layout engine.
Revision
184 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 17 14:52:49 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 55834 byte(s)
Diff to
previous 183
web plug-in: use new layoutable formular renderer
Revision
183 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 17 05:33:06 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 55516 byte(s)
Diff to
previous 182
web plug-in: Added a new view renderer (not working yet)
Revision
181 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 12 12:48:48 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 54915 byte(s)
Diff to
previous 180
webplugin: renamed header of the formular navigation
Revision
180 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 12 12:06:27 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 54734 byte(s)
Diff to
previous 179
webplugin: Added errormsg for choicelists. prettyprint bad values
Revision
179 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 12 10:15:53 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 54453 byte(s)
Diff to
previous 178
Webplugin: Fixed bug that choicelist did not get selected when the value is set to "0"
Revision
178 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 12 08:42:31 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 54263 byte(s)
Diff to
previous 177
Some renaming issues. Introduced new getPrintableData method in formdata
Revision
176 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 11 22:24:57 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 53118 byte(s)
Diff to
previous 175
Using XML instead of pickle/unpickle as data persistence layer.
Revision
175 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 11 17:21:55 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 52784 byte(s)
Diff to
previous 174
Added a simple way to make MemoryDataStores persitent through pickle/unpickle
Revision
174 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 11 17:06:03 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 52251 byte(s)
Diff to
previous 172
Changed name of the application from "formed" to "waska" on the welcomepage
Revision
171 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 11 14:19:29 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 51761 byte(s)
Diff to
previous 170
web plug-in: fixed unicode conversion issues with error messages (once again).
Revision
169 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 11 14:02:53 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 51356 byte(s)
Diff to
previous 168
web plug-in: fixed rendering wrong h-sizes of infos. Fixed label generation of ints, texts and textareas.
Revision
168 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 11 13:28:29 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 51162 byte(s)
Diff to
previous 167
web plug-in: Add semantic check for bool fields.
Revision
167 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 11 13:21:33 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 50821 byte(s)
Diff to
previous 166
Various small changes (renaming, eyecandy). Added notImplementedRenderer.
Revision
166 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 11 09:16:48 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 50128 byte(s)
Diff to
previous 165
Implemented "lookAhead" alogrithm for linking group elements within the
formular navigation
Revision
165 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 10 21:03:35 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 49761 byte(s)
Diff to
previous 164
Small design changes and a small fix when rendering the welcomepage
Revision
164 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 10 17:10:26 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 49217 byte(s)
Diff to
previous 163
Some work on error messages and html code generation
Revision
163 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 10 13:44:46 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 48582 byte(s)
Diff to
previous 162
web plug-in: hilight selected page in page navigation.
Revision
162 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 10 13:31:13 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 48427 byte(s)
Diff to
previous 161
Fixes on displaying the correct data when changing datasets.
DataSetDigestRenderer now uses the correct formdata values.
Revision
160 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 10 12:46:10 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 47798 byte(s)
Diff to
previous 159
web plug-in: Modified creation of errors stats a bit to avoid extra error on page.
Revision
159 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 10 12:17:17 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 47591 byte(s)
Diff to
previous 158
web plug-in: Fixed storage problem of radio groups-
Revision
158 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 10 10:54:02 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 47429 byte(s)
Diff to
previous 157
Removed session remaining session artifacts when deleting datasets
Revision
157 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 10 10:41:35 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 47252 byte(s)
Diff to
previous 156
Finished moving renderes and added new Class ErrorStats
Revision
156 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 10 10:33:37 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 46837 byte(s)
Diff to
previous 155
web plug-in: Fix storage problem with select fields.
Revision
155 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 10 01:09:59 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 46596 byte(s)
Diff to
previous 154
web plug-in: Add a class to track errors in the session.
Revision
154 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 9 23:19:16 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 46312 byte(s)
Diff to
previous 153
web plug-in: Fixed problem not to be able to set data on first page.
Revision
153 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 9 22:21:06 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 45950 byte(s)
Diff to
previous 152
web plug-in: FormData interface has now separate methods for data, help and errors.
Revision
147 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 6 21:15:20 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 43067 byte(s)
Diff to
previous 146
Changes on the rendering output, and small semantic fixes
Revision
146 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 6 16:06:05 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 42598 byte(s)
Diff to
previous 145
Mainly added confirmation dialogs. Fix for delete in DatasetStore
Revision
145 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 6 10:59:24 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 42212 byte(s)
Diff to
previous 144
web plug-in: add simple support for storing entered data in session.
Revision
144 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 6 09:29:28 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 41829 byte(s)
Diff to
previous 143
web plug-in: Do not fetch a dataset from backend each time a page is up to edit.
Revision
143 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 6 08:54:26 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 41575 byte(s)
Diff to
previous 142
web plug-in: Fix bug when ask for a non-existent page.
Revision
141 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 6 05:47:42 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 41152 byte(s)
Diff to
previous 140
web plug-in: Moved request handlers and renderers to a new file.
Revision
140 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 5 21:15:41 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 40867 byte(s)
Diff to
previous 139
Small changes in the web template. Changed links in the menu to call the new
create, modify, and delete functions.
Revision
139 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 5 20:05:33 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 40639 byte(s)
Diff to
previous 138
Removed bisect from MemoryDataStore. Fixed various issues in web plug-in.
Revision
137 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 4 21:15:48 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 39991 byte(s)
Diff to
previous 136
New dictionary/reg-ex infrastructure for the web plug-in.
Revision
135 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 4 12:29:58 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 38777 byte(s)
Diff to
previous 134
Improve caching for web plug-in. Fixed a problem with static content.
Revision
134 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 4 08:58:45 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 38508 byte(s)
Diff to
previous 133
Set MIME type to "application/xhtml+xml" when serving help texts in web plug-in.
Revision
133 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 3 20:49:15 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 38334 byte(s)
Diff to
previous 132
Add a new export filter for printing pairwise differences bewtween all modes.
Revision
131 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 3 14:27:52 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 37683 byte(s)
Diff to
previous 130
Only visible groups are rendered in formular navigation.
Pages in thee form navigation does have their onw style now.
Revision
129 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 3 10:57:13 2007 UTC
(17 years, 5 months ago)
by
frank
File length: 37174 byte(s)
Diff to
previous 128
* tools/formed/formed/plugins/export/html.py
(RecursiveExporter): Added annotation to export
(fillRow()): Renamed old fillNine to this more generic name.
Revision
128 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 3 10:40:59 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 36965 byte(s)
Diff to
previous 127
Web renderer uses the decorator from model.misc now.
Revision
126 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 3 08:06:19 2007 UTC
(17 years, 5 months ago)
by
frank
File length: 36567 byte(s)
Diff to
previous 124
* tools/formed/formed/plugins/export/html.py: Export Choice option
as simple list instead of collection of bools.
Revision
124 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 2 20:53:29 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 36281 byte(s)
Diff to
previous 123
Added interfaces to abstract from data persistent details.
Revision
123 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 2 11:39:40 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 35958 byte(s)
Diff to
previous 122
Fixed constructor chains for FileDialogFilter sub classes.
Revision
122 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 2 11:12:25 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 35745 byte(s)
Diff to
previous 121
Factorized decorator out of HTML table exporter to a separate class.
Revision
121 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 2 10:44:53 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 35144 byte(s)
Diff to
previous 120
Make HTML table exporter use the new FileDialogFilter base class too.
Revision
120 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 2 10:28:16 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 34901 byte(s)
Diff to
previous 119
Added a new common base class for file exporters which pulls up a file dialog.
Revision
119 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 31 19:43:22 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 34404 byte(s)
Diff to
previous 118
Make mode check in HTML table export work again.
Revision
118 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 31 18:43:24 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 34265 byte(s)
Diff to
previous 117
Changed rendering of the HTML export to a recursive approach to be able to
represent the full hirachically structure of the formular.
NOTE: Modechecking is broken in this version.
Revision
117 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 31 15:15:14 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 33912 byte(s)
Diff to
previous 116
Changed Navigation redering to recursive mode to be able to render the
hirachically documnt structure
Revision
113 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 30 15:52:54 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 32981 byte(s)
Diff to
previous 112
Added new interface get bundeled formular errors.
Revision
112 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 30 13:51:27 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 32682 byte(s)
Diff to
previous 111
Prepared formular renderer for displaying nice error messages
Revision
111 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 30 10:48:36 2007 UTC
(17 years, 5 months ago)
by
frank
File length: 32451 byte(s)
Diff to
previous 110
tools/formed/formed/plugins/export/sql.py
(SchemaCreator.createSchema, SchemaCreator._createGroup):
Fixed typo in created DDS (PRIMRAY -> PRIMARY)
Revision
110 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 29 16:40:50 2007 UTC
(17 years, 5 months ago)
by
torsten
File length: 32248 byte(s)
Diff to
previous 109
Added small helper function for quoting in sql statements
Revision
109 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 29 14:34:56 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 32054 byte(s)
Diff to
previous 108
Added foreign keys for repeat tables in SQL generator.
Revision
108 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 29 11:08:01 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 31905 byte(s)
Diff to
previous 107
Check tables in SQL export to avoid creation of tables of same content.
Revision
107 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 29 10:32:33 2007 UTC
(17 years, 5 months ago)
by
teichmann
File length: 31680 byte(s)
Diff to
previous 106
Rewritten SQL exporter to produce _real_ SQL and respect repeat groups.
Revision
106 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 29 04:52:05 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 31320 byte(s)
Diff to
previous 105
Renamed GroupNode.getRepeat() to .isRepeat and return a bool. Fixed a bug in Page.allWidgets().
Revision
105 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 28 13:30:37 2007 UTC
(17 years, 6 months ago)
by
torsten
File length: 31123 byte(s)
Diff to
previous 104
Did some modification on the html code generation.
Revision
102 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 28 09:57:55 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 30397 byte(s)
Diff to
previous 101
Added "repeat" and "invisible" attributes to group.
Revision
99 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 27 15:16:39 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 30000 byte(s)
Diff to
previous 98
Added a logical group. Useful for indicating external tables in DB schemes.
Revision
98 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 27 13:50:20 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 29740 byte(s)
Diff to
previous 97
Added support of static content for web plugin.
Revision
97 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 27 13:29:32 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 29524 byte(s)
Diff to
previous 96
Added MIME type support for web plugin.
Revision
96 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 27 12:31:39 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 29276 byte(s)
Diff to
previous 95
Make root of static HTML content configurable via FORMED
Revision
95 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 26 20:44:47 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 29077 byte(s)
Diff to
previous 94
Introduces (sort of) CSS and template support for HTML rendering. Fixed several mode related issues.
Revision
94 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 26 16:39:32 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 28481 byte(s)
Diff to
previous 93
Factorized HTTP server code out to separate module.
Revision
92 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 24 16:51:35 2007 UTC
(17 years, 6 months ago)
by
torsten
File length: 26879 byte(s)
Diff to
previous 90
Fixes in forumlar name generation an SQL syntax
Revision
90 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 24 13:25:30 2007 UTC
(17 years, 6 months ago)
by
torsten
File length: 26617 byte(s)
Diff to
previous 89
SQL generation improved and separated code for making the formular names more
2 database friendly
Revision
89 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 24 13:18:07 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 26282 byte(s)
Diff to
previous 88
Print lengths of external choice lists in HTML table output.
Revision
88 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 24 10:12:49 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 26134 byte(s)
Diff to
previous 87
Workaround for adding and removing modes.
Revision
87 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 24 10:01:41 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 25968 byte(s)
Diff to
previous 86
Fixed a small problem with cumulative modes.
Revision
86 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 24 08:42:05 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 25512 byte(s)
Diff to
previous 85
Dump the items of radio groups and choise in HTML table export too.
Revision
85 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 24 08:08:15 2007 UTC
(17 years, 6 months ago)
by
torsten
File length: 25355 byte(s)
Diff to
previous 84
Modified renaming by formular name function
Revision
83 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 23 18:13:38 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 24871 byte(s)
Diff to
previous 82
Factorized HTML and SQL exporter out to a different package.
Revision
80 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 23 09:49:22 2007 UTC
(17 years, 6 months ago)
by
torsten
File length: 23741 byte(s)
Diff to
previous 79
Added small script to extract fields and options from the formlar XFA data.
Revision
78 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 22 18:21:01 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 23310 byte(s)
Diff to
previous 77
Removed support for switch nodes. BEWARE: This breaks compatibility with older documents!
Revision
76 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 22 15:17:20 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 22612 byte(s)
Diff to
previous 75
Attributes in GUI attribute able are now alphabetically sorted.
Revision
75 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 22 14:15:41 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 22446 byte(s)
Diff to
previous 74
Use the new modes policy in rendering and tree walk.
Revision
74 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 22 10:09:55 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 21940 byte(s)
Diff to
previous 73
Added an attribute 'modes' to NodeComponents.
Revision
73 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 22 05:33:46 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 21784 byte(s)
Diff to
previous 72
Small cosmetic cleanup on finding the prev/next pages.
Revision
72 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 21 19:09:35 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 21663 byte(s)
Diff to
previous 71
Fix the hidden page field in HTML renderer again.
Revision
71 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 21 18:52:22 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 21513 byte(s)
Diff to
previous 70
Fixed double generation of hidden page field in HTML renderer.
Revision
68 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 21 13:28:35 2007 UTC
(17 years, 6 months ago)
by
frank
File length: 21062 byte(s)
Diff to
previous 67
* contrib/convert-formedtree2html.xsl: Display switch nodes as alternatives.
Revision
67 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 21 13:15:51 2007 UTC
(17 years, 6 months ago)
by
frank
File length: 20932 byte(s)
Diff to
previous 66
* contrib/convert-formedtree2html.xsl:
Replace technical types with readable descriptions
Revision
66 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 21 13:05:23 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 20789 byte(s)
Diff to
previous 65
Delete unset parameters from current page out of semantic box.
Revision
65 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 21 09:44:23 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 20160 byte(s)
Diff to
previous 64
Fixed an encoding issue with incoming UTF-8 data.
Revision
64 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 21 09:11:58 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 20002 byte(s)
Diff to
previous 63
Added a method to find all widgets of a given page. Fixed a bug when walking a switch with a given mode.
Revision
62 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 21 04:56:42 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 19472 byte(s)
Diff to
previous 61
Added a mode parameter to NodeComponent.walk() and overwrite it for switches. Simplified HTML rendering for switches.
Revision
61 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 21 04:21:54 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 19064 byte(s)
Diff to
previous 60
Add semantic tests for texts. Set accept-charset in generated HTML form to UTF-8
Revision
59 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 20 13:16:31 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 18676 byte(s)
Diff to
previous 58
Added new module for semantic checking.
Revision
58 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 20 13:03:22 2007 UTC
(17 years, 6 months ago)
by
torsten
File length: 18256 byte(s)
Diff to
previous 57
Fixed syntax in selection field generation.
Revision
57 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 19 19:39:44 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 18080 byte(s)
Diff to
previous 56
Added simple cookie based session management to the web renderer.
Revision
56 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 19 12:28:42 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 17528 byte(s)
Diff to
previous 55
Escaping text while inserting it into the HTML output of the web renderer.
Revision
55 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 18 18:56:50 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 17327 byte(s)
Diff to
previous 54
Added a new kind of plug-in: Filters. Implemented the "make unique" and "formular name -> name" functions as filters.
Revision
54 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 18 11:36:49 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 16169 byte(s)
Diff to
previous 53
First argument of command line is used to load document at startup.
Revision
53 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 17 16:13:36 2007 UTC
(17 years, 6 months ago)
by
frank
File length: 15949 byte(s)
Diff to
previous 52
* contrib/convert-formedtree2html.xsl:
Heading level depending on depth of group node.
In case of radio/choice/check only list of options.
Revision
50 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 17 13:09:11 2007 UTC
(17 years, 6 months ago)
by
torsten
File length: 15557 byte(s)
Diff to
previous 49
Added xsl script for converting FormEd xml-tree to html
Revision
49 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 17 10:55:46 2007 UTC
(17 years, 6 months ago)
by
torsten
File length: 15390 byte(s)
Diff to
previous 47
Added Changenote in Changelog (forgotten)
Revision
47 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 16 07:55:36 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 14877 byte(s)
Diff to
previous 46
Swaped order of "Make names unique" and "Select mode..." in Extra menu.
Revision
46 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 15 20:52:58 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 14674 byte(s)
Diff to
previous 45
Make traversal mode selectable at runtime.
Revision
41 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 14 13:30:13 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 12695 byte(s)
Diff to
previous 40
Added an attribute formularname to base class of node components.
Revision
40 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 13 16:01:14 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 12517 byte(s)
Diff to
previous 39
Added external loadable item list for choices.
Revision
38 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 12 22:21:30 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 11950 byte(s)
Diff to
previous 37
Added extractor for XFA choice item list
Revision
37 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 12 22:00:10 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 11699 byte(s)
Diff to
previous 36
Choices are groups and options are embedded bools now. WARNING: This breaks compatibility with old documents.
Revision
36 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 12 17:03:05 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 10722 byte(s)
Diff to
previous 35
Added support for cloning a selected tree item
Revision
35 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 12 16:14:56 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 10264 byte(s)
Diff to
previous 34
Added import feature for further documents.
Revision
34 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 12 15:43:25 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 9969 byte(s)
Diff to
previous 33
Added menu "New" to "File" to create new documents.
Revision
33 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 12 15:02:55 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 9798 byte(s)
Diff to
previous 32
Added menu item to eliminate duplicated names in document tree.
Revision
32 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 11 13:53:56 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 9353 byte(s)
Diff to
previous 31
Removed support for "text" attributes in bool items.
Revision
30 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 10 23:19:45 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 8707 byte(s)
Diff to
previous 29
Removed options attribute from choices. Use value attribute for same purpose, please.
Revision
29 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 10 13:10:35 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 8223 byte(s)
Diff to
previous 28
radio buttons are selected by checked and not by selected. Fixed.
Revision
28 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 10 11:01:17 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 8043 byte(s)
Diff to
previous 27
ChoiceLeafs are now initialized with size = 1.
Revision
27 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 10 10:28:57 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 7896 byte(s)
Diff to
previous 26
TextLeafs are now initialized with size = 40, maxlength = 60
Revision
26 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 10 10:24:50 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 7735 byte(s)
Diff to
previous 25
Fixed: choices are renderered with description now.
Revision
25 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 10 08:48:45 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 7573 byte(s)
Diff to
previous 24
Added rendering for date items. Added missing ids for texts and textareas.
Revision
24 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 10 06:13:07 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 7388 byte(s)
Diff to
previous 23
Added support for enviromnent variable FORMED
Revision
23 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 10 05:51:44 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 6869 byte(s)
Diff to
previous 22
Removed text attributes from info tags. Using value attributes instead.
Revision
22 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 9 21:03:45 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 6463 byte(s)
Diff to
previous 21
Factored the HTML renderer out of the web server.
Revision
21 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 9 18:37:33 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 5996 byte(s)
Diff to
previous 20
Fixed a bug in calculation of width of bounded int fields
Revision
16 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 9 10:13:08 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 4690 byte(s)
Diff to
previous 15
Added rendering for checkboxes and radio buttons in web plugin
Revision
15 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 8 21:37:10 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 4420 byte(s)
Diff to
previous 14
Added description attribute in the NodeComponent base class
Revision
12 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 8 16:46:58 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 3863 byte(s)
Diff to
previous 11
Added first version of a recursive HTML renderer
Revision
11 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 8 14:52:24 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 3608 byte(s)
Diff to
previous 10
Added plug-in mechanism + a simple web server
Revision
10 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 8 08:14:37 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 3226 byte(s)
Diff to
previous 9
Added unique naming of new made tree items
Revision
9 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 7 20:15:10 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 2856 byte(s)
Diff to
previous 8
fixed: ListCtrl.InsertStringItem for older wxPython versions; new: icons for tree navigation; new: event route to attribute table
Revision
8 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 7 15:29:45 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 2433 byte(s)
Diff to
previous 7
Added code to add and remove tree items
Revision
7 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 7 13:55:03 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 2025 byte(s)
Diff to
previous 6
Added a table editor for tree node attributes
Revision
6 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 6 19:57:35 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 1673 byte(s)
Diff to
previous 5
Added code to move items in and out of groups.
Revision
5 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 6 16:30:50 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 1434 byte(s)
Diff to
previous 4
Added code to move items up and down the document tree.
Revision
4 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 6 12:56:35 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 866 byte(s)
Diff to
previous 3
Added control to manipulate tree structure. No effect by now
Revision
3 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 5 21:26:30 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 495 byte(s)
Diff to
previous 2
Simplified factory model for XML loading
Revision
2 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sun Aug 5 19:25:21 2007 UTC
(17 years, 6 months ago)
by
teichmann
File length: 263 byte(s)
Initial import of FormEd
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.