Author: mcbrown
Date: 2008-03-28 18:19:12 +0100 (Fri, 28 Mar 2008)
New Revision: 10364
Log:
Documenting Workbench Dev bugs:
Bug #32882
Bug #32279
Bug #35613
Bug #35516
Bug #33179
Bug #35598
Bug #35447
Bug #35400
Bug #34610
Bug #35442
Bug #34808
Bug #35397
Bug #34483
Bug #33586
Bug #34248
Bug #34134
Bug #34630
Modified:
trunk/dynamic-docs/changelog/workbench-versions.xml
trunk/dynamic-docs/changelog/workbench.xml
trunk/workbench/news-workbench-core.xml
trunk/workbench/reference.xml
Modified: trunk/dynamic-docs/changelog/workbench-versions.xml
===================================================================
--- trunk/dynamic-docs/changelog/workbench-versions.xml 2008-03-28 15:13:42 UTC (rev 10363)
+++ trunk/dynamic-docs/changelog/workbench-versions.xml 2008-03-28 17:19:12 UTC (rev 10364)
Changed blocks: 1, Lines Added: 29, Lines Deleted: 0; 1086 bytes
@@ -4,6 +4,35 @@
<mysqlproductname title="MySQL Workbench"/>
+ <versionentry ver="5.0.17" reldate="Not yet released">
+
+ <versionentrypreamble>
+
+
+ <para>
+ This section documents all changes and bug fixes that have been
+ applied since the release of 5.0.16rc.
+ </para>
+
+ </versionentrypreamble>
+
+ </versionentry>
+
+ <versionentry ver="5.0.16rc" reldate="26 March 2008">
+
+ <versionentrypreamble>
+
+
+ <para>
+ This section documents all changes and bug fixes that have been
+ applied since the release of 5.0.15rc.
+ </para>
+
+ </versionentrypreamble>
+
+ </versionentry>
+
+
<versionentry ver="5.0.15rc" reldate="17 March 2008">
<versionentrypreamble>
Modified: trunk/dynamic-docs/changelog/workbench.xml
===================================================================
--- trunk/dynamic-docs/changelog/workbench.xml 2008-03-28 15:13:42 UTC (rev 10363)
+++ trunk/dynamic-docs/changelog/workbench.xml 2008-03-28 17:19:12 UTC (rev 10364)
Changed blocks: 2, Lines Added: 374, Lines Deleted: 3; 7308 bytes
@@ -9,6 +9,377 @@
<logentry entrytype="bug">
<bugs>
+ <fixes bugid="32882"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ A 1:m relation in a diagram would fail to be generated properly
+ when exported as a PDF.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="32279"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The Undo and Redo options would not be applied properly when
+ making modifications to partition definitions.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="35613"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When double clicking on the row in a column as a primary key,
+ the primary key property would be toggled. The editor will now
+ allow you to edit the value when clicking on a data row on the
+ table.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="35516"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When disabling global options on an individual model would fail
+ to honour the model specific options would be ignored.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="33179"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Placing an image on to the canvas could crash the application.
+ For images larger than the canvas, the image is automatically
+ reduced so that it is properly visible on the canvas for
+ editing.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="35598"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Opening the <guilabel>Indexes</guilabel> portion of a table
+ would generate a unhandled exception error.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="35447"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When placing a 1:n relation, an <literal>index out of
+ range</literal> error could be raised. This could further result
+ in <literal>operation on NULL object: Invalid value</literal>
+ errors when trying to edit the relation.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="35400"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Printing an HTML version of the schema would produce a fatal
+ error.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="feature">
+
+ <bugs>
+ <fixes bugid="34610"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Options and configuration options that affect models can now be
+ set on a model by model basis. Choose <guimenu>Options</guimenu>
+ from the <guimenu>Model</guimenu> menu and choose the
+ <guilabel>Diagram</guilabel> tab.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="35442"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Setting the value of a numeric column to a negative value was
+ not supported.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="34808"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <guibutton>OK</guibutton> and <guibutton>Cancel</guibutton>
+ buttons for the <guilabel>Diagram Size</guilabel> dialog would
+ not be initialized properly.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="35397"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.17rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The precise postition of individual connections would not be
+ retained when the schema was saved.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="34483"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When copying multiple table definitions from one schema to
+ another, only the first table in the selection would be pasted
+ into the new schema.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="33586"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When exporting a diagram to PDF, some additional lines would be
+ added to the generated PDF.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="34248"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <guilabel>Draw Line Crossing</guilabel> option would fail to
+ be recognized correctly. You can also now set this on an
+ individual model basis using the <guimenu>Options</guimenu>
+ optin in the <guimenu>Model</guimenu> menu.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="34134"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Copying an existing module to the plugins directory would
+ trigger a double registration of the modulem, and produce an
+ error.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
+ <fixes bugid="34630"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.16rc"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When using print preview on a diagram, clicking the
+ <guibutton>Print</guibutton> button would send a blank page to
+ the printer.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <bugs>
<fixes bugid="34922"/>
</bugs>
@@ -261,9 +632,9 @@
<message>
<para>
- The <guilabel>New File</guilabel> dialog is non-modal, and
- could be hidden by other windows. The dialog is now always
- drawn on top of other windows.
+ The <guilabel>New File</guilabel> dialog is non-modal, and could
+ be hidden by other windows. The dialog is now always drawn on
+ top of other windows.
</para>
</message>
Modified: trunk/workbench/news-workbench-core.xml
===================================================================
--- trunk/workbench/news-workbench-core.xml 2008-03-28 15:13:42 UTC (rev 10363)
+++ trunk/workbench/news-workbench-core.xml 2008-03-28 17:19:12 UTC (rev 10364)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 665 bytes
@@ -18,6 +18,14 @@
<remark role="dynamic-dependency-list"/>
+ <section id="wb-news-5-0-16">
+
+ <title condition="dynamic:changelog:vertitle" role="5.0.16rc:workbench:all"/>
+
+ <para condition="dynamic:changelog:entrylist" role="5.0.16rc:workbench:all"/>
+
+ </section>
+
<section id="wb-news-5-0-15">
<title condition="dynamic:changelog:vertitle" role="5.0.15rc:workbench:all"/>
Modified: trunk/workbench/reference.xml
===================================================================
--- trunk/workbench/reference.xml 2008-03-28 15:13:42 UTC (rev 10363)
+++ trunk/workbench/reference.xml 2008-03-28 17:19:12 UTC (rev 10364)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 1; 800 bytes
@@ -869,7 +869,8 @@
<guilabel>Model Options</guilabel> – Set options
specific to this model. The available options are
identical to the options available under the
- <literal>Model</literal> tab of the
+ <guilabel>Model</guilabel>, <guilabel>MySQL</guilabel>,
+ and <guilabel>Diagram</guilabel> tabs of the
<guimenu>Tools</guimenu>, <guimenu>Options ...</guimenu>
menu. For more information see
<xref linkend="wb-options-model"/>.
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10364 - in trunk: dynamic-docs/changelog workbench | mcbrown | 28 Mar |