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-07-13Some more variable name improvementsAtul Pratap Singh
2012-07-12Form function for generating AND/OR, INS/DEL criteria inbutbox rowsAtul Pratap Singh
2012-07-12Form function to get more criteria inputboxesAtul Pratap Singh
2012-07-11Form function to get Ins/Del and AND/OR row cellAtul Pratap Singh
2012-07-11Some variable name improvementsAtul Pratap Singh
2012-07-10Use implode in place of last_select and last_orderbyAtul Pratap Singh
2012-07-10Logical improvement in PMA_dbQbeGetOrderByClauseAtul Pratap Singh
2012-07-10Fix doc commentAtul Pratap Singh
2012-07-10Form function to generate order by clauseAtul Pratap Singh
2012-07-10Add missing return statementAtul Pratap Singh
2012-07-10Form function for generating where clauseAtul Pratap Singh
2012-07-09Form function for generating SELECT clauseAtul Pratap Singh
2012-07-06Form functions for column modification options, fixes already set criteria di...Atul Pratap Singh
2012-07-06Use globals to build SQL query for nowAtul Pratap Singh
2012-07-05Form function to display tables select listAtul Pratap Singh
2012-07-05Form function to display search table footer elementsAtul Pratap Singh
2012-07-05Form function for displaying criteria inputboxesAtul Pratap Singh
2012-07-05Form function to display show checkboxesAtul Pratap Singh
2012-07-04Merge remote-tracking branch 'upstream/master'Atul Pratap Singh
2012-07-04Missing global variables for additional criteria linesMarc Delisle
2012-07-04Missing global variablesMarc Delisle
2012-07-04Fix selected criteria display while inserting/deleting new columnAtul Pratap Singh
2012-07-04Fix some doc commentsAtul Pratap Singh
2012-07-04Form functions for displaying sorting options listAtul Pratap Singh
2012-07-04Use global REQUEST variable at some places, fixes previously filled criteria ...Atul Pratap Singh
2012-07-04Remove some HTML-PHP mix and form function for column names rowAtul Pratap Singh
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Dropped footer.inc.phpRouslan Placella
2012-06-06Fixed broken "Switch to visual builder" link in db_qbe.phpRouslan Placella
2012-04-22Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a m...Madhura Jayaratne
2012-04-14Coding style improvementsMadhura Jayaratne
2012-04-01Cleanup HTML5 validity issuesJo Michael
2012-03-31Replaced another blind table in db_qbe tblFooters with floating <div>Jo Michael
2012-03-31Replaced blind table by CSS-floating <div> in db_qbeJo Michael
2012-03-31Replaced obsolete td[width] HTML attributes with CSSJo Michael
2012-03-31Replaced HTML nowrap attribute with CSS for HTML5 validityJo Michael
2012-03-27Replaced *[align] with *[class] for HTML5 validityJo Michael
2012-03-18Replaced td[align] with td[class] due to HTML5Jo Michael
2012-03-18Removed: table[border] attribute (default is 0 anyways), a[rel] for non-stand...Jo Michael
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-06use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-08-24Use PMA_DBI_get_table_indexes_sql() only when really needed, in all other cas...Piotr Przybylski
2011-08-05Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-05Avoid composite messagesMichal Čihař
2011-08-04Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-04No need to load full columns here (need names only anyway)Michal Čihař
2011-07-22Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-07-22Replace tabs with spaces, cleanup identationMichal Čihař
2011-06-29Add $column parameter to PMA_DBI_get_columnsPiotr Przybylski