Maurício Meneghini Fauth
|
af148ad92b
|
Enable strict mode in PHP files
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2018-05-16 04:36:04 -03:00 |
|
Maurício Meneghini Fauth
|
b68b570773
|
Refactor setup/form_processing to static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-09-14 17:51:34 -03:00 |
|
Michal Čihař
|
e065793dc8
|
Fold validity check with getting class
There is no need to do this twice (once in ::get).
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-09-06 11:06:51 +02:00 |
|
Michal Čihař
|
953ef05b92
|
Use forms to define menu and titles on setup
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-09-06 11:05:10 +02:00 |
|
Michal Čihař
|
8490d3a571
|
Rewrite Setup settings forms as classes
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-09-06 11:05:09 +02:00 |
|
Michal Čihař
|
0b81218a10
|
Refactor configuration descriptions into class
This avoids loading them all into global namespace on every request.
Issue #11731
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2017-09-05 14:44:05 +02:00 |
|
Maurício Meneghini Fauth
|
5e7f6a1bab
|
Move config classes to PhpMyAdmin namespace
- Move ConfigFile to PhpMyAdmin namespace
- Move FormDisplay to PhpMyAdmin namespace
- Move Form to PhpMyAdmin namespace
- Move PageSettings to PhpMyAdmin namespace
- Move ServerConfigChecks to PhpMyAdmin namespace
- Move Validator to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-07-09 15:16:37 -03:00 |
|
Maurício Meneghini Fauth
|
13c0f7bc3c
|
Move classes to PhpMyAdmin namespace
- Move Advisor to PhpMyAdmin namespace
- Move Bookmark to PhpMyAdmin namespace
- Move Charsets to PhpMyAdmin namespace
- Move Config class to PhpMyAdmin namespace
- Move Console class to PhpMyAdmin namespace
- Move Core to PhpMyAdmin namespace
- Move DatabaseInterface to PhpMyAdmin namespace
- Move DbList to PhpMyAdmin namespace
- Move DbQbe to PhpMyAdmin namespace
- Move DbSearch to PhpMyAdmin namespace
- Move DisplayResults to PhpMyAdmin namespace
- Move Encoding to PhpMyAdmin namespace
- Move Error to PhpMyAdmin namespace
- Move ErrorHandler to PhpMyAdmin namespace
- Move File to PhpMyAdmin namespace
- Move Font to PhpMyAdmin namespace
- Move Footer to PhpMyAdmin namespace
- Move Header to PhpMyAdmin namespace
- Move Index to PhpMyAdmin namespace
- Move IndexColumn to PhpMyAdmin namespace
- Move LanguageManager to PhpMyAdmin namespace
- Move Language to PhpMyAdmin namespace
- Move Linter to PhpMyAdmin namespace
- Move ListAbstract to PhpMyAdmin namespace
- Move ListDatabase to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-06-28 21:17:18 -03:00 |
|
Maurício Meneghini Fauth
|
e330402b5b
|
Refactor the core functions into static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
|
2017-06-03 00:52:22 -03:00 |
|
Michal Čihař
|
ed96969ff9
|
Merge branch 'QA_4_5'
|
2016-01-28 09:23:27 +01:00 |
|
Madhura Jayaratne
|
5aee503564
|
Fix path disclosure, items 1.4.x, 1.5 and 1.6
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2016-01-19 10:22:30 +11:00 |
|
Deven Bansod
|
a1c48add28
|
Fix build error. Need concatenation here
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
|
2015-12-05 19:29:18 +05:30 |
|
Marc Delisle
|
357b1b4757
|
Remove some unnecessary string concatenations
https://github.com/dseguy/clearPHP/blob/master/rules/no-unnecessary-string-concatenation.md
Signed-off-by: Marc Delisle <marc@infomarc.info>
|
2015-12-04 09:05:42 -05:00 |
|
Hugues Peccatte
|
e5e447e937
|
Set namespace on config classes.
Update config classes.
Add @noinspection tag.
Update documentation and script.
Set ConfigGenerator in a namespace.
Rename ConfigGenerator filename.
Remove ConfigGenerator requires.
Fix namespaces of mock objects.
Remove useless require.
Add missing 'use'.
Add missing require.
Update PHPDoc.
Fix class test typo.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2015-09-01 21:30:23 +02: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
|
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 |
|
Marc Delisle
|
b809e36836
|
Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
|
2014-03-03 08:10:24 -05:00 |
|
Michal Čihař
|
cea7f75dab
|
Correct punctuation for sentences
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2014-02-02 11:19:15 +01: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 |
|
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 |
|
Michal Čihař
|
54dc10a012
|
Use PMA_fatalError instead of die
|
2012-05-09 11:58:10 +02:00 |
|
Dieter Adriaenssens
|
43b41a8cbb
|
cleanup package tags
|
2012-03-14 15:37:36 +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 |
|
Dieter Adriaenssens
|
5c751cd1c0
|
make die() messages translatable, where possible
|
2011-08-25 22:38:51 +02:00 |
|
Marc Delisle
|
13b31956ae
|
For easier reading, replace "!isset" with "! isset"
|
2011-05-09 12:49:05 -04: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 |
|
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
|
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
|
9dc47ecc41
|
rename $strSetup* variables to $strConfig*
|
2010-07-04 00:04:55 +02:00 |
|
Crack
|
3a8de5a716
|
make form definition structure the same for setup script and user preferences
|
2010-06-21 15:24:07 +02:00 |
|
Crack
|
9f44d864b6
|
user preferences saving and integration
|
2010-06-20 21:34:13 +02:00 |
|
Crack
|
02bb83cad3
|
add new settings to setup script
|
2010-06-16 23:54:57 +02:00 |
|
Crack
|
3ed3539958
|
Setup script refactoring: moved ConfigFile, Form, FormDisplay
Config db overrides and validation info stored in config.values.php
|
2010-06-05 19:25:54 +02:00 |
|
Crack
|
6b2f774ba8
|
Add category tabs to preferences page
Setup script refactoring
|
2010-06-05 15:42:55 +02:00 |
|
ninadsp
|
bed1948d04
|
testing git setup - no major change made in code yet
only added a few comments
|
2010-05-23 01:22:01 +05:30 |
|
Marc Delisle
|
819324ede6
|
remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software
|
2010-03-06 18:04:17 +00:00 |
|
Michal Čihař
|
9561f56875
|
Fix some phpdoc errors.
|
2008-11-24 09:55:30 +00:00 |
|
Piotr Przybylski
|
cd9da66ffb
|
Setup script: move language strings to global variables, prefix them with "$strSetup"
|
2008-10-14 10:31:07 +00:00 |
|
Piotr Przybylski
|
38734a3e16
|
Setup script:
- language strings cleanup
- removed import defaults
- add query window default tab setting
- added checks for zip/gzip/bzip avability
- fixed error icon
|
2008-10-09 16:39:45 +00:00 |
|
Marc Delisle
|
c930d2bd4f
|
patch #209978, missing svn:eol-style
|
2008-09-10 16:53:28 +00:00 |
|
Piotr Przybylski
|
5c658310aa
|
new setup script (Google Summer of Code 2008), work in progress
|
2008-08-28 18:02:18 +00:00 |
|