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-01Rename classes files.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-08-18Fix x coordinates of these points are repeated as y coordinatesMadhura Jayaratne
2015-07-23Make PHPCS happy.Hugues Peccatte
2015-06-16Optimize logic in tbl_gis_visualization.phpJason
2015-06-16Finish refactoring tbl_*.lib.phpJason
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-10-04Replace mb functions by standard string functions.Hugues Peccatte
2014-09-28Replace PMA_String uses by mb_* calls.Hugues Peccatte
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
2014-02-02Better messasge after creating a bookmarkMichal Čihař
2014-01-22Suffix files containing classes with .class.php file extensionMadhura Jayaratne
2014-01-08Space around . operator - mroe instancesMadhura Jayaratne
2014-01-08Fix coding styleMadhura Jayaratne
2013-12-12Fix PHPCS errors.Hugues Peccatte
2013-11-11Huge PHPDoc update.Hugues Peccatte
2013-09-27gis insert/edit error correctedSpun Nakandala
2013-08-24Add explaining commentMichal Čihař
2013-08-23Fix include pathMichal Čihař
2013-08-07Better names for URL generating functionsMichal Čihař
2013-04-25Consistently include colon in strings to translateMichal Čihař
2012-09-04Avoid PHP, HTML mix. Improve doc commentsMadhura Jayaratne
2012-09-03improve messageDieter Adriaenssens
2012-09-03improve coding style, fix indentationDieter Adriaenssens
2012-06-11Dropped PMA_ajaxResponse()Rouslan Placella
2012-06-11Got rid of some dead code from gis_data_editor.phpRouslan Placella
2012-04-11add vim directive for indenting with spacesDieter Adriaenssens
2012-04-11Drop non-JS version of the "GIS data editor"Rouslan Placella
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2012-01-07TypoMarc Delisle
2011-09-07use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-08-25Use format string for point number, otherwise the translation is wrong in som...Michal Čihař
2011-08-23Avoid two messages for same thingMichal Čihař
2011-08-17Fix code styleMadhura Jayaratne
2011-08-12Rename functions to match PEAR coding styleMadhura Jayaratne
2011-08-09Avoid undefined variable notice.Madhura Jayaratne
2011-08-01Prepares and insert GIS data to the input field on pressing 'enter'Madhura Jayaratne
2011-07-31Accept WKTs without SRIDMadhura Jayaratne
2011-07-31Avoid undefined indexMadhura Jayaratne
2011-07-31Refractor common code to gis_data_editor.js. Remove hidden input to track nul...Madhura Jayaratne
2011-07-20Better organized JS codeMadhura Jayaratne
2011-07-18Change of classes to avoid conflicts with classes used in tbl_gis_visualizati...Madhura Jayaratne
2011-07-18OpenStreetMaps based data visualization for GIS data editorMadhura Jayaratne
2011-07-17SVG based data visualization for GIS data editorMadhura Jayaratne
2011-07-16Chose the correct GIS typeMadhura Jayaratne
2011-07-16Handle adding polygons and geometry objectsMadhura Jayaratne
2011-07-16Handle adding linestrings and inner rings. Better commentsMadhura Jayaratne
2011-07-15Add points with JavaScriptMadhura Jayaratne
2011-07-15Non JS version does not need this parameters.Madhura Jayaratne
2011-07-14Corrected order of includes.Madhura Jayaratne