Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-26Replace `vendor_config.php` constants with an arrayMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-07-06Extract some common checks from `common.inc.php`Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-03-05Use PSR-12 for control structures spacingMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-02-22Improve the release script for versionningWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr> Improve the version handling Signed-off-by: William Desportes <williamdes@wdes.fr> Simplify the version handling Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-02Fix a "typo" and a coding standard issue on merge of #16430 William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-01Merge #16447 and #16436 - Fix #16430 - Windows error message uses trailing / ↵William Desportes
instead of \ Fixes: #16430 Pull-request: #16447 Pull-request: #16430 This is a merge octopus because the contributions where similar and complementary. Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-11-01Replace / with DIRECTORY_SEPARATORNiko Halink
Signed-off-by: Niko Halink <nhalink@gmail.com>
2020-10-27Replace slash with PHP constantWei Zhang
Signed-off-by: Lee Wei Zhang <leeweizhang24@gmail.com>
2020-10-26Replace slash with PHP constantLee Wei Zhang
Signed-off-by: Lee Wei Zhang <leeweizhang24@gmail.com>
2020-06-10Remove K_PATH_IMAGES constant not used since 4.7William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-05-26Fix some coding standard issuesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-03-28Change ROUTING_CACHE_DIR into CACHE_DIRWilliam Desportes
Ref: 4d2800daa49819b85aceba9089f6bec3da254608 Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-03-28Create ROUTING_CACHE_DIR contstantWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-20Remove unnecessary annotationsMaurício Meneghini Fauth
@package, @subpackage and others. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20Remove or ignore side effects in PHP filesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-02Remove vim modelinesMaurício Meneghini Fauth
These settings are no longer required as they are guaranteed through other coding standard tools. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2018-12-22Define an absolute path to use for require statementsMaurício Meneghini Fauth
Fixes #6167 Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-16Enable strict mode in libraries filesMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-05-05Use one temporary directoryMichal Čihař
Share one directory for Twig cache, SHP import and file uploads. The code now also validates the cache directory and creates it on the fly, so it properly detects if the directory can not be used. Also the documentation has been improved to document securing this directory. Fixes #13225 Fixes #13226 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-04Implement AUTOLOAD_FILE constant (#13213)Luís Pedro Algarvio
Replace hardcoded paths for autoload.php with vendor defined AUTOLOAD_FILE constant. Signed-off-by: Luís Pedro Algarvio <lp.algarvio@gmail.com>
2017-03-25Add requested changes and add more testsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-01-07Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-12-21Remove setup download/load/delete featuresMichal Čihař
This removes risk of third party manipulating with the configuration as there was race condition between editing and using the file. Downloading the file should not be big hassle and this really makes the whole setup a bit simpler. Signed-off-by: Michal Čihař <michal@cihar.com>
2016-11-28Fix comment for sql-parser vendor configMichal Čihař
Fixes #12745 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-24Replace embedded php-gettext library with motranslatorMichal Čihař
Fixes #12018 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-22Add shared code for testing class availabilityMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-22Use Componser autloader for external librariesMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-12Initial implementation of LanguageManagerMichal Čihař
The LanguageManager is responsible for choosing correct language and Language class wraps invididual locales, allows matching and their activation. Issue #11847 Signed-off-by: Michal Čihař <michal@cihar.com>
2015-09-14allow to use system udan11/sql-parserRemi Collet
Signed-off-by: Remi Collet <fedora@famillecollet.com>
2015-07-19Remove unneeded closing tags.Dan Ungureanu
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-06-25rfe #1531 Cant use external config fileMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28Remove no longer used defineMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-12-30bug #4675 phpMyAdmin should be able to work without 'examples' DIR - move ↵Madhura Jayaratne
SQL scripts to sql directory Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-08bug #4627 "file_get_contents(examples/create_tables.sql): failed to open ↵Madhura Jayaratne
stream" after update Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-02Fix typos.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-06-12Allow to use system phpseclibMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-01-24bug #4247 open_basedir warnings on export pageMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-05-09add tcpdf path to vendor_config.phpRemi Collet
2012-04-14check if PHPMYADMIN is setDieter Adriaenssens
2011-11-05Fix merge conflictsMarc Delisle
2011-11-05Patch by Robert Scheck <robert@fedoraproject.org>Robert Scheck
for phpMyAdmin >= 3.4.7, which makes the php-gettext library that is used configurable, which is helpful or even required for some vendors or downstreams. The default is the internal library to keep backward compatibility. More details can be found at SourceForge: https://sourceforge.net/tracker/?func=detail&aid=3433770&group_id=23067&atid=377410
2011-10-25Use package name PhpMyAdminMichal Čihař
Needed to match phpdoc rules as package name must begin with upper case.
2011-02-02Add version check to vendor configuration.Michal Čihař
This is something what most Linux distributions will want to disable, so give it to place where this customisation should happen.
2010-08-30Fix permissions.Michal Čihař
Most files were made executable somewhere in ninadsp tree, reverting this.
2010-07-23Fixed conflict due to upstream mergeninadsp
2010-07-20Drop @version tag from docblocks.Michal Čihař
2010-05-22testing git setup - no major change made in code yetninadsp
only added a few comments
2010-03-31Provide way for vendors to easily change paths to config files.Michal Čihař
2010-01-21We don't need __wakeup in PMA_Config as it is no longer in session.Michal Čihař
2008-12-05bug #2390959 typoMarc Delisle