/[formed]/trunk/tools
ViewVC logotype

Log of /trunk/tools

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 286)

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, 6 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, 6 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, 6 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, 6 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, 6 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 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 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 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 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 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 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 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
Added Sun Aug 5 19:25:21 2007 UTC (17 years, 6 months ago) by teichmann
Initial import of FormEd

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26