Commit Graph

149 Commits

Author SHA1 Message Date
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
d1bb142e87 Remove unused param from PMA_Util::showMySQLDocu 2013-08-07 08:48:50 +02:00
Marc Delisle
6734b64056 Add hints for the new relational view dropdowns 2013-06-26 13:03:28 -04:00
Kasun Chathuranga
247e79b840 Merge branch 'master' into relView
Conflicts:
	tbl_relation.php
2013-06-25 00:27:17 +05:30
Spun Nakandala
23b7f42a16 functions in the tbl_relation.php added to a new file libraries/tbl_relation.lib.php 2013-06-24 01:31:56 +05:30
Kasun Chathuranga
05e8465324 Pass parameter values without backquotes to avoid confusions 2013-06-19 10:49:57 +05:30
Kasun Chathuranga
1e0e37c14a Improved relation view interface 2013-06-19 09:38:35 +05:30
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
a242ed1ae5 PMA_DBI_fetch_row --> PMA_DBI_fetchRow 2013-05-04 08:31:22 +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
Madhura Jayaratne
466a7645c7 PHP keywords must be lowercase 2013-04-12 21:45:02 +05:30
Madhura Jayaratne
cdb85e28cf Display the error returned by MySQL rather than the ambiguous "Error" message. 2013-03-28 18:56:37 +05:30
Madhura Jayaratne
b3db1f0d6f Change mysqlDie() to return the error message when $exit parameter is false 2013-03-28 17:34:40 +05:30
Madhura Jayaratne
daab514238 Bug #3858 Incomplete error message when creating a foreign key constraint 2013-03-28 15:34:31 +05:30
Madhura Jayaratne
aebceda7ac #3861 Errors while editing foreign constraints 2013-03-26 19:59:48 +05:30
Samith Dassanayake
b8af18053f No need to offer index maintenance if foreign key is not supported 2013-03-22 07:59:13 -04:00
Mohamed Ashraf
678a879540 Removed useless code 2013-03-21 21:15:23 +02:00
Mohamed Ashraf
0a00de92a0 Added the index form to the end of the page 2013-03-21 14:38:12 +02:00
Dieter Adriaenssens
7484db1dbf wrap long lines 2013-03-14 13:52:32 +01:00
Dieter Adriaenssens
f107616805 wrap long lines 2013-03-14 13:37:16 +01:00
Dieter Adriaenssens
37ab7877b0 fix coding style : add space between if and parenthesis 2013-03-14 13:37:16 +01:00
Marc Delisle
705fd3f79c Localize message 2013-02-28 08:29:29 -05:00
Manuj Jain
42532fd540 Contest 5: Naming foreign key constraints 2013-02-27 09:58:19 +05:30
Dieter Adriaenssens
92fd7acf79 improve docblock 2013-01-25 16:48:35 +01:00
Dieter Adriaenssens
8fa8527bf6 cleanup whitespace 2013-01-25 16:46:55 +01:00
Dieter Adriaenssens
90e0ffe7da fix undefined variable 2013-01-25 16:43:59 +01:00
Chanaka Indrajith
5630e9b40e Used ajax responce for render html output 2012-11-27 00:22:24 +05:30
Chanaka Indrajith
1ed9ac5366 Code improvements for tbl_relation.php 2012-11-26 22:04:32 +05:30
Chanaka Indrajith
ae6a1d6511 Remove issue with un expected string in table relation view 2012-11-12 21:59:18 +05:30
Madhura Jayaratne
66fadb0a82 Proper function naming 2012-10-28 16:37:39 +05:30
Madhura Jayaratne
9e710f8cfb Minimize PHP, HTML mix 2012-10-28 14:43:21 +05:30
Madhura Jayaratne
911841924c Coding style improvements 2012-10-28 14:14:23 +05:30
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Madhura Jayaratne
9a47688dc6 Various coding style improvements 2012-07-29 19:25:52 +05:30
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
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
Thilina Buddika
51ea088549 merge upstream master 2012-05-23 18:18:16 +05:30
Thilina Buddika
5fe1b0e3e7 change variable names 2012-05-22 01:08:35 +05:30
Chanaka Indrajith
dd237eb924 Resolve conflicts due to changes in method names of common.lib.php 2012-05-13 12:39:31 +05:30