/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.188  
changed lines
  Added in v.293

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26