/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.184  
changed lines
  Added in v.287

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26