Commit Graph

36 Commits

Author SHA1 Message Date
Michal Čihař
c93c82ee9c Fix typo in validator
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-17 10:59:03 +02:00
Michal Čihař
96c6a7c0a2 Validate input of validator
We can not trust the input here, so we can expect anything and deal with
missing parameters or invalid values.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-17 10:13:12 +02:00
J.M
e0d8568ac6 [security] Fix self-XSS in setup, trusted proxies validation, see PMASA-2013-9 2013-07-07 17:11:16 +02:00
Gemorroj
0b26a1454c fixed undefined variable $is_display for method _getCheckBoxesForMultipleRowOperations 2013-01-26 17:19:36 +03:00
Michal Čihař
8b57c837b7 Docblocks improvements 2012-09-10 14:52:25 +02:00
Madhura Jayaratne
381ae7b85a Fix function name: PMA_array_read -> PMA_arrayRead 2012-06-01 21:46:31 +05:30
Michal Čihař
7fdcb40bc8 Fix commend formatting 2012-05-15 12:02:13 +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
Michal Čihař
b846df7033 Empty line between @param and @return 2012-04-27 13:54:13 +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
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
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
Piotr Przybylski
d7bea4d4ee Merge remote-tracking branch 'origin/master' into drizzle 2011-07-31 17:26:18 +02:00
Piotr Przybylski
9b01642c95 Fix test_db_connection() for connections via socket 2011-07-31 15:16:07 +02:00
Piotr Przybylski
e1799393f3 Validation for drizzle module in setup script
Untested and currently unused, it's too unsafe to allow users to choose it
2011-07-31 00:50:58 +02:00
Michal Čihař
d55306252b Replace tabs with spaces, cleanup identation 2011-07-22 10:15:08 +02:00
Michal Čihař
e57f27e50b Remove @uses tags from docblocks 2011-06-27 11:20:20 +02:00
Piotr Przybylski
7adaa407d1 bug #3176391 User preference setting is lost 2011-02-11 18:14:39 +01:00
Piotr Przybylski
51684a8362 Upper bounds for user prefs were read from already modified settings 2011-01-11 00:12:47 +01:00
Marc Delisle
55c2dcb664 bug #3137351 User preferences and hide_db 2010-12-14 12:30:40 -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
Crack
c0482e135b Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-08-28 12:12:52 +02:00
ninadsp
9c34a0eec9 Merged branch official/master. Resolved merge conflicts introduced due to merging of Piotr and Martynas's branches 2010-08-28 01:53:52 +05:30
Crack
a82b355fc9 simplified PMA_SETUP checks 2010-08-27 15:57:45 +02:00
Crack
1d265c5893 fix regular expression validation when phpMyAdmin custom error handler is set 2010-08-04 00:57:11 +02:00
Crack
4a5ffa7a12 File comments:
- remove @license and @version from comments
- add vim settings
- change descriptions in form definition files
2010-08-03 00:55:57 +02:00
Crack
30413def3e bugfix: removed superfluous ob_end_clean() which caused page rendering to fail when OBGzip was enabled 2010-08-01 21:46:33 +02:00
Crack
7b0135ed6a fix port number validation
correct naming mistake (authentication != authorization)
setup script: move server authentication settings to new tab
2010-07-21 16:11:02 +02:00
Crack
a7fe3f362c allow multiple validators for one field
users can set MaxDbList and MaxTableList, values are bounded by the original value
2010-07-17 14:02:19 +02:00
Crack
afca401bc8 parametrized validators
valdiation by regular expressions
shorter text fields for numeric inputs
2010-07-17 11:39:30 +02:00
Crack
9dc47ecc41 rename $strSetup* variables to $strConfig* 2010-07-04 00:04:55 +02:00
Crack
7c5a298f27 moved validate.lib.php 2010-07-03 23:27:02 +02:00