Commit Graph

33 Commits

Author SHA1 Message Date
Rouslan Placella
0d7b3a5877 Globally prevent AJAX requests from being cached 2011-12-19 20:16:54 +00:00
Rouslan Placella
8812aeb7e2 Fixed initialisation of makegrid in database search results 2011-10-30 20:44:23 +00:00
Rouslan Placella
2a14fdec55 Scroll to results after clicking "Browse" in database search 2011-10-30 20:41:35 +00:00
Rouslan Placella
ad9ba4e611 Coding style fixes for db_search.js 2011-10-30 18:43:33 +00:00
Rouslan Placella
6762ae67d9 Made ajax messages in database search not dismissable 2011-10-30 18:28:47 +00:00
Rouslan Placella
4547ca37f4 Removed an unncessary AJAX request from database search 2011-10-30 16:14:20 +00:00
Rouslan Placella
c52063d283 Merge branch 'QA_3_4'
Conflicts:
	js/db_search.js
2011-10-30 14:32:29 +00:00
Rouslan Placella
f7cb55cb62 Fixed bug #3430377 - Deleted search results remain visible 2011-10-30 14:30:08 +00:00
Rouslan Placella
ec54aacbd1 Fix some closure-compiler errors 2011-09-26 22:02:37 +01:00
Rouslan Placella
d17814f463 Replaced use of hard coded images with the sprite-aware PMA_getImage() functions (both PHP and JS). 2011-09-26 20:54:59 +01:00
Aris Feryanto
a9cd487f0f Fix merge conflict with origin/master 2011-08-10 21:27:31 +08:00
Aris Feryanto
ba7913a260 Remove inline edit feature 2011-08-08 14:07:59 +08:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
Tyron Madlener
3b3a9fc762 pma spritify part 2 2011-07-15 09:42:16 +03:00
Tyron Madlener
2ee9f03cbb Merge remote-tracking branch 'origin/master' into tyronm 2011-07-05 18:09:55 +02:00
Marc Delisle
43b9ae2025 Activate new messages in db search 2011-05-17 12:35:25 -04:00
Thilanka
4d3d5eb46d Patch #3256122 [search] Show/hide db search results 2011-05-15 13:07:32 -04:00
Marc Delisle
8f16bfbc53 Move common code into a function 2011-04-24 08:56:54 -04:00
Marc Delisle
401d211d70 - Avoid code duplication
- Use standard $ prefix for jQuery object
2011-04-02 06:22:18 -04:00
Tyron Madlener
0762bddfd1 Hide 'Loading' message once request is done, not on 5 sec timeout.
Applied to every loading message that doesn't show a success/error
feedback message.
2011-03-31 14:36:11 +02:00
Marc Delisle
564d4d7d2d Typos 2011-02-28 12:54:04 -05:00
Marc Delisle
efa8e3421b Deactivate these messages as we are currently in message freeze for 3.4 2011-02-28 12:50:02 -05:00
Thilanka
a994e13c33 Ajaxify browse and delete criteria in DB search 2011-02-28 12:44:44 -05:00
Marc Delisle
215fe10af1 Add comment about conditional Ajax 2011-02-02 12:35:06 -05: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
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
ninadsp
aed2e27b3f A better solution to the caching issues faced. Set jQuery's global Ajax parameter 'cache' to false, and also set the 'Cache-Control' header to 'no-cache' 2010-09-02 15:10:58 -04:00
ninadsp
73391c9e42 Append a random number for all Ajax queries on these pages to prevent server side caching from affecting the results 2010-08-31 12:50:21 -04:00
ninadsp
98d3916e91 Added JSDoc-Toolkit compatible documentation to js/db_search.js 2010-08-10 19:30:43 +05:30
ninadsp
034e189bcb Added a basic script to retrieve db search results via ajax 2010-07-02 03:35:30 +05:30