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
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
2013-07-11Add sql security fieldKasun Chathuranga
2013-07-11Add definer fieldKasun Chathuranga
2013-07-10Use ajax dialog for view editingKasun Chathuranga
2013-07-10Match UI style of trigger, routine etc AJAX dialogsKasun Chathuranga
2013-07-09Use a drop down as only one check option can be selected.Kasun Chathuranga
2013-05-31Merge commit '3311c6f'Dieter Adriaenssens
2013-05-29escape query in error messageDieter Adriaenssens
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-04-30PMA_DBI_try_query --> PMA_DBI_tryQueryKasun Chathuranga
2013-01-22improve coding style : remove mixed php and htmlRELEASE_4_0_0ALPHA1Dieter Adriaenssens
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-08-30use include(_once) in case of conditional includingDieter Adriaenssens
2012-08-05Code improvements related to VIEW transformationsChanaka Indrajith
2012-08-05Support for transformations inside VIEWs created using create view linkChanaka Indrajith
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Dropped PMA_ajaxResponse()Rouslan Placella
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-05-11Remove HTML rendering inside the functions in display_tbl.lib.php file itselvesChanaka Indrajith
2012-05-05Dropped db_links.inc.phpRouslan Placella
2012-04-29use include_once when including conditionallyDieter Adriaenssens
2012-04-26Ajaxified "Create View" functionalityRouslan Placella
2012-03-27Final removal of grab_globals scriptMarc Delisle
2011-10-25Use package name PhpMyAdminMichal Čihař