Commit Graph

136 Commits

Author SHA1 Message Date
Marc Delisle
4eccae5290 Merge pull request #1547 from znck/master
Remove unneeded closing tags
2015-03-26 07:56:45 -04:00
Marc Delisle
561233b91d Streamline message
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-03-24 12:00:43 -04:00
Rahul Kadyan
4d308ba364 Remove unneeded closing tags
Closing tags at the end of file are not mandatory. It is often
suggested to omit to closing tags at the end of file to prevent
unwanted effects as PHP will start output buffering if there is
any character after closing tag.

Reference: http://php.net/manual/en/language.basic-syntax.phptags.php

Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-03-06 23:37:35 +05:30
Madhura Jayaratne
f8d68e6272 Eliminate duplicate code
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-11 20:49:11 +05:30
Ann + J.M
29ec69c849 Merge branch 'master' into ZweiSteinSoft/rfe/1550-pma-url-getcommon-new-style
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-10-22 16:58:00 +02:00
Marc Delisle
9680410019 Refactor code duplication
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-10-19 10:13:07 -04:00
Ann + J.M
b1a7039ae3 Convert PMA_URL_getCommon calls to new style
Rewritten tests need validation
Signed-Off-By: Ann + J.M. <phpMyAdmin@ZweiSteinSoft.de>
2014-10-18 19:42:29 +02:00
Marc Delisle
27b9e16dc6 Remove unneeded code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-21 07:34:44 -04:00
Marc Delisle
64d606ed59 Fix code execution path warning
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-16 07:59:18 -04:00
Hugues Peccatte
9b77d746ab Mass modifications to use PMA_String.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 10:44:03 +02:00
Ashutosh Dhundhara
508f0a752b RFE#919: Multiple-column foreign key relation.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix missing master column.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix failing test.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix coding styles.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix function doc.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fix coding styles.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-01 19:50:12 +05:30
Ann + J.M
71fb5057a3 rfe #1523 Better visual clue for table structure primary key column
Signed-Off-By: Ann + J.M. <phpMyAdmin@ZweiSteinSoft.de>
2014-05-19 14:02:08 +02:00
Marc Delisle
fcaa0f48b1 Remove code related to older MySQL version (minimum supported is 5.5)
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-08 07:13:25 +02:00
Michal Čihař
bb76286e8a Remove space from the string
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-02-27 10:45:52 +01:00
Marc Delisle
252d067fc1 Fix codestyle 2013-09-04 07:52:07 -04:00
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
ef30133a94 Various coding style fixes 2013-08-06 15:44:51 +02:00
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Marc Delisle
01fb62be7d Use correct SQL terminology 2013-05-22 06:57:59 -04:00
Marc Delisle
d5ae979b50 Dead code 2013-05-22 06:55:04 -04:00
Michal Čihař
5858ca47d1 Wrap some long lines 2013-05-10 10:37:16 +02:00
Michal Čihař
61c9e4df28 Replace HTML/PHP mix with PHP 2013-05-10 10:35:23 +02:00
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
bc4bfaa6d5 PMA_DBI_fetch_value --> PMA_DBI_fetchValue 2013-05-01 00:02:00 +05:30
Kasun Chathuranga
32e6c06324 PMA_DBI_get_columns --> PMA_DBI_getColumns 2013-04-30 23:36:47 +05:30
Kasun Chathuranga
2becd65b1d PMA_DBI_get_columns_full --> PMA_DBI_getColumnsFull 2013-04-30 23:33:00 +05:30
Kasun Chathuranga
a85d9eaa2c PMA_DBI_get_tables --> PMA_DBI_getTables 2013-04-30 23:29:55 +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
Rouslan Placella
0a087330fa The data dictionary is a print view page 2012-12-09 13:47:52 +00:00
Madhura Jayaratne
d8a6abce4d Clean PHP, HTML mix 2012-10-28 16:38:15 +05:30
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Madhura Jayaratne
ba16e22315 Coding style improvements 2012-08-31 00:46:35 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Chanaka Indrajith
35f4599870 Modifications to PMA_printButton() function in common.lib.php and renamed as PMA_getButton()() 2012-06-14 13:15:03 +05:30
Rouslan Placella
eb98110541 Dropped footer.inc.php 2012-06-11 14:06:04 +01:00
Michal Čihař
b2243f08a8 Fix spacing around brackets 2012-04-27 11:30:47 +02:00
Michal Čihař
b4b6919746 Little bit of coding style 2012-04-26 16:18:37 +02: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
Madhura Jayaratne
8e62b92d70 Coding style improvements 2012-04-14 17:44:39 +05:30
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
Jo Michael
df53a88977 Replaced HTML nowrap attribute with CSS for HTML5 validity 2012-03-31 17:53:44 +02:00
Jo Michael
20ddd10911 Replaced HTML nowrap attribute with CSS for HTML5 validity 2012-03-31 16:50:33 +02:00
Marc Delisle
3d6f0aa7a2 Small code cleanup
ChangeLog entry
2012-03-22 15:12:57 -04:00
Muhammad Adnan
5629560c0b Patch #3506552 (Contest-2) Show index information in the data dictionary 2012-03-22 15:11:42 -04:00
Jo Michael
653f086815 Replaced xml:lang attributes by lang for HTML5 2012-03-18 14:46:59 +01:00
Jo Michael
b2fd866d87 Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +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