Commit Graph

58 Commits

Author SHA1 Message Date
Jason
3613f2b6bd Introduce the ResponseStub
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-08-12 16:50:09 +08:00
Hugues Peccatte
bf61709259 Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-23 14:38:07 +02:00
Madhura Jayaratne
a281d9c70f Use spaces in place of tabs
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-17 14:32:55 +05:30
Atul Pratap Singh
ca61c3ace8 Achieve constructor injection usign the introduced DIC
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-07-06 12:49:19 +05:30
Jason
d1e2c58ee4 Test & fix TableGisVisualizationController
Also fix typos in controllers.

Signed-off-by: Jason <jason.daurus@gmail.com>
2015-07-03 23:04:19 +08:00
Jason
104c68d681 Introduce Controllers for tbl related scripts
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-06-24 01:55:45 +08:00
Jason
c24e96f1a3 Optimize logic in tbl_gis_visualization.php
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-06-17 01:50:10 +08:00
Jason
cb771052c8 Finish refactoring tbl_*.lib.php
Signed-off-by: Jason <jason.daurus@gmail.com>
2015-06-17 01:14:27 +08:00
Deven Bansod
edad7fcb3c Replace script names as config options with plain english words
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-13 04:41:54 +05:30
Madhura Jayaratne
15cf89d290 Use camel case 2015-06-03 11:20:26 +05:30
Marc Delisle
4eccae5290 Merge pull request #1547 from znck/master
Remove unneeded closing tags
2015-03-26 07:56:45 -04:00
Rahul Kadyan
4d308ba364 Remove unneeded closing tags
Closing tags at the end of file are not mandatory. It is often
suggested to omit to closing tags at the end of file to prevent
unwanted effects as PHP will start output buffering if there is
any character after closing tag.

Reference: http://php.net/manual/en/language.basic-syntax.phptags.php

Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-03-06 23:37:35 +05:30
Madhura Jayaratne
b2910e3a85 Pass values as parameters
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-06 11:54:57 +05:30
Madhura Jayaratne
806178eca2 Upgrade GIS visualization page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-05 17:26:54 +05:30
Hugues Peccatte
42e0bdd47a Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 18:32:42 +01:00
Michal Čihař
ba544d4639 Correct spacing in function calls 2013-07-10 14:59:42 +02:00
Spun Nakandala
7e9d7a8c1e gis_visualization.lib.php renamed as tbl_gis_visualization.lib.php. PMA_getHtmlForGisVisualization, PMA_getHtmlForOptionsList methods added to the tbl_gis_visualization.lib.php 2013-06-24 20:10:54 +05:30
Madhura Jayaratne
5c9941ab6a Some more missing renamings 2013-05-26 07:31:17 +05:30
Kasun Chathuranga
2f0d55b708 PMA_DBI_get_fields_meta --> PMA_DBI_getFieldsMeta 2013-05-04 08:43:23 +05:30
Kasun Chathuranga
5bcc32999f PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc 2013-05-04 08:30:12 +05:30
Kasun Chathuranga
d933575811 PMA_DBI_try_query --> PMA_DBI_tryQuery 2013-04-30 23:05:18 +05:30
Madhura Jayaratne
2ce7be7798 HTTPS will not see OpenStreetMaps due to CSP. So do not show the checkbox also 2013-04-14 23:38:30 +05:30
Dieter Adriaenssens
8c9d7c8009 fix typo 2013-04-01 22:53:41 +02:00
Dieter Adriaenssens
d83d4eb683 Merge branch 'QA_3_5'
Conflicts:
	ChangeLog
	tbl_gis_visualization.php
2013-04-01 22:50:40 +02:00
Dieter Adriaenssens
79089c9bc0 fix XSS reported by Janek Vind 2013-04-01 22:29:21 +02:00
Madhura Jayaratne
ffd2e5b46c Throw error if no sql query is set 2013-01-27 21:57:53 +05:30
Madhura Jayaratne
009a50ecb3 Fix exporting GIS visualization to various formats 2013-01-19 17:25:54 +05:30
Madhura Jayaratne
b8f3224be9 Use two separate forms for visualizing and downloading 2013-01-19 08:44:48 +05:30
Madhura Jayaratne
60e8358683 Improve layout 2013-01-18 23:23:23 +05:30
Madhura Jayaratne
a35ee30e8c Remove width and height settings. Size is automatically adjusted 2013-01-18 22:32:22 +05:30
Rouslan Placella
cf9b0d0027 Dropped includes for globally included JS files 2012-10-30 20:10:21 +00:00
Madhura Jayaratne
9d281ef330 Fix indentation 2012-09-05 23:03:51 +05:30
Michal Čihař
44d59e7636 Various coding style improvements 2012-09-04 15:51:02 +02:00
Madhura Jayaratne
9a47688dc6 Various coding style improvements 2012-07-29 19:25:52 +05:30
Rouslan Placella
eb98110541 Dropped footer.inc.php 2012-06-11 14:06:04 +01:00
Rouslan Placella
a054562100 PMA_Footer and PMA_Header no longer need to be singletons 2012-06-11 14:06:03 +01:00
Rouslan Placella
4a740376c8 Dropped header.inc.php in favor of the PMA_Header class 2012-06-11 14:06:02 +01:00
Dieter Adriaenssens
3a3da2987e add vim directive for indenting with spaces 2012-04-11 16:18:53 +02:00
Madhura Jayaratne
92319e6b49 Merge branch 'QA_3_5' 2012-04-04 21:48:42 +05:30
Madhura Jayaratne
604039279d Use non-minified jquery.event.drag-2.0.js during development 2012-04-04 21:43:27 +05:30
Marc Delisle
ef95bce35b Final removal of grab_globals script 2012-03-27 13:04:46 -04:00
Jo Michael
b2fd866d87 Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +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
cb0eca28e4 Rename functions to match PEAR coding style 2011-08-12 13:50:28 +05:30
Madhura Jayaratne
6ae969a5ee Serve OpenStreetMap.js locally 2011-07-31 16:10:14 +05:30
Madhura Jayaratne
2a402a3103 OpenStreetMaps based data visualization for GIS data editor 2011-07-18 13:43:46 +05:30
Madhura Jayaratne
322494d784 Style changes 2011-06-17 17:42:18 +05:30
Madhura Jayaratne
56d60fd8a5 Added OpenLayers library 2011-06-17 17:23:28 +05:30
Madhura Jayaratne
1b2ed15272 If all the rows contain SRID, use OpenStreetMaps on the initial loading 2011-06-17 06:58:21 +05:30
Madhura Jayaratne
3792b786d8 JavaScript code moved into .js file 2011-06-16 09:56:02 +05:30