phpmyadmin/js
Madhura Jayaratne 1d885f90bc Merge pull request #8 from phpmyadmin/js-password
Improve JS password generating
2016-01-26 12:05:25 +11:00
..
canvg Drop flashcanvas 2014-02-03 13:32:01 +01:00
codemirror Tell jQuery we're expecting JSON here 2016-01-19 10:17:20 +01:00
jqplot #4951 Trying to save chart as image crashes the browser 2015-06-09 15:21:39 +05:30
jquery Feature 763 jquery validation feature squashed 2015-04-04 21:10:06 +05:30
openlayers bug #4382 Missing source for OpenLayers library: retrieved source code from OpenLayers 2.10 2014-04-30 13:22:43 -04:00
pmd Merge branch 'QA_4_4' into QA_4_5 2015-09-02 19:27:47 +10:00
tracekit Move tracekit library to separate folder 2013-09-30 09:17:03 +02:00
transformations Allow specifying resize direction 2015-06-15 15:19:27 +05:30
ajax.js Fix #11772 Table pagination does nothing when session expired 2016-01-11 08:42:55 +11:00
big_ints.js Fix PHPCS issues. 2014-11-01 22:07:18 +01:00
chart.js bug - Saved chart image does not have a proper name or an extension 2015-07-06 16:04:17 +05:30
common.js Add missing ";". 2015-08-23 12:49:42 +02:00
config.js Add localStorage availability checks, update the error message 2016-01-12 18:30:04 +05:30
console.js IE 8 compatibility in console 2015-12-10 12:18:38 -05:00
cross_framing_protection.js Revert onload changes due to side effects 2016-01-10 17:05:29 +05:30
db_central_columns.js Improve jQuery selectors. 2015-08-24 21:06:27 +02:00
db_operations.js .live() and .die() methods are deprecated. Use .on() and .off() methods instead 2014-12-02 17:07:46 +05:30
db_qbe.js Improve jQuery selectors. 2015-08-24 21:06:27 +02:00
db_search.js Merge branch 'master' into update 2014-12-04 18:13:31 +05:30
db_structure.js Improve jQuery selectors. 2015-08-24 21:06:27 +02:00
db_tracking.js Improve jQuery selectors. 2015-08-24 21:06:27 +02:00
doclinks.js Remove double keys 2013-08-07 10:34:55 +02:00
error_report.js Use class to support rtl languages 2015-07-21 14:15:29 +05:30
export.js Fix #11706 Database export template not saving compression option 2015-12-07 16:56:18 +11:00
functions.js Use full alphabet to generate random passwords 2016-01-25 12:44:16 +01:00
get_image.js.php Minor coding style modification. 2015-08-23 13:12:05 +02:00
get_scripts.js.php Space after function keyword 2015-04-27 19:14:00 +05:30
gis_data_editor.js Improve jQuery selectors. 2015-08-24 21:06:27 +02:00
import.js Improve jQuery selectors. 2015-08-24 21:06:27 +02:00
indexes.js Improve jQuery selectors. 2015-08-24 21:06:27 +02:00
keyhandler.js .live() and .die() methods are deprecated. Use .on() and .off() methods instead 2014-12-02 17:07:46 +05:30
makegrid.js Prevent unnecessary update when nothing is changed 2015-12-21 18:27:03 +05:30
menu-resizer.js Make Scrutinizer Happy 2015-06-30 21:58:21 +05:30
messages.php Add localStorage availability checks, update the error message 2016-01-12 18:30:04 +05:30
microhistory.js Move to HTML5 API for maintaining AJAX history 2015-07-09 13:21:36 +05:30
multi_column_sort.js Merge branch 'QA_4_3' 2014-12-15 15:53:22 -05:00
navigation.js Fix #11772 Table pagination does nothing when session expired 2016-01-11 08:42:55 +11:00
normalization.js Fix XSS in normalization.php 2016-01-19 10:22:34 +11:00
OpenStreetMap.js
page_settings.js Remove unnecessary semicolons. 2015-07-20 23:56:51 +02:00
replication.js Fix #11548 Confirm box on "Reset slave" option 2015-10-09 10:06:49 +11:00
rte.js Remove unnecessary semicolons. 2015-07-20 23:56:51 +02:00
server_databases.js Fixes #11495 'PMA_Microhistory' is undefined 2015-09-24 09:27:17 -04:00
server_plugins.js Use phpmyadmin's secondary tabs instead of jQuery tabs 2015-07-10 19:38:20 +05:30
server_privileges.js Check for duplication only when username field is edited 2015-12-15 12:18:08 +05:30
server_status_advisor.js Fix #11445 MySQL 5.7 and Status page for an unprivileged user 2015-08-31 21:23:51 +10:00
server_status_monitor.js Gracefully handle errors in regex based javascript search 2016-01-19 10:44:03 +01:00
server_status_processes.js Improve jQuery selectors. 2015-08-24 21:06:27 +02:00
server_status_queries.js Having to click the table header for sorting is more of less obvious with header text inside and anchor 2015-02-11 11:31:45 +05:30
server_status_sorter.js Remove debug code 2015-06-18 10:51:06 +05:30
server_status_variables.js Gracefully handle errors in regex based javascript search 2016-01-19 10:44:03 +01:00
server_user_groups.js .live() and .die() methods are deprecated. Use .on() and .off() methods instead 2014-12-02 17:07:46 +05:30
server_variables.js Gracefully handle errors in regex based javascript search 2016-01-19 10:44:03 +01:00
sprintf.js Add licencing info to js/sprintf.js from https://github.com/kvz/phpjs/blob/master/LICENSE.txt 2014-10-03 19:04:26 +05:30
sql.js Fixes #11495 'PMA_Microhistory' is undefined 2015-09-24 09:27:17 -04:00
tbl_change.js Fix operator placements and indentation 2016-01-05 12:41:48 +01:00
tbl_chart.js bug - Saved chart image does not have a proper name or an extension 2015-07-06 16:04:17 +05:30
tbl_find_replace.js Use div id sqlqueryresultsouter in table search since sqlqueryresults clashes with the results returned 2014-11-28 12:29:07 +05:30
tbl_gis_visualization.js Merge pull request #11425 from Tithugues/improveJquerySelectors_master 2015-08-25 17:42:43 +05:30
tbl_operations.js Merge branch 'QA_4_5' of github.com:phpmyadmin/phpmyadmin into QA_4_5 2015-10-06 07:39:51 +11:00
tbl_relation.js Fix variable scope 2015-07-02 20:49:40 +05:30
tbl_select.js Fix searching using unary geometry functions 2015-08-18 10:33:05 +05:30
tbl_structure.js Improve jQuery selectors. 2015-08-24 21:06:27 +02:00
tbl_tracking.js bug #4981 Uncaught TypeError: Cannot read property 'attr' of null 2015-07-14 17:03:30 +05:30
tbl_zoom_plot_jqplot.js Fix #11860 : TypeError: e.handler.apply is not a function 2016-01-15 10:04:23 +05:30
whitelist.php Space after function keyword 2015-04-27 19:14:00 +05:30