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 (Expand)Author
2018-05-30Fix some PSR-2 coding standard errorsMaurício Meneghini Fauth
2018-05-30Use short array syntax instead of long array syntaxMaurício Meneghini Fauth
2018-05-16Enable strict mode in PHP filesMaurício Meneghini Fauth
2017-12-04Use lowercase for PHP booleans and nullMaurício Meneghini Fauth
2017-07-09Refactored view_create to use Twig templates.Dan Ungureanu
2017-07-09Added Format button on edit view form.Dan Ungureanu
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-30Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-03Refactor the core functions into static methodsMaurício Meneghini Fauth
2016-12-21Make the string look like an error messageMichal Čihař
2016-12-07Simplify Response object handlingMichal Čihař
2016-09-02Check if '@' exists before exploding over it and assuming it exists alwaysDeven Bansod
2016-07-23Merge branch 'QA_4_6'Deven Bansod
2016-07-23Fix #12394 : Create view should require a view nameDeven Bansod
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
2016-01-15Fix correct class name. Use namespacesDeven Bansod
2016-01-07Merge branch 'QA_4_5'Michal Čihař
2016-01-07Fix creating/editing VIEW with DEFINER containing special charsMichal Čihař
2015-10-19Make PHPCS happy.Hugues Peccatte
2015-10-04Merge remote-tracking branch 'origin/master' into useNamespaces_masterHugues Peccatte
2015-10-03Clarify method nameMarc Delisle
2015-09-01Remove classes require_once.Hugues Peccatte
2015-09-01Rename classes files.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-07-22Coding style modification.Hugues Peccatte
2015-06-08#4947 Editing a view gives errors - Included file no longer exists and its me...Madhura Jayaratne
2015-05-25Do not use configurations TextareaCols and TextareaRows of their intended pla...Madhura Jayaratne
2015-05-14Refactoring tbl_view.lib and add PMA\TemplateJason
2015-04-23Max length for view namesMadhura Jayaratne
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-11-05Cannot create view via Query results operation (master only)Marc Delisle
2014-11-02Fix typos.Hugues Peccatte
2014-10-06Fix code execution path warningMarc Delisle
2014-06-16Remove unnecessarily added empty lines.Dhananjay Nakrani
2014-06-16Remove included 'common_error_reporting.php' script and its inclusion from al...Dhananjay Nakrani
2014-06-16Include error reporting script at the end of all the 'relevant' scripts.Dhananjay Nakrani
2013-08-07Better names for URL generating functionsMichal Čihař
2013-08-06Various coding style fixesMichal Čihař
2013-07-12Fix typoKasun Chathuranga
2013-07-12Nowrap for labelsKasun Chathuranga
2013-07-12Wrap some long linesKasun Chathuranga
2013-07-12Allow setting view name only when creating a viewKasun Chathuranga
2013-07-12Use Codemirror editor for view editingKasun Chathuranga
2013-07-12Fix typoKasun Chathuranga
2013-07-12Go back to tbl_structure page after editing a viewKasun Chathuranga
2013-07-12It is illogical using 'TextareaCols' configuration here. Default values give ...Kasun Chathuranga
2013-07-12Fix syntax error in generated sql. Add required hidden inputs to properly exe...Kasun Chathuranga
2013-07-11Fix typosKasun Chathuranga