4837 Commits

Author SHA1 Message Date
5ee643bbbb Remove non-English language support 2025-04-22 00:05:23 -07:00
cc0daa1dfe Autofocus on first input of add field form 2025-04-21 22:23:33 -07:00
236997cbc2 Use standard doctype 2025-04-21 22:03:03 -07:00
46e8124525 Remove version check 2025-04-21 21:14:59 -07:00
fe090bc88f Set auth type to "http" by default 2025-04-21 20:42:50 -07:00
41d9e77a5b Expand navigation bar
Gray out trivial database names
2025-04-21 20:40:48 -07:00
2541f5ff58 Fix deprecated preg_replace with eval 2025-04-21 18:29:22 -07:00
83bdc9bbd7 Cleanup indexes bar 2025-04-21 17:58:02 -07:00
6c062ad532 Add Empty and Drop tabs to table view 2025-04-21 01:15:55 -07:00
fa1b8d5c94 Remove more table actions dropdown
Add spatial index action icons
2025-04-21 00:26:28 -07:00
126e3c3f71 Make original theme the default 2025-04-20 22:43:50 -07:00
7f805eccc8 Remove curly brace offset syntax 2025-04-20 22:42:37 -07:00
1dac9cc3df Add spatial indexes 2025-04-20 22:24:58 -07:00
Marc Delisle
cc97d82fd1 3.4.11.1 release 2012-08-12 09:14:23 -04:00
Marc Delisle
3345d64a6f 3.4.11 release 2012-04-14 07:35:22 -04:00
Marc Delisle
591d1518fe 3.4.11-rc1 2012-04-11 12:34:31 -04:00
Chanaka Indrajith Dharmarathna
ac82ba0f45 Fixed bug #3512565 - Missing word Rows in table list tooltip after click 2012-04-04 21:08:35 +01:00
Michal Čihař
656809ac3b Error can possibly contain html chars and should be escaped 2012-03-02 11:21:30 +01:00
Madhura Jayaratne
6cec91e805 libraries/common.lib.php might have not been loaded by the time PMA_isSerializable() is called. 2012-02-19 21:22:36 +05:30
Madhura Jayaratne
f9b2f08f21 bug #3488777 [navi] $cfg['ShowTooltipAliasTB'] and blank names in navigation 2012-02-18 17:17:01 +05:30
Madhura Jayaratne
0d1407f178 bug #3486970 [import] Exception on XML import 2012-02-18 14:43:05 +05:30
Michal Čihař
b4296d6acb Escape in correct places to avoid double escaping sometimes 2012-02-08 14:22:39 +01:00
Madhura Jayaratne
478169d63e Merge branch 'MAINT_3_4_10' into QA_3_4 2012-01-29 21:39:58 +05:30
Madhura Jayaratne
6072137cdd TCPDF updated to version 5.9.145 2012-01-29 21:33:43 +05:30
Marc Delisle
badc93d5d4 Maybe 3.4.11 ? 2012-01-24 12:28:06 -05:00
Marc Delisle
6d58b78a32 3.4.10-rc1 2012-01-24 12:25:51 -05:00
Madhura Jayaratne
3c7b233d9c bug #3477063 [edit] Missing set fields and values in generated INSERT query 2012-01-22 11:55:28 +05:30
Madhura Jayaratne
5da1aaa0fe To avoid warnings when strlen() is called on the array containing chosen values for set field 2012-01-22 11:52:23 +05:30
Glenn
8697ec3d48 patch #3458944 copy table data missing SET SQL_MODE='NO_AUTO_VALUE_ON_ZERO' 2011-12-29 09:37:43 -05:00
Madhura Jayaratne
cd294e5b97 bug #3049209 [import] Import from ODS ignores cell that is the same as cell before 2011-12-24 21:31:08 +05:30
Sven Strickroth
a9d9890726 fixed typo
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:38:45 -05:00
Sven Strickroth
797ec6faf0 added spaces to improve look and feel of output
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:38:35 -05:00
Sven Strickroth
7ef064f648 add backquotes to improve look and feel of output
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:38:24 -05:00
Sven Strickroth
9fc23c8824 escape single quotes in column names
Column names like `id'` must be escaped in a PHP string

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:38:14 -05:00
Sven Strickroth
e43ed55b04 fix invalid PHP variable names
Tables with names like `0-` are allowed in SQL, but not in PHP variable names

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:37:55 -05:00
Rouslan Placella
5130615c0a Fixed bug # 3460090 - TextareaAutoSelect feature broken 2011-12-15 23:03:03 +00:00
Marc Delisle
3553fe63ee 3.4.10-dev 2011-12-14 08:12:21 -05:00
Marc Delisle
ba255de1b2 Fix merge conflicts 2011-12-14 07:54:50 -05:00
Michal Čihař
da62d86238 These are done and we do not seem to use decimals 2011-12-14 10:00:01 +01:00
Michal Čihař
91241f71d3 Fill orgtable and orgname attributes 2011-12-14 09:58:47 +01:00
Michal Čihař
cec8f1b094 Add actually some sane value to field flags 2011-12-14 09:56:02 +01:00
Michal Čihař
a074b4c6e2 Create fake flags field
The content is empty for now, but at least the code will not emit
warnings on every access to it (which is quite often). The proper value
calculation should be added later.
2011-12-14 09:49:51 +01:00
Michal Čihař
ea64f8f731 Whitespace cleanup 2011-12-14 09:49:35 +01:00
Michal Čihař
0e707906e6 [security] Self-XSS in setup (host parameter), see PMASA-2011-19 2011-12-13 12:42:39 -05:00
Dieter Adriaenssens
bd3735ba58 [security] Self-XSS on export options (export server/database/table), see PMASA-2011-20 2011-12-10 17:10:41 +01:00
Madhura Jayaratne
6e0a10494f bug #3452506 [edit] Unable to move tables with triggers 2011-12-07 08:33:28 +05:30
Marc Delisle
b02f4eec07 bug #3384035 [display] Problems regarding ShowTooltipAliasTB 2011-12-05 14:14:13 -05:00
Marc Delisle
d68c8bb8ed bug #3398788 [session] No feedback when result is empty (signon auth_type) 2011-12-05 11:04:16 -05:00
Marc Delisle
5e61730157 bug #3438420 [core] Magic quotes removed in PHP 5.4 2011-11-26 06:54:40 -05:00
Marc Delisle
dddcddbf38 bug #3442004 [interface] DB suggestion not correct for user with underscore 2011-11-26 06:17:08 -05:00