Commit Graph

30 Commits

Author SHA1 Message Date
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
c0ce163e05 Drop some unused local variables
Found by PMD on our CI server
2013-07-10 14:53:05 +02: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
Marc Delisle
d44367e4db Fix merge conflicts 2013-05-15 13:07:22 -04:00
J.M
529903e0dd Fix bug #3907 undefined variables, function parameter problems
Thanks Rasmus Lerdorf for analyzing!
2013-05-13 11:27:56 +02:00
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
42256b2d0c PMA_DBI_select_db --> PMA_DBI_selectDb 2013-05-04 08:26:27 +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
77bb53dcf8 PMA_DBI_get_table_indexes --> PMA_DBI_getTableIndexes 2013-05-01 00:15:48 +05:30
Kasun Chathuranga
32e6c06324 PMA_DBI_get_columns --> PMA_DBI_getColumns 2013-04-30 23:36:47 +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ř
614811383a This is now method so call it correctly 2013-02-28 16:04:35 +01:00
Rouslan Placella
08c59bb1d6 Fixed QBE form 2012-11-25 20:01:43 +00:00
Chanaka Indrajith
0ff571a128 Modify classes with property 2012-09-16 15:29:56 +05:30
Madhura Jayaratne
6dbdb95d9a Fix doc comments 2012-09-02 19:36:07 +05:30
Madhura Jayaratne
d49f6370c4 Coding style fixes (mostly wrapping long lines) 2012-08-22 23:41:28 +05:30
Atul Pratap Singh
c59aeba53d Fix typo 2012-07-24 23:32:48 +05:30
Atul Pratap Singh
916143e27f Fix multiple LEFT JOIN generation problem 2012-07-22 18:32:43 +05:30
Atul Pratap Singh
c97ee5fd4b Remove some more global variables 2012-07-21 13:35:25 +00:00
Atul Pratap Singh
a89a02e0b2 Fix some warnings 2012-07-21 12:15:19 +00:00
Atul Pratap Singh
6fcbbb72d7 Use PMA_DBQbe in db_qbe.php 2012-07-20 16:28:58 +00:00
Atul Pratap Singh
389c6a17a3 Fix another typo in a62c91c804 2012-07-20 16:14:27 +00:00
Atul Pratap Singh
0eb619227e Fix typo in a62c91c804 2012-07-19 16:32:42 +00:00
Atul Pratap Singh
a62c91c804 Use local function to get PMA_CommonFunctions instance 2012-07-19 16:23:52 +00:00
Atul Pratap Singh
08b51a1e3b Add some more variables to PMA_DBQbe 2012-07-19 02:52:18 +00:00
Atul Pratap Singh
f1933b05c7 Add existing functions to PMA_DBQbe with required modifications 2012-07-19 02:09:24 +00:00
Atul Pratap Singh
d4c9646430 Initiate db_qbe's conversion to OOP 2012-07-18 18:09:52 +00:00