/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 185 by teichmann, Mon Sep 17 16:30:44 2007 UTC revision 288 by teichmann, Fri Aug 15 14:00:35 2008 UTC
# Line 1  Line 1 
1    2008-08-15      Sascha L. Teichmann <[email protected]>
2    
3            * LICENSE: New GPLv3
4            * */*.py, *.sh: Added reference to LICENSE
5    
6    2008-08-15      Sascha L. Teichmann <[email protected]>
7    
8            * tools: removed because there a no tools any more.
9    
10    2008-08-15      Sascha L. Teichmann <[email protected]>
11    
12            * tools/formed: moved one level up because its the only
13              part of this project now.
14    
15    2008-08-15      Sascha L. Teichmann <[email protected]>
16    
17            * tools/anonym/*: Removed as it belongs to mpuls WASKA
18    
19    2008-08-15      Sascha L. Teichmann <[email protected]>
20    
21            * pdf2xfa/*: removed. It belongs to mpuls
22    
23    2008-08-13 L. Teichmann <[email protected]>
24    
25            i18n of the plug-ins:
26            * tools/formed/formed/plugins/export/diff.py,
27              tools/formed/formed/plugins/export/data.py,
28              tools/formed/formed/plugins/export/old_sql.py,
29              tools/formed/formed/plugins/export/latex.py,
30              tools/formed/formed/plugins/export/xsd.py,
31              tools/formed/formed/plugins/export/sql.py,
32              tools/formed/formed/plugins/export/typemap.py,
33              tools/formed/formed/plugins/export/html.py,
34              tools/formed/formed/plugins/export/mode.py,
35              tools/formed/formed/plugins/export/html2.py,
36              tools/formed/formed/plugins/export/xls.py,
37              tools/formed/formed/plugins/names/filter.py,
38              tools/formed/formed/plugins/plugin.py,
39              tools/formed/formed/plugins/web/help.py,
40              tools/formed/formed/plugins/web/form_renderer.py,
41              tools/formed/formed/plugins/web/plugin.py,
42              tools/formed/formed/plugins/web/error_renderer.py,
43              tools/formed/formed/plugins/web/view_renderer.py,
44              tools/formed/formed/plugins/web/semantic.py,
45              tools/formed/formed/plugins/web/cache.py,
46              tools/formed/formed/plugins/web/server.py,
47              tools/formed/formed/plugins/web/controllers.py,
48              tools/formed/formed/plugins/web/renderer.py,
49              tools/formed/formed/plugins/ui/controls.py,
50              tools/formed/formed/config.py: _("")s the stuff
51              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
52              extracted and translated.
53    
54    2008-08-08      Sascha L. Teichmann <[email protected]>
55    
56            First version of FormEd i18n. After checkout go to tools/formed/po/ and
57            say 'make mo'. Afterwards you can start FormEd as usual.
58    
59            * tools/formed/resources: New. Place to places ressources like *.mo files
60            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
61              
62            * tools/formed/po,
63              tools/formed/po/Makefile,
64              tools/formed/po/formed.pot,
65              tools/formed/po/de_DE.po: i18n stuff.
66    
67    2008-08-08      Sascha L. Teichmann <[email protected]>
68    
69            * tools/anonym/xmlexport.py: Only export cases which are not
70              'schwebend geloescht'.
71    
72    2008-07-23      Sascha L. Teichmann <[email protected]>
73    
74            Fixed issue472
75    
76            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
77    
78    2008-07-17      Sascha L. Teichmann <[email protected]>
79    
80            * tools/anonym/xmlimport.py: removed marking of invalid cases
81            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
82    
83    2008-07.07      Torsten Irländer <[email protected]>
84    
85            * tools/formed/formed/plugins/export/latex.py
86              tools/formed/formed/config.py: Added new LaTex Export. Beware this
87              is even more ugly the HTML Export.
88            * tools/formed/formed/plugins/export/html.py: Added information on
89              anonymisation to the html export.
90    
91    2008-07-07      Sascha L. Teichmann <[email protected]>
92    
93            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
94    
95    2008-07-07      Sascha L. Teichmann <[email protected]>
96    
97            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
98    
99    2008-07-07      Sascha L. Teichmann <[email protected]>  
100            
101            * tools/formed/formed/plugins/export/html.py: Added additional column
102            to the html export with information how each field will get
103            anonymized.
104    
105    2008-07-07      Sascha L. Teichmann <[email protected]>  
106    
107            * tools/anonym/xmlimport.py: sync with productive version.
108    
109    2008-06-10      Torsten Irländer <[email protected]>
110    
111            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
112              call anonymize function
113    
114    2008-05-21      Sascha L. Teichmann <[email protected]>  
115    
116            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
117              back to UTF-8.
118    
119    2008-05-21      Frank Koormann <[email protected]>
120    
121            * tools/formed/formed/plugins/export/xls.py: New, export key value
122            tables as excel workbook with one sheet per table.
123    
124            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
125    
126    2008-05-21      Frank Koormann <[email protected]>
127    
128            * tools/formed/formed/plugins/export/xsd.py
129            (SchemaCreator._createChoice): Fix use of choices name.
130    
131    2008-04-29      Sascha L. Teichmann <[email protected]>
132    
133            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
134              to allow arbitrary order of repeat groups.
135    
136    2008-04-29      Sascha L. Teichmann <[email protected]>
137    
138            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
139              character.
140    
141    2008-04-29      Sascha L. Teichmann <[email protected]>
142    
143            * tools/formed/formed/plugins/export/xsd.py: Added annotations
144              to fields.
145    
146    2008-04-29      Sascha L. Teichmann <[email protected]>
147    
148            * tools/formed/formed/plugins/export/xsd.py: Added for
149              choice fields.
150    
151    2008-04-29      Sascha L. Teichmann <[email protected]>
152    
153            * tools/formed/formed/plugins/export/xsd.py: Added support for
154              boolean fields based on enumerations.
155    
156    2008-04-28      Sascha L. Teichmann <[email protected]>
157    
158            * tools/formed/formed/plugins/export/xsd.py: Added support for
159              date, text and textarea fields.
160    
161    2008-04-28      Sascha L. Teichmann <[email protected]>
162    
163            * tools/formed/formed/plugins/export/xsd.py: Added support for
164              repeat groups and integer fields.
165    
166    2008-04-28      Sascha L. Teichmann <[email protected]>
167    
168            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
169              exporting as XML schema. not ready, yet.
170    
171            * tools/formed/formed/config.py: Use new plug-in.
172    
173            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
174    
175    2008-04-17      Torsten Irländer <[email protected]>
176    
177            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
178            for the views because of the new group permissions.
179    
180    2008-04-09      Sascha L. Teichmann <[email protected]>
181    
182            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
183              old anonymized cases.
184    
185    2008-04-01      Sascha L. Teichmann <[email protected]>
186    
187            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
188              from clause to select datasets.
189              Replace ']]>' in CDATA sections with correct splitted replacement.
190    
191    2008-03-12      Sascha L. Teichmann <[email protected]>
192            
193            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
194              script.
195    
196            * tools/anonym/xmlimport.py: commented out database port from
197              connectionstring.
198    
199    2008-03-12      Sascha L. Teichmann <[email protected]>
200    
201            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
202              of anonymization of repeat groups (wrong id was given).
203    
204    2008-03-11      Sascha L. Teichmann <[email protected]>
205    
206            * tools/formed/formed/plugins/export/sql.py: Generate no update
207              statements for relations which have no anonym functions applied.
208    
209    2008-03-11      Sascha L. Teichmann <[email protected]>
210    
211            * tools/formed/formed/plugins/export/sql.py: Added a newline after
212              'COMMIT;' in the last line.
213    
214    2008-03-11      Sascha L. Teichmann <[email protected]>
215    
216            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
217              generated anonymize_case() function.
218              
219    2008-03-11      Sascha L. Teichmann <[email protected]>
220    
221            * tools/formed/formed/plugins/export/sql.py: Added code to
222              generate a plpgsql function anonymize_case() that anonymized
223              a given case and all of its depending repeat groups.
224    
225    2008-03-06      Sascha L. Teichmann <[email protected]>
226    
227            * tools/anonym/xmlimport.py: remove print of insert statement.
228    
229            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
230    
231    2008-03-03      Torsten Irländer <[email protected]>
232    
233            * anonym/cron.sendAnonXml.sh,
234              anonym/getDbList.sh: Modified script to be used directly in the
235              production environment (Copied running scripts from production
236              server)
237    
238            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
239              to be used in a production environment (Cpoied running script from
240              production server)
241    
242            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
243              ensure that only valid cases get exported
244    
245    2008-02-27      Sascha L. Teichmann <[email protected]>
246    
247            * tools/anonym/xmlimport.py: Fixed bug in date converter.
248    
249    2008-02-27      Sascha L. Teichmann <[email protected]>
250    
251            * tools/anonym/xmlimport.py: Simpilied version
252    
253    2008-02-27      Sascha L. Teichmann <[email protected]>
254    
255            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
256              xmlimport.py and parameters.
257    
258            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
259    
260            * tools/anonym/xmlexport.py: Use python interpreter without env
261              because of sudo context.
262    
263    2008-02-26      Sascha L. Teichmann <[email protected]>
264    
265            * tools/anonym/xmlimport.py: added support for getopt. add
266              support to force in fkz in import of case.
267    
268    2008-02-26      Sascha L. Teichmann <[email protected]>
269    
270            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
271    
272            * tools/anonym/html.awk: produces valid HTML.
273    
274    2008-02-25      Sascha L. Teichmann <[email protected]>
275    
276            * tools/anonym/joincsv.py: Fix a logic bug.
277    
278    2008-02-25      Torsten Irlaender <[email protected]>
279    
280            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
281              exportted cases. It will read all files from a directory and import
282              the files into the DB. After that the script will cleanup the
283              directory.
284    
285    2008-02-25      Torsten Irländer <[email protected]>
286            
287            * tools/anonym/cron.sendAnonXml.sh,
288              tools/anonym/xmlexport.py,
289              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
290    
291    2008-02-25      Sascha L. Teichmann <[email protected]>
292    
293            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
294    
295    2008-02-25      Sascha L. Teichmann <[email protected]>
296    
297            * tools/anonym/joincsv.py: New. Joins CSV files.
298    
299            * tools/anonym/html.awk: New. Converts CSV to HTML
300    
301    2008-02-25      Sascha L. Teichmann <[email protected]>
302    
303            * tools/anonym/xmlimport.py: New. Added generation of
304              update statements.
305    
306    2008-02-25      Sascha L. Teichmann <[email protected]>
307    
308            * tools/anonym/xmlimport.py: New. Base for importing
309              XML from cron.
310    
311    2008-02-24      Sascha L. Teichmann <[email protected]>
312    
313            * tools/formed/formed/plugins/export/html2.py: New. plug-in
314              for a simplified HTML output
315    
316            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
317              for dump schema as python dictionary.
318    
319            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
320              old stored procedure and view generators.
321    
322    2008-02-19      Sascha L. Teichmann <[email protected]>
323    
324            * tools/anonym/xmlexport.py: New. Export all cases in database
325              as XML.
326    
327    2008-02-18      Sascha L. Teichmann <[email protected]>
328    
329            * tools/anonym/anoymncsv.py: separate field with '\t' now.
330              all '\t's are replaced by '   ' before. '\r\n' are removed too.
331    
332    2008-02-15      Sascha L. Teichmann <[email protected]>
333    
334            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
335              data from database.
336    
337    2008-02-14      Sascha L. Teichmann <[email protected]>
338    
339            * tools/formed/formed/plugins/export/sql.py: Exchanged name
340              erase_value with suppress_value/suppress_value2.
341    
342    2008-02-13      Sascha L. Teichmann <[email protected]>
343    
344            * tools/formed/formed/plugins/export/sql.py: output id, master_id
345              substitute 'erase_value' with NULL value.
346    
347    2008-02-13      Sascha L. Teichmann <[email protected]>
348    
349            * tools/formed/formed/plugins/export/sql.py: output id, master_id
350              and uuid_id in anonymiziation views too.
351    
352    2008-02-13      Sascha L. Teichmann <[email protected]>
353    
354            * tools/formed/formed/plugins/export/sql.py: Added generation
355              of anonymiziation views for master table views and repeat group
356              views.
357    
358    2008-02-13      Sascha L. Teichmann <[email protected]>
359    
360            * tools/formed/formed/model/nodecomponents.py: Added attribute
361              "function"
362    
363            * tools/formed/formed/io/document.py: Save attributes in
364              alphabetical order.
365    
366    2008-02-02      Sascha L. Teichmann <[email protected]>
367    
368            * tools/formed/formed/plugins/export/sql.py: Added update rule
369              for master table and repeat groups views. Granted update right
370              to :cm_ka_group.
371    
372    2008-02-01      Sascha L. Teichmann <[email protected]>
373    
374            * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'
375              for master table and repeat groups. Also added unique constraints
376              to these columns.
377    
378    2007-12-10      Sascha L. Teichmann <[email protected]>
379    
380            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
381              property 'root.element' to specify the name of the XML root.
382    
383            * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
384    
385    2007-11-22      Sascha L. Teichmann <[email protected]>
386    
387            * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
388              for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
389    
390            * pdf2xfa/README.TXT: Add a remark to new boot scripts.
391    
392    2007-11-21      Sascha L. Teichmann <[email protected]>
393    
394            * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.
395              Sends logging to file.
396    
397            * pdf2xfa/src/de/intevation/pdfimport/Server.java,
398              pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted
399              to use new logging.
400    
401            * pdf2xfa/README.TXT: Added remark how to use logging.
402    
403    2007-11-16      Frank Koormann <[email protected]>
404    
405            * tools/formed/formed/plugins/export/sql.py (createSchema):
406            Append only column "bearbeiter_id", standins are modelled by a
407            separate table.
408    
409    2007-11-16      Sascha L. Teichmann <[email protected]>
410    
411            * tools/formed/formed/model/data.py,
412              tools/formed/formed/plugins/web/view_renderer.py:
413              Added an invisible flag for info fields.
414    
415    2007-11-07      Sascha L. Teichmann <[email protected]>
416    
417            * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs
418              (calling a wrong method).
419    
420    2007-11-07      Sascha L. Teichmann <[email protected]>
421    
422            * tools/formed/formed/model/nodecomponents.py: Added a field
423              'alternative' to all node components. This might be of help to
424              match PDF imports where the descriptions do not match.
425    
426    2007-10-23      Frank Koormann <[email protected]>
427    
428            * tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views
429    
430    2007-10-23      Frank Koormann <[email protected]>
431    
432            * tools/formed/formed/plugins/export/sql.py: Set default
433            value (-1) for choices and bools.
434    
435    2007-10-21      Frank Koormann <[email protected]>
436    
437            * tools/formed/formed/plugins/export/sql.py: Grant statements for
438            descriptive tables added.
439            (Table.getName): new
440    
441    2007-10-21      Frank Koormann <[email protected]>
442    
443            * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
444            statements for views and roles to make updates easier.
445            Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
446    
447    2007-10-19      Frank Koormann <[email protected]>
448    
449            * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
450            for views. The statements are prepared for variable substitution
451            when executing the SQL-scripts by psql.
452    
453    2007-10-18      Sascha L. Teichmann <[email protected]>
454    
455            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
456              End of result XML was truncated because of an unflushed buffer.
457    
458    2007-10-17      Sascha L. Teichmann <[email protected]>
459    
460            * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
461    
462            * pdf2xfa/README.TXT: Adjusted how to build production jar file
463              and how to use it.
464    
465            * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
466              and iText dependency.
467    
468    2007-10-16      Sascha L. Teichmann <[email protected]>
469    
470            * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
471              are not modeled as BOOLEANs any more. That simpifies the conversion
472              process web vs. db.
473    
474    2007-10-07      Sascha L. Teichmann <[email protected]>
475    
476            * tools/formed/formed/plugins/export/sql.py: Added the remaining
477              UPDATE rules.
478    
479    2007-10-07      Sascha L. Teichmann <[email protected]>
480    
481            * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
482              views. TODO: Test'em and implement the rest.
483    
484    2007-10-07      Sascha L. Teichmann <[email protected]>
485    
486            * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT
487              rules referenced none existing views.
488    
489    2007-10-07      Sascha L. Teichmann <[email protected]>
490    
491            * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT
492              rules for views. TODO: add UPDATE rules.
493    
494    2007-10-07      Sascha L. Teichmann <[email protected]>
495    
496            * tools/formed/formed/plugins/export/old_sql.py: New. Contains
497              the legacy SQL export filters.
498    
499            * tools/formed/formed/plugins/export/sql.py: Factored out the
500              legacy SQL export filters to old_sql.
501    
502            * tools/formed/formed/config.py: Adjusted to fetch legacy
503              filters from old_sql.
504    
505    2007-10-06      Sascha L. Teichmann <[email protected]>
506    
507            * pdf2xfa/**: Initial import of the PDF to XFA server.
508    
509    2007-10-06      Sascha L. Teichmann <[email protected]>
510    
511            * tools/formed/formed/plugins/export/sql.py: Fixed bug
512              that made choices of three elements to booleans if
513              they have other meanings than 'Ja', 'Nein', 'keine Angabe'.
514    
515    2007-10-05      Sascha L. Teichmann <[email protected]>
516    
517            * tools/formed/formed/plugins/export/sql.py: Select ids of
518              underlaying tables in views too.
519    
520    2007-10-04      Sascha L. Teichmann <[email protected]>
521    
522            * tools/formed/formed/plugins/export/sql.py: Create schema inside transaction.
523              Various bug fixes.
524    
525    2007-10-04      Sascha L. Teichmann <[email protected]>
526    
527            * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
528              to extract fields from embedded repeat groups.
529    
530            * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
531              views per page too. Result not tested yet.
532    
533    2007-10-01      Sascha L. Teichmann <[email protected]>
534    
535            * tools/formed/formed/plugins/web/view_renderer.py: Ignore
536              in-page repeat groups while rendering pages.
537    
538    2007-10-01      Sascha L. Teichmann <[email protected]>
539    
540            * tools/formed/formed/model/nodecomponents.py: Added visitor
541              traversals for document trees.
542    
543            * tools/formed/formed/model/data.py: Rewrote the
544              Page.allWidgets() method to use new visitor for
545              tree traversal.
546    
547    2007-09-27      Torsten Irlaender <[email protected]>
548    
549            * tools/formed/formed/plugins/names/filter.py: Pages are now included
550              in the rename by formular name  algorithm
551    
552    2007-09-26      Sascha L. Teichmann <[email protected]>
553    
554            * tools/formed/formed/model/data.py: Removed old {next|prev}Page()
555              TODO: rewrite Page.allWidgets().
556    
557            * tools/formed/formed/model/nodecomponents.py: Added a method
558              Node.firstLevel(criterion) to walk a defined line in the tree.
559    
560            * tools/formed/formed/plugins/export/sql.py: Extract data suitable to
561              build views and respective joins.
562    
563    2007-09-26      Sascha L. Teichmann <[email protected]>
564    
565            * tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to
566              FORMED environment variable. If set to true tidylib is used to
567              filter HTML content to be W3C valid. To use this feature install
568              uTidylib.
569    
570            * tools/formed/formed/plugins/web/server.py: Check if MIME type is
571              text/html and filters content through tidy if requested.
572    
573    2007-09-25      Torsten Irlaender <[email protected]>
574    
575            * tools/formed/formed/plugins/web/view_renderer.py: Small fix and
576              cleanup of the form generation code.
577    
578    2007-09-21      Sascha L. Teichmann <[email protected]>
579    
580            * tools/formed/formed/plugins/export/sql.py: Added generation time
581              and DROP TABLE statements to schema export.
582    
583    2007-09-20      Sascha L. Teichmann <[email protected]>
584    
585            * tools/formed/formed/plugins/export/sql.py: The tables are generated
586              in correct topolocial order now.
587    
588    2007-09-20      Sascha L. Teichmann <[email protected]>
589    
590            * tools/formed/formed/plugins/export/mode.py: New. Filter to export
591              a document with items that are in given mode.
592    
593            * tools/formed/formed/model/nodecomponents.py: Added methods to clone
594              trees depending on selected modes.
595    
596            * tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py:
597              Fixed clone issue with RuleNodes.
598    
599            * tools/formed/formed/config.py: Use new plug-in.
600    
601    2007-09-17      Sascha L. Teichmann <[email protected]>
602    
603            * tools/formed/formed/plugins/web/view_renderer.py: Make the
604              view renderer a real view renderer. It takes a list of
605              items now and not only a single page.
606    
607            * tools/formed/formed/plugins/web/renderer.py: Feed a list
608              of items to the view renderer.
609    
610    2007-09-17      Torsten Irlaender <[email protected]>
611    
612            * tools/formed/formed/plugins/web/view_renderer.py:
613              Small tweaks in rendering bools.
614              RadioNodes (with all its children) can now be placed in a container.
615              The radiobools will not get a surrounding <div> anymore.
616              I am not sure if the new way results in the wanted behaivor, but the
617              rendering results are much better now :)
618              Maybe we need a similar approach for checkboxes?
619              Rendering groups is still broken in some way.
620    
621  2007-09-17      Sascha L. Teichmann <[email protected]>  2007-09-17      Sascha L. Teichmann <[email protected]>
622    
623          * tools/formed/formed/plugins/web/view_renderer.py: Fixed          * tools/formed/formed/plugins/web/view_renderer.py: Fixed
624            a few bugs: Do not render empty containers, do not            a few bugs: Do not render empty containers, do not
625                  generate misplaced <br class="newline"> in choices.            generate misplaced <br class="newline"> in choices.
626                  Add a nameless container to catch the items that are            Add a nameless container to catch the items that are
627                  nor explicitly assigned to a target. Removed FormData.            nor explicitly assigned to a target. Removed FormData.
628    
629          * tools/formed/formed/plugins/web/renderer.py: Removed          * tools/formed/formed/plugins/web/renderer.py: Removed
630            a needless import            a needless import

Legend:
Removed from v.185  
changed lines
  Added in v.288

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26