Commit Graph

943 Commits

Author SHA1 Message Date
Madhura Jayaratne
50e6f3b387 Coding style improvements (ControlSignature) 2012-04-25 23:02:37 +05:30
Madhura Jayaratne
a817542fda Coding style improvements (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-25 22:27:32 +05:30
Michal Čihař
0c1e1b752f Update docs 2012-04-25 14:47:47 +02:00
Michal Čihař
cf81aae24a Single function to handle ReplaceHelpImg 2012-04-25 14:22:02 +02:00
Michal Čihař
a275e4034f Wrap some long lines 2012-04-25 14:22:02 +02:00
Rouslan Placella
f8407b563a Wrap long lines 2012-04-25 13:14:13 +01:00
Rouslan Placella
69edbfbfa1 Merge pull request #46 from wiltave/master
Data type descriptions
2012-04-25 04:59:37 -07:00
Willian Gustavo Veiga
c90859d51b Missing function prefix (PMA_) added. 2012-04-25 08:11:14 -03:00
Michal Čihař
b21c898c1c Fix reverted condition 2012-04-25 08:54:26 +02:00
Willian Gustavo Veiga
87259360db Data types descriptions 2012-04-24 22:25:15 -03:00
Michal Čihař
f1e2bfc103 Wrap comments 2012-04-24 14:55:40 +02:00
Michal Čihař
e7639a9152 Better coding style 2012-04-24 14:54:25 +02:00
Michal Čihař
11fbda2304 PMA_getenv already returns empty string if not found 2012-04-24 14:54:14 +02:00
Michal Čihař
2595b5f390 Wrap some long lines 2012-04-24 14:52:30 +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
3da49e3418 Clarify variable name 2012-04-21 14:48:30 -04:00
Marc Delisle
1c58314c53 Clarify function name 2012-04-21 14:40:08 -04:00
Michal Čihař
7cbad5b280 Do not delete session on invalid params (bug #3519580) 2012-04-20 11:56:18 +02:00
Rouslan Placella
ad9fc9df19 Merge branch 'QA_3_5' 2012-04-16 23:58:28 +01:00
Rouslan Placella
eca291ce82 Fixed bug #3518484 - PMA_sqlAddSlashes() does not quote the table names correctly 2012-04-16 23:58:03 +01:00
Jo Michael
230e447887 Fix missing space after Profiling checkbox 2012-04-15 02:12:29 +02:00
Michal Čihař
32987703f7 Merge pull request #25 from nijel/master
Dropping ErrorIconic/MainPageIconic
2012-04-12 02:00:05 -07:00
Marc Delisle
3ad498649a Refactoring challenge, part 2 2012-04-11 17:14:35 -04:00
Michal Čihař
5d54482c66 Drop $cfg['MainPageIconic']. 2012-04-11 15:34:27 +02:00
Michal Čihař
fe70a3c7de Remove parameter $die and use PMA_fatalError instead
The parameter was used in testsuite only and this case is already
handled by PMA_fatalError.
2012-04-11 14:04:00 +02:00
Michal Čihař
2b2fc6e82b Document $data 2012-04-11 13:53:07 +02:00
Jo Michael
b620322350 Fix theme test page 2012-04-08 19:00:40 +02:00
Jo Michael
6ba62e1b2d Replaced "seperator" with "separator" 2012-04-07 20:23:22 +02:00
Dieter Adriaenssens
84a237b117 escape variable output 2012-04-06 11:00:56 +02:00
Rouslan Placella
f15d0fd1d8 Removed most <noscript> tags and made JS mandatory to login 2012-04-05 22:58:57 +01:00
Jo Michael
5b09d0f066 Cleanup HTML5 validity issues 2012-04-01 20:14:50 +02:00
Jo Michael
570e7cdae8 Fixed spacing for inline edit link 2012-04-01 16:28:43 +02:00
Marc Delisle
5243abcd0d Merge branch 'QA_3_5' 2012-03-29 12:46:37 -04:00
Marc Delisle
ce341a0d4e bug #3511471 [interface] View name not seen in navi panel (MySQL 5.1) 2012-03-29 12:46:23 -04:00
Jo Michael
b9c474c21c Replaced *[align] with *[class] for HTML5 validity 2012-03-27 14:09:12 +02:00
Madhura Jayaratne
90b2d66317 Merge branch 'QA_3_5' 2012-03-26 22:16:35 +05:30
Madhura Jayaratne
54084929a5 bug #3510784 [edit] Limit clause ignored when sort order is remembered 2012-03-26 22:01:11 +05:30
Madhura Jayaratne
b531455738 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
Conflicts:
	libraries/mult_submits.inc.php
2012-03-21 05:59:46 +05:30
Madhura Jayaratne
9f179dddc2 Coding style improvements - mostly doc comments 2012-03-21 05:45:12 +05:30
Marc Delisle
a196cbd85f Merge pull request #7 from mynetx/master
Various
2012-03-18 12:09:23 -07:00
Madhura Jayaratne
d5d3d2bba4 Use 'void' if nothing is returned 2012-03-18 10:04:39 +05:30
Jo Michael
891abb9f86 Merge branch 'master' of git://github.com/phpmyadmin/phpmyadmin 2012-03-17 16:32:07 +01:00
Jo Michael
3b56f6a53b Leading ./ paths for links and favicons can be omitted, part 1 2012-03-16 23:04:12 +01:00
Madhura Jayaratne
ed219b5446 Coding style improvements 2012-03-17 01:13:00 +05:30
Jo Michael
33d6b783a4 Added print button styling for pmahomme 2012-03-16 20:31:03 +01:00
Marc Delisle
4f91642969 Changelog entry; add spaces around operator 2012-02-28 12:41:38 -05:00
Alex Marin
4550b049c1 Patch #3495284 XML Import - fix message and redirect 2012-02-28 12:39:35 -05:00
Madhura Jayaratne
4145cf04ab Merge branch 'QA_3_5' 2012-02-19 21:36:34 +05:30
Madhura Jayaratne
3fadd41b41 Merge branch 'QA_3_4' into QA_3_5
Conflicts:
	libraries/common.lib.php
2012-02-19 21:32:16 +05:30
Madhura Jayaratne
6cec91e805 libraries/common.lib.php might have not been loaded by the time PMA_isSerializable() is called. 2012-02-19 21:22:36 +05:30