/[formed]/trunk/ChangeLog
ViewVC logotype

Log of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

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 , to selected 186
Generate correct XSD if there are conditionals in Choices

Revision 442 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 14:00:30 2011 UTC (13 years, 11 months ago) by roland
File length: 110467 byte(s)
Diff to previous 441 , to selected 186
Updated XSD

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 , to selected 186
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 440 - (view) (annotate) - [select for diffs]
Modified Tue Feb 22 11:10:33 2011 UTC (14 years ago) by roland
File length: 110099 byte(s)
Diff to previous 438 , to selected 186
Added support for 'float' element

Revision 438 - (view) (annotate) - [select for diffs]
Modified Wed Jan 19 10:59:45 2011 UTC (14 years, 1 month ago) by torsten
File length: 109964 byte(s)
Diff to previous 436 , to selected 186
Updated ChangeLog


Revision 436 - (view) (annotate) - [select for diffs]
Modified Tue Jan 11 14:07:00 2011 UTC (14 years, 1 month ago) by torsten
File length: 109781 byte(s)
Diff to previous 434 , to selected 186
Updated ChangeLog


Revision 434 - (view) (annotate) - [select for diffs]
Modified Mon Dec 27 09:42:39 2010 UTC (14 years, 2 months ago) by torsten
File length: 109648 byte(s)
Diff to previous 432 , to selected 186
Updated ChangeLog


Revision 432 - (view) (annotate) - [select for diffs]
Modified Mon Dec 13 11:50:48 2010 UTC (14 years, 2 months ago) by torsten
File length: 109494 byte(s)
Diff to previous 430 , to selected 186
Updated ChangeLog



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 , to selected 186
* 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 , to selected 186
* 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 , to selected 186
* 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 , to selected 186
* 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 , to selected 186
* 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 , to selected 186
* formed/formed/plugins/export/rules_sh.py: Fix formatting.


Revision 424 - (view) (annotate) - [select for diffs]
Modified Mon Nov 15 17:08:43 2010 UTC (14 years, 3 months ago) by torsten
File length: 107846 byte(s)
Diff to previous 423 , to selected 186
Do not set attribute "repeat" for Repeat-Nodes.


Revision 423 - (view) (annotate) - [select for diffs]
Modified Wed Nov 10 14:53:40 2010 UTC (14 years, 3 months ago) by torsten
File length: 107708 byte(s)
Diff to previous 419 , to selected 186
Updated ChangeLog


Revision 419 - (view) (annotate) - [select for diffs]
Modified Mon Nov 8 10:17:48 2010 UTC (14 years, 3 months ago) by roland
File length: 107556 byte(s)
Diff to previous 418 , to selected 186
validate formedtree.xml

Revision 418 - (view) (annotate) - [select for diffs]
Modified Mon Nov 8 09:07:41 2010 UTC (14 years, 3 months ago) by roland
File length: 107434 byte(s)
Diff to previous 417 , to selected 186
issue1131: generate XSD for case exports

Revision 417 - (view) (annotate) - [select for diffs]
Modified Thu Oct 21 08:24:15 2010 UTC (14 years, 4 months ago) by torsten
File length: 107235 byte(s)
Diff to previous 414 , to selected 186
Updated ChangeLog


Revision 414 - (view) (annotate) - [select for diffs]
Modified Tue Oct 12 14:39:13 2010 UTC (14 years, 4 months ago) by roland
File length: 106996 byte(s)
Diff to previous 413 , to selected 186
Ignore rules if fields in repeat group

Revision 413 - (view) (annotate) - [select for diffs]
Modified Mon Oct 11 12:37:08 2010 UTC (14 years, 4 months ago) by roland
File length: 106829 byte(s)
Diff to previous 412 , to selected 186
Added support to more opperators

Revision 412 - (view) (annotate) - [select for diffs]
Modified Wed Oct 6 12:22:24 2010 UTC (14 years, 4 months ago) by torsten
File length: 106661 byte(s)
Diff to previous 408 , to selected 186
Updated ChangeLog


Revision 408 - (view) (annotate) - [select for diffs]
Modified Tue Oct 5 16:30:38 2010 UTC (14 years, 4 months ago) by torsten
File length: 106428 byte(s)
Diff to previous 407 , to selected 186
Added generating XML for tagging config.


Revision 407 - (view) (annotate) - [select for diffs]
Modified Mon Oct 4 17:16:07 2010 UTC (14 years, 4 months ago) by torsten
File length: 106114 byte(s)
Diff to previous 405 , to selected 186
Updated ChangeLog


Revision 405 - (view) (annotate) - [select for diffs]
Modified Mon Oct 4 16:28:56 2010 UTC (14 years, 4 months ago) by torsten
File length: 105969 byte(s)
Diff to previous 403 , to selected 186
Updated ChangeLog


Revision 403 - (view) (annotate) - [select for diffs]
Modified Mon Oct 4 16:19:17 2010 UTC (14 years, 4 months ago) by torsten
File length: 105907 byte(s)
Diff to previous 401 , to selected 186
Updated ChangeLog


Revision 401 - (view) (annotate) - [select for diffs]
Modified Thu Sep 30 07:44:28 2010 UTC (14 years, 4 months ago) by torsten
File length: 105747 byte(s)
Diff to previous 399 , to selected 186
Updated ChangeLog


Revision 399 - (view) (annotate) - [select for diffs]
Modified Mon Sep 20 14:51:38 2010 UTC (14 years, 5 months ago) by frank
File length: 105580 byte(s)
Diff to previous 398 , to selected 186
Enhanced LaTeX output

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 , to selected 186
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 397 - (view) (annotate) - [select for diffs]
Modified Tue Sep 14 07:41:39 2010 UTC (14 years, 5 months ago) by roland
File length: 103813 byte(s)
Diff to previous 396 , to selected 186
issue1131: updated XSD

Revision 396 - (view) (annotate) - [select for diffs]
Modified Wed Sep 1 13:15:22 2010 UTC (14 years, 5 months ago) by roland
File length: 103662 byte(s)
Diff to previous 393 , to selected 186
issue1050: mandatory fields appearing double

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 , to selected 186
Added helper script to diff to given formedtree files.


Revision 386 - (view) (annotate) - [select for diffs]
Modified Mon Aug 9 09:36:22 2010 UTC (14 years, 6 months ago) by roland
File length: 102936 byte(s)
Diff to previous 382 , to selected 186
fixed typo

Revision 382 - (view) (annotate) - [select for diffs]
Modified Wed Aug 4 13:51:31 2010 UTC (14 years, 6 months ago) by bh
File length: 102839 byte(s)
Diff to previous 381 , to selected 186
* formed/po/de_DE.po: Update translations


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 , to selected 186
* 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 , to selected 186
* 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 , to selected 186
* 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 , to selected 186
* 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 , to selected 186
* 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 376 - (view) (annotate) - [select for diffs]
Modified Thu Jul 29 14:40:20 2010 UTC (14 years, 7 months ago) by torsten
File length: 101456 byte(s)
Diff to previous 374 , to selected 186
Updated ChangeLog


Revision 374 - (view) (annotate) - [select for diffs]
Modified Thu Jul 29 08:23:51 2010 UTC (14 years, 7 months ago) by torsten
File length: 101397 byte(s)
Diff to previous 371 , to selected 186
Upated ChangeLog


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 , to selected 186
generated date rules take into consideration repeat groups

Revision 370 - (view) (annotate) - [select for diffs]
Modified Wed Jul 21 14:54:10 2010 UTC (14 years, 7 months ago) by torsten
File length: 100860 byte(s)
Diff to previous 369 , to selected 186
Issue851


Revision 369 - (view) (annotate) - [select for diffs]
Modified Wed Jul 21 14:51:51 2010 UTC (14 years, 7 months ago) by torsten
File length: 100640 byte(s)
Diff to previous 367 , to selected 186
Updated ChangeLog


Revision 367 - (view) (annotate) - [select for diffs]
Modified Wed Jul 7 10:26:43 2010 UTC (14 years, 7 months ago) by roland
File length: 100380 byte(s)
Diff to previous 366 , to selected 186
make the names of generated unique

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 , to selected 186
* 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 365 - (view) (annotate) - [select for diffs]
Modified Wed Jun 2 10:06:25 2010 UTC (14 years, 8 months ago) by roland
File length: 99834 byte(s)
Diff to previous 364 , to selected 186
updated regular expression

Revision 364 - (view) (annotate) - [select for diffs]
Modified Mon May 17 10:58:49 2010 UTC (14 years, 9 months ago) by frank
File length: 99717 byte(s)
Diff to previous 363 , to selected 186
Export references (ie where are the lists used).

Revision 363 - (view) (annotate) - [select for diffs]
Modified Mon May 17 10:56:36 2010 UTC (14 years, 9 months ago) by frank
File length: 99623 byte(s)
Diff to previous 361 , to selected 186
Improved section labeling.

Revision 361 - (view) (annotate) - [select for diffs]
Modified Fri Apr 30 09:22:48 2010 UTC (14 years, 9 months ago) by torsten
File length: 99529 byte(s)
Diff to previous 359 , to selected 186
Updated ChangeLog


Revision 359 - (view) (annotate) - [select for diffs]
Modified Wed Apr 28 08:07:00 2010 UTC (14 years, 10 months ago) by roland
File length: 99316 byte(s)
Diff to previous 358 , to selected 186
JMD formedtree.xml validates XSD

Revision 358 - (view) (annotate) - [select for diffs]
Modified Wed Apr 28 07:30:34 2010 UTC (14 years, 10 months ago) by roland
File length: 99275 byte(s)
Diff to previous 357 , to selected 186
WASKA formedtree.xml validates XSD

Revision 357 - (view) (annotate) - [select for diffs]
Modified Wed Apr 28 07:10:33 2010 UTC (14 years, 10 months ago) by roland
File length: 99200 byte(s)
Diff to previous 356 , to selected 186
Radiogroups are exported

Revision 356 - (view) (annotate) - [select for diffs]
Modified Thu Apr 8 15:56:34 2010 UTC (14 years, 10 months ago) by torsten
File length: 99077 byte(s)
Diff to previous 354 , to selected 186
Updated ChangeLog


Revision 354 - (view) (annotate) - [select for diffs]
Modified Wed Apr 7 07:08:37 2010 UTC (14 years, 10 months ago) by torsten
File length: 98817 byte(s)
Diff to previous 352 , to selected 186
Updated ChangeLog


Revision 352 - (view) (annotate) - [select for diffs]
Modified Tue Apr 6 13:48:50 2010 UTC (14 years, 10 months ago) by torsten
File length: 98686 byte(s)
Diff to previous 349 , to selected 186
Updated ChangeLog


Revision 349 - (view) (annotate) - [select for diffs]
Modified Tue Apr 6 10:34:58 2010 UTC (14 years, 10 months ago) by torsten
File length: 98628 byte(s)
Diff to previous 346 , to selected 186
Updated ChangeLog


Revision 346 - (view) (annotate) - [select for diffs]
Modified Tue Apr 6 07:07:02 2010 UTC (14 years, 10 months ago) by roland
File length: 98271 byte(s)
Diff to previous 344 , to selected 186
Added filter

Revision 344 - (view) (annotate) - [select for diffs]
Modified Thu Mar 11 15:16:58 2010 UTC (14 years, 11 months ago) by frank
File length: 98043 byte(s)
Diff to previous 343 , to selected 186
Allow groups in choices.


Revision 343 - (view) (annotate) - [select for diffs]
Modified Wed Dec 2 10:42:29 2009 UTC (15 years, 2 months ago) by torsten
File length: 97919 byte(s)
Diff to previous 342 , to selected 186
do not ignore conditional nodes on traversal


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 , to selected 186
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 , to selected 186
Fixed python dictionary exporter to work with new repeat group structure.


Revision 340 - (view) (annotate) - [select for diffs]
Modified Wed Oct 28 16:31:02 2009 UTC (15 years, 4 months ago) by teichmann
File length: 97367 byte(s)
Diff to previous 339 , to selected 186
Allow groups in choices


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 , to selected 186
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 , to selected 186
Adjusted to cope with "semi-complete" implementation of logbook tree structure.


Revision 337 - (view) (annotate) - [select for diffs]
Modified Thu Jun 18 12:15:49 2009 UTC (15 years, 8 months ago) by torsten
File length: 96744 byte(s)
Diff to previous 336 , to selected 186
Fixes of permission in SQL


Revision 336 - (view) (annotate) - [select for diffs]
Modified Thu Jun 18 07:00:01 2009 UTC (15 years, 8 months ago) by torsten
File length: 96543 byte(s)
Diff to previous 335 , to selected 186
Commented out generation of page_views.


Revision 335 - (view) (annotate) - [select for diffs]
Modified Wed Jun 17 10:45:48 2009 UTC (15 years, 8 months ago) by torsten
File length: 96359 byte(s)
Diff to previous 334 , to selected 186
Fixed anonymize function and rolenames


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 , to selected 186
SQL Schema generator: s/-/_/ in relation names.


Revision 333 - (view) (annotate) - [select for diffs]
Modified Tue May 26 15:21:00 2009 UTC (15 years, 9 months ago) by teichmann
File length: 87698 byte(s)
Diff to previous 332 , to selected 186
 small optimization in making names unique.



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 , to selected 186
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 , to selected 186
Create only depending repeat groups if no uuid is given.


Revision 330 - (view) (annotate) - [select for diffs]
Modified Thu Apr 30 15:56:38 2009 UTC (15 years, 9 months ago) by teichmann
File length: 87191 byte(s)
Diff to previous 329 , to selected 186
New SQL schema generator plug-in.


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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
Rule description plug-in: make 'equal' and 'not equal' more readable with '=' and '<>'.


Revision 324 - (view) (annotate) - [select for diffs]
Modified Thu Apr 2 14:24:37 2009 UTC (15 years, 10 months ago) by teichmann
File length: 85860 byte(s)
Diff to previous 323 , to selected 186
SQL Export: New function to anonymize uuids.


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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
Fixed syntax typo.

- Diese und die folgenden Zeilen werden ignoriert --

M    ChangeLog
M    formed/formed/io/document.py


Revision 317 - (view) (annotate) - [select for diffs]
Modified Mon Mar 16 13:47:57 2009 UTC (15 years, 11 months ago) by teichmann
File length: 84529 byte(s)
Diff to previous 316 , to selected 186
ConditionalNode inherits from Node directly.



Revision 316 - (view) (annotate) - [select for diffs]
Modified Mon Mar 16 13:21:37 2009 UTC (15 years, 11 months ago) by teichmann
File length: 84393 byte(s)
Diff to previous 315 , to selected 186
Added ConditionalNode.


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 , to selected 186
Make the error descriptions in date sequence rules more precise.



Revision 314 - (view) (annotate) - [select for diffs]
Modified Fri Mar 13 15:58:54 2009 UTC (15 years, 11 months ago) by teichmann
File length: 84046 byte(s)
Diff to previous 313 , to selected 186
generate date sequence rules.



Revision 313 - (view) (annotate) - [select for diffs]
Modified Fri Mar 13 09:50:05 2009 UTC (15 years, 11 months ago) by teichmann
File length: 83921 byte(s)
Diff to previous 312 , to selected 186
Use new tree based expression engine.



Revision 312 - (view) (annotate) - [select for diffs]
Modified Thu Mar 12 16:14:26 2009 UTC (15 years, 11 months ago) by torsten
File length: 83699 byte(s)
Diff to previous 311 , to selected 186
Introduced new order attribute in datefields


Revision 311 - (view) (annotate) - [select for diffs]
Modified Tue Feb 24 09:05:34 2009 UTC (16 years ago) by teichmann
File length: 83414 byte(s)
Diff to previous 310 , to selected 186
Allow pages to be 'invisible'.


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 , to selected 186
Fixed problem with description reference tables of radio groups.



Revision 309 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 18:34:38 2009 UTC (16 years ago) by teichmann
File length: 83129 byte(s)
Diff to previous 308 , to selected 186
SQL exporter: replace '-' in names by '_'.



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 , to selected 186
Make table comparision invariant of insert statements and case.


Revision 307 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 17:24:27 2009 UTC (16 years ago) by teichmann
File length: 82717 byte(s)
Diff to previous 305 , to selected 186
Repair SQL schema creation for radio groups.



Revision 305 - (view) (annotate) - [select for diffs]
Modified Thu Jan 22 15:57:51 2009 UTC (16 years, 1 month ago) by torsten
File length: 81857 byte(s)
Diff to previous 304 , to selected 186
Implemented new version of formedtree


Revision 304 - (view) (annotate) - [select for diffs]
Modified Wed Jan 21 15:57:15 2009 UTC (16 years, 1 month ago) by torsten
File length: 81405 byte(s)
Diff to previous 302 , to selected 186
Changed XSD-Schema generation


Revision 302 - (view) (annotate) - [select for diffs]
Modified Fri Jan 9 15:54:40 2009 UTC (16 years, 1 month ago) by torsten
File length: 80688 byte(s)
Diff to previous 301 , to selected 186
Added new repeat node


Revision 301 - (view) (annotate) - [select for diffs]
Modified Thu Jan 8 11:57:14 2009 UTC (16 years, 1 month ago) by torsten
File length: 80441 byte(s)
Diff to previous 300 , to selected 186
Add isset operator to autogenerated rules.


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 , to selected 186
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 , to selected 186
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 , to selected 186
Added unknown int -999999 to integer
      fields as an accepted value. Generate schema for radio groups too.




Revision 297 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 10:24:57 2008 UTC (16 years, 2 months ago) by torsten
File length: 79460 byte(s)
Diff to previous 296 , to selected 186
Generate default rules for required fields


Revision 296 - (view) (annotate) - [select for diffs]
Modified Fri Nov 28 11:50:49 2008 UTC (16 years, 3 months ago) by teichmann
File length: 79184 byte(s)
Diff to previous 295 , to selected 186
Added stub for required fields rules generator. Ported WidgetCollector from Offline client.



Revision 295 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 16:53:42 2008 UTC (16 years, 3 months ago) by torsten
File length: 78799 byte(s)
Diff to previous 294 , to selected 186
Added new attribute "mark" for rules


Revision 294 - (view) (annotate) - [select for diffs]
Modified Mon Nov 10 11:33:03 2008 UTC (16 years, 3 months ago) by torsten
File length: 78667 byte(s)
Diff to previous 293 , to selected 186
Implemented radio-matrix elements.


Revision 293 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 10:25:24 2008 UTC (16 years, 3 months ago) by torsten
File length: 78267 byte(s)
Diff to previous 292 , to selected 186
Fixed import error


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 , to selected 186
Relative paths in external choices are now possible.


Revision 291 - (view) (annotate) - [select for diffs]
Modified Thu Sep 4 10:37:32 2008 UTC (16 years, 5 months ago) by teichmann
File length: 77704 byte(s)
Diff to previous 290 , to selected 186
Added initial description.


Revision 290 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 09:36:11 2008 UTC (16 years, 6 months ago) by teichmann
File length: 77575 byte(s)
Diff to previous 289 , to selected 186
Added attribute 'flags'.


Revision 289 - (view) (annotate) - [select for diffs]
Modified Thu Aug 21 11:05:17 2008 UTC (16 years, 6 months ago) by teichmann
File length: 77449 byte(s)
Diff to previous 288 , to selected 186
Indent formed-tree while saving


Revision 288 - (view) (annotate) - [select for diffs]
Modified Fri Aug 15 14:00:35 2008 UTC (16 years, 6 months ago) by teichmann
File length: 77283 byte(s)
Diff to previous 287 , to selected 186
Released under GPLv3


Revision 287 - (view) (annotate) - [select for diffs]
Modified Fri Aug 15 13:49:46 2008 UTC (16 years, 6 months ago) by teichmann
File length: 77158 byte(s)
Diff to previous 286 , to selected 186
Removed tools


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 , to selected 186
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 , to selected 186
Remove tools/anonym as it belongs to mpuls WASKA


Revision 284 - (view) (annotate) - [select for diffs]
Modified Fri Aug 15 13:42:07 2008 UTC (16 years, 6 months ago) by teichmann
File length: 76786 byte(s)
Diff to previous 283 , to selected 186
Removed pdf2xfa as it belongs to mpuls.


Revision 283 - (view) (annotate) - [select for diffs]
Modified Wed Aug 13 14:42:15 2008 UTC (16 years, 6 months ago) by teichmann
File length: 76691 byte(s)
Diff to previous 282 , to selected 186
i18n of the plug-ins:


Revision 282 - (view) (annotate) - [select for diffs]
Modified Wed Aug 13 13:09:51 2008 UTC (16 years, 6 months ago) by teichmann
File length: 75324 byte(s)
Diff to previous 281 , to selected 186
First version of FormEd i18n.



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 , to selected 186
anonymized export: Only export cases which are not 'schwebend geloescht'.


Revision 280 - (view) (annotate) - [select for diffs]
Modified Wed Jul 23 10:45:59 2008 UTC (16 years, 7 months ago) by teichmann
File length: 74707 byte(s)
Diff to previous 279 , to selected 186
Fixed issue472



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 , to selected 186
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 , to selected 186
Added LaTeX export and more information on anonymisation to HTML export.


Revision 277 - (view) (annotate) - [select for diffs]
Modified Mon Jul 7 11:29:34 2008 UTC (16 years, 7 months ago) by torsten
File length: 74053 byte(s)
Diff to previous 276 , to selected 186
Added 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 , to selected 186
Mark cases as inconsistent if they do not fullfill the conditions of valid time evaluation.


Revision 275 - (view) (annotate) - [select for diffs]
Modified Mon Jul 7 10:26:03 2008 UTC (16 years, 7 months ago) by teichmann
File length: 73721 byte(s)
Diff to previous 274 , to selected 186
Updated anon XML import to schema 1.5


Revision 274 - (view) (annotate) - [select for diffs]
Modified Mon Jul 7 08:57:17 2008 UTC (16 years, 7 months ago) by teichmann
File length: 73578 byte(s)
Diff to previous 272 , to selected 186
Synced anon XML import with produktive version.


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 , to selected 186
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 , to selected 186
New, export key value tables as excel workbook with one sheet per table.


Revision 270 - (view) (annotate) - [select for diffs]
Modified Wed May 21 14:09:35 2008 UTC (16 years, 9 months ago) by teichmann
File length: 73057 byte(s)
Diff to previous 269 , to selected 186
Brought encoding back to UTF-8


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 , to selected 186
* 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 , to selected 186
Use substitution group to allow arbitrary order of repeat groups
in XSD exporter.



Revision 267 - (view) (annotate) - [select for diffs]
Modified Tue Apr 29 13:13:25 2008 UTC (16 years, 10 months ago) by teichmann
File length: 72590 byte(s)
Diff to previous 266 , to selected 186
Removed needless character in XSD exporter.



Revision 266 - (view) (annotate) - [select for diffs]
Modified Tue Apr 29 10:10:16 2008 UTC (16 years, 10 months ago) by teichmann
File length: 72452 byte(s)
Diff to previous 265 , to selected 186
Added annotations to fields in XSD export



Revision 265 - (view) (annotate) - [select for diffs]
Modified Tue Apr 29 08:14:07 2008 UTC (16 years, 10 months ago) by teichmann
File length: 72315 byte(s)
Diff to previous 264 , to selected 186
Added support for choice fields in XSD export.


Revision 264 - (view) (annotate) - [select for diffs]
Modified Tue Apr 29 06:30:31 2008 UTC (16 years, 10 months ago) by teichmann
File length: 72182 byte(s)
Diff to previous 263 , to selected 186
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, 10 months ago) by teichmann
File length: 72018 byte(s)
Diff to previous 262 , to selected 186
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, 10 months ago) by teichmann
File length: 71860 byte(s)
Diff to previous 261 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
Anoymnized XML export.

Removed "WHERE einverstaendniserklaerung = 1" from clause to select datasets.



Revision 257 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 15:10:10 2008 UTC (16 years, 11 months ago) by torsten
File length: 70832 byte(s)
Diff to previous 256 , to selected 186
Updated import.cron


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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
* Removed query print in anonym xmlimport
* Print generation date of db schema in ISO.



Revision 247 - (view) (annotate) - [select for diffs]
Modified Mon Mar 3 10:26:38 2008 UTC (16 years, 11 months ago) by torsten
File length: 69182 byte(s)
Diff to previous 245 , to selected 186
Added Changenote


Revision 245 - (view) (annotate) - [select for diffs]
Modified Wed Feb 27 13:46:00 2008 UTC (17 years ago) by teichmann
File length: 68736 byte(s)
Diff to previous 244 , to selected 186
XML import: fixed bug in date conversion.


Revision 244 - (view) (annotate) - [select for diffs]
Modified Wed Feb 27 11:56:51 2008 UTC (17 years ago) by teichmann
File length: 68618 byte(s)
Diff to previous 242 , to selected 186
Simplified the XML import.


Revision 242 - (view) (annotate) - [select for diffs]
Modified Wed Feb 27 07:13:31 2008 UTC (17 years ago) by teichmann
File length: 68510 byte(s)
Diff to previous 241 , to selected 186
Various bug fixes for XML import of anonymous cases.


Revision 241 - (view) (annotate) - [select for diffs]
Modified Tue Feb 26 15:38:42 2008 UTC (17 years ago) by teichmann
File length: 68198 byte(s)
Diff to previous 240 , to selected 186
XML import added support for getopt and fkz imforcement.


Revision 240 - (view) (annotate) - [select for diffs]
Modified Tue Feb 26 14:14:15 2008 UTC (17 years ago) by teichmann
File length: 68033 byte(s)
Diff to previous 239 , to selected 186
XML import: implementes logic to create/update cases.



Revision 239 - (view) (annotate) - [select for diffs]
Modified Mon Feb 25 21:51:02 2008 UTC (17 years ago) by teichmann
File length: 67854 byte(s)
Diff to previous 238 , to selected 186
Fixed logic bug in CSV joiner.


Revision 238 - (view) (annotate) - [select for diffs]
Modified Mon Feb 25 17:08:20 2008 UTC (17 years ago) by teichmann
File length: 67750 byte(s)
Diff to previous 237 , to selected 186
Merged


Revision 237 - (view) (annotate) - [select for diffs]
Modified Mon Feb 25 15:03:38 2008 UTC (17 years ago) by torsten
File length: 67755 byte(s)
Diff to previous 236 , to selected 186
Added script to automate the import auf xml files 


Revision 236 - (view) (annotate) - [select for diffs]
Modified Mon Feb 25 14:45:20 2008 UTC (17 years ago) by teichmann
File length: 67532 byte(s)
Diff to previous 235 , to selected 186
Merged


Revision 235 - (view) (annotate) - [select for diffs]
Modified Mon Feb 25 12:58:41 2008 UTC (17 years ago) by torsten
File length: 67370 byte(s)
Diff to previous 234 , to selected 186
Added scripts to automate the export


Revision 234 - (view) (annotate) - [select for diffs]
Modified Mon Feb 25 11:41:32 2008 UTC (17 years ago) by teichmann
File length: 67166 byte(s)
Diff to previous 233 , to selected 186
Added generation of SQL update statements.


Revision 233 - (view) (annotate) - [select for diffs]
Modified Mon Feb 25 06:35:39 2008 UTC (17 years ago) by teichmann
File length: 67030 byte(s)
Diff to previous 232 , to selected 186
Added support for reading files generated by XML export.


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 , to selected 186
Added new plug-in for simplified HTML output.
Added new plug-in for dumping schema as python dictionaries.



Revision 231 - (view) (annotate) - [select for diffs]
Modified Tue Feb 19 16:07:25 2008 UTC (17 years ago) by teichmann
File length: 66529 byte(s)
Diff to previous 230 , to selected 186
Added XML exporter for cases.


Revision 230 - (view) (annotate) - [select for diffs]
Modified Mon Feb 18 15:03:06 2008 UTC (17 years ago) by teichmann
File length: 66395 byte(s)
Diff to previous 229 , to selected 186
Separated CSV export by '\t' now.


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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
- 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 , to selected 186
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 , to selected 186
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 , to selected 186
pdf2xfa: Added property to specify the name of the XML root node.

Revision 220 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 08:44:28 2007 UTC (17 years, 3 months ago) by teichmann
File length: 64443 byte(s)
Diff to previous 219 , to selected 186
pdf2xfa: Added boot scripts for GNU/Linux

Revision 219 - (view) (annotate) - [select for diffs]
Modified Wed Nov 21 14:06:46 2007 UTC (17 years, 3 months ago) by teichmann
File length: 64202 byte(s)
Diff to previous 218 , to selected 186
pdf2xfa: Added logging to daemon

Revision 218 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 18:06:59 2007 UTC (17 years, 3 months ago) by teichmann
File length: 63862 byte(s)
Diff to previous 217 , to selected 186
added invisible flag for info fields

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 , to selected 186
tools/formed/formed/plugins/export/sql.py (createSchema):
	Append only column "bearbeiter_id", standins are modelled by a 
	separate table.


Revision 216 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 13:02:52 2007 UTC (17 years, 3 months ago) by teichmann
File length: 63470 byte(s)
Diff to previous 215 , to selected 186
Fixed small bugs with  node components

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 , to selected 186
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 , to selected 186
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 , to selected 186
* 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 , to selected 186
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 , to selected 186
* 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 , to selected 186
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements for views.


Revision 209 - (view) (annotate) - [select for diffs]
Modified Thu Oct 18 16:30:53 2007 UTC (17 years, 4 months ago) by teichmann
File length: 62166 byte(s)
Diff to previous 208 , to selected 186
pdf2xfa: flush out going xml

Revision 208 - (view) (annotate) - [select for diffs]
Modified Wed Oct 17 10:32:07 2007 UTC (17 years, 4 months ago) by teichmann
File length: 61973 byte(s)
Diff to previous 207 , to selected 186
pdf2xfa: added script to build production jar

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 , to selected 186
db export: "Ja", "Nein", "Keine Angabe" are not modelled as BOOLEANs any more.

Revision 206 - (view) (annotate) - [select for diffs]
Modified Sun Oct 7 13:09:56 2007 UTC (17 years, 4 months ago) by teichmann
File length: 61443 byte(s)
Diff to previous 205 , to selected 186
SQL exporter: Added remaining update rules.

Revision 205 - (view) (annotate) - [select for diffs]
Modified Sun Oct 7 12:52:21 2007 UTC (17 years, 4 months ago) by teichmann
File length: 61301 byte(s)
Diff to previous 204 , to selected 186
SQL exporter: Added some UPDATE rules.

Revision 204 - (view) (annotate) - [select for diffs]
Modified Sun Oct 7 10:37:02 2007 UTC (17 years, 4 months ago) by teichmann
File length: 61120 byte(s)
Diff to previous 203 , to selected 186
SQL exporter: bug fix for INSERT/DELETE rules.

Revision 203 - (view) (annotate) - [select for diffs]
Modified Sun Oct 7 10:11:33 2007 UTC (17 years, 4 months ago) by teichmann
File length: 60947 byte(s)
Diff to previous 202 , to selected 186
SQL exporter: added DELETE and INSERT rules.

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 , to selected 186
SQL exporter: factored out legacy exporters to separate file.

Revision 201 - (view) (annotate) - [select for diffs]
Modified Sat Oct 6 21:17:00 2007 UTC (17 years, 4 months ago) by teichmann
File length: 60427 byte(s)
Diff to previous 200 , to selected 186
Initial import of the PDF to XFA server

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 , to selected 186
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 , to selected 186
sql export: Select ids of underlaying tables in views too.

Revision 198 - (view) (annotate) - [select for diffs]
Modified Thu Oct 4 15:38:40 2007 UTC (17 years, 4 months ago) by teichmann
File length: 59924 byte(s)
Diff to previous 197 , to selected 186
sql export: various bugfixes

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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
nameplugin: pages will now the transformed into db-friendly names as well.


Revision 193 - (view) (annotate) - [select for diffs]
Modified Wed Sep 26 23:49:44 2007 UTC (17 years, 5 months ago) by teichmann
File length: 58844 byte(s)
Diff to previous 192 , to selected 186
sql export: prepare for exporting new views

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 , to selected 186
web plug-in: Add flag to pipe content through tidylib to produce valid HTML

Revision 191 - (view) (annotate) - [select for diffs]
Modified Tue Sep 25 17:00:50 2007 UTC (17 years, 5 months ago) by torsten
File length: 58034 byte(s)
Diff to previous 190 , to selected 186
webplugin: fix on viewrenderer


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 , to selected 186
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 , to selected 186
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 , to selected 186
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 186 - (view) (annotate) - [selected]
Modified Mon Sep 17 19:25:05 2007 UTC (17 years, 5 months ago) by torsten
File length: 56754 byte(s)
Diff to previous 185
Webplugin: Small tweaks in formrendering


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 , to selected 186
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 , to selected 186
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 , to selected 186
web plug-in: Added a new view renderer (not working yet)

Revision 182 - (view) (annotate) - [select for diffs]
Modified Thu Sep 13 16:40:31 2007 UTC (17 years, 5 months ago) by torsten
File length: 55067 byte(s)
Diff to previous 181 , to selected 186
renamingfilter: bugfix


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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
Some renaming issues. Introduced new getPrintableData method in formdata


Revision 177 - (view) (annotate) - [select for diffs]
Modified Tue Sep 11 23:12:02 2007 UTC (17 years, 5 months ago) by teichmann
File length: 53716 byte(s)
Diff to previous 176 , to selected 186
Persistence is now implemented with filters.

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 , to selected 186
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 , to selected 186
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 , to selected 186
Changed name of the application from "formed" to "waska" on the welcomepage


Revision 172 - (view) (annotate) - [select for diffs]
Modified Tue Sep 11 16:34:41 2007 UTC (17 years, 5 months ago) by torsten
File length: 52059 byte(s)
Diff to previous 171 , to selected 186
Added project infopage


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 , to selected 186
web plug-in: fixed unicode conversion issues with error messages (once again).

Revision 170 - (view) (annotate) - [select for diffs]
Modified Tue Sep 11 14:16:47 2007 UTC (17 years, 5 months ago) by torsten
File length: 51583 byte(s)
Diff to previous 169 , to selected 186
Added alt tags to icons


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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
Fixes on displaying the correct data when changing datasets.
DataSetDigestRenderer now uses the correct formdata values.


Revision 161 - (view) (annotate) - [select for diffs]
Modified Mon Sep 10 13:22:13 2007 UTC (17 years, 5 months ago) by teichmann
File length: 47948 byte(s)
Diff to previous 160 , to selected 186
web plug-in: pretty print form data

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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
web plug-in: FormData interface has now separate methods for data, help and errors.

Revision 152 - (view) (annotate) - [select for diffs]
Modified Sun Sep 9 20:47:38 2007 UTC (17 years, 5 months ago) by teichmann
File length: 45423 byte(s)
Diff to previous 151 , to selected 186
web plug-in: Make rule checking work

Revision 151 - (view) (annotate) - [select for diffs]
Modified Fri Sep 7 15:00:47 2007 UTC (17 years, 5 months ago) by torsten
File length: 44383 byte(s)
Diff to previous 150 , to selected 186
Moved more methods into renderer.py


Revision 150 - (view) (annotate) - [select for diffs]
Modified Fri Sep 7 13:12:51 2007 UTC (17 years, 5 months ago) by torsten
File length: 43921 byte(s)
Diff to previous 148 , to selected 186
Added new renderer.py


Revision 148 - (view) (annotate) - [select for diffs]
Modified Fri Sep 7 09:43:13 2007 UTC (17 years, 5 months ago) by torsten
File length: 43392 byte(s)
Diff to previous 147 , to selected 186
Provided formdata in the renderes


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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
web plug-in: Fix bug when ask for a non-existent page.

Revision 142 - (view) (annotate) - [select for diffs]
Modified Thu Sep 6 08:40:18 2007 UTC (17 years, 5 months ago) by teichmann
File length: 41278 byte(s)
Diff to previous 141 , to selected 186
clean up web controllers a bit

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 , to selected 186
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 , to selected 186
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 , to selected 186
Removed bisect from MemoryDataStore. Fixed various issues in web plug-in.

Revision 138 - (view) (annotate) - [select for diffs]
Modified Wed Sep 5 15:05:41 2007 UTC (17 years, 5 months ago) by torsten
File length: 40374 byte(s)
Diff to previous 137 , to selected 186
Added create, update, delete and show handlers


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 , to selected 186
New dictionary/reg-ex infrastructure for the web plug-in.

Revision 136 - (view) (annotate) - [select for diffs]
Modified Tue Sep 4 13:02:00 2007 UTC (17 years, 5 months ago) by torsten
File length: 39146 byte(s)
Diff to previous 135 , to selected 186
Added help messages to the html output


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 , to selected 186
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 , to selected 186
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 , to selected 186
Add a new export filter for printing pairwise differences bewtween all modes.

Revision 132 - (view) (annotate) - [select for diffs]
Modified Mon Sep 3 14:49:12 2007 UTC (17 years, 5 months ago) by teichmann
File length: 38113 byte(s)
Diff to previous 131 , to selected 186
Add support for help texts.

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 , to selected 186
Only visible groups are rendered in formular navigation.
Pages in thee form navigation does have their onw style now.


Revision 130 - (view) (annotate) - [select for diffs]
Modified Mon Sep 3 12:57:52 2007 UTC (17 years, 5 months ago) by torsten
File length: 37418 byte(s)
Diff to previous 129 , to selected 186
Added page error output in main.tmpl


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 , to selected 186
* 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 , to selected 186
Web renderer uses the decorator from model.misc now.

Revision 127 - (view) (annotate) - [select for diffs]
Modified Mon Sep 3 09:15:57 2007 UTC (17 years, 5 months ago) by teichmann
File length: 36814 byte(s)
Diff to previous 126 , to selected 186
Added an annotation attribute to tree items.

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 , to selected 186
* 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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
Changed Navigation redering to recursive mode to be able to render the
hirachically documnt structure


Revision 116 - (view) (annotate) - [select for diffs]
Modified Fri Aug 31 13:54:12 2007 UTC (17 years, 5 months ago) by teichmann
File length: 33595 byte(s)
Diff to previous 115 , to selected 186
Added an exporter for SQL table views.

Revision 115 - (view) (annotate) - [select for diffs]
Modified Thu Aug 30 16:17:09 2007 UTC (17 years, 5 months ago) by teichmann
File length: 33267 byte(s)
Diff to previous 113 , to selected 186
Added stored procedure export filter.

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 , to selected 186
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 , to selected 186
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 , to selected 186
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, 6 months ago) by torsten
File length: 32248 byte(s)
Diff to previous 109 , to selected 186
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, 6 months ago) by teichmann
File length: 32054 byte(s)
Diff to previous 108 , to selected 186
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, 6 months ago) by teichmann
File length: 31905 byte(s)
Diff to previous 107 , to selected 186
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, 6 months ago) by teichmann
File length: 31680 byte(s)
Diff to previous 106 , to selected 186
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 , to selected 186
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 , to selected 186
Did some modification on the html code generation.


Revision 104 - (view) (annotate) - [select for diffs]
Modified Tue Aug 28 11:04:56 2007 UTC (17 years, 6 months ago) by teichmann
File length: 30750 byte(s)
Diff to previous 103 , to selected 186
Removed support of logica groups.

Revision 103 - (view) (annotate) - [select for diffs]
Modified Tue Aug 28 10:58:53 2007 UTC (17 years, 6 months ago) by teichmann
File length: 30577 byte(s)
Diff to previous 102 , to selected 186
Avoid saving empty attributes.

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 , to selected 186
Added "repeat" and "invisible" attributes to group.

Revision 101 - (view) (annotate) - [select for diffs]
Modified Mon Aug 27 17:47:57 2007 UTC (17 years, 6 months ago) by torsten
File length: 30216 byte(s)
Diff to previous 99 , to selected 186
Added missing Changenote


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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
Factorized HTTP server code out to separate module.

Revision 93 - (view) (annotate) - [select for diffs]
Modified Sun Aug 26 14:25:33 2007 UTC (17 years, 6 months ago) by teichmann
File length: 28040 byte(s)
Diff to previous 92 , to selected 186
Added rule items

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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
Modified renaming by formular name function


Revision 84 - (view) (annotate) - [select for diffs]
Modified Fri Aug 24 05:54:40 2007 UTC (17 years, 6 months ago) by teichmann
File length: 25096 byte(s)
Diff to previous 83 , to selected 186
Tweaked HTML table generator a bit

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 , to selected 186
Factorized HTML and SQL exporter out to a different package.

Revision 82 - (view) (annotate) - [select for diffs]
Modified Thu Aug 23 16:07:37 2007 UTC (17 years, 6 months ago) by torsten
File length: 24414 byte(s)
Diff to previous 81 , to selected 186
Added new pseudo SQL Exportfilter


Revision 81 - (view) (annotate) - [select for diffs]
Modified Thu Aug 23 09:52:47 2007 UTC (17 years, 6 months ago) by teichmann
File length: 24091 byte(s)
Diff to previous 80 , to selected 186
Add a new HTML export filter

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 , to selected 186
Added small script to extract fields and options from the formlar XFA data.


Revision 79 - (view) (annotate) - [select for diffs]
Modified Thu Aug 23 08:33:28 2007 UTC (17 years, 6 months ago) by teichmann
File length: 23447 byte(s)
Diff to previous 78 , to selected 186
Added "all" mode.

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 , to selected 186
Removed support for switch nodes. BEWARE: This breaks compatibility with older documents!

Revision 77 - (view) (annotate) - [select for diffs]
Modified Wed Aug 22 15:25:59 2007 UTC (17 years, 6 months ago) by teichmann
File length: 22917 byte(s)
Diff to previous 76 , to selected 186
Selected mode is stoed in main now.

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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
Fixed double generation of hidden page field in HTML renderer.

Revision 70 - (view) (annotate) - [select for diffs]
Modified Tue Aug 21 13:47:30 2007 UTC (17 years, 6 months ago) by teichmann
File length: 21357 byte(s)
Diff to previous 69 , to selected 186
Added semantic checks for radio groups

Revision 69 - (view) (annotate) - [select for diffs]
Modified Tue Aug 21 13:37:04 2007 UTC (17 years, 6 months ago) by teichmann
File length: 21207 byte(s)
Diff to previous 68 , to selected 186
Added semantic checks for choices

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 , to selected 186
* 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 , to selected 186
* 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 , to selected 186
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 , to selected 186
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 , to selected 186
Added a method to find all widgets of a given page. Fixed a bug when walking a switch with a given mode.

Revision 63 - (view) (annotate) - [select for diffs]
Modified Tue Aug 21 07:55:37 2007 UTC (17 years, 6 months ago) by torsten
File length: 19619 byte(s)
Diff to previous 62 , to selected 186
Fixed file-encoding to latin-1


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 , to selected 186
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 , to selected 186
Add semantic tests for texts. Set accept-charset in generated HTML form to UTF-8

Revision 60 - (view) (annotate) - [select for diffs]
Modified Mon Aug 20 15:14:58 2007 UTC (17 years, 6 months ago) by teichmann
File length: 18818 byte(s)
Diff to previous 59 , to selected 186
Added semantic tests for dates.

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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
* contrib/convert-formedtree2html.xsl: 
	Heading level depending on depth of group node. 
	In case of radio/choice/check only list of options.



Revision 52 - (view) (annotate) - [select for diffs]
Modified Fri Aug 17 14:32:03 2007 UTC (17 years, 6 months ago) by torsten
File length: 15755 byte(s)
Diff to previous 50 , to selected 186
Added missing changenote in changelog


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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
Make traversal mode selectable at runtime.

Revision 45 - (view) (annotate) - [select for diffs]
Modified Wed Aug 15 16:11:49 2007 UTC (17 years, 6 months ago) by teichmann
File length: 13628 byte(s)
Diff to previous 44 , to selected 186
Add parameter rendering in web plugin.

Revision 44 - (view) (annotate) - [select for diffs]
Modified Wed Aug 15 16:04:32 2007 UTC (17 years, 6 months ago) by torsten
File length: 13431 byte(s)
Diff to previous 42 , to selected 186
Added note for csv export in Changelog


Revision 42 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 20:32:51 2007 UTC (17 years, 6 months ago) by teichmann
File length: 13268 byte(s)
Diff to previous 41 , to selected 186
Added a "switch" mode

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 , to selected 186
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 , to selected 186
Added external loadable item list for choices.

Revision 39 - (view) (annotate) - [select for diffs]
Modified Mon Aug 13 13:11:58 2007 UTC (17 years, 6 months ago) by teichmann
File length: 12052 byte(s)
Diff to previous 38 , to selected 186
Fixed typo

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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
Removed support for "text" attributes in bool items.

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sat Aug 11 11:24:04 2007 UTC (17 years, 6 months ago) by teichmann
File length: 8809 byte(s)
Diff to previous 30 , to selected 186
Simplified convert-choices.xsl

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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
Fixed a bug in calculation of width of bounded int fields

Revision 20 - (view) (annotate) - [select for diffs]
Modified Thu Aug 9 15:36:48 2007 UTC (17 years, 6 months ago) by teichmann
File length: 5829 byte(s)
Diff to previous 19 , to selected 186
Added rendering for Ints

Revision 19 - (view) (annotate) - [select for diffs]
Modified Thu Aug 9 14:16:33 2007 UTC (17 years, 6 months ago) by teichmann
File length: 5567 byte(s)
Diff to previous 18 , to selected 186
Added TextArea support

Revision 18 - (view) (annotate) - [select for diffs]
Modified Thu Aug 9 12:24:04 2007 UTC (17 years, 6 months ago) by teichmann
File length: 5226 byte(s)
Diff to previous 17 , to selected 186
Added rendering for texts

Revision 17 - (view) (annotate) - [select for diffs]
Modified Thu Aug 9 11:00:04 2007 UTC (17 years, 6 months ago) by teichmann
File length: 4968 byte(s)
Diff to previous 16 , to selected 186
Added rendering for choices

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 , to selected 186
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 , to selected 186
Added description attribute in the NodeComponent base class

Revision 14 - (view) (annotate) - [select for diffs]
Modified Wed Aug 8 16:58:13 2007 UTC (17 years, 6 months ago) by teichmann
File length: 3996 byte(s)
Diff to previous 12 , to selected 186
Make UTF-8 output of HTML renderer work

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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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 , to selected 186
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)
Diff to selected 186
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.

  Diffs between and
  Type of Diff should be a

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26