Commit Graph

733 Commits

Author SHA1 Message Date
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
Marc Delisle
3913ebbd0c Optimize DOM querying 2010-12-26 08:53:59 -05:00
Marc Delisle
6fc5270d7c Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-12-26 08:20:07 -05:00
Marc Delisle
ee6bff6f99 When there are many columns in a table, we risk not seeing the search results; so hide the search criteria, with a possibility of showing them. 2010-12-26 08:19:09 -05:00
Piotr Przybylski
a874856d01 Fixes to "More" dropdown on Structure page:
* hide using mouseleave for owning table cell instead of mouseleave on menu
* links as blocks, so that they are as wide as possible
2010-12-26 14:00:09 +01:00
Marc Delisle
1059e281d1 Remove extra wrapping of jQuery objects 2010-12-24 08:13:02 -05:00
Marc Delisle
c72cc2c8f5 Browse foreign values did not work with inline edit
Use known message "Browse foreign values" instead of "Search foreign
data"
Use jQuery to attach handler instead of "onclick" for
browse_foreigners.php when called from sql.php
2010-12-24 07:50:42 -05:00
Marc Delisle
a4c225ebd4 Reduce the name of this class 2010-12-20 12:59:00 -05:00
Marc Delisle
2dd20b23d8 Vertical column highlighing did not work in all cases 2010-12-20 12:51:33 -05:00
Marc Delisle
386581bcb6 This is not a primary key but a row number 2010-12-19 05:42:40 -05:00
Marc Delisle
02b9dc8008 "Continue insertion" feature did not work with "Browse foreign values" links 2010-12-18 08:47:50 -05:00
Marc Delisle
92008fc9b1 Avoid recreating a jQuery object
Remove tab characters
2010-12-15 13:26:33 -05:00
dylfin
3b7a23ca21 Fix clear button
Script was adapted to use jquery
Fix input box for all browsers
2010-12-15 13:16:28 -05:00
Marc Delisle
b71529bb72 bug #3125624 - fix for RTL languages 2010-12-10 13:22:48 -05:00