Commit Graph

100 Commits

Author SHA1 Message Date
Hugues Peccatte
207466d59c Don't use function in for loop test.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-18 22:18:02 +01:00
Hugues Peccatte
7bd1bf23d3 Fix PHPCS errors.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-11 22:13:10 +01:00
Hugues Peccatte
2274453717 Minor PHPDoc modifications. 2013-12-07 19:00:53 +01:00
Hugues Peccatte
473d3cd4a2 PHPDoc update. 2013-11-11 18:12:46 +01:00
Hugues Peccatte
d3601abf96 Global PHPDoc update. 2013-11-10 12:29:55 +01:00
Madhura Jayaratne
20608589c3 Remove trailing white spaces 2013-10-19 14:29:05 +05:30
Marc Delisle
269d0c89fe Fix merge conflicts 2013-07-28 06:17:38 -04:00
Marc Delisle
142e465c80 [security] Avoid full path disclosure from some libraries scripts, see PMASA-2013-12 2013-07-17 15:24:24 -04:00
adamgsoc2013
ad726ccb94 split output from constructor for Schema classes
remove "exit" which is unneeded action
2013-07-10 17:10:13 +08:00
adamgsoc2013
bedd8288af fix the class redefine error in sub class of Schema
1. change class Table_Stats to Table_Stats_$type
2. change class Relation_Stats to Relation_Stats_$type
2013-07-10 13:35:47 +08:00
adamgsoc2013
9d8e88bbb1 Add UT to validate that the data is set correctly on the sub class of Schema 2013-07-10 00:26:24 +08:00
Madhura Jayaratne
3dd99512f0 These constants are better as a part of DatabaseInterface class 2013-05-26 21:15:24 +05:30
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Kasun Chathuranga
556bcb9f9d PMA_DBI_num_rows --> PMA_DBI_numRows 2013-05-04 08:39:43 +05:30
Kasun Chathuranga
1c884f0cca PMA_DBI_free_result --> PMA_DBI_freeResult 2013-05-04 08:33:49 +05:30
Kasun Chathuranga
a242ed1ae5 PMA_DBI_fetch_row --> PMA_DBI_fetchRow 2013-05-04 08:31:22 +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
32e6c06324 PMA_DBI_get_columns --> PMA_DBI_getColumns 2013-04-30 23:36:47 +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
Michal Čihař
f7f3df4192 Do not use font name instead of font size in PDF schema (bug #3788) 2013-02-06 12:47:06 +01:00
Dieter Adriaenssens
36c208e32d move _tables property to the right class 2013-01-25 20:56:00 +01:00
Dieter Adriaenssens
71aa0564a3 create array for class variable 2013-01-25 18:01:56 +01:00
Dieter Adriaenssens
cb22b5226e wrap long lines 2013-01-25 18:01:56 +01:00
Dieter Adriaenssens
a09d35535e define private variable _tables 2013-01-25 17:27:22 +01:00
Madhura Jayaratne
150a47f4b7 Use underscore prefix for private methods and instance variables 2012-09-22 23:50:41 +05:30
Chanaka Indrajith
0ff571a128 Modify classes with property 2012-09-16 15:29:56 +05:30
Marc Delisle
c8e96d0bf0 Missing getCommonFunctions method in class 2012-07-10 12:47:58 -04:00
Marc Delisle
03f34c4ef0 Unused method: setCommonFunctions() 2012-07-10 12:36:27 -04:00
Chanaka Indrajith
39d37fafcc Resolved conflicts 2012-06-27 21:53:59 +05:30
Madhura Jayaratne
ec046f7d11 Use camel case for function names (PMA_query_as_controluser => PMA_queryAsControlUser) 2012-06-23 23:06:29 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Michal Čihař
116945a28d Various documentation fixes 2012-06-07 11:39:57 +02:00
Michal Čihař
2ebc3e3d94 Add @package to class docs 2012-06-07 11:36:30 +02:00
Michal Čihař
1848ed2f14 Drop PMA_PDF prefix from class methods 2012-06-07 11:35:29 +02:00
Michal Čihař
6e0a3d74f6 Add method docblock 2012-06-07 11:32:35 +02:00
Michal Čihař
c59da3d905 Missing file doc 2012-06-07 11:31:24 +02:00
Michal Čihař
0dd2323674 Use standard boolean operators 2012-06-07 11:29:50 +02:00
Michal Čihař
724fc4869f Wrap some long lines 2012-06-07 11:29:26 +02:00
Michal Čihař
1a0471d8de More readable code 2012-06-07 11:28:12 +02:00
Marc Delisle
8cad88ecf8 Improve method name 2012-04-30 11:43:00 -04:00
Marc Delisle
2a66742a00 Improve naming 2012-04-29 15:07:46 -04:00
Marc Delisle
3da49e3418 Clarify variable name 2012-04-21 14:48:30 -04:00
Marc Delisle
1c58314c53 Clarify function name 2012-04-21 14:40:08 -04:00
Dieter Adriaenssens
0f772aa173 check if PHPMYADMIN is set 2012-04-14 16:51:26 +02:00
Madhura Jayaratne
d5d3d2bba4 Use 'void' if nothing is returned 2012-03-18 10:04:39 +05:30
Jo Michael
158bdea073 $_POST and Pdf Relation Schema 2012-03-11 21:47:34 +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
bf4b95dafe Little bit more width for tables 2011-10-08 14:33:39 +05:30