Commit Graph

63 Commits

Author SHA1 Message Date
Atul Pratap Singh
635c5fc641 Feature#1478 Make Column Headings Sticky
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2013-12-26 14:27:37 +05:30
Marc Delisle
8d08f9b89f Merge branch 'QA_4_0' 2013-06-02 09:17:20 -04:00
Marc Delisle
254ecc3094 Fix typo 2013-06-02 09:16:31 -04:00
Michal Čihař
31cfc4e34e Hook SQL highlighter to more places
Unfortunately there are quite many places where SQL query might appear,
hopefully I've made it correctly.
2013-05-24 09:59:38 +02:00
Madhura Jayaratne
36ea91cf8d data.sql_query compared against null is rather undefined 2013-04-19 09:02:50 +05:30
Michal Čihař
b5d3b8c7b8 Declare variables just once
Variables should be declared just once in a function.
2013-04-16 17:26:08 +02:00
Michal Čihař
27b213431c Reference javascript messages by dot notation instead of using ['strFoo'] 2013-04-16 13:32:51 +02:00
Michal Čihař
e2571c5628 Various javascript spacing fixes 2013-04-15 16:20:04 +02:00
Michal Čihař
a1b6f206b2 Various spacing and identation fixes 2013-04-15 15:13:14 +02:00
Michal Čihař
cc7bef87d5 Some forgotten === conversion 2013-04-15 12:14:26 +02:00
Michal Čihař
020a3e1ce4 Use type cast safe comparison
The values like true, '' or 0 could compare to lot of other stuff with
type casting.
2013-04-15 12:03:11 +02:00
Marc Delisle
2723495a4f Removed the AjaxEnable directive 2012-12-21 16:04:57 -05:00
Rouslan Placella
3ca7d34240 Destroy registered jQuery events on page tear down 2012-10-30 20:07:01 +00:00
Rouslan Placella
5838a44339 Use AJAX.registerOnload() instead of $(document).ready() 2012-10-30 20:07:01 +00:00
Madhura Jayaratne
e0745dfe9a bug #3578776 [search] Editing SQL not possible when no records found 2012-10-21 09:49:26 +05:30
Atul Pratap Singh
d97e12fe35 Fix bug #3576322 2012-10-13 14:04:05 +05:30
Sergey Leshchenko
b4386b0e48 Fixes bug #3575799
Unary operators doesn't work without criteria values
2012-10-11 20:37:47 +03:00
Madhura Jayaratne
c4a5af9182 Merge branch 'QA_3_5'
Conflicts:
	js/tbl_select.js
	po/da.po
	tbl_select.php
2012-08-06 22:04:02 +05:30
Madhura Jayaratne
7e0028e4af bug #3540922 [edit] Error searching table with many fields 2012-08-06 21:44:16 +05:30
Rouslan Placella
971db49c11 Expect JSON for every ajax request in JavaScript 2012-06-11 14:06:05 +01: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
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
Gemorroj
8bdca339f6 Better compatibility with newer versions of jQuery.
Method of "attr" changed to "prop", method of "removeAttr" changed to "removeProp", attr("value" is replaced by the method of "val".
2012-04-07 14:27:28 +03:00
Madhura Jayaratne
dd76c46c92 Add missing semicolons 2012-03-25 22:51:07 +05:30
Marc Delisle
aa8eb9360b bug #3482734 [interface] No warning on syntax error in search form 2012-02-01 11:40:46 -05:00
Rouslan Placella
0d7b3a5877 Globally prevent AJAX requests from being cached 2011-12-19 20:16:54 +00:00
Rouslan Placella
12eacbffea Error notifications should not time out 2011-11-28 13:47:06 +00:00
Madhura Jayaratne
3c4e231867 A forgotten change in making JS files load dynamically. 2011-11-27 14:17:07 +05:30
Rouslan Placella
ec54aacbd1 Fix some closure-compiler errors 2011-09-26 22:02:37 +01:00
Marc Delisle
1c48e6a817 Merge branch 'QA_3_4' 2011-09-25 07:45:59 -04:00
Marc Delisle
1eeddcd082 bug #3413743 [interface] Display options link missing after search 2011-09-25 07:45:23 -04:00
Aris Feryanto
c1878a1abd Trigger makegrid in table search result 2011-09-15 15:49:36 +07:00
Madhura Jayaratne
7d7dd02e8c Merge branch 'master' into OpenGIS
Conflicts:
	tbl_select.php
2011-08-13 14:12:46 +05:30
Madhura Jayaratne
36c55adb9e Disabling causes problems as value is not passed. Use readonly. 2011-08-01 09:36:29 +05:30
Madhura Jayaratne
7a955d4c66 GIS data editor to insert geometry type parameters 2011-07-31 21:55:21 +05:30
Madhura Jayaratne
6c6e43b78a Control selection based on the selected function. 2011-07-31 10:15:10 +05:30
Ammar Yasir
7c66a8bed5 Merge remote branch 'phpmyadmin/master'
Conflicts:
	js/highcharts/highcharts.js
2011-07-22 16:50:30 +05:30
Michal Čihař
d55306252b Replace tabs with spaces, cleanup identation 2011-07-22 10:15:08 +02:00
Ammar Yasir
543df4c802 Added interface for browsing/editing points 2011-07-01 15:31:56 +05:30
Ammar Yasir
eaea003064 Added some features
-> Limit on max number of rows retreived(500)
 -> An instruction link regarding how to use
 -> Resize plot by dragging it by the bottom right corner
 -> Two additional search criteria
2011-06-21 05:04:00 +05:30
Ammar Yasir
9498f5d4cd Merge remote branch 'phpmyadmin/master' 2011-06-17 01:06:38 +05:30
Aris Feryanto
3b7f35d5c9 Add makegrid triggering in other files 2011-06-01 12:46:12 +07:00
Ammar Yasir
70167fed52 Made suggested change to tbl_select.php and tbl_zoom_select.php 2011-06-01 01:22:31 +05:30
Ammar Yasir
c7cef3b0ba Refactored the tbl_select.php and tbl_zoom_select.php code in libraries/tbl_select.lib.php
Parts refactored are:
-> Setting titles
-> getting fields list
-> setting sub-tabs
-> setting table header of QBE display
-> displaying foreign data
-> search criteria input elements
2011-05-31 19:02:50 +05:30
Ammar Yasir
7396fa3aa9 Designed the zoom-search form(tbl_zoom_select.php)
-> User selecte exactly two columns.
-> Generates two queries, one for each column criteria.
2011-05-26 12:22:16 +05:30
Ammar Yasir
ae44636606 Made some changes on the tbl_select.php page to add a link for Zoom Search.
Please dont mind the coding, I just coded very quickly to get back comments. If the flow of the interface is ok I'll code it properly.
2011-05-23 21:26:07 +05:30
Marc Delisle
8f16bfbc53 Move common code into a function 2011-04-24 08:56:54 -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