Commit Graph

556 Commits

Author SHA1 Message Date
Michal Čihař
5b28e356aa Display notification if newer version is available.
This is done using asynchronous javascript so it should not block any
actions.
2011-02-02 14:22:11 +01:00
Marc Delisle
30954728f3 Workaround for Chrome problem on db search 2011-02-02 07:43:28 -05:00
Marc Delisle
2d9ffe0fa2 Remove tab characters 2011-02-02 07:40:05 -05:00
Thilanka Kaushalya
1674e0c6c3 Patch #3169798 Show/hide criteria on db Search 2011-02-02 07:32:55 -05:00
Michal Čihař
75366e37e7 Whitespace cleanup 2011-02-02 11:44:57 +01:00
Marc Delisle
728d5a1558 Conditional Ajax for DROP DATABASE
Remove duplicate logic for confirmations
2011-02-01 13:02:51 -05:00
Marc Delisle
d8bb324c6b Unneeded wrapping of jQuery object 2011-02-01 07:49:25 -05:00
Marc Delisle
15fd805b80 Conditional Ajax for DROP TRIGGER 2011-02-01 07:42:36 -05:00
Marc Delisle
414a09a2e0 Code refers to older functionality 2011-02-01 07:32:54 -05:00
Madhura Jayaratne
2cbabfd56f Work around for Bug #3168569 - Issue on toggling the 'Hide search criteria' in chrome. 2011-02-01 11:47:22 +05:30
Marc Delisle
a7ec18fde9 Bug #3167048 Error when viewing table content/structure
(Also this bug caused the chosen table not to be marked in navi panel)
2011-01-30 08:32:13 -05:00
Madhura Jayaratne
783ad8c868 Fix typo. 2011-01-30 07:56:54 +05:30
Madhura Jayaratne
88bde613d2 Button caption changed to 'OK' in the case of an error. Redundant 'Back' link removed from the error message. 2011-01-30 01:41:26 +05:30
Madhura Jayaratne
1c50e94ddd Bug #3166950 [AJAX] Empty dialog after attempt to create already existing table 2011-01-30 01:32:05 +05:30
Marc Delisle
dea96e2e5a Conditional Ajax for db Structure and Tracking 2011-01-29 11:15:35 -05:00
Marc Delisle
3c573fc82e Conditional Ajax for other db operations 2011-01-29 10:32:56 -05:00
Marc Delisle
21fd381c84 Conditional Ajax on db rename
Remove extra wrapping of jQuery object
Avoid extra generation of hidden field
Improve confirmation message on db rename
2011-01-29 08:22:26 -05:00
Marc Delisle
59f561b450 To fix this jQuery 1.4.4 error:
tds[0] is undefined
  jQuery.support.reliableHiddenOffsets = tds[0].offsetHeight === 0;

I merged this commit that is planned to appear in jQuery 1.5:
ad0ebf00ab
2011-01-28 13:08:20 -05:00
Marc Delisle
e0c0d21380 Conditional Ajax on SQL query form 2011-01-28 12:47:19 -05:00
Michal Čihař
bb874cabde bug #3103658 Fix typo in generated code. 2011-01-28 10:54:04 +01:00
Michal Čihař
1fc9371c6c input element can not be under tr
Confirmation for DROP index did not work.
2011-01-28 10:49:20 +01:00
Michal Čihař
85ab22ddc0 input element can not be under tr
This prevented the JS confirmation to work with Chromium, because it
moved the element outside the table.
2011-01-28 10:40:23 +01:00
Marc Delisle
5b900ead54 Conditional Ajax on table Structure 2011-01-27 13:08:33 -05:00
Marc Delisle
6b51fd57ad Conditional Ajax on db Search
Remove extra wrapping of jQuery object
Avoid extra generation of hidden field
Add vim modeline
2011-01-27 06:46:17 -05:00
Madhura Jayaratne
b8b77503d2 Bug #3166356 Search result panel duplicates the elements in Chrome 2011-01-27 15:33:09 +05:30
Marc Delisle
e311848262 Conditional Ajax on table create 2011-01-25 13:06:17 -05:00
Marc Delisle
2064f09f42 Conditional Ajax on table Search 2011-01-25 07:26:54 -05:00
Marc Delisle
251ecae49d Bug #3163256 Ajax copy database does not refresh the database list in case the "switch to copied database" option is not ticked 2011-01-24 06:20:26 -05:00
Marc Delisle
63a224b05a Bug #3163260 Database copy: Error hides too quickly 2011-01-23 07:34:50 -05:00
Marc Delisle
ac1bdef784 Remove unneeded wrapping of jQuery object
Avoid unneeded generating of hidden field
2011-01-23 07:18:09 -05:00
Marc Delisle
5464b54e17 Start implementing conditional Ajax (in results page) 2011-01-22 09:50:12 -05:00
Marc Delisle
3a739c1bee Force a smaller height to improve the chance to see the bottom of the popup (for easier horizontal scrolling) 2011-01-22 08:10:10 -05:00
Marc Delisle
9adcdc08d9 Replace inline Javascript by a function that attaches a date/time picker to the elements which need it 2011-01-16 11:36:29 -05:00
Marc Delisle
d7854c2dac A height of 600 is better 2011-01-16 10:07:08 -05:00
Marc Delisle
46c412c997 Bug #3156485 Unable to add a new user using Google Chrome 2011-01-15 10:31:11 -05:00
Marc Delisle
e7d9457431 rfe #3158867 [privileges] No DROP DATABASE warning if you delete a user 2011-01-15 09:23:57 -05:00
Marc Delisle
2817ebe8e9 - Avoid incorrect validation after using datepicker
- Partly jQueryfy a function
- After fixing an incorrect value, the field remained red
2011-01-14 09:20:09 -05:00
Marc Delisle
5d4999c8cc Use a multiple selector
Cache jQuery object to avoid unneeded DOM traversal
2011-01-12 10:59:16 -05:00
Madhura Jayaratne
7e79589eba Patch #3155803 - Column header misalignment 2011-01-12 10:48:43 -05:00
Marc Delisle
3ddd2e14ef Page selector in Browse foreigners window did not trigger on change 2011-01-09 08:07:49 -05:00
Marc Delisle
b41947d46e Page selector in navi panel and in db Structure did not trigger on change 2011-01-09 07:52:30 -05:00
Marc Delisle
6094e6c644 - Bug #3151925 Page selector dropdown broken with ORDER BY query
- PMA_pageselector() had an unused parameter
2011-01-08 15:14:00 -05:00
Marc Delisle
653debdc0e Initials do not work if there are more than 50 users (the initial form is not present) 2011-01-07 10:22:08 -05:00
Marc Delisle
4dddaab5fe Fix displaying of "Show search criteria/Hide search criteria" 2011-01-03 17:29:32 -05:00
Marc Delisle
5bae920417 Handle null checkboxes inside rows generated by "Continue insertion" 2011-01-03 16:34:20 -05:00
Marc Delisle
3a2e9d425f Remove old onchange attribute 2011-01-03 11:19:18 -05:00
Marc Delisle
027f4286ed Rename function to a better name 2011-01-03 10:59:08 -05:00
Marc Delisle
e9ee1615e7 Function was called from just one place to fold it inside caller; also recode it with jQuery 2011-01-03 10:52:17 -05:00
Marc Delisle
032d6d5e0c The Ignore checkbox is not unticked when data is inserted inside rows added with Continue insertion 2011-01-03 10:10:24 -05:00
Marc Delisle
b923bb3fbb Upgrade to jQuery 1.4.4 2011-01-02 08:00:25 -05:00