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
2007-11-09fixed possible SQL injection using database nameSebastian Mendel
2007-11-07bug #1826022 [privileges] unable to add user (MySQL 3.23) since PMA 2.11.2Marc Delisle
2007-10-15bug #1811519 [privileges] fixed used collation for accessing mysql.user in se...Sebastian Mendel
2007-10-12fixed bug #1811519 Can't delete user with a german umlaut.Sebastian Mendel
2007-10-11patch #1807615 [GUI] Display patch for column rights in OperaSebastian Mendel
2007-07-18start QA_11Marc Delisle
2007-07-18start QA_2_11Marc Delisle
2007-07-18Support password hashing on the Edit Privileges interfaceMarc Delisle
2007-04-01coding standard: no spaces inside bracesSebastian Mendel
2007-04-01coding standard: no braces around includeSebastian Mendel
2007-04-01make $sql_query persistent (init it, never unset it, always assume it is set)Sebastian Mendel
2007-03-20splitted common.lib.php into common.inc.php, core.lib.php and common.lib.phpSebastian Mendel
2007-03-20fixed/added page level docblockSebastian Mendel
2007-03-19synced/fixed vim lineSebastian Mendel
2007-01-20bug #1635377, superfluous backslashMarc Delisle
2007-01-02bug #1614087, deleting a user having aMarc Delisle
2006-12-05grant all privileges on wildcard name: did not work as intendedMarc Delisle
2006-12-05Use correct links (patch #1607236).Michal Čihař
2006-12-05Add IF NOT EXISTS to CREATE DATABASE query (RFE #1608372), reload navigation ...Michal Čihař
2006-10-19Rename db_details_db_info.inc.php to db_info.inc.php.Michal Čihař
2006-09-21use @todo tag for todo items, to show up in generated documentationSebastian Mendel
2006-07-27bug #1526557, display error when admin lacks some privileges and tries to do ...Marc Delisle
2006-05-17bug #1478812, Add new user, password containing backslashMarc Delisle
2006-04-27Create database for newly created user (RFE #479640).Michal Čihař
2006-04-11never rush a checkin - its allways troubleSebastian Mendel
2006-04-11use PMA_getenv()Sebastian Mendel
2006-03-21bug 1427707, radio button unselectableMarc Delisle
2006-03-14MySQL < 4.0.2 compatibilityMarc Delisle
2006-01-17(not complete) PEAR coding standardSebastian Mendel
2006-01-16typoMarc Delisle
2006-01-15allow 0 as name for database, table collumn, alias and indexSebastian Mendel
2006-01-07bug #1398018, Safari fieldset float issue in privileges screensMarc Delisle
2006-01-04some options to remove a user do not work on MySQL 4.1.1+Marc Delisle
2005-12-08Fix XHTML.Michal Čihař
2005-12-04do not use UNION DISTINCTMarc Delisle
2005-11-24Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries...Michal Čihař
2005-11-24Move db_details_{common,db_info,links}.php to libraries folder as it does not...Michal Čihař
2005-11-24Move server_{links,common}.inc.php to libraries folder as it does not require...Michal Čihař
2005-11-23drop PMA_setFontSizes()Sebastian Mendel
2005-11-18common.lib.php should REALLY REALLY and ALWAYS be the first includeSebastian Mendel
2005-11-13- bug #1353437 Table/Column privileges brokeness new in HEADSebastian Mendel
2005-11-11Revert fix for #1353437, there are wrong data and not displaying of it, fix b...Michal Čihař
2005-11-11handle many hosts per user definition for checkbox labelsMarc Delisle
2005-11-11bug #1353437, undefined index in server_privileges.phpMarc Delisle
2005-11-10bug #1353435, selecting users to drop is brokenMarc Delisle
2005-11-09javascript errorsSebastian Mendel
2005-11-09db with only table specific rights where not displayed if there was not at le...Sebastian Mendel
2005-11-01undefined variableMarc Delisle
2005-10-31do not display password No if this is not a real user definitionMarc Delisle
2005-10-29respect the chosen initialMarc Delisle