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
2012-05-11Merge remote branch 'upstream/master'Chanaka Indrajith
2012-05-11Remove HTML rendering inside the functions in display_tbl.lib.php file itselvesChanaka Indrajith
2012-05-11Remove extra ,Michal Čihař
2012-05-10Arguments with default values must be at the end of the argument list - more ↵Madhura Jayaratne
instances
2012-05-05Renamed tbl_common.php to tbl_common.inc.php for better consistencyRouslan Placella
2012-05-05Dropped tbl_links.inc.phpRouslan Placella
2012-04-22Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a ↵Madhura Jayaratne
multi-line IF statement must be on a new line)
2012-04-19Add trailing ; after ALTER TABLE (rfe #2009500)Michal Čihař
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a ↵Madhura Jayaratne
multi-line function call must be on a line by itself)
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-11-24coding style : control structuresDieter Adriaenssens
2011-11-23Don't send table links in AJAX responsesRouslan Placella
2011-10-25Use package name PhpMyAdminMichal Čihař
Needed to match phpdoc rules as package name must begin with upper case.
2011-09-23Use lower case for true, false and nullMadhura Jayaratne
2011-09-23Spaces between parameters in function callsMadhura Jayaratne
2011-09-23use include() instead of require() when including file conditionallyDieter Adriaenssens
2011-07-21Ajaxified add columns option in table structureThilanka Kaushalya
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-26Remove explicit inclusion of Table.class.php as it is included in common.inc ↵Michal Čihař
anyway.
2010-07-26No need to require_once footerMichal Čihař
It is the last thing executed anyway (ends with exit).
2010-07-26No need to explicitely include relation.lib its anyway included in common.incMichal Čihař
2010-07-24functions.js included automaticallyMarc Delisle
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-11gettext conversionMarc Delisle
2010-04-08no longer needed as Mootools is no longer used in the Structure page shown ↵Marc Delisle
after adding a field
2010-03-27remove author namesMarc Delisle
2010-03-15bug #2970769 Incorrect reference to mootools-more.jsMarc Delisle
2010-02-03Fix missing mootools-more.js include for structure page shown after adding a ↵Herman van Rink
field.
2009-12-313.3Marc Delisle
2009-12-313.3Marc Delisle
2009-04-09bug #2724844 Add Fields: Add index is missing quotesHerman van Rink
2008-11-24Adding @package, third part.Michal Čihař
2008-05-15undefined varMarc Delisle
2008-05-07fixed NOTICESebastian Mendel
2008-05-07refactored complete table/column creation altering;Sebastian Mendel
register_globals independent; fixed bug #1344768 [database] create/alter table new field can not have empty string as default; tweaked form layout to save space;
2007-12-14replaced NULL/NOT NULL selectbox with checkbox (preserver space)Sebastian Mendel
2007-10-16make use of PMA_MessageSebastian Mendel
2007-10-04use array to define included JavaScript librariesSebastian Mendel
2007-10-02removed MySQL < 5 codeSebastian Mendel
2007-04-01coding standard: no braces around includeSebastian 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
2006-10-25Rename tbl_* files to drop useless _properties part.Michal Čihař
2006-02-21use Table.class.phpSebastian Mendel
2006-01-17(not complete) PEAR coding standardSebastian Mendel
2006-01-15allow 0 as name for database, table collumn, alias and indexSebastian Mendel