Commit Graph

70 Commits

Author SHA1 Message Date
Madhura Jayaratne
6335b10574 Fix coding style
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 14:35:15 +05:30
Hugues Peccatte
8665639bb0 Review of modifications
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-01-05 11:05:32 +01:00
Hugues Peccatte
6b01f835cb Rename too short variables.
Remove useless initializations.
Rename too long variables.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-01-04 20:46:18 +01:00
Hugues Peccatte
207466d59c Don't use function in for loop test.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-18 22:18:02 +01:00
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
329e408a82 Fix coding style 2013-11-10 08:41:32 -05:00
Marc Delisle
546bad0bdf Merge pull request #746 from Tithugues/fix-3931
Fix #3931: Use multiple selection for [NOT] IN/BETWEEN searches.
2013-11-10 05:37:32 -08:00
Hugues Peccatte
24ea3cda16 Revert sqlAddSlashes changes. Improve management of multiple selection. 2013-11-10 10:55:59 +01:00
Hugues Peccatte
2fc0ca777d Update PHPDoc. 2013-11-10 10:28:05 +01:00
Hugues Peccatte
f810615579 Use multiple selection for [NOT] IN/BETWEEN searches. 2013-11-09 17:52:50 +01:00
Marc Delisle
26cde1a610 Fix coding style 2013-10-11 07:53:42 -04:00
Marc Delisle
ea5850b3e9 Fix coding style 2013-10-10 08:03:52 -04:00
J.M
a5995a5022 Add HTML5 min= attribute for number inputs 2013-08-18 15:44:09 +02:00
J.M
abd1072cdc Browse mode: input=number for number of rows per page 2013-08-18 15:42:54 +02:00
Marc Delisle
0c6e134d36 Fix merge conflicts 2013-08-07 08:31:38 -04:00
Marc Delisle
c2b2c7b6e9 Bug #4048 Cannot select foreign value in Search 2013-08-07 08:27:34 -04:00
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
d1bb142e87 Remove unused param from PMA_Util::showMySQLDocu 2013-08-07 08:48:50 +02:00
Michal Čihař
91d3ca01f6 Remove double spacing 2013-07-30 14:05:51 +02:00
Marc Delisle
b0b492d62e Fix typo and clarify comment 2013-07-12 15:58:59 -04:00
Michal Čihař
3f2a7597d4 Wrap some long lines 2013-07-10 15:14:02 +02:00
Michal Čihař
c0ce163e05 Drop some unused local variables
Found by PMD on our CI server
2013-07-10 14:53:05 +02:00
Michal Čihař
11b926cf68 Include comma in translatable message 2013-07-09 12:14:51 +02:00
Kasun Chathuranga
a1be4d5fcc Adhere to English style guide 2013-06-28 10:08:08 +05:30
Kasun Chathuranga
41a497d169 Implement 'find and replace in a column' feature 2013-06-26 20:30:28 +05:30
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Marc Delisle
d44367e4db Fix merge conflicts 2013-05-15 13:07:22 -04:00
J.M
529903e0dd Fix bug #3907 undefined variables, function parameter problems
Thanks Rasmus Lerdorf for analyzing!
2013-05-13 11:27:56 +02:00
Kasun Chathuranga
32e6c06324 PMA_DBI_get_columns --> PMA_DBI_getColumns 2013-04-30 23:36:47 +05:30
Kasun Chathuranga
b310bd50fb Fix bug #3865 Using like operator on each backslash needs 4 backslash protection 2013-04-07 12:09:57 +02:00
Dieter Adriaenssens
ef423e145c remove unused variables : key is not used 2013-01-24 17:31:06 +01:00
Marc Delisle
2723495a4f Removed the AjaxEnable directive 2012-12-21 16:04:57 -05:00
Madhura Jayaratne
95860024e5 Simplify the code 2012-11-02 00:22:19 +05:30
Madhura Jayaratne
5c83a56512 Merge branch 'QA_3_5'
Conflicts:
	tbl_select.php
2012-11-01 23:52:19 +05:30
Madhura Jayaratne
cf38d0009b Closing parenthesis of a multi-line IF statement must be on a new line 2012-10-28 15:05:50 +05:30
Atul Pratap Singh
d97e12fe35 Fix bug #3576322 2012-10-13 14:04:05 +05:30
Sergey Leshchenko
b4386b0e48 Fixes bug #3575799
Unary operators doesn't work without criteria values
2012-10-11 20:37:47 +03:00
Chanaka Indrajith
13208324d3 Removed unnecessary empty lines in functions 2012-09-19 00:15:15 +05:30
Chanaka Indrajith
0ff571a128 Modify classes with property 2012-09-16 15:29:56 +05:30
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Dieter Adriaenssens
4e7383d21c simplify code, wrap long lines 2012-09-03 18:05:50 +02:00
Madhura Jayaratne
c4a5af9182 Merge branch 'QA_3_5'
Conflicts:
	js/tbl_select.js
	po/da.po
	tbl_select.php
2012-08-06 22:04:02 +05:30
Madhura Jayaratne
965d525cf8 Coding style fixes 2012-08-03 22:02:49 +05:30
Madhura Jayaratne
4bc2c7e0cb Checking whether $criteriaValues is empty should be done before calling _getEnumWhereClause() 2012-08-03 22:01:26 +05:30
Madhura Jayaratne
d56883327b Make the two tabs look alike 2012-08-01 23:25:05 +05:30
Madhura Jayaratne
d0e4e37e84 Same look and feel of the settings page 2012-08-01 22:57:27 +05:30
Madhura Jayaratne
7901d0d4e4 Simplify the code a bit 2012-08-01 22:27:43 +05:30
Madhura Jayaratne
a2fc65637f Do not hide the end tag in some other function 2012-08-01 22:26:01 +05:30