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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26