Commit Graph

10146 Commits

Author SHA1 Message Date
Marc Delisle
b76df0d609 Avoid selecting UNHEX function by default for a BLOB column for which editing is protected 2010-04-28 13:06:09 -04:00
Marc Delisle
06c8fa0abb Tracking report should obey MaxCharactersInDisplayedSQL 2010-04-26 16:38:20 -04:00
Michal Čihař
bd4e0b83d8 Fix mermissions. 2010-04-26 14:33:05 +02:00
Michal Čihař
f97fafea3d Add spaces after -- to avoid problems in strict mode. 2010-04-26 14:20:32 +02:00
Marc Delisle
6393fff59d bug #2975408 Data too long for column data_sql 2010-04-26 07:41:36 -04:00
Marc Delisle
e9ee6cf1d1 bug #2983065 Error when changing from Maria to MyISAM engine 2010-04-25 07:09:39 -04:00
Marc Delisle
acdf39e95b bug #2974067 non-binary fields shown as hex 2010-04-23 14:00:53 -04:00
Madhura Jayaratne
769aec95ef [engines] Fix warnings when changing table engine to Maria.
bug #2983062, patch #2989408
2010-04-20 10:22:10 +02:00
Sutharshan Balachandren
69dd779f40 [interface] Fix initial state of tables in designer.
bug #2983060, patch #2987900
2010-04-16 09:57:53 +02:00
Michal Čihař
b6132c5154 Update year. 2010-04-15 09:21:02 +02:00
Michal Čihař
30acade5a7 Merge remote branch 'origin/MAINT_3_3_2' into QA_3_3 2010-04-15 09:17:12 +02:00
Martynas Mickevičius
55572a531c Patch #2986708: Fix for the bug #2983066 2010-04-14 14:09:10 +02:00
Marc Delisle
9607165535 3.3.2 release 2010-04-13 15:06:00 -04:00
Marc Delisle
48cf4d398d 3.3.2 release 2010-04-13 14:28:25 -04:00
Michal Čihař
a879b64620 Avoid double spaces.
They come from PMA_formatNumber without unit.
2010-04-13 14:14:34 +02:00
Dieter Adriaenssens
f73b0e0195 PHPExcel : IBM AIX iconv() does not work 2010-04-12 20:15:13 +02:00
Madhura Jayaratne
d0d24a6e71 Patch #2984893 - InnoDB storage page emits warning 2010-04-10 07:22:37 -04:00
Michal Čihař
a59d10027b Merge branch 'MAINT_3_3_2' into QA_3_3 2010-04-09 15:27:30 +02:00
Michal Čihař
e5ceb497df Revert part of eb5e03880e.
XLSX writer does not have setTempDir method.
2010-04-09 15:27:25 +02:00
Ankit Gupta
b3c041bb99 patch #2983492 When asking to synchronize Structure and Data, only Structure is done 2010-04-08 10:32:13 -04:00
Michal Čihař
a99858b16a Merge branch 'MAINT_3_3_2' into QA_3_3 2010-04-08 12:33:35 +02:00
Michal Čihař
b68b7d1cdd Document enabling error reporting in devel docs. 2010-04-08 12:33:20 +02:00
Michal Čihař
c0b12a1eea Fix typo (cfb -> cfg). 2010-04-08 12:31:44 +02:00
Michal Čihař
95f6c0a137 Document Error_Handler. 2010-04-08 12:31:24 +02:00
Michal Čihař
c9d7a66210 Merge branch 'MAINT_3_3_2' into QA_3_3 2010-04-07 13:51:58 +02:00
Michal Čihař
7e40035275 Be more specific about problems with Suhosin. 2010-04-07 13:51:43 +02:00
Michal Čihař
7d217c9f57 Typo. 2010-04-07 13:48:40 +02:00
Michal Čihař
5113ef198f Merge branch 'MAINT_3_3_2' into QA_3_3 2010-04-07 11:36:14 +02:00
Michal Čihař
ee26cd1a40 Add some hints on running with Suhosin. 2010-04-07 11:36:04 +02:00
Michal Čihař
c454825bca Merge remote branch 'origin/MAINT_3_3_2' into QA_3_3 2010-04-07 09:34:34 +02:00
Michal Čihař
f10f34fc6d Merge remote branch 'origin/MAINT_3_3_1' into QA_3_3 2010-04-07 09:34:01 +02:00
Michal Čihař
0fc25ac293 Fix error handling for language from cookie. 2010-04-07 09:21:04 +02:00
Lorikeet Lee
8a7b66f3a0 Do not group if there would be one table in group. 2010-04-07 09:19:34 +02:00
Marc Delisle
210b7631da 3.3.3-dev 2010-04-06 13:00:48 -04:00
Marc Delisle
a0d1071ec3 3.3.2-rc1 2010-04-06 12:52:41 -04:00
Marc Delisle
1f62ea1932 bug #2973949 SQL History broken (need to revert patch #2899969) 2010-04-04 17:21:48 -04:00
Marc Delisle
44ec2ede95 add locale to .gitignore for this branch too 2010-04-04 17:04:41 -04:00
Dieter Adriaenssens
366d50a79b Properly format server status parameter 2010-04-01 20:50:03 +02:00
Michal Čihař
acb30d5a2a Fix message name. 2010-04-01 18:05:34 +02:00
Michal Čihař
58c33c410e Do not make the width 100%.
Otherwise it is wider than navigation frame.
2010-03-31 14:42:34 +02:00
Björn Wiberg
eb5e03880e bug #2973280 [export] Proper handling of temporary directory in XLS export. 2010-03-31 14:32:16 +02:00
Nate
1e984375b6 patch #2979234, bug #2960105 [import] Properly import unicode text from ODS. 2010-03-31 14:25:50 +02:00
Nate
428ed49d17 patch #2979234 [import] Create tables with current charset and collation. 2010-03-31 14:25:41 +02:00
BlinK_
fad777ecb2 Do not use private variable, use getter instead (patch #2978828). 2010-03-31 10:28:11 +02:00
Victor Volkov
bb0ad40413 Patch #2977725 XML export wrongly encoded 2010-03-30 12:56:06 -04:00
Michal Čihař
86cd86fc51 Avoid passing by reference, it causes problems on getenv results. 2010-03-30 13:48:49 +02:00
Michal Čihař
a78fc12048 This method should be public. 2010-03-30 13:27:06 +02:00
BlinK_
a4ca1638e9 Fix generating PDF with table dimensions 2010-03-30 12:59:59 +02:00
Michal Čihař
589504fe8a Fix link. 2010-03-30 10:17:08 +02:00
Marc Delisle
291f2a1d1d patch #2976790 Go to the upper level after table DROP 2010-03-26 13:02:33 -04:00