Commit Graph

127 Commits

Author SHA1 Message Date
Madhura Jayaratne
7d7dd02e8c Merge branch 'master' into OpenGIS
Conflicts:
	tbl_select.php
2011-08-13 14:12:46 +05:30
Madhura Jayaratne
84f2882bbf Added missing question mark in the URL 2011-08-10 00:09:42 +05:30
Madhura Jayaratne
7a955d4c66 GIS data editor to insert geometry type parameters 2011-07-31 21:55:21 +05:30
Madhura Jayaratne
d3bd2d5d91 Refractor common code to gis_data_editor.js. Remove hidden input to track null checkbox. 2011-07-31 18:33:02 +05:30
Madhura Jayaratne
3efcd0e24b Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/madhuracj into OpenGIS 2011-07-31 16:24:20 +05:30
Madhura Jayaratne
6ae969a5ee Serve OpenStreetMap.js locally 2011-07-31 16:10:14 +05:30
Madhura Jayaratne
6c6e43b78a Control selection based on the selected function. 2011-07-31 10:15:10 +05:30
Madhura Jayaratne
c53750eac0 'Function based search' for functions that tests spatial relations between geometric objects 2011-07-31 09:07:58 +05:30
Ammar Yasir
32969f3d42 Merge remote branch 'phpmyadmin/master' 2011-07-31 07:14:01 +05:30
Madhura Jayaratne
db1f83b55b Make it possible to compare with WKB 2011-07-31 01:40:55 +05:30
Madhura Jayaratne
c318939344 Use curly brackets for if/else and foreach blocks 2011-07-31 01:14:42 +05:30
Madhura Jayaratne
e456f22149 Detect the output type of the functions being applied 2011-07-31 01:11:11 +05:30
Madhura Jayaratne
47a8dcfc88 Function based search - for unary functions 2011-07-30 22:57:34 +05:30
Thilanka Kaushalya
f45c4292c1 included tbl change.js file to the tbl select.php file 2011-07-27 19:56:23 +05:30
Ammar Yasir
57dc8ce4a5 Merge remote branch 'phpmyadmin/master'
Conflicts:
	libraries/config.default.php
	tbl_select.php
2011-07-07 21:00:10 +05:30
Piotr Przybylski
87a539aea7 Remove *Operators configuration variables 2011-07-06 17:00:33 +02:00
Ammar Yasir
2a4c47c0a2 Merge remote branch 'phpmyadmin/master'
Conflicts:
	tbl_select.php
2011-07-01 15:34:39 +05:30
Ammar Yasir
543df4c802 Added interface for browsing/editing points 2011-07-01 15:31:56 +05:30
Michal Čihař
c9c9fdf49d Consistent capitalisation of PMA_sqlAddSlashes 2011-06-27 14:48:15 +02:00
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
91d372f9bc Added a library file for the table-search and zoom-search code
Contains two functions:
-> Get Field list and details
-> Get where clause of query generation process
2011-05-29 12:16:13 +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
e6211f0c2f Other replacements for easier reading 2011-05-09 12:57:28 -04:00
Marc Delisle
13b31956ae For easier reading, replace "!isset" with "! isset" 2011-05-09 12:49:05 -04:00
Madhura Jayaratne
326f13827b Do not highlight rows of these tables 2011-03-15 20:35:53 +05:30
Marc Delisle
2064f09f42 Conditional Ajax on table Search 2011-01-25 07:26:54 -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
d9f862a8c1 Clarify datepicker parameter 2011-01-13 16:29:14 -05:00
Adnan
a56b1da3f4 Icon for date/time picker 2011-01-13 10:33:32 -05:00
Madhura Jayaratne
7ee006ff8b Patch #3156447 Wrong format returned by datepicker in Search 2011-01-13 07:15:50 -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
818965f883 Inline edit links were not displayed in search results 2010-12-30 06:50:23 -05:00
Marc Delisle
3a0e757640 Remove code that has never been used 2010-12-26 07:14:16 -05:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Michal Čihař
d291827444 No need to require_once footer
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
Michal Čihař
ee767e2d3d No need to explicitely include relation.lib its anyway included in common.inc 2010-07-26 16:17:59 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
35c922e704 Basic Table Search now works. Need to handle some error cases 2010-07-12 00:14:05 +05:30
ninadsp
bcbf327139 Merge remote branch 'origin/master' 2010-06-29 23:54:01 +05:30
Dieter Adriaenssens
16ed06531a remove author names 2010-06-28 20:36:12 +02:00
ninadsp
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Marc Delisle
caa98445d8 conform to relational terminology regarding columns and rows 2010-05-31 14:33:21 -04:00
ninadsp
38ac78e3ba merging changes from origin 2010-05-24 18:32:42 +05:30
Marc Delisle
b4598190d0 style is already in theme CSS 2010-05-23 08:44:58 -04:00