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
2008-10-19patch #2176438 [privileges] Wrong message when changing passwordMarc Delisle
2008-08-21bug #2063100 Unknown column Event_privMarc Delisle
2008-01-08use PMA_generate_html_radio()Marc Delisle
2007-11-09fixed possible SQL injection using database nameSebastian Mendel
2007-10-19this must have been tracing code :)Marc Delisle
2007-10-18fixed call to PMA_Message::addParam()Sebastian Mendel
2007-10-16make use of PMA_MessageSebastian Mendel
2007-10-15cleanupSebastian Mendel
2007-10-15do not force charset (collation), charset (collation) is defined in the db, t...Sebastian Mendel
2007-10-12fixed bug #1811519 Can't delete user with a german umlaut.Sebastian Mendel
2007-10-11cleanupSebastian Mendel
2007-10-11change FlushPrivilegesNote from WARNING to NOTICESebastian Mendel
2007-10-11patch #1807615 [GUI] Display patch for column rights in OperaSebastian Mendel
2007-10-11new/changed messagesMarc Delisle
2007-10-11make use of PMA_getIcon()Sebastian Mendel
2007-10-04use array to define included JavaScript librariesSebastian Mendel
2007-10-02removed MySQL < 5 codeSebastian Mendel
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