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
Hugues Peccatte
80ced5fe8f
Fix PHPCS issues.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-30 18:37:49 +01:00
Hugues Peccatte
e17de11c74
Improve multibytes string manipulation performances.
...
Review SQL import process.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-30 17:40:09 +01: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
Hugues Peccatte
3de88162ff
Replace PMA_String uses by mb_* calls.
...
Remove part of unused variables.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-28 20:53:01 +02:00
Hugues Peccatte
ff0011ac3f
Merge pull request #1353 from Tithugues/securityStringSquash
...
Mass modifications to use PMA_String.
2014-09-06 19:15:06 +02: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
Marc Delisle
a19804dc5c
Remove dead code
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-02 18:18:58 -04:00
xmujay
077b49d0d3
just render table print view
2013-09-03 20:18:48 +08:00
xmujay
afe918e251
fix code style
2013-09-02 00:36:51 +08:00
xmujay
ecd6de0e02
refactor table print view
2013-09-02 00:25:36 +08:00
Michal Čihař
0a3d1d5be8
Better names for URL generating functions
2013-08-07 10:58:17 +02:00
Marc Delisle
bfcaffe03b
Directly use POST parameters
2013-08-01 08:41:59 -04:00
Madhura Jayaratne
650a8cdda3
Convert database interface to a class
2013-05-24 17:30:59 +05:30
Kasun Chathuranga
03fc9b9256
PMA_is_system_schema --> PMA_isSystemSchema
2013-05-12 08:51:54 +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
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
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
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
Michal Čihař
6c186b214d
Wrap long lines
2012-09-05 16:18:12 +02:00
Michal Čihař
1fef24076e
Add some newlines for better html output
2012-09-05 16:15:57 +02:00
Michal Čihař
36b46d456b
Replace inline html with echo
2012-09-05 16:14:13 +02:00
Dieter Adriaenssens
f1a90f78b1
coding style : fix indenting
2012-08-31 14:51:04 +02:00
Madhura Jayaratne
1ebe5f4499
Fix coding style
2012-08-30 22:36:49 +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
Rouslan Placella
a054562100
PMA_Footer and PMA_Header no longer need to be singletons
2012-06-11 14:06:03 +01:00
Rouslan Placella
243727043d
Removed the last references to the old header files
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
Michal Čihař
539465aa3d
Merge remote-tracking branch 'origin/QA_3_5'
...
Conflicts:
tbl_printview.php
tbl_structure.php
2012-05-30 09:47:38 +02:00
Michal Čihař
f78bfa7a4f
Remove useless and wrong headers (rfe#3530327)
2012-05-30 09:45:40 +02:00
Michal Čihař
9945415ef2
Some coding style improvements
2012-05-29 17:33:43 +02:00
Michal Čihař
33bfd831ce
Wrap some long lines
2012-05-29 17:31:06 +02:00
Michal Čihař
2cd51494d1
Add file level comment
2012-05-29 17:27:43 +02:00
Rouslan Placella
b06b622dde
Use print.css in header_printview.inc.php
2012-05-13 00:28:34 +01:00
Rouslan Placella
fe48cd531d
Fixed rendering of tbl_printview.php
2012-05-08 21:05:04 +01:00
Rouslan Placella
1fe696969c
Don't display the menu bar in print view
2012-05-07 12:24:34 +01:00
Rouslan Placella
28923b496e
Renamed tbl_common.php to tbl_common.inc.php for better consistency
2012-05-05 16:44:27 +01:00
Jo Michael
2466594cb7
Fix checkstyle ControlStructures warnings
2012-04-29 02:07:56 +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
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
c9a370af1b
Replaced valign HTML attribute with CSS
2012-03-31 18:21:45 +02:00