diff --git a/ChangeLog b/ChangeLog index 0ddca1c33f..f4964a1c21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -104,7 +104,11 @@ $Id$ thanks to Isaac Bennetch - ibennetch - patch #3038312 [export] JSON export, thanks to Hauke Henningsen - blubberkeks152 +- rfe #1494550 [interface] Editor for SET/ENUM fields. +- rfe #2649375 [interface] Simplified interface to backup/restore. - rfe #2973909 Users preferences +- [relations] Dropped WYSIWYG-PDF configuration variable. +- rfe #806035, #686260 [relations] Export relations to Dia, SVG and others 3.3.6.0 (not yet released) - bug #3033063 [core] Navi gets wrong db name diff --git a/Documentation.html b/Documentation.html index 0b0a29b214..e6084bc3d8 100644 --- a/Documentation.html +++ b/Documentation.html @@ -2138,32 +2138,6 @@ setfacl -d -m "g:www-data:rwx" tmp any row counting. -
- $cfg['WYSIWYG-PDF'] boolean
-
Utilizes a WYSIWYG editing control to easily place elements of a - PDF - page. By clicking on the button 'toggle scratchboard' on the page - where you edit x/y coordinates of those elements you can activate a - scratchboard where all your elements are placed. By clicking on an - element, you can move them around in the pre-defined area and the x/y - coordinates will get updated dynamically. Likewise, when entering a - new position directly into the input field, the new position in the - scratchboard changes after your cursor leaves the input field.
- You have to click on the 'OK'-button below the tables to save the new - positions. If you want to place a new element, first add it to the - table of elements and then you can drag the new element around.
- By changing the paper size and the orientation you can change the size - of the scratchboard as well. You can do so by just changing the - dropdown field below, and the scratchboard will resize automatically, - without interfering with the current placement of the elements.
- If ever an element gets out of range you can either enlarge the paper - size or click on the 'reset' button to place all elements below each - other.
- NOTE: You have to use a recent browser like IE6 or Mozilla to - get this control to work. The basic Drag&Drop script functionality - was kindly borrowed from www.youngpup.net and is underlying so - specific license.
-
$cfg['NaturalOrder'] boolean
Sorts database and table names according to natural order (for example, t1, t2, t10). Currently implemented in the left panel (Light mode) @@ -4362,6 +4336,35 @@ chmod o+rwx tmp
phpMyAdmin with version
+

+ 6.28 How can I easily edit relational schema for export?

+ +

+ By clicking on the button 'toggle scratchboard' on the page + where you edit x/y coordinates of those elements you can activate a + scratchboard where all your elements are placed. By clicking on an + element, you can move them around in the pre-defined area and the x/y + coordinates will get updated dynamically. Likewise, when entering a + new position directly into the input field, the new position in the + scratchboard changes after your cursor leaves the input field. +

+

+ You have to click on the 'OK'-button below the tables to save the new + positions. If you want to place a new element, first add it to the + table of elements and then you can drag the new element around. +

+

+ By changing the paper size and the orientation you can change the size + of the scratchboard as well. You can do so by just changing the + dropdown field below, and the scratchboard will resize automatically, + without interfering with the current placement of the elements. +

+

+ If ever an element gets out of range you can either enlarge the paper + size or click on the 'reset' button to place all elements below each + other. +

+

phpMyAdmin project

@@ -4858,6 +4861,18 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  • Replication support
  • +
  • Muhammad Adnan (Google Summer of Code 2010) +
  • + +
  • Lori Lee (Google Summer of Code 2010) +
  • +
  • Barrie Leslie