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
2012-05-29Resolve conflicts in tbl_select.phpAtul Pratap Singh
2012-05-29Need to have type without length hereMichal Čihař
2012-05-28Removed some variables from post_params arrayAtul Pratap Singh
2012-05-28Already implementedMarc Delisle
2012-05-25Move functions from tbl_select.php to libraries/tbl_select.lib.phpAtul Pratap Singh
2012-05-23Variable name improvements in tbl_select.phpAtul Pratap Singh
2012-05-23Fixing broken table search feature due to function name changesAtul Pratap Singh
2012-05-18More improvements in tbl_select.phpAtul Pratap Singh
2012-05-16Improvements and fixes in tbl_select.php refactoringAtul Pratap Singh
2012-05-15Fix doc comment in 36d56fb2ea56e47b3979cfb07ff3ad5a1b4f1b2fAtul Pratap Singh
2012-05-15Refactoring tbl_select.phpAtul Pratap Singh
2012-05-13Resolve conflicts due to changes in method names of common.lib.phpChanaka Indrajith
2012-05-11Fix function names: PMA_generate_slider_effect -> PMA_generateSliderEffectMadhura Jayaratne
2012-05-11Fix function names: PMA_generate_html_tabs -> PMA_generateHtmlTabsMadhura Jayaratne
2012-05-11Fix function names: PMA_display_html_radio -> PMA_displayHtmlRadioMadhura Jayaratne
2012-05-10Merge remote branch 'upstream/master'Chanaka Indrajith
2012-05-09Remove unused parameter $base_dirMichal Čihař
2012-05-08Resolved conflicts after mergeChanaka Indrajith
2012-05-08Render HTML content in PMA_displayTableHeaders() function at once, in display...Chanaka Indrajith
2012-05-05Renamed tbl_common.php to tbl_common.inc.php for better consistencyRouslan Placella
2012-05-05Dropped tbl_links.inc.phpRouslan Placella
2012-04-30Wrap some long linesMadhura Jayaratne
2012-04-26Centralize generating of operators listMichal Čihař
2012-04-26Move NumOperators to PMA_TypesMichal Čihař
2012-04-26Move TextOperators to PMA_TypesMichal Čihař
2012-04-26Move EnumOperators to PMA_TypesMichal Čihař
2012-04-26Move NullOperators to PMA_TypesMichal Čihař
2012-04-26Merge pull request #47 from nijel/masterMichal Čihař
2012-04-25Coding style improvements (Inline control structures are discouraged)Madhura Jayaratne
2012-04-25Simplify codeMichal Čihař
2012-04-25Use isUnaryOperator methodMichal Čihař
2012-04-22Remove stray trailing whitespacesRouslan Placella
2012-04-09jQuery UI is already included from common.inc.phpMarc Delisle
2012-04-01Cleanup HTML5 validity issuesJo Michael
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2012-03-07No longer depend on grab_globals.lib.php for $_POST variablesMarc Delisle
2011-11-25Fix merge conflictsMarc Delisle
2011-11-22[security] Self-XSS on column type (table Search), see PMASA-2011-18Marc Delisle
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-10-11Fix jQuery UI version numberPiotr Przybylski
2011-10-11Upgrade jQuery UI to 1.8.6Piotr Przybylski
2011-09-23Spaces between parameters in function callsMadhura Jayaratne
2011-09-23use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-09-18Wrong message used in 8373e5feec2232e6a17b342eb0bf74930431bfccMadhura Jayaratne
2011-09-18Removed redundant functionMadhura Jayaratne
2011-09-14Load jquery.sprintf.js on demandMadhura Jayaratne
2011-09-13JS files for gis_data_editor loaded dynamicallyMadhura Jayaratne
2011-09-05fix coding style : control structuresDieter Adriaenssens
2011-08-26Avoid duplicate idsMarc Delisle
2011-08-25Whitespace cleanupPiotr Przybylski