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
2018-11-11Retrieve parameters from $_POST in database QBEMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-11-01Add secondary tabs for database queryMaurício Meneghini Fauth
Fixes #13621 QBE selenium tests broken since merge of #13342 Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-03-26Replace PhpMyAdmin\Relation static callsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-02-27Replace static methods with instance methodsMaurício Meneghini Fauth
Replace PhpMyAdmin\Sql static methods with instance methods. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-27Move DbQbe to Database/QbeMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-08-23Refactor relation functions to static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Table to PhpMyAdmin namespace - Move Template to PhpMyAdmin namespace - Move ThemeManager to PhpMyAdmin namespace - Move Theme to PhpMyAdmin namespace - Move Tracker to PhpMyAdmin namespace - Move Transformations to PhpMyAdmin namespace - Move TypesMySQL to PhpMyAdmin namespace - Move Types to PhpMyAdmin namespace - Move Util to PhpMyAdmin namespace - Move VersionInformation to PhpMyAdmin namespace - Move Url to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-07Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Sanitize to PhpMyAdmin namespace - Move SavedSearches to PhpMyAdmin namespace - Move Scripts to PhpMyAdmin namespace - Move ServerStatusData to PhpMyAdmin namespace - Move Sql to PhpMyAdmin namespace - Move StorageEngine to PhpMyAdmin namespace - Move SubPartition to PhpMyAdmin namespace - Move SysInfoLinux to PhpMyAdmin namespace - Move SysInfoSunOS to PhpMyAdmin namespace - Move SysInfoWINNT to PhpMyAdmin namespace - Move SysInfo to PhpMyAdmin namespace - Move SystemDatabase to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move OpenDocument to PhpMyAdmin namespace - Move OutputBuffering to PhpMyAdmin namespace - Move Partition to PhpMyAdmin namespace - Move Pdf class to PhpMyAdmin namespace - Move RecentFavoriteTable to PhpMyAdmin namespace - Move Response to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-30Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- Move Logging to PhpMyAdmin namespace - Move Menu to PhpMyAdmin namespace - Move Message to PhpMyAdmin namespace Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
- 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-01Refactor the sql functions into static methodsMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2016-12-07Simplify Response object handlingMichal Čihař
- always use use and short name - avoid calling getInstance() several times in one script Signed-off-by: Michal Čihař <michal@cihar.com>
2016-03-09Remove bookmark library includesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-01-14Move common code inside the methodMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-11-08Make PHPCS happy.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-10-22Refactor high-level parser calling into a functionMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-01Remove classes require_once.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01Rename classes files.Hugues Peccatte
Rename classes. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
Set namespace on DbQbe. Set namespace to 'DbSearch'. Split Advisor.class.php file. Change Advisor namespace. Rename DbQbe class and file. Set namespace on DisplayResults. Set namespace on Error. Use namespace for ErrorHandler. Add class autoloader. Change ErrorHandler filename. Remove some require. Update Config namespace path. Update PMA_Util to PMA\libraries\Util. Rename Font and File classes files. Use namespace for Footer. Set namespace in all libraries classes. Namespace OutputBuffering. Export SubPartition. Rename Partition file. Namespace PDF. Namespace RecentFavoriteTable. Replace PMA_Response by Response and PMA_Message by Message. Update uses and calls. Fix unit tests. Fix SqlParser autoload. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-25Refactor db_info.inc.phpMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-07-15These checks are redundant. <feature>work variables should always be defined ↵Madhura Jayaratne
unless in an upgrade Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-10Replaced more of the old parser.Dan Ungureanu
Updated sql-parser library. Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-05-18Merge branch 'QA_4_4'Madhura Jayaratne
2015-05-18Allow accessing visual query builder when pmadb is not configuredMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-28Make class instance match the class nameMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-03-26Merge pull request #1547 from znck/masterMarc Delisle
Remove unneeded closing tags
2015-03-06Remove unneeded closing tagsRahul Kadyan
Closing tags at the end of file are not mandatory. It is often suggested to omit to closing tags at the end of file to prevent unwanted effects as PHP will start output buffering if there is any character after closing tag. Reference: http://php.net/manual/en/language.basic-syntax.phptags.php Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-03-05Merge commit '22c0249'Marc Delisle
2015-03-05Merge branch 'QA_4_3' into QA_4_4Marc Delisle
2015-03-05Bug Undefined index savedsearchesworkMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-01-16Remove dead codeMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-12-28Code cleanup: $disp_mode was always empty at this pointMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-14Use db_desginer.php as a route for all designer operation. Combine ↵Bimal Yashodha
pmd_general.lib.php and designer.lib.php into db_designer.lib.php Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-16Remove references to designer_coords and designerworkBimal Yashodha
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-05-10A boolean is expected here alsoMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-05-09Initialize variable (it is unset when saving of queries is disabled)Michal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-11Remove hint about bookmarked searches.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-11Add new button to update a bookmarked search.Hugues Peccatte
Hide buttons when not needed. Reset form when selecting 'New bookmark'. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-03Rename 'Search bookmark' as 'Bookmarked search'.Hugues Peccatte
Add new error when bookmarked search name is missing. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-03-03Rename 'Search' as 'Search bookmark'.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-26Fix lost name of saved search.Hugues Peccatte
Update filename of SavedSearch class. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-26The word "criteria" is already a pluralMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-02-24Add hint to update a search.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-24Fix warnings.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-23Feature #569 Load/Save Query By ExampleHugues Peccatte
Implement possibility to save/load/delete a QBE on a DB. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-02Correct punctuation for sentencesMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2013-08-07Better names for URL generating functionsMichal Čihař
2013-08-06Various coding style fixesMichal Čihař