Commit Graph

591 Commits

Author SHA1 Message Date
Michal Čihař
fdfffabda3 Merge pull request #84 from roccivic/autoselect-login-form
Autoselect username input on cookie login page
2012-08-05 23:58:57 -07:00
Rouslan Placella
5750ab31db Don't double-wrap error messages for change password form 2012-08-03 10:07:47 +02:00
J.M
b77acffe43 Show error message when trying to change password right after changing password, see bug #3547670 2012-08-02 22:02:46 +02:00
Rouslan Placella
d3c06829e8 Speed up selectors 2012-07-25 13:04:27 +01:00
Rouslan Placella
2e1d147411 Autoselect username input on cookie login page 2012-07-25 11:27:14 +01:00
Madhura Jayaratne
1d93de6ada Merge branch 'QA_3_5' 2012-07-02 21:54:57 +05:30
Madhura Jayaratne
bc5602d079 bug #3526916 [interface] Search fails with JS error when tooltips disabled 2012-07-02 21:51:13 +05:30
Chanaka Indrajith
39d37fafcc Resolved conflicts 2012-06-27 21:53:59 +05:30
Chanaka Indrajith
1cc49d32d9 Resolved conflicts 2012-06-27 07:06:34 +05:30
J.M
8eb0f2f22b Use checkbox for checking/unchecking all rows in a table 2012-06-24 17:49:53 +02:00
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Rouslan Placella
ee5ffd8df6 Moved 'create database' ajax handler back to server_databases.js, since it's no longer required on main.php 2012-06-15 20:37:41 +01:00
Rouslan Placella
a16e723048 Dropped PMA_ajaxResponse() 2012-06-11 17:58:35 +01:00
Rouslan Placella
971db49c11 Expect JSON for every ajax request in JavaScript 2012-06-11 14:06:05 +01:00
Rouslan Placella
bdb33e4548 Fixed ajax response for change password form 2012-06-11 14:06:04 +01:00
Rouslan Placella
796012fcc5 Completely drop footnotes and use tooltips instead 2012-06-11 14:06:04 +01:00
Rouslan Placella
3cf937022e Integrated ajax responses from user_password.php with PMA_Response class 2012-06-11 14:06:04 +01:00
Rouslan Placella
eece82dc81 Fixed broken "Switch to visual builder" link in db_qbe.php 2012-06-06 12:03:47 +01:00
Rouslan Placella
2ba367b79d Convert checkPassword() function to use jQuery 2012-06-03 02:45:34 +01:00
Rouslan Placella
9b9bd239c3 Merge branch 'QA_3_5'
Conflicts:
	js/functions.js
	js/server_privileges.js
2012-06-03 02:08:46 +01:00
Rouslan Placella
dbeaeeb7e2 Fixed bug #3531584 - No form validation in change password dialog 2012-06-03 01:20:23 +01:00
Atul Pratap Singh
4a527478ca Fix date/time picker problem in zoom search 2012-05-31 18:15:34 +05:30
Marc Delisle
5c53fb643a Fix merge conflicts 2012-05-24 12:34:15 -04:00
Marc Delisle
aa5551b2db Use Tango color palette for series colors 2012-05-12 06:36:27 -04:00
Marc Delisle
8b7b8a8ffe Server status queries chart, with jqplot
Fix needed: legend wrongly displayed over the right border
2012-05-11 15:38:35 -04:00
Marc Delisle
a44ee59093 jqPlot for profiling chart 2012-05-11 14:28:08 -04:00
Michal Čihař
c7c5725ea1 Avoid inline javascript 2012-05-03 13:01:09 +02:00
Marc Delisle
2a66742a00 Improve naming 2012-04-29 15:07:46 -04:00
Madhura Jayaratne
68a4c2b240 remove() the dialog properly. Now closing the dialog with the X have the same effect as closing it with buttons. 2012-04-29 22:28:34 +05:30
Michal Čihař
397b6fd00e Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Michal Čihař
e6cca75875 Cleanup spacing after @param 2012-04-27 11:32:47 +02:00
Michal Čihař
a5839a3813 Fix spacing before tags 2012-04-27 11:25:37 +02:00
Rouslan Placella
4c72c0e91f Ajaxified "Create View" functionality 2012-04-25 23:47:49 +01:00
Michal Čihař
2f5cd562f5 Coding style improvements ({} around blocks after if/for) 2012-04-25 10:01:41 +02:00
Michal Čihař
317b365baa Various coding style improvements 2012-04-24 14:06:15 +02:00
Rouslan Placella
ff66fdbdf9 Remove stray trailing whitespaces 2012-04-22 00:12:30 +01:00
Jo Michael
13644d8591 Short-hand notation for jQuery document.ready event 2012-04-21 02:44:18 +02:00
Jan Pecek
b1691262af Turn off autocapitalize and autocorrect attributes in text boxes for iOS device (bugID: 3508912) 2012-04-15 20:01:08 +02:00
Jo Michael
d6c28d3923 Show Git revision asynchronously 2012-04-15 01:15:30 +02:00
Jo Michael
8744f8cf66 + rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false 2012-04-13 01:43:32 +02:00
Jo Michael
01fa220241 Merge branch 'QA_3_5'
Conflicts:
	js/functions.js
	tbl_structure.php
2012-04-12 03:01:37 +02:00
Jo Michael
cf831935cb - bug #3516817 [interface] "More" actions in table structure 2012-04-12 02:34:31 +02:00
Jo Michael
d628eab1e9 - bug #3517021 [interface] Header links except 'More' hide after closing dialog 2012-04-11 23:25:17 +02:00
Yasitha Pandithawatta
a7c99578c4 Patch #3502814 part 2 2012-04-11 15:15:47 -04:00
Jo Michael
50c6118068 Fix missing change-password fieldset in user edit dialog, add Loading indicator for user change password 2012-04-11 19:17:01 +02:00
Jo Michael
c97963f226 'Check/uncheck all' links not working when used twice due to removeProp(checked) 2012-04-11 15:46:01 +02:00
Rouslan Placella
6ae5cafb46 Drop @uses tags from JS files 2012-04-10 21:50:34 +01:00
Rouslan Placella
9c16704968 Speed-up selectors 2012-04-10 21:50:34 +01:00
Marc Delisle
a3edbfc1b1 Add parameter to strDoYouReally message for better translatability
Include jquery.sprintf.js everywhere
2012-04-09 08:20:45 -04:00
Jo Michael
3f545e316a Fix DoYouReally confirm dialogs 2012-04-09 00:19:33 +02:00