Commit Graph

90 Commits

Author SHA1 Message Date
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
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
6b1f6ae046 Merge branch 'master' into DBI_naming_cleanUp
Conflicts:
	libraries/database_interface.lib.php
	libraries/db_table_exists.lib.php
	libraries/relation.lib.php
	libraries/rte/rte_triggers.lib.php
	libraries/schema/Dia_Relation_Schema.class.php
	libraries/schema/Visio_Relation_Schema.class.php
	tbl_addfield.php
2013-05-01 00:51:15 +05:30
Kasun Chathuranga
d933575811 PMA_DBI_try_query --> PMA_DBI_tryQuery 2013-04-30 23:05:18 +05:30
Michal Čihař
2fbb4cee0d Consistently include colon in strings to translate
In some languages this makes difference in translating, so it's better
to give translators full context.
2013-04-25 14:22:31 +02:00
Madhura Jayaratne
8254d3eaf6 Check whether operands are identical. Otherwise 0 makes the condition true 2013-03-25 21:03:52 +05:30
Madhura Jayaratne
1f8a8eb466 Fail fast if no numeric column was detected in the result set to plot. Allow drawing chart when only one column is present 2013-03-08 22:02:29 +05:30
Madhura Jayaratne
7596f8b382 If there is only on numeric column, select it despite it being chosen for the X-axis 2013-03-08 16:10:13 +05:30
Atul Pratap Singh
550f6b3ea4 Enable tooltip in display chart 2013-03-06 01:32:08 +05:30
Marc Delisle
dd04178c77 When referring to a table, we use the term "column" 2013-02-08 08:47:56 -05:00
Madhura Jayaratne
24275dd07e Coding style improvements 2013-01-27 21:42:17 +05:30
Atul Pratap Singh
effd5a3cce Show error messages when unable to display chart 2013-01-27 20:48:07 +05:30
Madhura Jayaratne
fe4d0c8f5d If the original query has a limit clause, an incorrect SQL was generated 2013-01-21 23:36:23 +05:30
Dieter Adriaenssens
87ebdb581b improve coding style : remove mixed php and html 2013-01-16 22:02:33 +01:00
Madhura Jayaratne
50865948fa Merge branch 'master' into charts
Conflicts:
	tbl_chart.php
2013-01-15 22:42:14 +05:30
Madhura Jayaratne
178919f6d6 More space needed due to increase of chart types 2013-01-15 22:36:28 +05:30
Madhura Jayaratne
e9a6fc1f47 Add spline charts back 2013-01-15 21:25:42 +05:30
Dieter Adriaenssens
42dc425c0b wrap long lines 2013-01-15 14:31:56 +01:00
Dieter Adriaenssens
b1431bae58 improve coding style : correct syntax with if-then-else statements 2013-01-15 14:29:16 +01:00
Madhura Jayaratne
34c676c1d1 Draw timeline charts with queries 2013-01-15 00:18:05 +05:30
Madhura Jayaratne
91df297bb6 Fix query charts with the new chart library. Replace spline chart(not supported by jqPlot) with area chart. 2013-01-14 20:16:57 +05:30
Atul Pratap Singh
fd83a468d5 Fix display chart 2012-12-20 03:13:15 +05:30
Rouslan Placella
501e3a9f2c Upgraded jquery and jquery-ui 2012-12-19 14:50:36 +00:00
Atul Pratap Singh
aa12956816 Fix bug #3571970 for master 2012-10-28 22:21:37 +05:30
Marc Delisle
a5d0fdad0e Fix merge conflicts 2012-09-08 07:59:06 -04:00
Marc Delisle
04698355e4 Resizer for Display chart 2012-09-08 07:12:21 -04:00
Marc Delisle
b1100e9fb7 Remove calling of highcharts 2012-09-07 13:01:54 -04:00
Marc Delisle
286c8a7dbb Initial porting to jqplot 2012-08-31 14:18:02 -04:00
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
Rouslan Placella
28923b496e Renamed tbl_common.php to tbl_common.inc.php for better consistency 2012-05-05 16:44:27 +01:00
Rouslan Placella
2c805ade8b Dropped tbl_links.inc.php 2012-05-05 16:44:27 +01:00
Rouslan Placella
7b85c709a8 Dropped server_links.inc.php 2012-05-05 16:44:27 +01:00
Madhura Jayaratne
dd6268ec59 Make the width fixed 2012-04-29 18:18:42 +05:30
Madhura Jayaratne
757e24f5f7 More space for the chart 2012-04-28 18:27:52 +05:30
Madhura Jayaratne
7fc055f6fd Use a mulitiselect to select series 2012-04-28 18:14:43 +05:30
Madhura Jayaratne
3c9378b8e7 Improve creating charts with query results 2012-04-28 07:24:50 +05:30
Rouslan Placella
ff66fdbdf9 Remove stray trailing whitespaces 2012-04-22 00:12:30 +01:00
Gemorroj
6e8bc0dd74 Fixed title with table name is "test<>'"&test&&]]>", fixed chart with column name and data is "test<>'"&test&&]]>", some improvements. 2012-04-08 10:41:24 +03:00
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
Yuichiro
f60dad172b Use label tags 2011-12-19 14:43:19 +01:00
Yuichiro
0e7c8b9450 Use pgettext for chart type 2011-12-04 10:04:23 +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
Dieter Adriaenssens
ac088aaee0 use include() instead of require() when including file conditionally 2011-09-23 00:46:58 +02:00
Marc Delisle
68cb87a818 Escape HTML in column names and values before json_encode() 2011-09-09 13:12:24 -04:00
Dieter Adriaenssens
94c6836f8b fix coding style : control structures 2011-09-05 14:28:17 +02:00