Commit Graph

546 Commits

Author SHA1 Message Date
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
Marc Delisle
1b0116ba3b The filter on textfield did not do the intended result, it was catching
other input elements;
Unneeded wrapping of jQuery objects
Prefix jQuery objects with dollar sign
2011-01-01 09:38:33 -05:00
Marc Delisle
c19200e4e2 Inline edit did not work with strings containing single quotes 2010-12-31 06:41:11 -05:00
Marc Delisle
ecdbb6dcc7 Bug #3141319 Query execution time changes and disappears when no rows are returned 2010-12-30 08:14:46 -05:00
Marc Delisle
c63d6a59a1 Unneeded wrapping of a jQuery object 2010-12-30 07:45:15 -05:00
Marc Delisle
45ba32fa18 AJAX navi buttons do not work in search results, so use the same div as in normal browse results 2010-12-30 07:27:19 -05:00
Marc Delisle
6f5e0c9407 Unneeded wrapping of a jQuery object 2010-12-30 07:08:40 -05:00
Marc Delisle
818965f883 Inline edit links were not displayed in search results 2010-12-30 06:50:23 -05:00
Marc Delisle
5476d289fa The dynamic "ENUM or SET data too long" behavior did not work inside the Create table dialog 2010-12-28 15:23:14 -05:00
Marc Delisle
83b84c7925 Add a space after the icon 2010-12-27 09:14:17 -05:00
Marc Delisle
6c0e5fd710 Inline edit icon 2010-12-27 09:07:05 -05:00