Commit Graph

87987 Commits

Author SHA1 Message Date
Marc Delisle
86031eff1d Merge pull request #617 from scnakandala/refac_tbl_create
Refactoring tbl_create.php
2013-08-19 17:24:47 -07:00
Spun Nakandala
09fd49c4d7 "Add 1 column(s) Go" Error corrected 2013-08-20 00:02:51 +05:30
Dieter Adriaenssens
5124958b25 Translated using Weblate (Dutch)
Currently translated at 100.0% (2720.0 of 2720)
2013-08-19 19:53:23 +02:00
adamgsoc2013
14d39d20ec add more Unit test case for PMA_Table 2013-08-19 21:24:17 +08:00
Weblate
9f26ec24cb Merge remote-tracking branch 'origin/master' 2013-08-19 11:52:25 +02:00
Mauricio Bastos
27edeabdc3 Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (2714 of 2720)
2013-08-19 11:52:20 +02:00
Marc Delisle
991ef03715 Merge pull request #607 from xmujay/mult_submit_refactor
more UTs for PMA_mult_submits
2013-08-19 02:52:10 -07:00
Kristjan Räts
4045d418f8 Translated using Weblate (Estonian)
Currently translated at 100.0% (2720.0 of 2720)
2013-08-19 10:47:20 +02:00
Domen
a820f0da5d Translated using Weblate (Slovenian)
Currently translated at 100.0% (2720.0 of 2720)
2013-08-19 02:50:12 +02:00
Mohamed Ashraf
3edba72c1f Fixed inconsistencies with error reporting server in report schema 2013-08-18 19:40:55 +02:00
Marc Delisle
adf5e17603 Merge pull request #606 from xmujay/refactor_server_sql
Refactor server sql
2013-08-18 10:21:05 -07:00
Kasun Chathuranga
412b3b4c31 Do not add trailing 0s for 'CURRENT_TIMESTAMP' string 2013-08-18 22:39:14 +05:30
Spun Nakandala
fb05c019cf added possibility of setting the MIME type and transformation 2013-08-18 21:18:52 +05:30
Atul Pratap Singh
d82caf9e4c Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2013-08-18 20:48:03 +05:30
Atul Pratap Singh
fa8176def5 Show meaningful message if database name is unknown in server's logs, as suggested by Marc 2013-08-18 20:42:21 +05:30
Atul Pratap Singh
ddc27165c2 Error wasn't displayed 2013-08-18 20:40:59 +05:30
Matías Bellone
968c27d027 Translated using Weblate (Spanish)
Currently translated at 100.0% (2720.0 of 2720)
2013-08-18 17:10:09 +02:00
Atul Pratap Singh
1aa0ac8b79 PMA_SQLPrettyPrint distorted the query in monitor analyzer, bug#4054 2013-08-18 20:37:57 +05:30
J.M
3cc673931d Remove strange character in HTML created by index.lib.php 2013-08-18 16:33:42 +02:00
Atul Pratap Singh
efd6827376 Changelog entry for bug#4054 2013-08-18 19:53:11 +05:30
Panagiotis Papazoglou
dc23cbd927 Translated using Weblate (Greek)
Currently translated at 100.0% (2720.0 of 2720)
2013-08-18 16:11:46 +02:00
adamgsoc2013
84530d30d8 Runkit testing for DBIMysqli 2013-08-18 21:55:02 +08:00
ayushchd
f68c3fe3e7 Tests for libraries/tbl_columns_definition_form.lib.php 2013-08-18 19:22:05 +05:30
ayushchd
10603e6593 Fix spaces and argument issues 2013-08-18 19:21:31 +05:30
J.M
3775eed540 Changelog: Add rfe number for rfe 1452 2013-08-18 15:45:50 +02:00
J.M
38ee75b096 Add Changelog entry for rfe 1451 2013-08-18 15:44:22 +02:00
J.M
400f9e7e59 Add styling for input[type=date], input[type=time] 2013-08-18 15:44:19 +02:00
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
a5995a5022 Add HTML5 min= attribute for number inputs 2013-08-18 15:44:09 +02:00
J.M
f94ff72dfc Add required attribute to table name for rename and move operations 2013-08-18 15:43:43 +02:00
J.M
abd1072cdc Browse mode: input=number for number of rows per page 2013-08-18 15:42:54 +02:00
J.M
422c6ea490 Use type=number for editing int, tinyint and longint data 2013-08-18 15:42:51 +02:00
J.M
8b110f0fea Fix minor comment typos in tbl_change.php 2013-08-18 15:42:48 +02:00
J.M
d1d4f9d87e Add HTML5 required attribute to input fields 2013-08-18 15:42:46 +02:00
J.M
f2f0d66b43 Change more inputs to type=number 2013-08-18 15:41:31 +02:00
J.M
4489ea7566 Add more type=password and type=number styles 2013-08-18 15:41:28 +02:00
J.M
e2c1d88c3a Remove unnecessary brackets in UI notice for PRIMARY key name 2013-08-18 15:41:21 +02:00
J.M
988beedb4d Merge branch 'input-field-type-number' 2013-08-18 15:39:54 +02:00
J.M
ac05fec3fa Use input type=number 2013-08-18 15:39:51 +02:00
J.M
954276beaa Fix typo in FormDisplay.class.php 2013-08-18 15:37:58 +02:00
J.M
e9b58e6ddb Add CSS for type=password, type=number 2013-08-18 15:37:56 +02:00
J.M
65a4889a0f Add HTML5 required, placeholder attributes 2013-08-18 15:37:53 +02:00
J.M
8884c7877b Add ChangeLog entry for 90bfa07 2013-08-18 15:35:58 +02:00
J.M
373d98a9fc [config] Use type="password" for server passwords 2013-08-18 15:35:07 +02:00
Atul Pratap Singh
5306c4aeb2 Merge branch 'QA_4_0' of github.com:phpmyadmin/phpmyadmin into QA_4_0 2013-08-18 18:39:46 +05:30
Atul Pratap Singh
ca4370a3c1 Show meaningful message if database name is unknown in server's logs, as suggested by Marc 2013-08-18 18:30:39 +05:30
Weblate
60211d45f7 Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0 2013-08-18 13:38:49 +02:00
Dark Killer
c545c4c7b1 Translated using Weblate (Bulgarian)
Currently translated at 76.6% (1998 of 2609)
2013-08-18 13:38:45 +02:00