/[formed]/trunk
ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 445 - Directory Listing
Modified Tue May 3 13:28:39 2011 UTC (13 years, 9 months ago) by bricks
Add ReferenceNode to be able to create and save references


Revision 444 - Directory Listing
Modified Tue Mar 15 08:05:37 2011 UTC (13 years, 11 months ago) by roland
Generate correct XLS if there are conditionals in Choices

Revision 443 - Directory Listing
Modified Mon Mar 14 09:50:50 2011 UTC (13 years, 11 months ago) by roland
Generate correct XSD if there are conditionals in Choices

Revision 442 - Directory Listing
Modified Tue Mar 8 14:00:30 2011 UTC (13 years, 11 months ago) by roland
Updated XSD

Revision 441 - Directory Listing
Modified Wed Feb 23 14:51:39 2011 UTC (14 years ago) by bh
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 - Directory Listing
Modified Tue Feb 22 11:10:33 2011 UTC (14 years ago) by roland
Added support for 'float' element

Revision 439 - Directory Listing
Modified Mon Feb 21 16:27:46 2011 UTC (14 years ago) by bricks
write column names in create view statement


Revision 438 - Directory Listing
Modified Wed Jan 19 10:59:45 2011 UTC (14 years, 1 month ago) by torsten
Updated ChangeLog


Revision 437 - Directory Listing
Modified Wed Jan 19 10:59:16 2011 UTC (14 years, 1 month ago) by torsten
* formed/formed/plugins/export/new_sql.py
	(SchemaCreator._createChoice): Fix traversing choicelists wich
	conditional nodes.


Revision 436 - Directory Listing
Modified Tue Jan 11 14:07:00 2011 UTC (14 years, 1 month ago) by torsten
Updated ChangeLog


Revision 435 - Directory Listing
Modified Tue Jan 11 14:06:42 2011 UTC (14 years, 1 month ago) by torsten
* formed/formed/model/exprtree.py: Added List-Node and Contains
	function.


Revision 434 - Directory Listing
Modified Mon Dec 27 09:42:39 2010 UTC (14 years, 2 months ago) by torsten
Updated ChangeLog


Revision 433 - Directory Listing
Modified Mon Dec 27 09:42:24 2010 UTC (14 years, 2 months ago) by torsten
* formed/formed/model/data.py (WidgetCollector.visitor): Removed clause to ignore Repeatgroups.



Revision 432 - Directory Listing
Modified Mon Dec 13 11:50:48 2010 UTC (14 years, 2 months ago) by torsten
Updated ChangeLog



Revision 431 - Directory Listing
Modified Mon Dec 13 11:50:21 2010 UTC (14 years, 2 months ago) by torsten
* formed/formed/model/data.py (GroupNode.isRepeat): Issue1565: Fixed
	isRepeat function. Check typ instead of repeat attribute. Removed
	setRepeat function (not used anywhere)


Revision 430 - Directory Listing
Modified Wed Nov 24 17:11:42 2010 UTC (14 years, 3 months ago) by bh
* formed/formed/plugins/export/rules_sh.py (generate_tagging):
Remove unused variable "inserts" and corresponding commented out
code.


Revision 429 - Directory Listing
Modified Wed Nov 24 17:09:57 2010 UTC (14 years, 3 months ago) by bh
* formed/formed/plugins/export/rules_sh.py: Remove some commented
out code.


Revision 428 - Directory Listing
Modified Wed Nov 24 17:06:59 2010 UTC (14 years, 3 months ago) by bh
* formed/formed/plugins/export/rules_sh.py: expand star-import.


Revision 427 - Directory Listing
Modified Wed Nov 24 17:02:05 2010 UTC (14 years, 3 months ago) by bh
* 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 - Directory Listing
Modified Wed Nov 24 16:58:10 2010 UTC (14 years, 3 months ago) by bh
* 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 - Directory Listing
Modified Wed Nov 24 16:33:14 2010 UTC (14 years, 3 months ago) by bh
* formed/formed/plugins/export/rules_sh.py: Fix formatting.


Revision 424 - Directory Listing
Modified Mon Nov 15 17:08:43 2010 UTC (14 years, 3 months ago) by torsten
Do not set attribute "repeat" for Repeat-Nodes.


Revision 423 - Directory Listing
Modified Wed Nov 10 14:53:40 2010 UTC (14 years, 3 months ago) by torsten
Updated ChangeLog


Revision 422 - Directory Listing
Modified Wed Nov 10 14:53:27 2010 UTC (14 years, 3 months ago) by torsten
* formed/formed/plugins/modify/rules.py: Fixed date sequence rule
checks for date in future.


Revision 421 - Directory Listing
Modified Mon Nov 8 14:04:52 2010 UTC (14 years, 3 months ago) by roland
use strings instead of booleans, otherwise bad things happen

Revision 420 - Directory Listing
Modified Mon Nov 8 13:30:02 2010 UTC (14 years, 3 months ago) by torsten
Added missing change which presumably breaks current revision in svn.
Unfortunately i did not remember what it does exactly. 


Revision 419 - Directory Listing
Modified Mon Nov 8 10:17:48 2010 UTC (14 years, 3 months ago) by roland
validate formedtree.xml

Revision 418 - Directory Listing
Modified Mon Nov 8 09:07:41 2010 UTC (14 years, 3 months ago) by roland
issue1131: generate XSD for case exports

Revision 417 - Directory Listing
Modified Thu Oct 21 08:24:15 2010 UTC (14 years, 4 months ago) by torsten
Updated ChangeLog


Revision 416 - Directory Listing
Modified Thu Oct 21 08:23:59 2010 UTC (14 years, 4 months ago) by torsten
* formed/formed/plugins/modify/rules.py: Add error rule to force phase relevant datefields not to be "unknown".


Revision 415 - Directory Listing
Modified Thu Oct 21 08:22:02 2010 UTC (14 years, 4 months ago) by torsten
* formed/formed/plugins/export/rules_sh.py: Added new LE-Operator


Revision 414 - Directory Listing
Modified Tue Oct 12 14:39:13 2010 UTC (14 years, 4 months ago) by roland
Ignore rules if fields in repeat group

Revision 413 - Directory Listing
Modified Mon Oct 11 12:37:08 2010 UTC (14 years, 4 months ago) by roland
Added support to more opperators

Revision 412 - Directory Listing
Modified Wed Oct 6 12:22:24 2010 UTC (14 years, 4 months ago) by torsten
Updated ChangeLog


Revision 411 - Directory Listing
Modified Wed Oct 6 12:22:10 2010 UTC (14 years, 4 months ago) by torsten
* formed/formed/plugins/export/rules_sh.py (sql_date): Fixed sql_date
function.


Revision 410 - Directory Listing
Modified Wed Oct 6 09:33:39 2010 UTC (14 years, 4 months ago) by torsten
Fixed formatting


Revision 409 - Directory Listing
Modified Wed Oct 6 09:31:52 2010 UTC (14 years, 4 months ago) by torsten
* formed/formed/plugins/export/rules_sh.py (generate_tagging): Fixed
	gerating SQL for Rules


Revision 408 - Directory Listing
Modified Tue Oct 5 16:30:38 2010 UTC (14 years, 4 months ago) by torsten
Added generating XML for tagging config.


Revision 407 - Directory Listing
Modified Mon Oct 4 17:16:07 2010 UTC (14 years, 4 months ago) by torsten
Updated ChangeLog


Revision 406 - Directory Listing
Modified Mon Oct 4 17:15:49 2010 UTC (14 years, 4 months ago) by torsten
* formed/formed/plugins/modify/rules.py (GenerateRequiredRules.generateDateSequenceRules): Generate automatic tag ids for date-sequence rules



Revision 405 - Directory Listing
Modified Mon Oct 4 16:28:56 2010 UTC (14 years, 4 months ago) by torsten
Updated ChangeLog


Revision 404 - Directory Listing
Modified Mon Oct 4 16:28:44 2010 UTC (14 years, 4 months ago) by torsten
* formed/formed/config.py: Added export rules as XML to Menu


Revision 403 - Directory Listing
Modified Mon Oct 4 16:19:17 2010 UTC (14 years, 4 months ago) by torsten
Updated ChangeLog


Revision 402 - Directory Listing
Modified Mon Oct 4 16:18:57 2010 UTC (14 years, 4 months ago) by torsten
* formed/formed/model/data.py (RuleLeaf.__init__): Added new attribute "tag" for rule-leafs


Revision 401 - Directory Listing
Modified Thu Sep 30 07:44:28 2010 UTC (14 years, 4 months ago) by torsten
Updated ChangeLog


Revision 400 - Directory Listing
Modified Thu Sep 30 07:44:13 2010 UTC (14 years, 4 months ago) by torsten
* formed/formed/plugins/export/rules_sh.py (ExportRulesAsSH.doExport): Filter out duplicted rules.


Revision 399 - Directory Listing
Modified Mon Sep 20 14:51:38 2010 UTC (14 years, 5 months ago) by frank
Enhanced LaTeX output

Revision 398 - Directory Listing
Modified Thu Sep 16 15:04:46 2010 UTC (14 years, 5 months ago) by bh
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 - Directory Listing
Modified Tue Sep 14 07:41:39 2010 UTC (14 years, 5 months ago) by roland
issue1131: updated XSD

Revision 396 - Directory Listing
Modified Wed Sep 1 13:15:22 2010 UTC (14 years, 5 months ago) by roland
issue1050: mandatory fields appearing double

Revision 395 - Directory Listing
Modified Thu Aug 12 10:03:17 2010 UTC (14 years, 6 months ago) by torsten
Updated help


Revision 394 - Directory Listing
Modified Thu Aug 12 10:00:47 2010 UTC (14 years, 6 months ago) by torsten
Improved script. Added more options


Revision 393 - Directory Listing
Modified Tue Aug 10 15:53:42 2010 UTC (14 years, 6 months ago) by torsten
Added helper script to diff to given formedtree files.


Revision 392 - Directory Listing
Modified Tue Aug 10 09:24:01 2010 UTC (14 years, 6 months ago) by torsten
Changed menu label, fixed imports.


Revision 391 - Directory Listing
Modified Tue Aug 10 09:22:04 2010 UTC (14 years, 6 months ago) by torsten
Renamed file


Revision 390 - Directory Listing
Modified Tue Aug 10 09:20:49 2010 UTC (14 years, 6 months ago) by torsten
Modified export. To generate an analyse shell-script.


Revision 389 - Directory Listing
Modified Mon Aug 9 15:36:53 2010 UTC (14 years, 6 months ago) by torsten
Add description to output


Revision 388 - Directory Listing
Modified Mon Aug 9 13:40:14 2010 UTC (14 years, 6 months ago) by torsten
Fixed rule generation for rules using TODAY keyword.


Revision 387 - Directory Listing
Modified Mon Aug 9 13:37:53 2010 UTC (14 years, 6 months ago) by torsten
Added Today-operator und GT BinaryOperator.


Revision 386 - Directory Listing
Modified Mon Aug 9 09:36:22 2010 UTC (14 years, 6 months ago) by roland
fixed typo

Revision 385 - Directory Listing
Modified Mon Aug 9 08:19:58 2010 UTC (14 years, 6 months ago) by torsten
Added export of rules as SQL-Query


Revision 384 - Directory Listing
Modified Fri Aug 6 13:15:51 2010 UTC (14 years, 6 months ago) by torsten
Added anonymisation for Choicelists. Set value to -1


Revision 383 - Directory Listing
Modified Wed Aug 4 13:54:10 2010 UTC (14 years, 6 months ago) by bh
svn ignore locale subdirectory


Revision 382 - Directory Listing
Modified Wed Aug 4 13:51:31 2010 UTC (14 years, 6 months ago) by bh
* formed/po/de_DE.po: Update translations


Revision 381 - Directory Listing
Modified Wed Aug 4 13:39:14 2010 UTC (14 years, 6 months ago) by bh
* formed/po/de_DE.po: Update.

* formed/po/formed.pot: Regenerated.


Revision 380 - Directory Listing
Modified Wed Aug 4 13:32:37 2010 UTC (14 years, 6 months ago) by bh
* formed/po/Makefile: Use correct filename of the pot-file in the
usage message


Revision 379 - Directory Listing
Modified Wed Aug 4 13:31:34 2010 UTC (14 years, 6 months ago) by bh
* formed/po/Makefile (LIST_POTFILES): Sort the file names to make
the order of entries in the .pot-file more predictable.


Revision 378 - Directory Listing
Modified Wed Aug 4 10:53:24 2010 UTC (14 years, 6 months ago) by bh
* 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 - Directory Listing
Modified Mon Aug 2 10:37:23 2010 UTC (14 years, 6 months ago) by bh
* 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 - Directory Listing
Modified Thu Jul 29 14:40:20 2010 UTC (14 years, 6 months ago) by torsten
Updated ChangeLog


Revision 375 - Directory Listing
Modified Thu Jul 29 14:40:03 2010 UTC (14 years, 6 months ago) by torsten
* formed/formed/model/exprtree.py: Added "days" function.


Revision 374 - Directory Listing
Modified Thu Jul 29 08:23:51 2010 UTC (14 years, 6 months ago) by torsten
Upated ChangeLog


Revision 373 - Directory Listing
Modified Thu Jul 29 08:23:13 2010 UTC (14 years, 6 months ago) by torsten
* formed/formed/model/data.py: Added "invisible" attribute to
BoolLeafs. This can be used to hide options in choicelists. so the
user can not select the value in the user interface. But the db will
have this option so is ist still present in the db an can be used


Revision 372 - Directory Listing
Modified Mon Jul 26 08:39:43 2010 UTC (14 years, 7 months ago) by roland
commented export html3 (not working)

Revision 371 - Directory Listing
Modified Mon Jul 26 07:38:53 2010 UTC (14 years, 7 months ago) by roland
generated date rules take into consideration repeat groups

Revision 370 - Directory Listing
Modified Wed Jul 21 14:54:10 2010 UTC (14 years, 7 months ago) by torsten
Issue851


Revision 369 - Directory Listing
Modified Wed Jul 21 14:51:51 2010 UTC (14 years, 7 months ago) by torsten
Updated ChangeLog


Revision 368 - Directory Listing
Modified Wed Jul 21 14:51:36 2010 UTC (14 years, 7 months ago) by torsten
* formed/formed/plugins/modify/rules.py (descriptions): Do not collect
	all headers to the referenced fields. Only list labels of the error
	fields, which should be distinct enough (Issue870).


Revision 367 - Directory Listing
Modified Wed Jul 7 10:26:43 2010 UTC (14 years, 7 months ago) by roland
make the names of generated unique

Revision 366 - Directory Listing
Modified Fri Jun 11 13:59:02 2010 UTC (14 years, 8 months ago) by bh
* 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 - Directory Listing
Modified Wed Jun 2 10:06:25 2010 UTC (14 years, 8 months ago) by roland
updated regular expression

Revision 364 - Directory Listing
Modified Mon May 17 10:58:49 2010 UTC (14 years, 9 months ago) by frank
Export references (ie where are the lists used).

Revision 363 - Directory Listing
Modified Mon May 17 10:56:36 2010 UTC (14 years, 9 months ago) by frank
Improved section labeling.

Revision 362 - Directory Listing
Modified Wed May 12 15:26:44 2010 UTC (14 years, 9 months ago) by bh
Add svn:ignore properties to ignore *.pyc files


Revision 361 - Directory Listing
Modified Fri Apr 30 09:22:48 2010 UTC (14 years, 9 months ago) by torsten
Updated ChangeLog


Revision 360 - Directory Listing
Modified Fri Apr 30 09:20:28 2010 UTC (14 years, 9 months ago) by torsten
* formed/formed/plugins/modify/rules.py (VariableType.substitute): Do
	not generate "%"-rules for required fields in repeat-groups.


Revision 359 - Directory Listing
Modified Wed Apr 28 08:07:00 2010 UTC (14 years, 10 months ago) by roland
JMD formedtree.xml validates XSD

Revision 358 - Directory Listing
Modified Wed Apr 28 07:30:34 2010 UTC (14 years, 10 months ago) by roland
WASKA formedtree.xml validates XSD

Revision 357 - Directory Listing
Modified Wed Apr 28 07:10:33 2010 UTC (14 years, 10 months ago) by roland
Radiogroups are exported

Revision 356 - Directory Listing
Modified Thu Apr 8 15:56:34 2010 UTC (14 years, 10 months ago) by torsten
Updated ChangeLog


Revision 355 - Directory Listing
Modified Thu Apr 8 15:55:48 2010 UTC (14 years, 10 months ago) by torsten
* formed/formed/plugins/modify/rules.py
	(GenerateRequiredRules.generateDateSequenceRules): Add error mark to
	rules. Generete each rule twice to be able to render errors at both
	datefields.


Revision 354 - Directory Listing
Modified Wed Apr 7 07:08:37 2010 UTC (14 years, 10 months ago) by torsten
Updated ChangeLog


Revision 353 - Directory Listing
Modified Wed Apr 7 07:08:22 2010 UTC (14 years, 10 months ago) by torsten
* formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag.


Revision 352 - Directory Listing
Modified Tue Apr 6 13:48:50 2010 UTC (14 years, 10 months ago) by torsten
Updated ChangeLog


Revision 351 - Directory Listing
Modified Tue Apr 6 13:48:34 2010 UTC (14 years, 10 months ago) by torsten
* formed/formed/model/exprtree.py: Added years operator.


Revision 350 - Directory Listing
Modified Tue Apr 6 10:39:06 2010 UTC (14 years, 10 months ago) by torsten
Moved revision comment after the xml-declaration.


Revision 349 - Directory Listing
Modified Tue Apr 6 10:34:58 2010 UTC (14 years, 10 months ago) by torsten
Updated ChangeLog


Revision 348 - Directory Listing
Modified Tue Apr 6 10:34:43 2010 UTC (14 years, 10 months ago) by torsten
* formed/formed/plugins/export/new_sql.py
(ExportAsSQLFilter.doExport): Added comment with
"$Revision"-tag. This tag will/can then be substituted by the VCS.


Revision 347 - Directory Listing
Modified Tue Apr 6 10:32:06 2010 UTC (14 years, 10 months ago) by torsten
* formed/formed/io/document.py (_toXML): Added comment with
	"$Revision"-tag. This tag will/can then be substituted by the VCS.


Revision 346 - Directory Listing
Modified Tue Apr 6 07:07:02 2010 UTC (14 years, 10 months ago) by roland
Added filter

Revision 345 - Directory Listing
Modified Wed Mar 24 15:50:08 2010 UTC (14 years, 11 months ago) by roland
Generaded XML validates with new XSD

Revision 344 - Directory Listing
Modified Thu Mar 11 15:16:58 2010 UTC (14 years, 11 months ago) by frank
Allow groups in choices.


Revision 343 - Directory Listing
Modified Wed Dec 2 10:42:29 2009 UTC (15 years, 2 months ago) by torsten
do not ignore conditional nodes on traversal


Revision 342 - Directory Listing
Modified Tue Nov 17 15:22:18 2009 UTC (15 years, 3 months ago) by teichmann
Generate '%' (for all) variables in rule generator plug in.


Revision 341 - Directory Listing
Modified Fri Nov 13 16:27:49 2009 UTC (15 years, 3 months ago) by teichmann
Fixed python dictionary exporter to work with new repeat group structure.


Revision 340 - Directory Listing
Modified Wed Oct 28 16:31:02 2009 UTC (15 years, 3 months ago) by teichmann
Allow groups in choices


Revision 339 - Directory Listing
Modified Wed Oct 7 14:02:00 2009 UTC (15 years, 4 months ago) by frank
formed/formed/plugins/export/latex.py:
	Adjusted textprocessing to escape tex-active characters.


Revision 338 - Directory Listing
Modified Wed Oct 7 10:00:49 2009 UTC (15 years, 4 months ago) by teichmann
Adjusted to cope with "semi-complete" implementation of logbook tree structure.


Revision 337 - Directory Listing
Modified Thu Jun 18 12:15:49 2009 UTC (15 years, 8 months ago) by torsten
Fixes of permission in SQL


Revision 336 - Directory Listing
Modified Thu Jun 18 07:00:01 2009 UTC (15 years, 8 months ago) by torsten
Commented out generation of page_views.


Revision 335 - Directory Listing
Modified Wed Jun 17 10:45:48 2009 UTC (15 years, 8 months ago) by torsten
Fixed anonymize function and rolenames


Revision 334 - Directory Listing
Modified Wed Jun 17 09:42:37 2009 UTC (15 years, 8 months ago) by teichmann
SQL Schema generator: s/-/_/ in relation names.


Revision 333 - Directory Listing
Modified Tue May 26 15:21:00 2009 UTC (15 years, 9 months ago) by teichmann
 small optimization in making names unique.



Revision 332 - Directory Listing
Modified Tue May 26 14:12:25 2009 UTC (15 years, 9 months ago) by teichmann
Repaired unique filter for nodecomponent names.



Revision 331 - Directory Listing
Modified Wed May 6 13:25:09 2009 UTC (15 years, 9 months ago) by teichmann
Create only depending repeat groups if no uuid is given.


Revision 330 - Directory Listing
Modified Thu Apr 30 15:56:38 2009 UTC (15 years, 9 months ago) by teichmann
New SQL schema generator plug-in.


Revision 329 - Directory Listing
Modified Tue Apr 28 10:06:31 2009 UTC (15 years, 9 months ago) by teichmann
Added delete functions for repeat group SQL generator.


Revision 328 - Directory Listing
Modified Mon Apr 27 14:54:41 2009 UTC (15 years, 10 months ago) by teichmann
Added functions in repeat group schema generator to create datasets.


Revision 327 - Directory Listing
Modified Fri Apr 24 12:29:32 2009 UTC (15 years, 10 months ago) by teichmann
New plug-in to generate tree structures in database.


Revision 326 - Directory Listing
Modified Thu Apr 16 15:18:22 2009 UTC (15 years, 10 months ago) by teichmann
Fixed RepeatNode and added attribute 'digest'.


Revision 325 - Directory Listing
Modified Thu Apr 16 15:08:53 2009 UTC (15 years, 10 months ago) by teichmann
Rule description plug-in: make 'equal' and 'not equal' more readable with '=' and '<>'.


Revision 324 - Directory Listing
Modified Thu Apr 2 14:24:37 2009 UTC (15 years, 10 months ago) by teichmann
SQL Export: New function to anonymize uuids.


Revision 323 - Directory Listing
Modified Tue Mar 31 15:16:30 2009 UTC (15 years, 10 months ago) by teichmann
SQL schema: Set uuid_id to NULL in case_anonymize().


Revision 322 - Directory Listing
Modified Tue Mar 31 12:44:02 2009 UTC (15 years, 10 months ago) by teichmann
New plug-in to export rules in human readable form (as HTML).



Revision 321 - Directory Listing
Modified Tue Mar 31 10:08:00 2009 UTC (15 years, 10 months ago) by teichmann
Expr engine: 
* Fixes from server
* Raise exceptions if there is less or more than one element on stack
  after compilation of expression.



Revision 320 - Directory Listing
Modified Fri Mar 20 14:40:36 2009 UTC (15 years, 11 months ago) by teichmann
Date rules: Fixed error message.  Generate past and future rules.



Revision 319 - Directory Listing
Modified Mon Mar 16 14:43:03 2009 UTC (15 years, 11 months ago) by teichmann
Expression engine: Forget to call today with context.



Revision 318 - Directory Listing
Modified Mon Mar 16 13:56:19 2009 UTC (15 years, 11 months ago) by teichmann
Fixed syntax typo.

- Diese und die folgenden Zeilen werden ignoriert --

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


Revision 317 - Directory Listing
Modified Mon Mar 16 13:47:57 2009 UTC (15 years, 11 months ago) by teichmann
ConditionalNode inherits from Node directly.



Revision 316 - Directory Listing
Modified Mon Mar 16 13:21:37 2009 UTC (15 years, 11 months ago) by teichmann
Added ConditionalNode.


Revision 315 - Directory Listing
Modified Fri Mar 13 18:18:16 2009 UTC (15 years, 11 months ago) by teichmann
Make the error descriptions in date sequence rules more precise.



Revision 314 - Directory Listing
Modified Fri Mar 13 15:58:54 2009 UTC (15 years, 11 months ago) by teichmann
generate date sequence rules.



Revision 313 - Directory Listing
Modified Fri Mar 13 09:50:05 2009 UTC (15 years, 11 months ago) by teichmann
Use new tree based expression engine.



Revision 312 - Directory Listing
Modified Thu Mar 12 16:14:26 2009 UTC (15 years, 11 months ago) by torsten
Introduced new order attribute in datefields


Revision 311 - Directory Listing
Modified Tue Feb 24 09:05:34 2009 UTC (16 years ago) by teichmann
Allow pages to be 'invisible'.


Revision 310 - Directory Listing
Modified Tue Feb 10 09:58:34 2009 UTC (16 years ago) by teichmann
Fixed problem with description reference tables of radio groups.



Revision 309 - Directory Listing
Modified Fri Feb 6 18:34:38 2009 UTC (16 years ago) by teichmann
SQL exporter: replace '-' in names by '_'.



Revision 308 - Directory Listing
Modified Fri Feb 6 17:41:29 2009 UTC (16 years ago) by teichmann
Make table comparision invariant of insert statements and case.


Revision 307 - Directory Listing
Modified Fri Feb 6 17:24:27 2009 UTC (16 years ago) by teichmann
Repair SQL schema creation for radio groups.



Revision 306 - Directory Listing
Modified Fri Feb 6 13:39:56 2009 UTC (16 years ago) by teichmann
Make FormEd startable again.


Revision 305 - Directory Listing
Modified Thu Jan 22 15:57:51 2009 UTC (16 years, 1 month ago) by torsten
Implemented new version of formedtree


Revision 304 - Directory Listing
Modified Wed Jan 21 15:57:15 2009 UTC (16 years, 1 month ago) by torsten
Changed XSD-Schema generation


Revision 303 - Directory Listing
Modified Tue Jan 20 15:42:35 2009 UTC (16 years, 1 month ago) by torsten
Support Logbook in xsd schema


Revision 302 - Directory Listing
Modified Fri Jan 9 15:54:40 2009 UTC (16 years, 1 month ago) by torsten
Added new repeat node


Revision 301 - Directory Listing
Modified Thu Jan 8 11:57:14 2009 UTC (16 years, 1 month ago) by torsten
Add isset operator to autogenerated rules.


Revision 300 - Directory Listing
Modified Wed Dec 17 10:33:37 2008 UTC (16 years, 2 months ago) by frank
LaTeX export reworked: Section marks and help text placeholder.


Revision 299 - Directory Listing
Modified Thu Dec 4 10:39:22 2008 UTC (16 years, 2 months ago) by teichmann
Expr: Added 'today' which pushes the current date on the stack.



Revision 298 - Directory Listing
Modified Wed Dec 3 11:43:43 2008 UTC (16 years, 2 months ago) by teichmann
Added unknown int -999999 to integer
      fields as an accepted value. Generate schema for radio groups too.




Revision 297 - Directory Listing
Modified Mon Dec 1 10:24:57 2008 UTC (16 years, 2 months ago) by torsten
Generate default rules for required fields


Revision 296 - Directory Listing
Modified Fri Nov 28 11:50:49 2008 UTC (16 years, 2 months ago) by teichmann
Added stub for required fields rules generator. Ported WidgetCollector from Offline client.



Revision 295 - Directory Listing
Modified Thu Nov 27 16:53:42 2008 UTC (16 years, 2 months ago) by torsten
Added new attribute "mark" for rules


Revision 294 - Directory Listing
Modified Mon Nov 10 11:33:03 2008 UTC (16 years, 3 months ago) by torsten
Implemented radio-matrix elements.


Revision 293 - Directory Listing
Modified Wed Nov 5 10:25:24 2008 UTC (16 years, 3 months ago) by torsten
Fixed import error


Revision 292 - Directory Listing
Modified Wed Oct 29 14:59:57 2008 UTC (16 years, 3 months ago) by teichmann
Relative paths in external choices are now possible.


Revision 291 - Directory Listing
Modified Thu Sep 4 10:37:32 2008 UTC (16 years, 5 months ago) by teichmann
Added initial description.


Revision 290 - Directory Listing
Modified Fri Aug 22 09:36:11 2008 UTC (16 years, 6 months ago) by teichmann
Added attribute 'flags'.


Revision 289 - Directory Listing
Modified Thu Aug 21 11:05:17 2008 UTC (16 years, 6 months ago) by teichmann
Indent formed-tree while saving


Revision 288 - Directory Listing
Modified Fri Aug 15 14:00:35 2008 UTC (16 years, 6 months ago) by teichmann
Released under GPLv3


Revision 287 - Directory Listing
Modified Fri Aug 15 13:49:46 2008 UTC (16 years, 6 months ago) by teichmann
Removed tools


Revision 286 - Directory Listing
Modified Fri Aug 15 13:47:28 2008 UTC (16 years, 6 months ago) by teichmann
Move formed on level up because its the only part of the
project now.


Revision 285 - Directory Listing
Modified Fri Aug 15 13:44:39 2008 UTC (16 years, 6 months ago) by teichmann
Remove tools/anonym as it belongs to mpuls WASKA


Revision 284 - Directory Listing
Modified Fri Aug 15 13:42:07 2008 UTC (16 years, 6 months ago) by teichmann
Removed pdf2xfa as it belongs to mpuls.


Revision 283 - Directory Listing
Modified Wed Aug 13 14:42:15 2008 UTC (16 years, 6 months ago) by teichmann
i18n of the plug-ins:


Revision 282 - Directory Listing
Modified Wed Aug 13 13:09:51 2008 UTC (16 years, 6 months ago) by teichmann
First version of FormEd i18n.



Revision 281 - Directory Listing
Modified Fri Aug 8 09:04:09 2008 UTC (16 years, 6 months ago) by teichmann
anonymized export: Only export cases which are not 'schwebend geloescht'.


Revision 280 - Directory Listing
Modified Wed Jul 23 10:45:59 2008 UTC (16 years, 7 months ago) by teichmann
Fixed issue472



Revision 279 - Directory Listing
Modified Thu Jul 17 15:54:29 2008 UTC (16 years, 7 months ago) by teichmann
Anon XML import on eval server: Moved marking of invalid cases from xmlimporter to cron jobs.


Revision 278 - Directory Listing
Modified Mon Jul 7 15:11:06 2008 UTC (16 years, 7 months ago) by torsten
Added LaTeX export and more information on anonymisation to HTML export.


Revision 277 - Directory Listing
Modified Mon Jul 7 11:29:34 2008 UTC (16 years, 7 months ago) by torsten
Added Information on anonymisation to html export


Revision 276 - Directory Listing
Modified Mon Jul 7 10:59:40 2008 UTC (16 years, 7 months ago) by teichmann
Mark cases as inconsistent if they do not fullfill the conditions of valid time evaluation.


Revision 275 - Directory Listing
Modified Mon Jul 7 10:26:03 2008 UTC (16 years, 7 months ago) by teichmann
Updated anon XML import to schema 1.5


Revision 274 - Directory Listing
Modified Mon Jul 7 08:57:17 2008 UTC (16 years, 7 months ago) by teichmann
Synced anon XML import with produktive version.


Revision 273 - Directory Listing
Modified Tue Jun 10 16:19:11 2008 UTC (16 years, 8 months ago) by torsten
Modified permission again


Revision 272 - Directory Listing
Modified Tue Jun 10 15:51:51 2008 UTC (16 years, 8 months ago) by torsten
Grant access permission for anonymize function to admin-ka


Revision 271 - Directory Listing
Modified Wed May 21 14:30:01 2008 UTC (16 years, 9 months ago) by frank
New, export key value tables as excel workbook with one sheet per table.


Revision 270 - Directory Listing
Modified Wed May 21 14:09:35 2008 UTC (16 years, 9 months ago) by teichmann
Brought encoding back to UTF-8


Revision 269 - Directory Listing
Modified Wed May 21 13:26:10 2008 UTC (16 years, 9 months ago) by frank
* tools/formed/formed/plugins/export/xsd.py
	(SchemaCreator._createChoice): Fix use of choices name.


Revision 268 - Directory Listing
Modified Tue Apr 29 14:22:25 2008 UTC (16 years, 9 months ago) by teichmann
Use substitution group to allow arbitrary order of repeat groups
in XSD exporter.



Revision 267 - Directory Listing
Modified Tue Apr 29 13:13:25 2008 UTC (16 years, 9 months ago) by teichmann
Removed needless character in XSD exporter.



Revision 266 - Directory Listing
Modified Tue Apr 29 10:10:16 2008 UTC (16 years, 9 months ago) by teichmann
Added annotations to fields in XSD export



Revision 265 - Directory Listing
Modified Tue Apr 29 08:14:07 2008 UTC (16 years, 9 months ago) by teichmann
Added support for choice fields in XSD export.


Revision 264 - Directory Listing
Modified Tue Apr 29 06:30:31 2008 UTC (16 years, 9 months ago) by teichmann
Added support for boolean fields in XSD export.


Revision 263 - Directory Listing
Modified Mon Apr 28 21:50:48 2008 UTC (16 years, 9 months ago) by teichmann
Added support for date, text, textarea fields in XSD export.


Revision 262 - Directory Listing
Modified Mon Apr 28 21:11:48 2008 UTC (16 years, 9 months ago) by teichmann
Added support for repeat groups and integers in XSD export.


Revision 261 - Directory Listing
Modified Mon Apr 28 14:30:26 2008 UTC (16 years, 9 months ago) by teichmann
Added stub for new xml schema exporter plug-in.


Revision 260 - Directory Listing
Modified Thu Apr 17 08:54:19 2008 UTC (16 years, 10 months ago) by torsten
Changed WHERE clause of view to work with group permissions


Revision 259 - Directory Listing
Modified Wed Apr 9 15:48:37 2008 UTC (16 years, 10 months ago) by teichmann
Added cron job script to delete old anonymized cases from database.


Revision 258 - Directory Listing
Modified Tue Apr 1 13:01:15 2008 UTC (16 years, 10 months ago) by teichmann
Anoymnized XML export.

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



Revision 257 - Directory Listing
Modified Wed Mar 12 15:10:10 2008 UTC (16 years, 11 months ago) by torsten
Updated import.cron


Revision 256 - Directory Listing
Modified Wed Mar 12 10:18:23 2008 UTC (16 years, 11 months ago) by teichmann
SQL schema exporter:

Fixed a bug in anonymization code of repeat groups.



Revision 255 - Directory Listing
Modified Tue Mar 11 16:54:29 2008 UTC (16 years, 11 months ago) by teichmann
SQL schema exporter: 

anonymize_case-Generator:
Generate no update statements for relations which have no anonym functions applied.


Revision 254 - Directory Listing
Modified Tue Mar 11 14:31:23 2008 UTC (16 years, 11 months ago) by teichmann
SQL schema exporter: Added a newline in last line.



Revision 253 - Directory Listing
Modified Tue Mar 11 14:16:48 2008 UTC (16 years, 11 months ago) by teichmann
SQL schema exporter:
Fix syntax of generated anonymize_case() function.
  


Revision 252 - Directory Listing
Modified Tue Mar 11 11:50:56 2008 UTC (16 years, 11 months ago) by teichmann
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 - Directory Listing
Modified Thu Mar 6 14:47:24 2008 UTC (16 years, 11 months ago) by teichmann
* Removed query print in anonym xmlimport
* Print generation date of db schema in ISO.



Revision 250 - Directory Listing
Modified Mon Mar 3 14:56:05 2008 UTC (16 years, 11 months ago) by torsten
Added "WHERE" clause


Revision 249 - Directory Listing
Modified Mon Mar 3 13:54:32 2008 UTC (16 years, 11 months ago) by torsten
Added deleting of old cases


Revision 248 - Directory Listing
Modified Mon Mar 3 11:34:33 2008 UTC (16 years, 11 months ago) by torsten
Changed seperator in the filename


Revision 247 - Directory Listing
Modified Mon Mar 3 10:26:38 2008 UTC (16 years, 11 months ago) by torsten
Added Changenote


Revision 246 - Directory Listing
Modified Mon Mar 3 10:22:35 2008 UTC (16 years, 11 months ago) by torsten
Modified script to be used in the production environment.


Revision 245 - Directory Listing
Modified Wed Feb 27 13:46:00 2008 UTC (16 years, 11 months ago) by teichmann
XML import: fixed bug in date conversion.


Revision 244 - Directory Listing
Modified Wed Feb 27 11:56:51 2008 UTC (17 years ago) by teichmann
Simplified the XML import.


Revision 243 - Directory Listing
Modified Wed Feb 27 08:54:46 2008 UTC (17 years ago) by torsten
Tried to fix the xml import. Cases get now created at least


Revision 242 - Directory Listing
Modified Wed Feb 27 07:13:31 2008 UTC (17 years ago) by teichmann
Various bug fixes for XML import of anonymous cases.


Revision 241 - Directory Listing
Modified Tue Feb 26 15:38:42 2008 UTC (17 years ago) by teichmann
XML import added support for getopt and fkz imforcement.


Revision 240 - Directory Listing
Modified Tue Feb 26 14:14:15 2008 UTC (17 years ago) by teichmann
XML import: implementes logic to create/update cases.



Revision 239 - Directory Listing
Modified Mon Feb 25 21:51:02 2008 UTC (17 years ago) by teichmann
Fixed logic bug in CSV joiner.


Revision 238 - Directory Listing
Modified Mon Feb 25 17:08:20 2008 UTC (17 years ago) by teichmann
Merged


Revision 237 - Directory Listing
Modified Mon Feb 25 15:03:38 2008 UTC (17 years ago) by torsten
Added script to automate the import auf xml files 


Revision 236 - Directory Listing
Modified Mon Feb 25 14:45:20 2008 UTC (17 years ago) by teichmann
Merged


Revision 235 - Directory Listing
Modified Mon Feb 25 12:58:41 2008 UTC (17 years ago) by torsten
Added scripts to automate the export


Revision 234 - Directory Listing
Modified Mon Feb 25 11:41:32 2008 UTC (17 years ago) by teichmann
Added generation of SQL update statements.


Revision 233 - Directory Listing
Modified Mon Feb 25 06:35:39 2008 UTC (17 years ago) by teichmann
Added support for reading files generated by XML export.


Revision 232 - Directory Listing
Modified Sun Feb 24 19:12:08 2008 UTC (17 years ago) by teichmann
Added new plug-in for simplified HTML output.
Added new plug-in for dumping schema as python dictionaries.



Revision 231 - Directory Listing
Modified Tue Feb 19 16:07:25 2008 UTC (17 years ago) by teichmann
Added XML exporter for cases.


Revision 230 - Directory Listing
Modified Mon Feb 18 15:03:06 2008 UTC (17 years ago) by teichmann
Separated CSV export by '\t' now.


Revision 229 - Directory Listing
Modified Fri Feb 15 17:23:32 2008 UTC (17 years ago) by teichmann
Added simple script to fetch anonymous data from database.


Revision 228 - Directory Listing
Modified Thu Feb 14 14:37:54 2008 UTC (17 years ago) by teichmann
SQL schema generator: Exchanged name erase_value with suppress_value/suppress_value2.



Revision 227 - Directory Listing
Modified Wed Feb 13 16:44:26 2008 UTC (17 years ago) by teichmann
SQL schema generator: substitute 'erase_value' with NULL value.



Revision 226 - Directory Listing
Modified Wed Feb 13 16:22:13 2008 UTC (17 years ago) by teichmann
SQL schema exporter:
    output id, master_id
    and uuid_id in anonymiziation views too.



Revision 225 - Directory Listing
Modified Wed Feb 13 16:07:19 2008 UTC (17 years ago) by teichmann
SQL schema generator:
    Added generation of anonymiziation views for master table views and repeat group
	views.



Revision 224 - Directory Listing
Modified Wed Feb 13 12:08:21 2008 UTC (17 years ago) by teichmann
- Added attribute "function" in FormEd nodes
- Save XML attribiutes in alphabetical order.



Revision 223 - Directory Listing
Modified Sat Feb 2 16:54:15 2008 UTC (17 years ago) by teichmann
FormEd / SQL schema exporter:
    Added update rule for master table and repeat groups.
    Granted update right to :cm_ka_group.



Revision 222 - Directory Listing
Modified Fri Feb 1 11:50:39 2008 UTC (17 years ago) by teichmann
FormEd / SQL schema exporter:

Added a column 'uuid_id' to master table and repeat groups.
Also added unique constraints to these columns. 



Revision 221 - Directory Listing
Modified Mon Dec 10 14:03:52 2007 UTC (17 years, 2 months ago) by teichmann
pdf2xfa: Added property to specify the name of the XML root node.

Revision 220 - Directory Listing
Modified Thu Nov 22 08:44:28 2007 UTC (17 years, 3 months ago) by teichmann
pdf2xfa: Added boot scripts for GNU/Linux

Revision 219 - Directory Listing
Modified Wed Nov 21 14:06:46 2007 UTC (17 years, 3 months ago) by teichmann
pdf2xfa: Added logging to daemon

Revision 218 - Directory Listing
Modified Fri Nov 16 18:06:59 2007 UTC (17 years, 3 months ago) by teichmann
added invisible flag for info fields

Revision 217 - Directory Listing
Modified Fri Nov 16 17:14:15 2007 UTC (17 years, 3 months ago) by frank
tools/formed/formed/plugins/export/sql.py (createSchema):
	Append only column "bearbeiter_id", standins are modelled by a 
	separate table.


Revision 216 - Directory Listing
Modified Wed Nov 7 13:02:52 2007 UTC (17 years, 3 months ago) by teichmann
Fixed small bugs with  node components

Revision 215 - Directory Listing
Modified Wed Nov 7 11:52:47 2007 UTC (17 years, 3 months ago) by teichmann
Added a field 'alternative' to all node components

Revision 214 - Directory Listing
Modified Fri Nov 2 10:13:18 2007 UTC (17 years, 3 months ago) by frank
tools/formed/formed/plugins/export/sql.py: New WHERE-clause for views.


Revision 213 - Directory Listing
Modified Tue Oct 23 14:39:20 2007 UTC (17 years, 4 months ago) by frank
* tools/formed/formed/plugins/export/sql.py: 
	Set default value (-1) for choices and bools.


Revision 212 - Directory Listing
Modified Sun Oct 21 10:01:36 2007 UTC (17 years, 4 months ago) by frank
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 - Directory Listing
Modified Sun Oct 21 09:45:58 2007 UTC (17 years, 4 months ago) by frank
* 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 - Directory Listing
Modified Fri Oct 19 07:31:04 2007 UTC (17 years, 4 months ago) by frank
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements for views.


Revision 209 - Directory Listing
Modified Thu Oct 18 16:30:53 2007 UTC (17 years, 4 months ago) by teichmann
pdf2xfa: flush out going xml

Revision 208 - Directory Listing
Modified Wed Oct 17 10:32:07 2007 UTC (17 years, 4 months ago) by teichmann
pdf2xfa: added script to build production jar

Revision 207 - Directory Listing
Modified Tue Oct 16 13:20:39 2007 UTC (17 years, 4 months ago) by teichmann
db export: "Ja", "Nein", "Keine Angabe" are not modelled as BOOLEANs any more.

Revision 206 - Directory Listing
Modified Sun Oct 7 13:09:56 2007 UTC (17 years, 4 months ago) by teichmann
SQL exporter: Added remaining update rules.

Revision 205 - Directory Listing
Modified Sun Oct 7 12:52:21 2007 UTC (17 years, 4 months ago) by teichmann
SQL exporter: Added some UPDATE rules.

Revision 204 - Directory Listing
Modified Sun Oct 7 10:37:02 2007 UTC (17 years, 4 months ago) by teichmann
SQL exporter: bug fix for INSERT/DELETE rules.

Revision 203 - Directory Listing
Modified Sun Oct 7 10:11:33 2007 UTC (17 years, 4 months ago) by teichmann
SQL exporter: added DELETE and INSERT rules.

Revision 202 - Directory Listing
Modified Sun Oct 7 09:48:51 2007 UTC (17 years, 4 months ago) by teichmann
SQL exporter: factored out legacy exporters to separate file.

Revision 201 - Directory Listing
Modified Sat Oct 6 21:17:00 2007 UTC (17 years, 4 months ago) by teichmann
Initial import of the PDF to XFA server

Revision 200 - Directory Listing
Modified Sat Oct 6 15:17:38 2007 UTC (17 years, 4 months ago) by teichmann
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 - Directory Listing
Modified Fri Oct 5 10:26:06 2007 UTC (17 years, 4 months ago) by teichmann
sql export: Select ids of underlaying tables in views too.

Revision 198 - Directory Listing
Modified Thu Oct 4 15:38:40 2007 UTC (17 years, 4 months ago) by teichmann
sql export: various bugfixes

Revision 197 - Directory Listing
Modified Thu Oct 4 14:14:34 2007 UTC (17 years, 4 months ago) by teichmann
sql export: schema export includes views for pages now.

Revision 196 - Directory Listing
Modified Mon Oct 1 14:27:56 2007 UTC (17 years, 4 months ago) by teichmann
web plugin: ignore repeat groups while rendering pages.

Revision 195 - Directory Listing
Modified Mon Oct 1 14:21:55 2007 UTC (17 years, 4 months ago) by teichmann
Added visitor traversals for document trees. Rewrote Page.allWidgets() to use them.

Revision 194 - Directory Listing
Modified Thu Sep 27 10:18:08 2007 UTC (17 years, 5 months ago) by torsten
nameplugin: pages will now the transformed into db-friendly names as well.


Revision 193 - Directory Listing
Modified Wed Sep 26 23:49:44 2007 UTC (17 years, 5 months ago) by teichmann
sql export: prepare for exporting new views

Revision 192 - Directory Listing
Modified Wed Sep 26 18:20:40 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Add flag to pipe content through tidylib to produce valid HTML

Revision 191 - Directory Listing
Modified Tue Sep 25 17:00:50 2007 UTC (17 years, 5 months ago) by torsten
webplugin: fix on viewrenderer


Revision 190 - Directory Listing
Modified Fri Sep 21 09:30:39 2007 UTC (17 years, 5 months ago) by teichmann
SQL schema exporter: Added generation time
  and DROP TABLE statements.

Revision 189 - Directory Listing
Modified Thu Sep 20 19:46:34 2007 UTC (17 years, 5 months ago) by teichmann
SQL schema exporter: The tables are generated in correct topolocial order now.

Revision 188 - Directory Listing
Modified Thu Sep 20 14:32:32 2007 UTC (17 years, 5 months ago) by teichmann
Add a new filter to export document in a given mode

Revision 187 - Directory Listing
Modified Wed Sep 19 16:25:33 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: made the view renderer a real view renderer.

Revision 186 - Directory Listing
Modified Mon Sep 17 19:25:05 2007 UTC (17 years, 5 months ago) by torsten
Webplugin: Small tweaks in formrendering


Revision 185 - Directory Listing
Modified Mon Sep 17 16:30:44 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Fixed a few smaller bugs in the layout engine.

Revision 184 - Directory Listing
Modified Mon Sep 17 14:52:49 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: use new layoutable formular renderer

Revision 183 - Directory Listing
Modified Mon Sep 17 05:33:06 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Added a new view renderer (not working yet)

Revision 182 - Directory Listing
Modified Thu Sep 13 16:40:31 2007 UTC (17 years, 5 months ago) by torsten
renamingfilter: bugfix


Revision 181 - Directory Listing
Modified Wed Sep 12 12:48:48 2007 UTC (17 years, 5 months ago) by torsten
webplugin: renamed header of the formular navigation


Revision 180 - Directory Listing
Modified Wed Sep 12 12:06:27 2007 UTC (17 years, 5 months ago) by torsten
webplugin: Added errormsg for choicelists. prettyprint bad values


Revision 179 - Directory Listing
Modified Wed Sep 12 10:15:53 2007 UTC (17 years, 5 months ago) by torsten
Webplugin: Fixed bug that choicelist did not get selected when the value is set to "0"


Revision 178 - Directory Listing
Modified Wed Sep 12 08:42:31 2007 UTC (17 years, 5 months ago) by torsten
Some renaming issues. Introduced new getPrintableData method in formdata


Revision 177 - Directory Listing
Modified Tue Sep 11 23:12:02 2007 UTC (17 years, 5 months ago) by teichmann
Persistence is now implemented with filters.

Revision 176 - Directory Listing
Modified Tue Sep 11 22:24:57 2007 UTC (17 years, 5 months ago) by teichmann
Using XML instead of pickle/unpickle as data persistence layer.

Revision 175 - Directory Listing
Modified Tue Sep 11 17:21:55 2007 UTC (17 years, 5 months ago) by teichmann
Added a simple way to make MemoryDataStores persitent through pickle/unpickle

Revision 174 - Directory Listing
Modified Tue Sep 11 17:06:03 2007 UTC (17 years, 5 months ago) by torsten
Changed name of the application from "formed" to "waska" on the welcomepage


Revision 173 - Directory Listing
Modified Tue Sep 11 16:47:38 2007 UTC (17 years, 5 months ago) by torsten
Fixed substitution in PageInfoRenderer


Revision 172 - Directory Listing
Modified Tue Sep 11 16:34:41 2007 UTC (17 years, 5 months ago) by torsten
Added project infopage


Revision 171 - Directory Listing
Modified Tue Sep 11 14:19:29 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: fixed unicode conversion issues with error messages (once again).

Revision 170 - Directory Listing
Modified Tue Sep 11 14:16:47 2007 UTC (17 years, 5 months ago) by torsten
Added alt tags to icons


Revision 169 - Directory Listing
Modified Tue Sep 11 14:02:53 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: fixed rendering wrong h-sizes of infos. Fixed label generation of ints, texts and textareas.

Revision 168 - Directory Listing
Modified Tue Sep 11 13:28:29 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Add semantic check for bool fields.

Revision 167 - Directory Listing
Modified Tue Sep 11 13:21:33 2007 UTC (17 years, 5 months ago) by torsten
Various small changes (renaming, eyecandy). Added notImplementedRenderer.


Revision 166 - Directory Listing
Modified Tue Sep 11 09:16:48 2007 UTC (17 years, 5 months ago) by torsten
Implemented "lookAhead" alogrithm for linking group elements within the
formular navigation


Revision 165 - Directory Listing
Modified Mon Sep 10 21:03:35 2007 UTC (17 years, 5 months ago) by torsten
Small design changes and a small fix when rendering the welcomepage


Revision 164 - Directory Listing
Modified Mon Sep 10 17:10:26 2007 UTC (17 years, 5 months ago) by torsten
Some work on error messages and html code generation


Revision 163 - Directory Listing
Modified Mon Sep 10 13:44:46 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: hilight selected page in page navigation.

Revision 162 - Directory Listing
Modified Mon Sep 10 13:31:13 2007 UTC (17 years, 5 months ago) by torsten
Fixes on displaying the correct data when changing datasets.
DataSetDigestRenderer now uses the correct formdata values.


Revision 161 - Directory Listing
Modified Mon Sep 10 13:22:13 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: pretty print form data

Revision 160 - Directory Listing
Modified Mon Sep 10 12:46:10 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Modified creation of errors stats a bit to avoid extra error on page.

Revision 159 - Directory Listing
Modified Mon Sep 10 12:17:17 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Fixed storage problem of radio groups-

Revision 158 - Directory Listing
Modified Mon Sep 10 10:54:02 2007 UTC (17 years, 5 months ago) by torsten
Removed session remaining session artifacts when deleting datasets


Revision 157 - Directory Listing
Modified Mon Sep 10 10:41:35 2007 UTC (17 years, 5 months ago) by torsten
Finished moving renderes and added new Class ErrorStats


Revision 156 - Directory Listing
Modified Mon Sep 10 10:33:37 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Fix storage problem with select fields.

Revision 155 - Directory Listing
Modified Mon Sep 10 01:09:59 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Add a class to track errors in the session.

Revision 154 - Directory Listing
Modified Sun Sep 9 23:19:16 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Fixed problem not to be able to set data on first page.

Revision 153 - Directory Listing
Modified Sun Sep 9 22:21:06 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: FormData interface has now separate methods for data, help and errors.

Revision 152 - Directory Listing
Modified Sun Sep 9 20:47:38 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Make rule checking work

Revision 151 - Directory Listing
Modified Fri Sep 7 15:00:47 2007 UTC (17 years, 5 months ago) by torsten
Moved more methods into renderer.py


Revision 150 - Directory Listing
Modified Fri Sep 7 13:12:51 2007 UTC (17 years, 5 months ago) by torsten
Added new renderer.py


Revision 149 - Directory Listing
Modified Fri Sep 7 13:06:35 2007 UTC (17 years, 5 months ago) by torsten
Started do refactor the controllers and renderes. 
Renaming files.


Revision 148 - Directory Listing
Modified Fri Sep 7 09:43:13 2007 UTC (17 years, 5 months ago) by torsten
Provided formdata in the renderes


Revision 147 - Directory Listing
Modified Thu Sep 6 21:15:20 2007 UTC (17 years, 5 months ago) by torsten
Changes on the rendering output, and small semantic fixes


Revision 146 - Directory Listing
Modified Thu Sep 6 16:06:05 2007 UTC (17 years, 5 months ago) by torsten
Mainly added confirmation dialogs. Fix for delete in DatasetStore


Revision 145 - Directory Listing
Modified Thu Sep 6 10:59:24 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: add simple support for storing entered data in session.

Revision 144 - Directory Listing
Modified Thu Sep 6 09:29:28 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Do not fetch a dataset from backend each time a page is up to edit.

Revision 143 - Directory Listing
Modified Thu Sep 6 08:54:26 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Fix bug when ask for a non-existent page.

Revision 142 - Directory Listing
Modified Thu Sep 6 08:40:18 2007 UTC (17 years, 5 months ago) by teichmann
clean up web controllers a bit

Revision 141 - Directory Listing
Modified Thu Sep 6 05:47:42 2007 UTC (17 years, 5 months ago) by teichmann
web plug-in: Moved request handlers and renderers to a new file.

Revision 140 - Directory Listing
Modified Wed Sep 5 21:15:41 2007 UTC (17 years, 5 months ago) by torsten
Small changes in the web template. Changed links in the menu to call the new
create, modify, and delete functions.


Revision 139 - Directory Listing
Modified Wed Sep 5 20:05:33 2007 UTC (17 years, 5 months ago) by teichmann
Removed bisect from MemoryDataStore. Fixed various issues in web plug-in.

Revision 138 - Directory Listing
Modified Wed Sep 5 15:05:41 2007 UTC (17 years, 5 months ago) by torsten
Added create, update, delete and show handlers


Revision 137 - Directory Listing
Modified Tue Sep 4 21:15:48 2007 UTC (17 years, 5 months ago) by teichmann
New dictionary/reg-ex infrastructure for the web plug-in.

Revision 136 - Directory Listing
Modified Tue Sep 4 13:02:00 2007 UTC (17 years, 5 months ago) by torsten
Added help messages to the html output


Revision 135 - Directory Listing
Modified Tue Sep 4 12:29:58 2007 UTC (17 years, 5 months ago) by teichmann
Improve caching for web plug-in. Fixed a problem with static content.

Revision 134 - Directory Listing
Modified Tue Sep 4 08:58:45 2007 UTC (17 years, 5 months ago) by teichmann
Set MIME type to "application/xhtml+xml" when serving help texts in web plug-in.

Revision 133 - Directory Listing
Modified Mon Sep 3 20:49:15 2007 UTC (17 years, 5 months ago) by teichmann
Add a new export filter for printing pairwise differences bewtween all modes.

Revision 132 - Directory Listing
Modified Mon Sep 3 14:49:12 2007 UTC (17 years, 5 months ago) by teichmann
Add support for help texts.

Revision 131 - Directory Listing
Modified Mon Sep 3 14:27:52 2007 UTC (17 years, 5 months ago) by torsten
Only visible groups are rendered in formular navigation.
Pages in thee form navigation does have their onw style now.


Revision 130 - Directory Listing
Modified Mon Sep 3 12:57:52 2007 UTC (17 years, 5 months ago) by torsten
Added page error output in main.tmpl


Revision 129 - Directory Listing
Modified Mon Sep 3 10:57:13 2007 UTC (17 years, 5 months ago) by frank
* tools/formed/formed/plugins/export/html.py
	(RecursiveExporter): Added annotation to export
	(fillRow()): Renamed old fillNine to this more generic name.


Revision 128 - Directory Listing
Modified Mon Sep 3 10:40:59 2007 UTC (17 years, 5 months ago) by teichmann
Web renderer uses the decorator from model.misc now.

Revision 127 - Directory Listing
Modified Mon Sep 3 09:15:57 2007 UTC (17 years, 5 months ago) by teichmann
Added an annotation attribute to tree items.

Revision 126 - Directory Listing
Modified Mon Sep 3 08:06:19 2007 UTC (17 years, 5 months ago) by frank
* tools/formed/formed/plugins/export/html.py: Export Choice option 
	as simple list instead of collection of bools.


Revision 125 - Directory Listing
Modified Mon Sep 3 08:05:01 2007 UTC (17 years, 5 months ago) by frank
(NodeComponent.getParent): New method to get node components parent.


Revision 124 - Directory Listing
Modified Sun Sep 2 20:53:29 2007 UTC (17 years, 5 months ago) by teichmann
Added interfaces to abstract from data persistent details.

Revision 123 - Directory Listing
Modified Sun Sep 2 11:39:40 2007 UTC (17 years, 5 months ago) by teichmann
Fixed constructor chains for FileDialogFilter sub classes.

Revision 122 - Directory Listing
Modified Sun Sep 2 11:12:25 2007 UTC (17 years, 5 months ago) by teichmann
Factorized decorator out of HTML table exporter to a separate class.

Revision 121 - Directory Listing
Modified Sun Sep 2 10:44:53 2007 UTC (17 years, 5 months ago) by teichmann
Make HTML table exporter use the new FileDialogFilter base class too.

Revision 120 - Directory Listing
Modified Sun Sep 2 10:28:16 2007 UTC (17 years, 5 months ago) by teichmann
Added a new common base class for file exporters which pulls up a file dialog.

Revision 119 - Directory Listing
Modified Fri Aug 31 19:43:22 2007 UTC (17 years, 5 months ago) by teichmann
Make mode check in HTML table export work again.

Revision 118 - Directory Listing
Modified Fri Aug 31 18:43:24 2007 UTC (17 years, 5 months ago) by torsten
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 - Directory Listing
Modified Fri Aug 31 15:15:14 2007 UTC (17 years, 5 months ago) by torsten
Changed Navigation redering to recursive mode to be able to render the
hirachically documnt structure


Revision 116 - Directory Listing
Modified Fri Aug 31 13:54:12 2007 UTC (17 years, 5 months ago) by teichmann
Added an exporter for SQL table views.

Revision 115 - Directory Listing
Modified Thu Aug 30 16:17:09 2007 UTC (17 years, 5 months ago) by teichmann
Added stored procedure export filter.

Revision 114 - Directory Listing
Modified Thu Aug 30 16:03:36 2007 UTC (17 years, 5 months ago) by torsten
Forgot to commented out Dummy error generation. 


Revision 113 - Directory Listing
Modified Thu Aug 30 15:52:54 2007 UTC (17 years, 5 months ago) by torsten
Added new interface get bundeled formular errors. 


Revision 112 - Directory Listing
Modified Thu Aug 30 13:51:27 2007 UTC (17 years, 5 months ago) by torsten
Prepared formular renderer for displaying nice error messages


Revision 111 - Directory Listing
Modified Thu Aug 30 10:48:36 2007 UTC (17 years, 5 months ago) by frank
tools/formed/formed/plugins/export/sql.py 
	(SchemaCreator.createSchema, SchemaCreator._createGroup):
	Fixed typo in created DDS (PRIMRAY -> PRIMARY)


Revision 110 - Directory Listing
Modified Wed Aug 29 16:40:50 2007 UTC (17 years, 5 months ago) by torsten
Added small helper function for quoting in sql statements


Revision 109 - Directory Listing
Modified Wed Aug 29 14:34:56 2007 UTC (17 years, 5 months ago) by teichmann
Added foreign keys for repeat tables in SQL generator.

Revision 108 - Directory Listing
Modified Wed Aug 29 11:08:01 2007 UTC (17 years, 5 months ago) by teichmann
Check tables in SQL export to avoid creation of tables of same content.

Revision 107 - Directory Listing
Modified Wed Aug 29 10:32:33 2007 UTC (17 years, 5 months ago) by teichmann
Rewritten SQL exporter to produce _real_ SQL and respect repeat groups.

Revision 106 - Directory Listing
Modified Wed Aug 29 04:52:05 2007 UTC (17 years, 5 months ago) by teichmann
Renamed GroupNode.getRepeat() to .isRepeat and return a bool. Fixed a bug in Page.allWidgets().

Revision 105 - Directory Listing
Modified Tue Aug 28 13:30:37 2007 UTC (17 years, 6 months ago) by torsten
Did some modification on the html code generation.


Revision 104 - Directory Listing
Modified Tue Aug 28 11:04:56 2007 UTC (17 years, 6 months ago) by teichmann
Removed support of logica groups.

Revision 103 - Directory Listing
Modified Tue Aug 28 10:58:53 2007 UTC (17 years, 6 months ago) by teichmann
Avoid saving empty attributes.

Revision 102 - Directory Listing
Modified Tue Aug 28 09:57:55 2007 UTC (17 years, 6 months ago) by teichmann
Added "repeat" and "invisible" attributes to group.

Revision 101 - Directory Listing
Modified Mon Aug 27 17:47:57 2007 UTC (17 years, 6 months ago) by torsten
Added missing Changenote


Revision 100 - Directory Listing
Modified Mon Aug 27 17:42:47 2007 UTC (17 years, 6 months ago) by torsten
Started to tweak the html code generating to include stylesheet stuff.


Revision 99 - Directory Listing
Modified Mon Aug 27 15:16:39 2007 UTC (17 years, 6 months ago) by teichmann
Added a logical group. Useful for indicating external tables in DB schemes.

Revision 98 - Directory Listing
Modified Mon Aug 27 13:50:20 2007 UTC (17 years, 6 months ago) by teichmann
Added support of static content for web plugin.

Revision 97 - Directory Listing
Modified Mon Aug 27 13:29:32 2007 UTC (17 years, 6 months ago) by teichmann
Added MIME type support for web plugin.

Revision 96 - Directory Listing
Modified Mon Aug 27 12:31:39 2007 UTC (17 years, 6 months ago) by teichmann
Make root of static HTML content configurable via FORMED

Revision 95 - Directory Listing
Modified Sun Aug 26 20:44:47 2007 UTC (17 years, 6 months ago) by teichmann
Introduces (sort of) CSS and template support for HTML rendering. Fixed several mode related issues.

Revision 94 - Directory Listing
Modified Sun Aug 26 16:39:32 2007 UTC (17 years, 6 months ago) by teichmann
Factorized HTTP server code out to separate module.

Revision 93 - Directory Listing
Modified Sun Aug 26 14:25:33 2007 UTC (17 years, 6 months ago) by teichmann
Added rule items

Revision 92 - Directory Listing
Modified Fri Aug 24 16:51:35 2007 UTC (17 years, 6 months ago) by torsten
Fixes in forumlar name generation an SQL syntax


Revision 91 - Directory Listing
Modified Fri Aug 24 13:31:25 2007 UTC (17 years, 6 months ago) by torsten
Code formating issue.


Revision 90 - Directory Listing
Modified Fri Aug 24 13:25:30 2007 UTC (17 years, 6 months ago) by torsten
SQL generation improved and separated code for making the formular names more
  2 database friendly


Revision 89 - Directory Listing
Modified Fri Aug 24 13:18:07 2007 UTC (17 years, 6 months ago) by teichmann
Print lengths of external choice lists in HTML table output.

Revision 88 - Directory Listing
Modified Fri Aug 24 10:12:49 2007 UTC (17 years, 6 months ago) by teichmann
Workaround for adding and removing modes.

Revision 87 - Directory Listing
Modified Fri Aug 24 10:01:41 2007 UTC (17 years, 6 months ago) by teichmann
Fixed a small problem with cumulative modes.

Revision 86 - Directory Listing
Modified Fri Aug 24 08:42:05 2007 UTC (17 years, 6 months ago) by teichmann
Dump the items of radio groups and choise in HTML table export too.

Revision 85 - Directory Listing
Modified Fri Aug 24 08:08:15 2007 UTC (17 years, 6 months ago) by torsten
Modified renaming by formular name function


Revision 84 - Directory Listing
Modified Fri Aug 24 05:54:40 2007 UTC (17 years, 6 months ago) by teichmann
Tweaked HTML table generator a bit

Revision 83 - Directory Listing
Modified Thu Aug 23 18:13:38 2007 UTC (17 years, 6 months ago) by teichmann
Factorized HTML and SQL exporter out to a different package.

Revision 82 - Directory Listing
Modified Thu Aug 23 16:07:37 2007 UTC (17 years, 6 months ago) by torsten
Added new pseudo SQL Exportfilter


Revision 81 - Directory Listing
Modified Thu Aug 23 09:52:47 2007 UTC (17 years, 6 months ago) by teichmann
Add a new HTML export filter

Revision 80 - Directory Listing
Modified Thu Aug 23 09:49:22 2007 UTC (17 years, 6 months ago) by torsten
Added small script to extract fields and options from the formlar XFA data.


Revision 79 - Directory Listing
Modified Thu Aug 23 08:33:28 2007 UTC (17 years, 6 months ago) by teichmann
Added "all" mode.

Revision 78 - Directory Listing
Modified Wed Aug 22 18:21:01 2007 UTC (17 years, 6 months ago) by teichmann
Removed support for switch nodes. BEWARE: This breaks compatibility with older documents!

Revision 77 - Directory Listing
Modified Wed Aug 22 15:25:59 2007 UTC (17 years, 6 months ago) by teichmann
Selected mode is stoed in main now.

Revision 76 - Directory Listing
Modified Wed Aug 22 15:17:20 2007 UTC (17 years, 6 months ago) by teichmann
Attributes in GUI attribute able are now alphabetically sorted.

Revision 75 - Directory Listing
Modified Wed Aug 22 14:15:41 2007 UTC (17 years, 6 months ago) by teichmann
Use the new modes policy in rendering and tree walk.

Revision 74 - Directory Listing
Modified Wed Aug 22 10:09:55 2007 UTC (17 years, 6 months ago) by teichmann
Added an attribute 'modes' to NodeComponents.

Revision 73 - Directory Listing
Modified Wed Aug 22 05:33:46 2007 UTC (17 years, 6 months ago) by teichmann
Small cosmetic cleanup on finding the prev/next pages.

Revision 72 - Directory Listing
Modified Tue Aug 21 19:09:35 2007 UTC (17 years, 6 months ago) by teichmann
Fix the hidden page field in HTML renderer again.

Revision 71 - Directory Listing
Modified Tue Aug 21 18:52:22 2007 UTC (17 years, 6 months ago) by teichmann
Fixed double generation of hidden page field in HTML renderer.

Revision 70 - Directory Listing
Modified Tue Aug 21 13:47:30 2007 UTC (17 years, 6 months ago) by teichmann
Added semantic checks for radio groups

Revision 69 - Directory Listing
Modified Tue Aug 21 13:37:04 2007 UTC (17 years, 6 months ago) by teichmann
Added semantic checks for choices

Revision 68 - Directory Listing
Modified Tue Aug 21 13:28:35 2007 UTC (17 years, 6 months ago) by frank
* contrib/convert-formedtree2html.xsl: Display switch nodes as alternatives.


Revision 67 - Directory Listing
Modified Tue Aug 21 13:15:51 2007 UTC (17 years, 6 months ago) by frank
* contrib/convert-formedtree2html.xsl:
        Replace technical types with readable descriptions


Revision 66 - Directory Listing
Modified Tue Aug 21 13:05:23 2007 UTC (17 years, 6 months ago) by teichmann
Delete unset parameters from current page out of semantic box.

Revision 65 - Directory Listing
Modified Tue Aug 21 09:44:23 2007 UTC (17 years, 6 months ago) by teichmann
Fixed an encoding issue with incoming UTF-8 data.

Revision 64 - Directory Listing
Modified Tue Aug 21 09:11:58 2007 UTC (17 years, 6 months ago) by teichmann
Added a method to find all widgets of a given page. Fixed a bug when walking a switch with a given mode.

Revision 63 - Directory Listing
Modified Tue Aug 21 07:55:37 2007 UTC (17 years, 6 months ago) by torsten
Fixed file-encoding to latin-1


Revision 62 - Directory Listing
Modified Tue Aug 21 04:56:42 2007 UTC (17 years, 6 months ago) by teichmann
Added a mode parameter to NodeComponent.walk() and overwrite it for switches. Simplified HTML rendering for switches.

Revision 61 - Directory Listing
Modified Tue Aug 21 04:21:54 2007 UTC (17 years, 6 months ago) by teichmann
Add semantic tests for texts. Set accept-charset in generated HTML form to UTF-8

Revision 60 - Directory Listing
Modified Mon Aug 20 15:14:58 2007 UTC (17 years, 6 months ago) by teichmann
Added semantic tests for dates.

Revision 59 - Directory Listing
Modified Mon Aug 20 13:16:31 2007 UTC (17 years, 6 months ago) by teichmann
Added new module for semantic checking.

Revision 58 - Directory Listing
Modified Mon Aug 20 13:03:22 2007 UTC (17 years, 6 months ago) by torsten
Fixed syntax in selection field generation.


Revision 57 - Directory Listing
Modified Sun Aug 19 19:39:44 2007 UTC (17 years, 6 months ago) by teichmann
Added simple cookie based session management to the web renderer.

Revision 56 - Directory Listing
Modified Sun Aug 19 12:28:42 2007 UTC (17 years, 6 months ago) by teichmann
Escaping text while inserting it into the HTML output of the web renderer.

Revision 55 - Directory Listing
Modified Sat Aug 18 18:56:50 2007 UTC (17 years, 6 months ago) by teichmann
Added a new kind of plug-in: Filters. Implemented the "make unique" and "formular name -> name" functions as filters.

Revision 54 - Directory Listing
Modified Sat Aug 18 11:36:49 2007 UTC (17 years, 6 months ago) by teichmann
First argument of command line is used to load document at startup.

Revision 53 - Directory Listing
Modified Fri Aug 17 16:13:36 2007 UTC (17 years, 6 months ago) by frank
* contrib/convert-formedtree2html.xsl: 
	Heading level depending on depth of group node. 
	In case of radio/choice/check only list of options.



Revision 52 - Directory Listing
Modified Fri Aug 17 14:32:03 2007 UTC (17 years, 6 months ago) by torsten
Added missing changenote in changelog


Revision 51 - Directory Listing
Modified Fri Aug 17 13:59:32 2007 UTC (17 years, 6 months ago) by torsten
Added docstring and meta-header to make the output of the xslt transformation
a valid html document.


Revision 50 - Directory Listing
Modified Fri Aug 17 13:09:11 2007 UTC (17 years, 6 months ago) by torsten
Added xsl script for converting FormEd xml-tree to html


Revision 49 - Directory Listing
Modified Fri Aug 17 10:55:46 2007 UTC (17 years, 6 months ago) by torsten
Added Changenote in Changelog (forgotten)


Revision 48 - Directory Listing
Modified Fri Aug 17 10:43:03 2007 UTC (17 years, 6 months ago) by torsten
Added function to generate unique database ids by using the formularname and
optional id.


Revision 47 - Directory Listing
Modified Thu Aug 16 07:55:36 2007 UTC (17 years, 6 months ago) by teichmann
Swaped order of "Make names unique" and "Select mode..." in Extra menu.

Revision 46 - Directory Listing
Modified Wed Aug 15 20:52:58 2007 UTC (17 years, 6 months ago) by teichmann
Make traversal mode selectable at runtime.

Revision 45 - Directory Listing
Modified Wed Aug 15 16:11:49 2007 UTC (17 years, 6 months ago) by teichmann
Add parameter rendering in web plugin.

Revision 44 - Directory Listing
Modified Wed Aug 15 16:04:32 2007 UTC (17 years, 6 months ago) by torsten
Added note for csv export in Changelog


Revision 43 - Directory Listing
Modified Wed Aug 15 15:47:47 2007 UTC (17 years, 6 months ago) by torsten
Added small xslt script for exporting the XML form-editor tree to CSV


Revision 42 - Directory Listing
Modified Tue Aug 14 20:32:51 2007 UTC (17 years, 6 months ago) by teichmann
Added a "switch" mode

Revision 41 - Directory Listing
Modified Tue Aug 14 13:30:13 2007 UTC (17 years, 6 months ago) by teichmann
Added an attribute formularname to base class of node components.

Revision 40 - Directory Listing
Modified Mon Aug 13 16:01:14 2007 UTC (17 years, 6 months ago) by teichmann
Added external loadable item list for choices.

Revision 39 - Directory Listing
Modified Mon Aug 13 13:11:58 2007 UTC (17 years, 6 months ago) by teichmann
Fixed typo

Revision 38 - Directory Listing
Modified Sun Aug 12 22:21:30 2007 UTC (17 years, 6 months ago) by teichmann
Added extractor for XFA choice item list

Revision 37 - Directory Listing
Modified Sun Aug 12 22:00:10 2007 UTC (17 years, 6 months ago) by teichmann
Choices are groups and options are embedded bools now. WARNING: This breaks compatibility with old documents.

Revision 36 - Directory Listing
Modified Sun Aug 12 17:03:05 2007 UTC (17 years, 6 months ago) by teichmann
Added support for cloning a selected tree item

Revision 35 - Directory Listing
Modified Sun Aug 12 16:14:56 2007 UTC (17 years, 6 months ago) by teichmann
Added import feature for further documents.

Revision 34 - Directory Listing
Modified Sun Aug 12 15:43:25 2007 UTC (17 years, 6 months ago) by teichmann
Added menu "New" to "File" to create new documents.

Revision 33 - Directory Listing
Modified Sun Aug 12 15:02:55 2007 UTC (17 years, 6 months ago) by teichmann
Added menu item to eliminate duplicated names in document tree.

Revision 32 - Directory Listing
Modified Sat Aug 11 13:53:56 2007 UTC (17 years, 6 months ago) by teichmann
Removed support for "text" attributes in bool items.

Revision 31 - Directory Listing
Modified Sat Aug 11 11:24:04 2007 UTC (17 years, 6 months ago) by teichmann
Simplified convert-choices.xsl

Revision 30 - Directory Listing
Modified Fri Aug 10 23:19:45 2007 UTC (17 years, 6 months ago) by teichmann
Removed options attribute from choices. Use value attribute for same purpose, please.

Revision 29 - Directory Listing
Modified Fri Aug 10 13:10:35 2007 UTC (17 years, 6 months ago) by teichmann
radio buttons are selected by checked and not by selected. Fixed.

Revision 28 - Directory Listing
Modified Fri Aug 10 11:01:17 2007 UTC (17 years, 6 months ago) by teichmann
ChoiceLeafs are now initialized with size = 1.

Revision 27 - Directory Listing
Modified Fri Aug 10 10:28:57 2007 UTC (17 years, 6 months ago) by teichmann
TextLeafs are now initialized with size = 40, maxlength = 60

Revision 26 - Directory Listing
Modified Fri Aug 10 10:24:50 2007 UTC (17 years, 6 months ago) by teichmann
Fixed: choices are renderered with description now.

Revision 25 - Directory Listing
Modified Fri Aug 10 08:48:45 2007 UTC (17 years, 6 months ago) by teichmann
Added rendering for date items. Added missing ids for texts and textareas.

Revision 24 - Directory Listing
Modified Fri Aug 10 06:13:07 2007 UTC (17 years, 6 months ago) by teichmann
Added support for enviromnent variable FORMED

Revision 23 - Directory Listing
Modified Fri Aug 10 05:51:44 2007 UTC (17 years, 6 months ago) by teichmann
Removed text attributes from info tags. Using value attributes instead.

Revision 22 - Directory Listing
Modified Thu Aug 9 21:03:45 2007 UTC (17 years, 6 months ago) by teichmann
Factored the HTML renderer out of the web server.

Revision 21 - Directory Listing
Modified Thu Aug 9 18:37:33 2007 UTC (17 years, 6 months ago) by teichmann
Fixed a bug in calculation of width of bounded int fields

Revision 20 - Directory Listing
Modified Thu Aug 9 15:36:48 2007 UTC (17 years, 6 months ago) by teichmann
Added rendering for Ints

Revision 19 - Directory Listing
Modified Thu Aug 9 14:16:33 2007 UTC (17 years, 6 months ago) by teichmann
Added TextArea support

Revision 18 - Directory Listing
Modified Thu Aug 9 12:24:04 2007 UTC (17 years, 6 months ago) by teichmann
Added rendering for texts

Revision 17 - Directory Listing
Modified Thu Aug 9 11:00:04 2007 UTC (17 years, 6 months ago) by teichmann
Added rendering for choices

Revision 16 - Directory Listing
Modified Thu Aug 9 10:13:08 2007 UTC (17 years, 6 months ago) by teichmann
Added rendering for checkboxes and radio buttons in web plugin

Revision 15 - Directory Listing
Modified Wed Aug 8 21:37:10 2007 UTC (17 years, 6 months ago) by teichmann
Added description attribute in the NodeComponent base class

Revision 14 - Directory Listing
Modified Wed Aug 8 16:58:13 2007 UTC (17 years, 6 months ago) by teichmann
Make UTF-8 output of HTML renderer work

Revision 13 - Directory Listing
Modified Wed Aug 8 16:54:10 2007 UTC (17 years, 6 months ago) by teichmann
Added first version of a recursive HTML renderer

Revision 12 - Directory Listing
Modified Wed Aug 8 16:46:58 2007 UTC (17 years, 6 months ago) by teichmann
Added first version of a recursive HTML renderer

Revision 11 - Directory Listing
Modified Wed Aug 8 14:52:24 2007 UTC (17 years, 6 months ago) by teichmann
Added plug-in mechanism + a simple web server

Revision 10 - Directory Listing
Modified Wed Aug 8 08:14:37 2007 UTC (17 years, 6 months ago) by teichmann
Added unique naming of new made tree items

Revision 9 - Directory Listing
Modified Tue Aug 7 20:15:10 2007 UTC (17 years, 6 months ago) by teichmann
fixed: ListCtrl.InsertStringItem for older wxPython versions; new: icons for tree navigation; new: event route to attribute table

Revision 8 - Directory Listing
Modified Tue Aug 7 15:29:45 2007 UTC (17 years, 6 months ago) by teichmann
Added code to add and remove tree items

Revision 7 - Directory Listing
Modified Tue Aug 7 13:55:03 2007 UTC (17 years, 6 months ago) by teichmann
Added a table editor for tree node attributes

Revision 6 - Directory Listing
Modified Mon Aug 6 19:57:35 2007 UTC (17 years, 6 months ago) by teichmann
Added code to move items in and out of groups.

Revision 5 - Directory Listing
Modified Mon Aug 6 16:30:50 2007 UTC (17 years, 6 months ago) by teichmann
Added code to move items up and down the document tree.

Revision 4 - Directory Listing
Modified Mon Aug 6 12:56:35 2007 UTC (17 years, 6 months ago) by teichmann
Added control to manipulate tree structure. No effect by now

Revision 3 - Directory Listing
Modified Sun Aug 5 21:26:30 2007 UTC (17 years, 6 months ago) by teichmann
Simplified factory model for XML loading

Revision 2 - Directory Listing
Modified Sun Aug 5 19:25:21 2007 UTC (17 years, 6 months ago) by teichmann
Initial import of FormEd

Revision 1 - Directory Listing
Added Fri Aug 3 13:08:33 2007 UTC (17 years, 6 months ago) by frank
WASKA SVN-Repository initial version.


[email protected]
ViewVC Help
Powered by ViewVC 1.1.26