
Up to [pgFoundry] / autodoc / autodoc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Tue May 3 02:17:32 2005 UTC (7 years ago) by rbt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +5 -9
lines
Diff to previous 1.4 (unified)
Prevent Dia 0.94 from crashing by rearranging the Dependency attributes.
Revision 1.4 / (download) - annotate - [select for diffs], Tue May 3 02:07:05 2005 UTC (7 years ago) by rbt
Branch: MAIN
Changes since 1.3: +78 -6
lines
Diff to previous 1.3 (unified)
Eliminate Dia warnings for newer versions of dia (new elements). Luckily, Dia will completely ignore these saved values and calculate it's own instead which is convenient because we really have no idea where to place things.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 18 23:48:27 2005 UTC (7 years ago) by rbt
Branch: MAIN
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (unified)
The latest version of dia crashes when I open a dia file produced with the zigzag.dia.tmpl template. I replaced the following lines in zigzag.dia.tmpl <dia:point val="0.0,0.0"/> with <dia:point val="1.0,1.0"/> and dia no longer crashes. best whishes, Piebe de Vries
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 29 16:40:40 2004 UTC (7 years, 10 months ago) by rbt
Branch: MAIN
Changes since 1.1: +6 -0
lines
Diff to previous 1.1 (unified)
From: Bort, Paul Subject: RE: Patch for Dia templates for Postgresql_AutoDoc Date: Tue, 22 Jun 2004 15:23:24 -0400 I've used the same method of shortening as the constraint you mentioned, but I made it a new entry (table_comment_dia) in the hash rather than mangle the existing one. I tried to follow the existing naming conventions and coding style. I picked a total of 45 characters because that seems to be about the right size on my screen. In testing I also found a bug in Dia that causes a crash if a comment is too long, but that seems to be in the 100+ character range, so I'm not worried about 45. Here are the patches for postgresql_autodoc.pl, dia.tmpl, and zigzag.dia.tmpl.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed May 12 16:00:37 2004 UTC (8 years ago) by rbt
Branch: start
CVS Tags: begin,
RELENG_1_23_RELEASE
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (unified)
Migrate code from sourceforge into pgfoundry
Revision 1.1 / (download) - annotate - [select for diffs], Wed May 12 16:00:37 2004 UTC (8 years ago) by rbt
Branch: MAIN
Initial revision