Commit Graph

43 Commits

Author SHA1 Message Date
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
Michal Čihař
c0ce163e05 Drop some unused local variables
Found by PMD on our CI server
2013-07-10 14:53:05 +02:00
Marc Delisle
31aa840d85 Move function with other PMD functions 2013-06-26 10:24:04 -04: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
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
42256b2d0c PMA_DBI_select_db --> PMA_DBI_selectDb 2013-05-04 08:26:27 +05:30
Kasun Chathuranga
fbe4438628 PMA_DBI_fetch_result --> PMA_DBI_fetchResult 2013-05-01 00:05:16 +05:30
Kasun Chathuranga
618a37403a PMA_DBI_get_columns_sql --> PMA_DBI_getColumnsSql 2013-04-30 23:34:39 +05:30
Kasun Chathuranga
bee0134b1f PMA_DBI_get_tables_full --> PMA_DBI_geTablesFull 2013-04-30 23:27:27 +05:30
Dieter Adriaenssens
75e7e9eebc rename variable 2013-01-21 14:22:08 +01:00
Dieter Adriaenssens
044f54dbdf refactoring : use temporary variables to reduce array-structure length 2013-01-21 14:22:08 +01:00
Dieter Adriaenssens
b24f2bf93f refactoring : use temporary variable to reduce array-structure length 2013-01-21 14:22:08 +01:00
Dieter Adriaenssens
1fda806175 fix typos 2013-01-21 14:22:08 +01:00
Dieter Adriaenssens
db137d9a7d improve docblocks 2013-01-21 14:22:08 +01:00
Dieter Adriaenssens
f46687f8a1 wrap long lines 2013-01-21 14:22:08 +01:00
Dieter Adriaenssens
49cbba4bf4 improve coding style 2013-01-21 14:22:08 +01:00
Rouslan Placella
08e79ed030 Got rid of inline JS in PMD 2012-10-30 20:04:52 +00:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Dieter Adriaenssens
f344774a37 improve docblock 2012-08-31 14:11:17 +02:00
Dieter Adriaenssens
28645fade6 fix typo 2012-08-31 14:08:12 +02:00
Dieter Adriaenssens
52af09e2de fix coding style : fix multiline condition 2012-08-31 14:07:37 +02:00
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Rouslan Placella
e306fadaab Integrated pmd with the new Header class 2012-06-11 14:06:03 +01:00
Rouslan Placella
a9e97a9e72 Fixed invalid method invocation 2012-06-11 14:06:03 +01:00
Rouslan Placella
afb5600e7e Dropped header_http.inc.php 2012-06-11 14:06:03 +01:00
Madhura Jayaratne
67c68ba7ca Fix function names: PMA_foreignkey_supported -> PMA_isForeignKeySupported 2012-05-11 22:11:24 +05:30
Marc Delisle
2282e02a8a Clarify function names 2012-04-30 14:05:13 -04:00
Michal Čihař
397b6fd00e Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Marc Delisle
0c0e9c3d4d Unused code 2012-04-17 06:42:17 -04:00
Michal Čihař
c8b686577c Move common includes to root files rather than to library (which should not be lodaded separately) (issue #36) 2012-04-17 09:02:29 +02:00
Muhammad Adnan
76491f641e PMA-Designer script is broken in current master branch. It is because of
if (! defined('PHPMYADMIN')) {
    exit;
}

So, it should be after libraries/common.inc.php or because it is defined in common.inc.php
2012-04-16 17:45:26 +06:00
Dieter Adriaenssens
0f772aa173 check if PHPMYADMIN is set 2012-04-14 16:51:26 +02:00
Madhura Jayaratne
ac83360796 Coding style improvements 2012-03-21 05:45:58 +05:30
Madhura Jayaratne
35b18e57a2 Coding style improvements - Multiline assignments 2011-12-07 23:28:50 +05:30
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
13adb5adf7 Use lower case for true, false and null 2011-09-23 11:11:41 +05:30
Madhura Jayaratne
9bcb83af03 File is being conditionally included; use "include" instead 2011-09-23 10:56:30 +05:30
Michal Čihař
d3c7b0ea4d Adjust to new calling conventions 2011-08-25 08:56:59 +02:00
Piotr Przybylski
0ca4a5f02e Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	db_search.php
	libraries/Table.class.php
	libraries/schema/Pdf_Relation_Schema.class.php
	libraries/schema/User_Schema.class.php
	libraries/tbl_select.lib.php
	server_status.php
	tbl_change.php
2011-08-19 15:56:26 +02:00
Michal Čihař
a1c5e7f67a Move library to libraries 2011-08-19 12:21:55 +02:00