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
2013-08-07Bug #4048 Cannot select foreign value in SearchMarc Delisle
2013-05-29bug #3956 "Browse foreign values" search filter / page selector not workingMarc Delisle
2012-10-28Grid editing: enable edit box for relational valueAris Feryanto
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-09-05remove whitespaceDieter Adriaenssens
2012-09-05remove mixed php and htmlDieter Adriaenssens
2012-08-30Coding style improvementsMadhura Jayaratne
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Drop display() from Header and Footer classes. The Response class will do ↵Rouslan Placella
all the rendering.
2012-06-11Finished integrating the PMA_Footer classRouslan Placella
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Small code cleanupRouslan Placella
2012-06-11Use PMA_Header class in browse_foreigners.phpRouslan Placella
2012-05-24Fixed missing parameter in browse_foreigners.phpRouslan Placella
2012-05-18Merged CSS stylesheetsRouslan Placella
2012-05-04Code readability improved.Willian Gustavo Veiga
2012-05-02code readability improvedWillian Gustavo Veiga
2012-05-01Some phpcs warnings fixedWillian Gustavo Veiga
2012-04-29fix indentationDieter Adriaenssens
2012-04-26Little bit of coding styleMichal Čihař
2012-03-31Replaced HTML nowrap attribute with CSS for HTML5 validityJo Michael
2012-03-18Replaced xml:lang attributes by lang for HTML5Jo Michael
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2012-03-17Use HTML5 DOCTYPE along with new charset meta-tagJo Michael
2012-01-08bug #3411038 Zoom search and inserting foreign valuesMarc Delisle
2011-12-07Coding style improvements - Multiline assignmentsMadhura Jayaratne
2011-11-24Merge branch 'QA_3_4'Madhura Jayaratne
2011-11-24bug #3407235 [interface] Entering the key through a lookup window does not ↵Madhura Jayaratne
reset NULL
2011-10-25Use package name PhpMyAdminMichal Čihař
Needed to match phpdoc rules as package name must begin with upper case.
2011-08-08Adjust calling indentationMichal Čihař
2011-06-10charset is now hardcodedMarc Delisle
2011-06-06Replace TRUE/FALSE with true/false.Michal Čihař
At least this seems to be the coding standard, so make all files compliant.
2011-05-09For easier reading, replace "!isset" with "! isset"Marc Delisle
2011-04-19Rows should not be marked in these tables. Added class="noclick"Madhura Jayaratne
2011-01-08- Bug #3151925 Page selector dropdown broken with ORDER BY queryMarc Delisle
- PMA_pageselector() had an unused parameter
2010-12-24Browse foreign values did not work with inline editMarc Delisle
Use known message "Browse foreign values" instead of "Search foreign data" Use jQuery to attach handler instead of "onclick" for browse_foreigners.php when called from sql.php
2010-12-19HTML errorsMarc Delisle
2010-12-19Missing jquery library which is referenced in js/functions.jsMarc Delisle
2010-12-19Makes sense to use MaxRows instead of a hard-coded valueMarc Delisle
2010-12-19This is not a primary key but a row numberMarc Delisle
2010-12-16bug #3138572 "Continue insertion" problemsMarc Delisle
2010-08-30Fix permissions.Michal Čihař
Most files were made executable somewhere in ninadsp tree, reverting this.
2010-07-29Resolve merge conflicts for upstream mergeninadsp
2010-07-26No need to explicitely include relation.lib its anyway included in common.incMichal Čihař
2010-07-23Fixed conflict due to upstream mergeninadsp
2010-07-20Drop @version tag from docblocks.Michal Čihař
2010-05-22testing git setup - no major change made in code yetninadsp
only added a few comments
2010-05-05strings to gettext, second batchMarc Delisle
2010-05-03strings to gettext, first batchMarc Delisle
2010-04-09Remove no longer needed language file names.Michal Čihař