Commit Graph

193 Commits

Author SHA1 Message Date
Marc Delisle
0e88efbf9b Merge branch 'QA_4_1' 2014-01-22 08:37:58 -05:00
Marc Delisle
7064e047a3 bug #4218 Chrome behavior with date fields
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-22 08:37:32 -05:00
Madhura Jayaratne
84e9ce4946 Spaces around . operator
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 17:26:27 +05:30
Marc Delisle
1c28058dc1 Merge branch 'QA_4_1' 2014-01-06 09:24:23 -05:00
Marc Delisle
cbaa45d340 bug #4217 Current value not highlighted when browsing foreign values
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-06 09:23:31 -05:00
Madhura Jayaratne
beaafa4ae5 Merge branch 'QA_4_1'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-19 19:40:26 +05:30
Madhura Jayaratne
a7e316d799 bug #4190 Fractional seconds cause row update even if the value is not changed
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2013-12-19 19:35:55 +05:30
Hugues Peccatte
493f9c5a1a Don't use function in for loop test.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-18 21:29:34 +01:00
Marc Delisle
61feb946a5 Fix typo
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-14 09:02:55 -05:00
Hugues Peccatte
008b1fa8d3 Rewrite to decrease number of nested levels.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-07 22:16:16 +01:00
Madhura Jayaratne
ab9a1273ee Drizzle compatibility 2013-11-28 00:02:49 +05:30
Madhura Jayaratne
ca5494c320 Fix spacing in doc comments 2013-11-27 23:11:57 +05:30
Madhura Jayaratne
7842d5f0e0 bug #4165 unsigned integer is not used for input limit on line copy 2013-11-27 22:45:02 +05:30
Marc Delisle
1a0eff3a9c Fix typos 2013-11-12 07:16:20 -05:00
Hugues Peccatte
473d3cd4a2 PHPDoc update. 2013-11-11 18:12:46 +01:00
Hugues Peccatte
464ec23ad8 Huge PHPDoc update. 2013-11-10 23:04:58 +01:00
Marc Delisle
e321e5d6df Function name was incorrect 2013-10-19 06:31:44 -07:00
Madhura Jayaratne
20608589c3 Remove trailing white spaces 2013-10-19 14:29:05 +05:30
Marc Delisle
88da7eeba0 Fixes many coding style "line too long" 2013-10-17 05:41:51 -04:00
Dieter Adriaenssens
70d9f27213 remove trailing space 2013-09-15 12:37:39 +02:00
Marc Delisle
df21b2cebe Fix codestyle 2013-09-15 06:09:25 -04:00
Marc Delisle
90accaef3b Fix failing test 2013-09-14 12:26:14 -04:00
Marc Delisle
2dbc95d110 Fix typos 2013-09-14 11:00:38 -04:00
Marc Delisle
d4a480328b Use proper term (SQL column) 2013-09-14 10:59:38 -04:00
Spun Nakandala
17ce188db4 value tab offset error corrected 2013-09-14 19:35:37 +05:30
Spun Nakandala
e60f53599d extracted methods to insert_edit.lib.php 2013-09-14 18:40:51 +05:30
Marc Delisle
d71b354876 Merge branch 'QA_4_0' 2013-09-13 12:52:03 -04:00
Marc Delisle
4a4b22c59f bug #4091 Insert ignore option does not work 2013-09-13 12:50:25 -04:00
Dieter Adriaenssens
a329ebee4e fix multiple parameter comment issues 2013-09-09 18:19:00 +02:00
Madhura Jayaratne
b25ba604e9 Fix failing tests. Make tests run independently. 2013-08-28 07:32:32 +05:30
Madhura Jayaratne
0dbf3fc819 Revert 23dee32a29 2013-08-27 22:34:06 +05:30
Madhura Jayaratne
23dee32a29 Fix failing test 2013-08-27 22:07:23 +05:30
Madhura Jayaratne
1b681d9c80 Fix syntax error 2013-08-27 21:32:47 +05:30
Isaac Bennetch
fa87bcec06 Merge pull request #582 from kasunchathuranga/fractionalSecs
Use fractional seconds in time, datetime and timestamp
2013-08-27 06:37:30 -07:00
Marc Delisle
a3f15a34d8 Browse foreigners did not work since commit b2e1f81c0c 2013-08-26 13:26:42 -04:00
Isaac Bennetch
eddf53cc16 Merge pull request #613 from kasunchathuranga/rowEditor
Bug #1193 -- Use a text area when input of size $cfg['LimitChars'] is not enough
2013-08-24 08:49:25 -07:00
Marc Delisle
cd6e2f1e0f Fix typo 2013-08-24 08:48:26 -04:00
Marc Delisle
6d53e8a6e9 Clarification will be needed 2013-08-24 08:47:47 -04:00
Marc Delisle
85eb3fbc25 Fix merge conflict 2013-08-24 08:09:09 -04:00
Marc Delisle
8cdc448484 Other incorrect tabindex (page footer controls) 2013-08-24 08:01:24 -04:00
Michal Čihař
5c3744aa58 Merge pull request #609 from mynetx/feature/input-field-type-password-html5-required
HTML5 input field enhancements
2013-08-20 22:30:12 -07:00
ayushchd
33f4871c9c Undefined variable and testuite fixes 2013-08-21 02:21:28 +05:30
J.M
3d3416184b Use type=date, type=time for DATE and TIME fields
(cannot use for DATETIME and TIMESTAMP because of CURRENT_TIMESTAMP)
2013-08-18 15:44:17 +02:00
J.M
0a0b404321 HTML5 input min=, max= attributes for inserting/editing *int data 2013-08-18 15:44:14 +02:00
J.M
06e965db72 Fix typo in phpdoc for PMA_getHTMLinput function 2013-08-18 15:44:12 +02:00
J.M
422c6ea490 Use type=number for editing int, tinyint and longint data 2013-08-18 15:42:51 +02:00
Kasun Chathuranga
1ec6858d7e Use a text area when input of size $cfg['LimitChars'] is not enough 2013-08-17 20:27:58 +05:30
Kasun Chathuranga
7066c582c6 Remove spaces 2013-08-17 20:11:48 +05:30
Kasun Chathuranga
b495061cdf Use fractional seconds in time 2013-08-10 11:26:43 +05:30
Michal Čihař
b2e1f81c0c Use PMA_URL_getCommon for generating all params 2013-08-07 17:00:52 +02:00