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-21Revert "Simplify if statements."Hugues Peccatte
This reverts commit 119e745d26a8227550e38a0ef63a26ad69768b33.
2015-07-21Simplify if statements.Hugues Peccatte
Remove duplicate Jquery selector. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-02These are local variablesMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-02Fix variable scopeMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-18SQL debugging in consoleNisarg Jhaveri
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-05-22Merge pull request #1685 from nisargjhaveri/navi_settingsMarc Delisle
Navigation panel settings
2015-05-22Navigation panel settingsNisarg Jhaveri
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-05-21Navi legacy - Do not show database dropdown when no database is selectedMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-13Consistently provide editing for procedures, functions, events and triggersMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-26Fix bad line breaksMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-25rfe #1619 Show databases as list instead of as dropdown when no database is ↵Madhura Jayaratne
selected Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-20Fix Codacy warningsMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-03-18Update navigation.jsmonojp
favorite tables localStorage sync: avoid sending undefined objects or empty strings via ajax #2
2015-03-15Related to bug#4725 and rfe#1426: maintain navigation state with just ↵Atul Pratap Singh
required info stored in sessionstorage Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-02-13Fix scopeMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-02Remove unnecessary calculation, fix coding styleNisarg Jhaveri
- Remove unnecessary calculation - Remove trailing spaces in `navigation.js` Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-01-27Merge pull request #1469 from zixtor/masterAtul Pratap Singh
rfe #1574 Provide for a database select dropdown in navigation panel as in pre-4.0 versions
2015-01-23Merge branch 'navi_tree_optional'Atul Pratap Singh
Conflicts: js/navigation.js libraries/navigation/NavigationTree.class.php Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-23more js linkages for db-specific tree with select boxAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-22Merge branch 'QA_4_3'Madhura Jayaratne
2015-01-22Fix bug #4717Madhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-22Better way to handle navigation filter tooltipMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-22Merge branch 'master' of github.com:phpmyadmin/phpmyadminMadhura Jayaratne
2015-01-22Merge branch 'QA_4_3'Madhura Jayaratne
2015-01-22A better way to handle navigation in filtered resultsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-22improve selectorAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-22Modify message for different containersAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-22typoAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-22Differentiate between search results and normal treeAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-21Fix bug#4710 Nav tree error after filtering the tablesAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-21Fast filter improvement: remove 'x other results found' and replace with ↵Atul Pratap Singh
Enter search Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-21Merge branch 'QA_4_3'Madhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-21Update sessionStorage to maintain state and few other changesAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-20Lose navigation panel state on pref save. There is no point of selectively ↵Madhura Jayaratne
preserving it. Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-18Render tables tree on selecting a database using select boxAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-08Merge branch 'QA_4_3'Atul Pratap Singh
2015-01-08Fix bug#4695 Changing ['DefaultTabTable'] doesn't update link and titleAtul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-08Merge branch 'QA_4_3'Atul Pratap Singh
Conflicts: js/functions.js
2015-01-07[bugs:#4694] js error on marking table as favorite in Safari (in private mode)Atul Pratap Singh
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-12-04Merge branch 'master' into updateMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-02Functions were used before being definedMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
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-12-02.live() and .die() methods are deprecated. Use .on() and .off() methods insteadMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-27Avoid using #table_results for jQuery selectionsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-18Bug #4591 Spinner in navigation running foreverMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-14Replace only if there are actually errorsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-14Update errors on navigation panel actionsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-10Allow debugging queries executed by the navigation panelMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-20Do not remove throbber in case of aborted ajax filter callsMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-04Avoid bad line breaksMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>