Commit Graph

27 Commits

Author SHA1 Message Date
Dieter Adriaenssens
f62c4a1809 coding style : control structures 2011-11-24 15:32:30 +01:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Madhura Jayaratne
8373e5feec Removed redundant function 2011-09-18 16:59:03 +05:30
Madhura Jayaratne
20ca1e471c bug #3410999 - Zoom search, problems with data editor 2011-09-18 11:54:59 +05:30
Madhura Jayaratne
65fff4483e No need to force text here 2011-09-15 23:10:18 +05:30
Michal Čihař
d3c7b0ea4d Adjust to new calling conventions 2011-08-25 08:56:59 +02:00
Michal Čihař
7fdc4aa2ce Fix syntax 2011-08-25 08:50:36 +02:00
Michal Čihař
016a210d6c Remove useless comment 2011-08-25 08:50:22 +02:00
Michal Čihař
ddfa57e1db Fix typo 2011-08-25 08:49:57 +02:00
Michal Čihař
347fca5b86 Use same order of database and table params as elsewhere 2011-08-25 08:49:31 +02:00
Ammar Yasir
4f4ab7dc69 Fixed: 'Browse foreign values' not working properly 2011-08-21 10:47:20 +05:30
Madhura Jayaratne
1dba9c1836 Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
	libraries/tbl_select.lib.php
2011-08-19 15:17:32 +05:30
Madhura Jayaratne
a05eb3ebcd Should return results when $propertiesIconic == true 2011-08-19 14:27:25 +05:30
Madhura Jayaratne
c5b393665c More code style corrections 2011-08-19 13:36:28 +05:30
Michal Čihař
c4c445b0e9 Use PMA_DBI_get_columns instead of custom query 2011-08-19 09:20:23 +02:00
Madhura Jayaratne
77b2b7627d Adhere to PEAR coding standards 2011-08-19 11:21:21 +05:30
Madhura Jayaratne
4f438c3317 Coding style corrections 2011-08-19 11:07:11 +05:30
Madhura Jayaratne
0741a53401 Remove tab characters 2011-08-19 10:44:33 +05:30
Madhura Jayaratne
2d4a4427ef Fix doc blocks 2011-08-19 10:42:57 +05:30
Madhura Jayaratne
46262835b6 Only non-empty search values should go into where clause 2011-08-19 10:03:35 +05:30
Madhura Jayaratne
7d7dd02e8c Merge branch 'master' into OpenGIS
Conflicts:
	tbl_select.php
2011-08-13 14:12:46 +05:30
Ammar Yasir
543df4c802 Added interface for browsing/editing points 2011-07-01 15:31:56 +05:30
Ammar Yasir
64425ccb66 Fixed some issues and added support for plotting strings 2011-06-10 06:58:23 +05:30
Ammar Yasir
f939564bfd Created the SVG based scatter-plot functionality
-> Created classes corresponding to the plot and data objects, currently only data points
   -> Plots only for numeric fields
2011-06-09 03:03:22 +05:30
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