Commit Graph

4423 Commits

Author SHA1 Message Date
Michal Čihař
a038d59f7a Add Uyghur description. 2010-07-14 13:29:25 +02:00
lorilee
ecb4cdc764 Added option in config.inc.php to set the default export method to quick, custom, or custom-no-form 2010-07-13 18:21:34 -07:00
Adnan
45399cbadd Dia Schema Class: download fileName added + improved documentation 2010-07-14 06:10:05 +05:00
lorilee
5ad3a70718 Improved tooltip for JavaScript-enabled browsers (superscripts changed to icons) 2010-07-13 17:44:05 -07:00
Adnan
f9c29173bf Dia Schem Class: documented + implemented 2010-07-14 02:32:57 +05:00
Dieter Adriaenssens
17fc1370f3 Merge branch 'QA_3_3'
Conflicts:

	ChangeLog
	libraries/import.lib.php
2010-07-13 23:27:15 +02:00
Dieter Adriaenssens
6648c620d9 Convert Excel column name correctly 2010-07-13 23:23:51 +02:00
Crack
030abc5114 add missing validation for TextareaRows
fix warning in FormDisplay while importing settings
2010-07-13 23:15:22 +02:00
Crack
57a8d902f4 fix ThemeDefault and fontsize export 2010-07-13 22:17:19 +02:00
ninadsp
6aa7315682 The PMA_mysqlDie() now supports Ajax requests. It now shows a JSON
response in an Ajax request.
Modified the PMA_ajaxResponse() function to handle messages which are
not instances of the PMA_Message class.  Requited for PMA_mysqlDie()
2010-07-14 00:53:19 +05:30
Dieter Adriaenssens
8b8562b435 cleanup (re)moved files 2010-07-13 20:35:14 +02:00
Dieter Adriaenssens
64a2832ac8 Update library PHPExcel to version 1.7.3c 2010-07-13 20:07:41 +02:00
Dieter Adriaenssens
ee0b2895ce Update library PHPExcel to version 1.7.3 2010-07-13 20:02:18 +02:00
Dieter Adriaenssens
b90a1b496b upgrade to PHPExcel 1.7.2 2010-07-13 19:42:07 +02:00
Dieter Adriaenssens
798def6e45 upgrade to PHPExcel 1.7.0 2010-07-13 19:39:40 +02:00
lorilee
27bc09c939 Merge branch 'master' of http://repo.or.cz/r/phpmyadmin 2010-07-12 12:40:27 -07:00
ninadsp
f06bb69bb8 Merge remote branch 'origin/master' 2010-07-12 22:47:17 +05:30
Marc Delisle
6ea41018b2 Merge branch 'QA_3_3' 2010-07-12 09:01:05 -04:00
Marc Delisle
768de14815 typo 2010-07-12 09:00:39 -04:00
Marc Delisle
f6ef0c87a8 Merge branch 'QA_3_3' 2010-07-12 08:57:05 -04:00
Marc Delisle
cda9df7101 bug [export] CSV for MS Excel (Windows) should have semi-colon as separator 2010-07-12 08:56:30 -04:00
Crack
74eb921e68 Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-07-12 14:04:16 +02:00
ninadsp
fe9f539ed2 Removed inline coding for Drop Trigger in libraries/tbl_triggers.lib.php 2010-07-11 23:36:24 +05:30
ninadsp
dd58a5bc23 Removed inline calls to confirmLink() for Empty/Drop Table actions in libraries/tbl_links.inc.php 2010-07-11 23:14:41 +05:30
ninadsp
94a911a623 Removed inline call in libraries/display_tbl.lib.php to confirmAction()
for 'Calculate Real End' action on large InnoDB tables.
2010-07-11 22:23:57 +05:30
Marc Delisle
ce2cad2886 fix merge conflicts 2010-07-11 08:05:50 -04:00
Marc Delisle
b55ba34d43 bug #3023507 [core] No result set display from stored procedure SELECT 2010-07-11 08:00:42 -04:00
ninadsp
3586dd6408 Removed inline call to confirmLink() for 'Drop Primary Key/Index' 2010-07-11 03:33:04 +05:30
ninadsp
505884174b Removed inline call to confirmLink() for 'Delete Tracking action'. 2010-07-11 03:14:02 +05:30
ninadsp
d5ed68aa71 Removed inline call to confirmLink() for 'Drop Procedure' 2010-07-11 02:32:10 +05:30
ninadsp
70a8735c07 Removed inline call to confirmLink() for 'Drop Event' action 2010-07-11 02:08:47 +05:30
Crack
956315e0b2 bugfix: show warning only when pmadb is unavailable 2010-07-10 21:51:54 +02:00
Marc Delisle
b2616ac46d bug #3027557 [PHP] split() deprecated in PHP 5.3 (backport fixes from master, todo: update PHP excel?) 2010-07-10 08:01:07 -04:00
Adnan
9fb8619f2a PDF Schema File: Relation_Stats class structured 2010-07-10 15:44:17 +05:00
Crack
e6b551dc71 bugfixes: allow to work with multiple servers, fix boolean values in select fields 2010-07-10 12:09:34 +02:00
Crack
3137cc2f1d add date information when importing from localStorage 2010-07-10 00:06:50 +02:00
Crack
bcaecbf10a allow user preferences to work without pmadb, but warn users about that 2010-07-09 20:37:04 +02:00
Martynas Mickevicius
979aa9a7ed graceful error handling 2010-07-09 17:34:28 +03:00
Martynas Mickevicius
3df1126c85 fixed custom axis lables on the multi chart. 2010-07-09 16:29:14 +03:00
Martynas Mickevicius
6b806f2047 Chart title has been put to the settings array. 2010-07-09 16:27:25 +03:00
Martynas Mickevicius
e5c8b5a894 default labels are returned to the settings form. 2010-07-09 16:17:16 +03:00
Martynas Mickevicius
08e048b307 fixed chart error handler. 2010-07-09 16:16:22 +03:00
Martynas Mickevicius
7eedd0387d Fixed a case where a notice was generated when the first point was added to the data set. 2010-07-09 16:08:53 +03:00
Adnan
459eeb1230 TCPDF Class: tabs removed 2010-07-09 15:31:18 +05:00
Adnan
79c6f847fd Pdf Schema Class: Reduce global variables + added attributes in Export Relation Schema 2010-07-09 15:15:49 +05:00
Adnan
07cee82af6 User Schema Class: big switch into several methods + reduce global variables 2010-07-09 14:39:03 +05:00
lorilee
0900dc1b0b Fixed a formatting bug 2010-07-08 14:07:36 -07:00
lorilee
8b6e179bd9 Changed the Import form's 'Browse the server' label to 'Browse your computer' 2010-07-08 13:50:46 -07:00
lorilee
edc8846de8 Changed the default CSV column separator from a comma to a semi-colon 2010-07-08 13:41:15 -07:00
lorilee
a62cc4d464 Changed "columns terminated with" to "columns separated with" 2010-07-08 13:40:50 -07:00