Commit Graph

220 Commits

Author SHA1 Message Date
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Madhura Jayaratne
381ae7b85a Fix function name: PMA_array_read -> PMA_arrayRead 2012-06-01 21:46:31 +05:30
Madhura Jayaratne
0a595f1f54 Fix function name: PMA_array_write -> PMA_arrayWrite 2012-06-01 21:44:33 +05:30
Madhura Jayaratne
ddc575ca04 Fix function name: PMA_array_remove -> PMA_arrayRemove 2012-06-01 21:41:59 +05:30
Michal Čihař
de820a89a6 Merge pull request #63 from plnice/master
Feature Requests item #3300418: Fast database search.
2012-05-17 01:51:43 -07:00
Miłosz Lewandowski
6130edd505 Feature Requests item #3300418: Fast database search. 2012-05-16 21:31:59 +02:00
Madhura Jayaratne
ad3e021958 Various CheckStyle fixes 2012-05-16 22:13:37 +05:30
Madhura Jayaratne
8b7318f0db Prefix private instance variable with underscore - more 2012-05-16 22:08:59 +05:30
Madhura Jayaratne
3957c093a4 Prefix private instance variable with underscore 2012-05-16 21:59:28 +05:30
Madhura Jayaratne
9341f92d33 Add param name in docs 2012-05-16 21:56:36 +05:30
Madhura Jayaratne
3b7de22bdd Fix indentation 2012-05-16 21:54:25 +05:30
Madhura Jayaratne
42f8613c0c Wrap a long line 2012-05-16 21:52:52 +05:30
Madhura Jayaratne
9dab21d835 Add missing @return tags 2012-05-16 21:51:21 +05:30
Madhura Jayaratne
1b7f991c9b Prefix private instance variables with underscore 2012-05-16 21:44:58 +05:30
Michal Čihař
7fdcb40bc8 Fix commend formatting 2012-05-15 12:02:13 +02:00
Madhura Jayaratne
36644a8365 Arguments with default values must be at the end of the argument list 2012-05-10 21:38:32 +05:30
Michal Čihař
54dc10a012 Use PMA_fatalError instead of die 2012-05-09 11:58:10 +02:00
Madhura Jayaratne
46ae483553 More coding style improvements 2012-05-07 23:14:25 +05:30
Madhura Jayaratne
bdc6714c75 Coding style improvements 2012-05-07 22:53:08 +05:30
Madhura Jayaratne
79c54fb2c8 Fix indentation 2012-05-07 22:46:21 +05:30
Dieter Adriaenssens
2889689dba fix typo 2012-05-06 00:09:35 +02:00
Dieter Adriaenssens
67b3d668ae fix typo 2012-05-04 17:41:16 +02:00
Willian Gustavo Veiga
d44db6b80a Code readability improved. 2012-05-04 08:42:03 -03:00
Willian Gustavo Veiga
9685d8d683 Each parameter on a new line 2012-05-03 13:13:55 -03:00
Willian Gustavo Veiga
279d32fb3e code readability improved 2012-05-01 19:33:32 -03:00
Willian Gustavo Veiga
4eabde2aee validate.lib.php - coding standards warnings fixed 2012-05-01 16:41:47 -03:00
Jo Michael
cce4f2cd2f Fix checkstyle warnings 2012-04-29 03:33:44 +02:00
Jo Michael
ade270e2b5 Fix checkstyle ScopeClosingBrace warnings 2012-04-29 02:58:32 +02:00
Jo Michael
1923e13ee7 Fix new checkstyle LineLength warnings 2012-04-29 02:56:42 +02:00
Jo Michael
6839781e88 Fix checkstyle MultiLineAssignment warnings 2012-04-29 02:16:40 +02:00
Jo Michael
2466594cb7 Fix checkstyle ControlStructures warnings 2012-04-29 02:07:56 +02:00
Dieter Adriaenssens
5e84b98eec fix indentation 2012-04-29 01:46:01 +02: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
Marc Delisle
b4f51cada5 Remove ReplaceHelpImg directive; this is a behavior that belongs to the themes 2012-04-27 15:44:20 -04:00
Michal Čihař
b846df7033 Empty line between @param and @return 2012-04-27 13:54:13 +02:00
Michal Čihař
397b6fd00e Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Michal Čihař
e6cca75875 Cleanup spacing after @param 2012-04-27 11:32:47 +02:00
Michal Čihař
b2243f08a8 Fix spacing around brackets 2012-04-27 11:30:47 +02:00
Marc Delisle
28d45840ac Remove VerboseMultiSubmit configuration directive 2012-04-26 12:37:07 -04:00
Michal Čihař
317b365baa Various coding style improvements 2012-04-24 14:06:15 +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
Marc Delisle
b6925193d6 Remove SuggestDBName configuration directive 2012-04-21 08:21:28 -04:00
Michal Čihař
8e8eed4237 Wrap some long lines 2012-04-20 16:32:17 +02:00
Michal Čihař
9e73f8bcd4 Wrap some long comments 2012-04-20 16:30:17 +02:00
Marc Delisle
1751bf2ac9 Finish implementation of HideStructureActions 2012-04-16 10:54:26 -04:00
Marc Delisle
049a222648 Remove LightTabs configuration directive 2012-04-15 19:57:06 -04:00
Marc Delisle
d3266a202d verbose_check is no longer needed 2012-04-14 10:06:58 -04:00
Madhura Jayaratne
3332151859 Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
Madhura Jayaratne
ba21546008 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2012-04-13 22:33:43 +05:30