Commit Graph

100 Commits

Author SHA1 Message Date
Marc Delisle
c2b2c7b6e9 Bug #4048 Cannot select foreign value in Search 2013-08-07 08:27:34 -04:00
Marc Delisle
34e12cf77e bug #3956 "Browse foreign values" search filter / page selector not working 2013-05-29 09:47:55 -04:00
Aris Feryanto
ab6e9f0b24 Grid editing: enable edit box for relational value 2012-10-28 23:15:47 +08:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Dieter Adriaenssens
a9dd9acc28 remove whitespace 2012-09-05 18:18:35 +02:00
Dieter Adriaenssens
9beb4b47e4 remove mixed php and html 2012-09-05 18:18:35 +02:00
Madhura Jayaratne
ba16e22315 Coding style improvements 2012-08-31 00:46:35 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Rouslan Placella
ae6e50a8a8 Drop display() from Header and Footer classes. The Response class will do all the rendering. 2012-06-11 14:06:04 +01:00
Rouslan Placella
d9bedbd75e Finished integrating the PMA_Footer class 2012-06-11 14:06:03 +01:00
Rouslan Placella
a054562100 PMA_Footer and PMA_Header no longer need to be singletons 2012-06-11 14:06:03 +01:00
Rouslan Placella
a14da7bd5a Small code cleanup 2012-06-11 14:06:03 +01:00
Rouslan Placella
753dd1a7d2 Use PMA_Header class in browse_foreigners.php 2012-06-11 14:06:02 +01:00
Rouslan Placella
936f2efb74 Fixed missing parameter in browse_foreigners.php 2012-05-24 00:29:08 +01:00
Rouslan Placella
933ad71021 Merged CSS stylesheets 2012-05-18 19:14:09 +01:00
Willian Gustavo Veiga
d44db6b80a Code readability improved. 2012-05-04 08:42:03 -03:00
Willian Gustavo Veiga
139877978a code readability improved 2012-05-01 19:26:52 -03:00
Willian Gustavo Veiga
ec42cfb96a Some phpcs warnings fixed 2012-05-01 14:49:04 -03:00
Dieter Adriaenssens
543087f54c fix indentation 2012-04-29 00:40:12 +02:00
Michal Čihař
b4b6919746 Little bit of coding style 2012-04-26 16:18:37 +02:00
Jo Michael
20ddd10911 Replaced HTML nowrap attribute with CSS for HTML5 validity 2012-03-31 16:50:33 +02:00
Jo Michael
653f086815 Replaced xml:lang attributes by lang for HTML5 2012-03-18 14:46:59 +01:00
Jo Michael
b2fd866d87 Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
Jo Michael
af0e6c71e7 Use HTML5 DOCTYPE along with new charset meta-tag 2012-03-16 22:54:32 +01:00
Marc Delisle
dcc9b2c71f bug #3411038 Zoom search and inserting foreign values 2012-01-08 07:26:06 -05:00
Madhura Jayaratne
35b18e57a2 Coding style improvements - Multiline assignments 2011-12-07 23:28:50 +05:30
Madhura Jayaratne
c8dbed11b2 Merge branch 'QA_3_4' 2011-11-24 22:48:25 +05:30
Madhura Jayaratne
f414a0ec32 bug #3407235 [interface] Entering the key through a lookup window does not reset NULL 2011-11-24 22:45:51 +05:30
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Michal Čihař
94a9f4555a Adjust calling indentation 2011-08-08 17:53:40 +02:00
Marc Delisle
cd5cddb2e4 charset is now hardcoded 2011-06-09 16:09:53 -04:00
Michal Čihař
3cf4830bbb Replace TRUE/FALSE with true/false.
At least this seems to be the coding standard, so make all files
compliant.
2011-06-06 11:55:09 +02:00
Marc Delisle
13b31956ae For easier reading, replace "!isset" with "! isset" 2011-05-09 12:49:05 -04:00
Madhura Jayaratne
60e08fc20c Rows should not be marked in these tables. Added class="noclick" 2011-04-19 07:56:45 +05:30
Marc Delisle
6094e6c644 - Bug #3151925 Page selector dropdown broken with ORDER BY query
- PMA_pageselector() had an unused parameter
2011-01-08 15:14:00 -05:00
Marc Delisle
c72cc2c8f5 Browse foreign values did not work with inline edit
Use known message "Browse foreign values" instead of "Search foreign
data"
Use jQuery to attach handler instead of "onclick" for
browse_foreigners.php when called from sql.php
2010-12-24 07:50:42 -05:00
Marc Delisle
be49589dcd HTML errors 2010-12-19 06:29:43 -05:00
Marc Delisle
ea8a2bbc4f Missing jquery library which is referenced in js/functions.js 2010-12-19 06:22:06 -05:00
Marc Delisle
c3db2ade11 Makes sense to use MaxRows instead of a hard-coded value 2010-12-19 05:49:38 -05:00
Marc Delisle
386581bcb6 This is not a primary key but a row number 2010-12-19 05:42:40 -05:00
Marc Delisle
4a71a1e5f1 bug #3138572 "Continue insertion" problems 2010-12-16 11:37:24 -05:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Michal Čihař
ee767e2d3d No need to explicitely include relation.lib its anyway included in common.inc 2010-07-26 16:17:59 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
2182098af6 strings to gettext, second batch 2010-05-04 20:07:19 -04:00
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Michal Čihař
f9ccd69538 Remove no longer needed language file names. 2010-04-09 13:57:36 +02:00