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
2015-07-02More local variablesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-19Merge branch 'QA_4_3' into QA_4_4Madhura Jayaratne
2015-03-19bug #4810 Broken find and replaceMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-10BUG #4791. Zoom search: JavaScript errorDan Ungureanu
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-02More instances of .live() and .die() replaced with .on() and .off()Madhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-28Use div id sqlqueryresultsouter in table search since sqlqueryresults ↵Madhura Jayaratne
clashes with the results returned Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-01Merge commit 'a020eac11a26977295cf2439ddd2e5b4af2c88fe'Atul Pratap Singh
Conflicts: js/config.js js/db_search.js js/functions.js js/makegrid.js js/server_privileges.js js/tbl_structure.js
2014-10-01Add js checks in multiple files if data is undefinedAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-08-03Avoid empty block noticesMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-29Fix coding styleAnn + J.M
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-06-19Fix 'function declaration in loop' scrutinizer errors.Hugues Peccatte
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-05-03bug #4383 Cannot update values in Zoom searchMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-10-02Coding style: use type safe comparing for blank valuesMichal Čihař
2013-07-30Various coding style improvementsMichal Čihař
2013-07-22Comparison does not work when the array element does not exist, leading to ↵Marc Delisle
an incorrect sql query generated
2013-07-08Use jQuery UI for parsing date stringsMichal Čihař
2013-05-05fix some JSLint error: using dot notationxmujay
2013-04-16Declare variables just onceMichal Čihař
Variables should be declared just once in a function.
2013-04-16Reference javascript messages by dot notation instead of using ['strFoo']Michal Čihař
2013-04-15Various javascript spacing fixesMichal Čihař
2013-04-15Various spacing and identation fixesMichal Čihař
2013-04-15Various javascript fixesMichal Čihař
- missing ; - confusing !
2013-04-15More javascript cleanup, more fixes of === / !===Michal Čihař
2013-01-26many some minor fixes (sorry, see diff)Gemorroj
2012-11-09Missing methodMarc Delisle
2012-10-31Fix syntax errorMichal Čihař
2012-10-31Rewrite and integration of js/common.jsRouslan Placella
2012-10-31Destroy registered jQuery events on page tear downRouslan Placella
2012-10-31Use AJAX.registerOnload() instead of $(document).ready()Rouslan Placella
2012-09-10Merge branch 'QA_3_5'Atul Pratap Singh
2012-09-10Make chart background transparent in zoom searchAtul Pratap Singh
2012-08-30Remove tabs and trailing white spacesMadhura Jayaratne
2012-06-11Dropped PMA_ajaxResponse()Rouslan Placella
2012-06-11Fix mangled datalabels bug(zoom search) in case of chromium browserAtul Pratap Singh
2012-06-11Fix zoom search point edit bugAtul Pratap Singh
2012-06-10Fix bug introduced due to incremental variableAtul Pratap Singh
2012-06-10Unnecessary comma is harmful under IEMarc Delisle
2012-05-31Fix date/time picker problem in zoom searchAtul Pratap Singh
2012-05-24store type for X and Y valuesMarc Delisle
2012-05-24Put back changes from c763cc45Marc Delisle
2012-05-24Put back changes from 9be5d8e0Marc Delisle
2012-05-22Panning not supported at the momentMarc Delisle
2012-05-22comments about tests under IEMarc Delisle
2012-05-21Problems under IE 8Marc Delisle
2012-05-20Improve resizerMarc Delisle
2012-05-20first attempt at resizingMarc Delisle
2012-05-20Handling of datesMarc Delisle
2012-05-20remove code for text type; handle Y values changesMarc Delisle
2012-05-19start handling data point updatesMarc Delisle
2012-05-19initial point click logicMarc Delisle