Commit Graph

78 Commits

Author SHA1 Message Date
Michal Čihař
397b6fd00e Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Michal Čihař
b2243f08a8 Fix spacing around brackets 2012-04-27 11:30:47 +02:00
Madhura Jayaratne
4ff76ff31c Coding style improvements (Inline control structures are discouraged) 2012-04-25 23:39:04 +05:30
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
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
ea800101cb Fix Checkstyle Warnings - Type: BraceOnSameLine 2012-04-13 21:50:26 +05:30
Jo Michael
20ddd10911 Replaced HTML nowrap attribute with CSS for HTML5 validity 2012-03-31 16:50:33 +02:00
Michal Čihař
9142b35434 Wrap long lines 2012-03-14 17:19:13 +01:00
Michal Čihař
5078a87eae Merge remote-tracking branch 'origin/QA_3_5'
Conflicts:
	tbl_tracking.php
2012-03-14 17:18:17 +01:00
Michal Čihař
c783a31c5c Merge remote-tracking branch 'origin/QA_3_4' into QA_3_5 2012-03-14 17:17:15 +01:00
Michal Čihař
7553544cd1 Escape version before printing 2012-03-14 17:16:55 +01:00
Michal Čihař
4ef49f3a4b Better messages for tracking changes 2012-03-14 17:14:57 +01:00
Michal Čihař
e84fe978d2 Always use single format string for db.table, this prevents errors in translations 2012-03-14 16:41:22 +01:00
Michal Čihař
093d46c541 Use ordered format string to ease work for translators 2012-03-14 16:37:27 +01:00
Michal Čihař
5247c1060a Use ordered format string to ease work for translators 2012-03-14 16:36:55 +01:00
Yuichiro
1f85d957ca Improved the Structure table of the snapshot 2012-01-05 16:26:41 +01:00
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
Rouslan Placella
d17814f463 Replaced use of hard coded images with the sprite-aware PMA_getImage() functions (both PHP and JS). 2011-09-26 20:54:59 +01:00
Madhura Jayaratne
9bcb83af03 File is being conditionally included; use "include" instead 2011-09-23 10:56:30 +05:30
Madhura Jayaratne
e67a0a2531 Spaces between parameters in function calls 2011-09-23 08:43:41 +05:30
Dieter Adriaenssens
94c6836f8b fix coding style : control structures 2011-09-05 14:28:17 +02:00
Marc Delisle
4d2521ac91 Merge branch 'QA_3_4' 2011-08-24 12:30:15 -04:00
Herman van Rink
f00c57bdf3 Slightly far fetched XSS prevention 2011-08-19 11:01:45 +02:00
Piotr Przybylski
e2eb8a28da PMA_backquote is not needed for string literals 2011-08-16 00:04:44 +02:00
Herman van Rink
c547703b10 Sanitize filenames before using in Content-Disposition header 2011-08-08 20:07:09 +02:00
Herman van Rink
b659fbeb12 remove extraneous ? 2011-08-08 17:51:25 +02:00
Marc Delisle
0f5f2d9601 XSS with IE <= 8.x (semicolon and attachment headers 2011-08-06 15:05:59 -04:00
Herman van Rink
39edf6e1fb XSS fixes 2011-08-05 12:01:47 +02:00
Herman van Rink
3d8fddceb0 XSS fixes 2011-08-05 11:45:35 +02:00
Herman van Rink
2b0d12b2de Make better use of PMA_generate_common_url to prevent XSS 2011-08-05 11:45:16 +02:00
Herman van Rink
ec848d825f XSS fixes 2011-08-05 10:14:18 +02:00
Michal Čihař
8fcb4720e2 Include length in headers when we know it 2011-08-04 15:06:09 +02:00
Michal Čihař
d6c2dfb51b Use new function for download headers 2011-08-04 14:28:23 +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ř
219ec73d69 Spacing around if 2011-07-22 09:10:37 +02:00
Michal Čihař
9730a6b3d7 Merge commit '97b1375605f241481a953e2c78eb42d43f84fa9d'
Conflicts:
	js/functions.js
	libraries/common.lib.php
	libraries/header.inc.php
	server_status.php
2011-07-21 15:51:05 +02:00
Michal Čihař
48e9af42e0 Add missing space after foreach calls 2011-07-21 11:21:26 +02:00
Tyron Madlener
3b3a9fc762 pma spritify part 2 2011-07-15 09:42:16 +03:00
Tyron Madlener
2ee9f03cbb Merge remote-tracking branch 'origin/master' into tyronm 2011-07-05 18:09:55 +02:00
Michal Čihař
c9c9fdf49d Consistent capitalisation of PMA_sqlAddSlashes 2011-06-27 14:48:15 +02:00
Marc Delisle
a4c168a3a3 Merge branch 'QA_3_4' 2011-05-20 12:51:47 -04:00
Herman van Rink
7e10c132a3 XSS in Tracking page, more 2011-05-20 12:49:49 -04:00
Herman van Rink
d3ccf798fd XSS in Tracking page 2011-05-20 12:41:33 -04:00
Marc Delisle
f493cd776e Typos 2011-05-16 10:30:22 -04:00
bumbu
21f8f5d072 + delete button into tracking table + function change tracking data in Tracker.class.php 2011-05-11 13:52:39 +02:00
Michal Čihař
7899b0f199 Avoid comparing translated strings and simplify the code. 2011-03-18 14:49:38 +01:00
Madhura Jayaratne
326f13827b Do not highlight rows of these tables 2011-03-15 20:35:53 +05:30