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
2010-08-30Fix permissions.Michal Čihař
2010-08-03Merge remote branch 'origin/master'ninadsp
2010-07-31must set the LONGBLOB field to NULL to remove a BLOB referenceMarc Delisle
2010-07-29The use of PBMS is not dependent on a primary keyBarry Leslie
2010-07-29Resolve merge conflicts for upstream mergeninadsp
2010-07-28Improved handling of relational fields after saving inline edits. Still need...ninadsp
2010-07-24functions.js included automaticallyMarc Delisle
2010-07-23Fixed conflict due to upstream mergeninadsp
2010-07-22correct insertion of BLOB field referenceMarc Delisle
2010-07-22undefined $primary_fieldMarc Delisle
2010-07-22Update blob streaming to match the current API and use the PBMS PHP extension.Barry Leslie
2010-07-20Drop @version tag from docblocks.Michal Čihař
2010-07-10Added ids to some HTML elements on tbl_change.php and modified theninadsp
2010-05-22testing git setup - no major change made in code yetninadsp
2010-05-12gettext conversionMarc Delisle
2010-04-22Also this one is used later.Michal Čihař
2010-04-22Can not unset is_insert here, it is used later.Michal Čihař
2010-04-15Add full uncompressed version of jquery ui.Michal Čihař
2010-04-05continue removing author names in codeMarc Delisle
2010-04-01Avoid multiple loading of jQuery.Michal Čihař
2010-03-30Use ngettext for number of inserted rows.Michal Čihař
2010-03-30Use ngettext for number of affected rows.Michal Čihař
2010-03-27fit with new sql.php jQueryMarc Delisle
2010-01-25Load mootools in every page.Michal Čihař
2010-01-22Whitespace cleanup.Michal Čihař
2010-01-21rfe #2033616 [edit] Add option to just display insert query.Michal Čihař
2010-01-21[core] Remove config data from session as it brings chicken-egg problem.Michal Čihař
2010-01-21rfe #2823707 [edit] Call UUID function separately to show it in insert.Michal Čihař
2010-01-13rfe #2924956 [interface] Add insert ignore option to editing row.Michal Čihař
2010-01-13Do not use translated messages for values, rather use hardcoded strings.Michal Čihař
2010-01-04[core] Updated mootools to fix some glitches with Safari.Michal Čihař
2009-12-30primary_key is really a WHERE clause (that works also on tables where no PK i...Marc Delisle
2009-11-21bug #2893221 [core] Statement may not be safe to log in statement formatMarc Delisle
2009-07-16optimize: use high-level function to fetch a single rowMarc Delisle
2009-07-16optimize: skip unneeded code in case BLOB streaming is not availableMarc Delisle
2009-07-15optimizationsMarc Delisle
2009-07-15bug #2821757 [insert] "Insert another new row" no longer workedMarc Delisle
2009-07-10bug #2816165 [display] Executed query not always displayedMarc Delisle
2009-05-04patch #2745215 [edit] Multi-row change with "]" improvedMarc Delisle
2009-03-12bug #2682140 UUID() and CURRENT_USER() should not accept argumentsHerman van Rink
2009-02-23patch #1760205 [data] Insert as new row: BLOB is lostMarc Delisle
2009-02-20patch #2602633 [core] support column name having square bracketsMarc Delisle
2009-01-14patch #2496403 [display] Multi-row change with "]"Marc Delisle
2008-11-24Adding @package, third part.Michal Čihař
2008-11-24Document some require/includes as phpdoc otherwise takes random block before ...Michal Čihař
2008-08-20BLOBstreaming support (Google Summer of Code 2008, Raj Kissu Rajandran) -- wo...Marc Delisle
2008-07-14upgrade to mootools 1.2; temporarily deactivate the color picker that does no...Marc Delisle
2008-05-21display options (work in progress)Marc Delisle
2008-05-18unused variableMarc Delisle
2008-05-06do not use urlencode() in formsSebastian Mendel