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 |
|
Madhura Jayaratne
|
67c68ba7ca
|
Fix function names: PMA_foreignkey_supported -> PMA_isForeignKeySupported
|
2012-05-11 22:11:24 +05:30 |
|
Chanaka Indrajith
|
bf15800089
|
Remove HTML rendering inside the functions in display_tbl.lib.php file itselves
|
2012-05-11 16:05:55 +05:30 |
|
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 |
|
Michal Čihař
|
397b6fd00e
|
Cleanup spacing after @return
|
2012-04-27 11:33:26 +02:00 |
|
Madhura Jayaratne
|
3332151859
|
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
|
2012-04-14 09:09:21 +05:30 |
|
Marc Delisle
|
1a5adbb7e2
|
Table type is an older term for storage engine
|
2012-04-08 10:56:06 -04:00 |
|
Marc Delisle
|
cdaa0ff3a0
|
Missing handling of POST variables
|
2012-03-30 12:32:16 -04:00 |
|
Jo Michael
|
c36a9113e0
|
Replaced td[align] with td[class] due to HTML5
|
2012-03-18 19:53:43 +01:00 |
|