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-04-21Short-hand notation for jQuery document.ready eventJo Michael
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a mu...Madhura Jayaratne
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-26Replaced use of hard coded images with the sprite-aware PMA_getImage() functi...Rouslan Placella
2011-09-23File is being conditionally included; use "include" insteadMadhura Jayaratne
2011-07-29Merge branch 'QA_3_4'Madhura Jayaratne
2011-07-29bug #3313235 [interface] Error div misplacedMadhura Jayaratne
2011-07-22Fix spacing on opening code blockMichal Čihař
2011-07-15pma spritify part 2Tyron Madlener
2011-07-05Merge remote-tracking branch 'origin/master' into tyronmTyron Madlener
2011-05-09For easier reading, replace "!isset" with "! isset"Marc Delisle
2011-02-20Improve display of debugging queriesMarc Delisle
2011-01-28No javascript footer in AJAX requests.Michal Čihař
2011-01-28Avoid showing open in new window for AJAX requests.Michal Čihař
2010-08-30[core] Remove last remaining parts of profiling code which was removed in 2006.Michal Čihař
2010-08-30Remove dead code.Michal Čihař
2010-08-30[bug #3055899] No footer file in ajax request.Michal Čihař
2010-08-30Fix permissions.Michal Čihař
2010-08-28Merged branch official/master. Resolved merge conflicts introduced due to me...ninadsp
2010-08-22Merge conflict resolved for Lori's tree merge to mainninadsp
2010-08-19Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyad...Crack
2010-07-29Resolve merge conflicts for upstream mergeninadsp
2010-07-27Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoclorilee
2010-07-26Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyad...Crack
2010-07-26No need to explicitely include relation.lib its anyway included in common.incMichal Čihař
2010-07-24Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyad...Crack
2010-07-23Fixed conflict due to upstream mergeninadsp
2010-07-21Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoclorilee
2010-07-20No @uses __('Something').Michal Čihař
2010-07-20Drop @version tag from docblocks.Michal Čihař
2010-07-16Fixed bug where non-footnote notices were being hidden; footnotes given their...lorilee
2010-07-14allow users to easily work with preferences stored in session (when pmadb is ...Crack
2010-05-26Header and Footr output is suppressed if it is an Ajax requestninadsp
2010-05-22testing git setup - no major change made in code yetninadsp
2010-05-05strings to gettext, second batchMarc Delisle
2010-04-12jQuery -> $Michal Čihař
2010-04-02Do all javascript updating after loading document.Michal Čihař
2010-03-31Provide way for vendors to easily change paths to config files.Michal Čihař
2010-01-25Reenable bookmarking code.Michal Čihař
2010-01-23Disable hash loading code for now.Michal Čihař
2010-01-22[interface] It is now possible to bookmark most pages in JS capable browser.Michal Čihař
2008-11-24Adding @package, second part.Michal Čihař
2008-07-15port 2.11.7.1 fixMarc Delisle
2008-07-01patch #2007196, Typos in comments, thanks to knittl - knittlMarc Delisle
2008-06-21protection against XSS when register_globals is on and .htaccess has no effectMarc Delisle
2008-05-10view row counting: better logic and messageMarc Delisle
2008-01-22differ between PHP and SQL debuggingSebastian Mendel
2007-12-13add summarizes to debug outputSebastian Mendel
2007-12-13with $GLOBALS['cfg']['DBG']['enable'] = true display executed queries and the...Sebastian Mendel
2007-10-16removed closing of db connection, closing database connection is only require...Sebastian Mendel