Madhura Jayaratne
|
75d7927604
|
Do not suggest upgrading when there is no compatible versions
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-09-21 21:37:55 +10:00 |
|
Madhura Jayaratne
|
c3fefc2e4a
|
Fix #11464 phpMyAdmin suggests upgrading to newer version not usable on that system
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-09-14 20:14:51 +10:00 |
|
Dan Ungureanu
|
91b97fadc2
|
Remove unneeded closing tags.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
|
2015-07-19 00:18:38 +03:00 |
|
Madhura Jayaratne
|
1f9d621a8c
|
Fix notices when no servers are defined
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-05-15 15:30:00 +05:30 |
|
Madhura Jayaratne
|
31c21b070a
|
Adding token would not harm
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-05-15 07:25:36 +05:30 |
|
Nisarg Jhaveri
|
431847b39e
|
Return HTML instead of echo-ing directly in FormDisplay
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
|
2015-05-15 00:56:26 +05:30 |
|
Madhura Jayaratne
|
903509a168
|
Merge branch 'QA_4_4'
|
2015-05-14 08:31:10 +05:30 |
|
Madhura Jayaratne
|
3addba490c
|
Do not break the urls in the middle. Update tests
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-05-14 08:09:43 +05:30 |
|
Madhura Jayaratne
|
e874e59b69
|
bug #4899 [security] CSRF vulnerability in setup
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-05-13 11:36:06 -04:00 |
|
Madhura Jayaratne
|
d6afe6ccf6
|
bug #4899 [security] CSRF vulnerability in setup
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-05-13 11:28:19 -04:00 |
|
Madhura Jayaratne
|
152574fa2b
|
No leading underscores for non-private method names
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-04-28 07:29:34 +05:30 |
|
Hugues Peccatte
|
c8b6f6950d
|
Minor code refactor.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2015-04-26 20:16:35 +02:00 |
|
Madhura Jayaratne
|
52e0087b0e
|
Long messages wrapped
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2014-11-11 17:45:59 +05:30 |
|
Hugues Peccatte
|
3de88162ff
|
Replace PMA_String uses by mb_* calls.
Remove part of unused variables.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2014-09-28 20:53:01 +02:00 |
|
Hugues Peccatte
|
9b77d746ab
|
Mass modifications to use PMA_String.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2014-09-06 10:44:03 +02:00 |
|
Marc Delisle
|
b809e36836
|
Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
|
2014-03-03 08:10:24 -05:00 |
|
Hugues Peccatte
|
6b01f835cb
|
Rename too short variables.
Remove useless initializations.
Rename too long variables.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2014-01-04 20:46:18 +01:00 |
|
Marc Delisle
|
17b370248e
|
Fix typos
Signed-off-by: Marc Delisle <marc@infomarc.info>
|
2013-12-28 06:33:07 -05:00 |
|
Hugues Peccatte
|
4f05a8abfa
|
Merge pull request #808 from Tithugues/nestedLevels
Nested levels
|
2013-12-27 05:33:10 -08:00 |
|
Hugues Peccatte
|
ef49eff205
|
Standardize names of functions.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2013-12-27 13:49:57 +01:00 |
|
Hugues Peccatte
|
bf3ce05675
|
Reduce nested levels.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2013-12-26 21:06:19 +01:00 |
|
Hugues Peccatte
|
291c4246b8
|
Replace function PMA_performConfigChecks by a class.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2013-12-22 21:32:05 +01:00 |
|
Hugues Peccatte
|
493f9c5a1a
|
Don't use function in for loop test.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2013-12-18 21:29:34 +01:00 |
|
Marc Delisle
|
2a8962aa95
|
Signed-off-by: Marc Delisle <marc@infomarc.info>
Added warning about the mysql extension being deprecated
and removed the extension directive
|
2013-12-14 14:26:12 -05:00 |
|
Madhura Jayaratne
|
afada9b377
|
Add some missing doc comments
|
2013-11-10 07:37:12 +05:30 |
|
Madhura Jayaratne
|
184316d891
|
Coding style fixes
|
2013-11-03 19:00:41 +05:30 |
|
Piotr Przybylski
|
a67e41a646
|
Refactored ConfigFile class so that it is no longer a singleton
Fixes bug #4123 Double config including
|
2013-11-03 12:54:20 +01:00 |
|
Marc Delisle
|
4d76f931f0
|
Fix codestyle
|
2013-09-10 06:08:06 -04:00 |
|
Marc Delisle
|
bebb8547c2
|
Fix codestyle
|
2013-09-09 06:14:57 -04:00 |
|
Marc Delisle
|
85c5464cec
|
Fix codestyle
|
2013-09-09 06:08:26 -04:00 |
|
Marc Delisle
|
24e84b07df
|
Fix codestyle
|
2013-09-09 05:55:04 -04:00 |
|
Marc Delisle
|
2c41695fe9
|
Fix codestyle
|
2013-09-09 05:49:07 -04:00 |
|
Marc Delisle
|
f30b6a6a5f
|
Fix codestyle
|
2013-09-09 05:40:20 -04:00 |
|
Marc Delisle
|
7694dcf4fd
|
Fix codestyle
|
2013-09-09 05:35:12 -04:00 |
|
Marc Delisle
|
d8a575210f
|
Fix codestyle
|
2013-09-09 05:25:02 -04:00 |
|
Marc Delisle
|
3bd9c515d3
|
Fix codestyle
|
2013-09-09 05:16:30 -04:00 |
|
Michal Čihař
|
e5905bb884
|
Better error message
|
2013-08-07 15:25:44 +02:00 |
|
Michal Čihař
|
c2c6ace1ae
|
Do not check against hardcoded value
|
2013-08-07 15:23:48 +02:00 |
|
Michal Čihař
|
0a3d1d5be8
|
Better names for URL generating functions
|
2013-08-07 10:58:17 +02:00 |
|
Michal Čihař
|
107a727864
|
Various coding style fixes
|
2013-07-30 13:52:40 +02:00 |
|
Marc Delisle
|
269d0c89fe
|
Fix merge conflicts
|
2013-07-28 06:17:38 -04:00 |
|
Marc Delisle
|
1429272136
|
Remove other .htaccess for directories which are not at risk
|
2013-07-17 15:25:53 -04:00 |
|
Michal Čihař
|
fc163bb512
|
Move version parsing to Util class
|
2013-07-12 10:54:01 +02:00 |
|
Michal Čihař
|
e11f562be4
|
Use single code for fetching sremote version information
|
2013-07-12 10:31:12 +02:00 |
|
ayushchd
|
a39b7330f6
|
Remove debug message
|
2013-07-11 22:50:53 +05:45 |
|
ayushchd
|
f7e9e262c1
|
Tests for setup/* and user_prefs*
|
2013-07-11 13:59:49 +05:45 |
|
Michal Čihař
|
1d5539d3aa
|
Better function names
Follow PEAR coding standard for function names.
|
2013-05-02 15:01:11 +02:00 |
|
Michal Čihař
|
879e7507bb
|
Include util class for setup
|
2012-11-12 19:59:25 +01:00 |
|
Michal Čihař
|
3e050ff9d9
|
Various docblocks improvements
|
2012-09-19 15:05:26 +02:00 |
|
Madhura Jayaratne
|
72cdb4d058
|
Simplify the logic a bit
|
2012-07-29 08:10:25 +05:30 |
|