Commit Graph

187 Commits

Author SHA1 Message Date
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Michal Čihař
02c2d380a4 Wrap some long lines 2012-05-30 09:17:34 +02:00
Michal Čihař
f6621b31e2 Coding style improvements 2012-05-29 15:20:31 +02:00
Michal Čihař
b684de82e0 Fix indentation 2012-05-29 15:13:21 +02:00
Michal Čihař
1327d0c512 Remove unused code 2012-05-29 15:13:02 +02:00
Michal Čihař
bdc8c46489 Fix indentation 2012-05-29 15:12:51 +02:00
Michal Čihař
354231114f Add missing phpdoc directives 2012-05-29 15:11:14 +02:00
Michal Čihař
68877049dd Fix typo 2012-05-29 15:09:59 +02:00
Michal Čihař
1be8a0f73c Fix typo 2012-05-29 15:09:06 +02:00
Michal Čihař
600979f446 Fix docs 2012-05-29 14:20:11 +02:00
Michal Čihař
c0ff61f8da Document PMA_SQP_arrayAdd 2012-05-29 14:15:21 +02:00
Michal Čihař
da452baa11 Debug variant is not used and not documented how to use that 2012-05-29 14:12:25 +02:00
Michal Čihař
bcab4bfe25 Fix indentation 2012-05-29 14:10:52 +02:00
Michal Čihař
d3640d0e39 Use require for unconditional inclusion 2012-05-29 14:10:28 +02:00
Michal Čihař
ec541309eb Fix indentation after if() removal 2012-05-29 14:08:07 +02:00
Michal Čihař
c315d33513 SQL parser is now loaded only without PMA_MINIMUM_COMMON defined 2012-05-29 14:07:49 +02:00
Michal Čihař
e316c37598 Move query parser CSS generating to theme 2012-05-29 14:06:10 +02:00
Michal Čihař
962c523a15 Fix phpdoc formatting 2012-05-29 14:03:27 +02:00
Marc Delisle
9a00dafc04 Remove BUG tag in comment 2012-05-02 13:58:53 -04:00
Dieter Adriaenssens
68fe78a42a fix function definition 2012-04-29 01:09:09 +02:00
Dieter Adriaenssens
b14acc2e1c fix indentation 2012-04-28 22:44:03 +02:00
Madhura Jayaratne
4b8d52d937 Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
Jo Michael
6ba62e1b2d Replaced "seperator" with "separator" 2012-04-07 20:23:22 +02:00
Dieter Adriaenssens
e482a94305 improve coding style 2012-03-14 16:43:26 +01:00
Madhura Jayaratne
35b18e57a2 Coding style improvements - Multiline assignments 2011-12-07 23:28:50 +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
Madhura Jayaratne
9bcb83af03 File is being conditionally included; use "include" instead 2011-09-23 10:56:30 +05:30
Dieter Adriaenssens
45aac8dbf4 coding style 2011-08-11 21:37:36 +02:00
Michal Čihař
3906320844 Unused variable 2011-08-09 07:37:24 +02:00
Michal Čihař
d6a0741cf8 Check for correct variable 2011-08-09 07:37:08 +02:00
Michal Čihař
ed1519ee76 Fix indentation of some code blocks 2011-08-08 17:33:10 +02:00
Michal Čihař
f5cdef3db8 No need to mention requirements 2011-08-08 17:17:34 +02:00
Michal Čihař
aceefcb23e Avoid three calls of same PMA_substr 2011-08-08 17:15:59 +02:00
Michal Čihař
3228a5b761 Avoid using GLOBALS referenced functions
This actually makes performance because it needs extra lookup in
globals.
2011-08-08 17:08:53 +02:00
Michal Čihař
53f9d89fbd Wrap some long lines 2011-08-08 16:59:31 +02:00
Michal Čihař
4a2cedf720 Adjust switch blocks to PEAR coding standards 2011-08-08 16:26:50 +02:00
Michal Čihař
98cff52cf8 Fix indentation in few places 2011-08-02 15:54:52 +02:00
Michal Čihař
bf9def5d50 Wrap some long lines 2011-07-22 09:29:41 +02:00
Michal Čihař
236582fb4f Fix mistakenly broken regexp 2011-07-22 09:25:14 +02:00
Michal Čihař
9405dbb82a Fix spacing after @param 2011-07-22 09:21:55 +02:00
Michal Čihař
25bda8e991 Fix spacing on opening code block 2011-07-22 09:18:02 +02:00
Michal Čihař
97daa89610 Remove double spaces around else 2011-07-21 11:32:52 +02:00
Rouslan Placella
1f54fa2f16 Merge branch 'QA_3_4' 2011-06-21 20:39:53 +01:00
Rouslan Placella
9e224184d7 Fixed bug #3323101 - Invalid escape sequence in SQL parser 2011-06-21 20:38:42 +01:00
Rouslan Placella
c2dd99965d Fixed bug #3323060 - SQL parser breaks AJAX requests if query has unclosed quotes 2011-06-21 20:33:32 +01:00
Piotr Przybylski
90099b7b5d Remove PMA_STR_binarySearchInArr in favor of isset and in_array 2011-06-08 19:23:58 +02:00
Michal Čihař
41376df2b0 Properly end multi word links 2011-06-06 16:36:57 +02:00
Michal Čihař
91c16608f8 Documentation for other reserved words 2011-06-06 16:33:22 +02:00
Michal Čihař
55d8b1efa0 Add documentation links to function names 2011-06-06 16:21:23 +02:00
Michal Čihař
9b0b9b0b59 Move doc back to correct place 2011-06-06 16:13:33 +02:00