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
58df5ebed5
bug #4616 Warning in db structure print view page
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-02 13:17:54 +05:30
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
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
12ceeed2d0
Refactoring db print view
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-08-24 17:04:46 -04:00
Marc Delisle
958e597eb6
bug #4230 "in use" displayed for all views in database print view
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-14 06:13:04 -05:00
Michal Čihař
0a3d1d5be8
Better names for URL generating functions
2013-08-07 10:58:17 +02:00
Madhura Jayaratne
650a8cdda3
Convert database interface to a class
2013-05-24 17:30:59 +05:30
Chanaka Indrajith
78c8b116ab
Added missing semicolon
2013-05-12 23:15:59 +05:30
Michal Čihař
f8cbd4582e
Replace HTML/PHP mix with PHP
2013-05-10 10:48:09 +02:00
Michal Čihař
1296a1b5ea
Drop historic commented out code
2013-05-10 10:39:59 +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
5bcc32999f
PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc
2013-05-04 08:30:12 +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
bee0134b1f
PMA_DBI_get_tables_full --> PMA_DBI_geTablesFull
2013-04-30 23:27:27 +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
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
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
ae6e50a8a8
Drop display() from Header and Footer classes. The Response class will do all the rendering.
2012-06-11 14:06:04 +01:00
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
b06b622dde
Use print.css in header_printview.inc.php
2012-05-13 00:28:34 +01:00
Rouslan Placella
1fe696969c
Don't display the menu bar in print view
2012-05-07 12:24:34 +01:00
Madhura Jayaratne
8e62b92d70
Coding style improvements
2012-04-14 17:44:39 +05:30
Jo Michael
20ddd10911
Replaced HTML nowrap attribute with CSS for HTML5 validity
2012-03-31 16:50:33 +02:00
Jo Michael
c36a9113e0
Replaced td[align] with td[class] due to HTML5
2012-03-18 19:53:43 +01:00
Jo Michael
b2fd866d87
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
Rouslan Placella
2776f89444
Disabled floating of the menubar in designer and fixed designer menu rendering in IE
2011-11-24 15:48:29 +00:00
Rouslan Placella
fad4b48539
A different solution for preventing the menubar from floating in print view
2011-11-23 22:25:21 +00: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
Michal Čihař
3dc06f4f70
Unify print button code and factor it out to function
2011-10-24 14:13:47 +02:00
Dieter Adriaenssens
94c6836f8b
fix coding style : control structures
2011-09-05 14:28:17 +02:00
Michal Čihař
12348ee826
Fix escaping on LIKE queries
...
All these need special variant of PMA_sqlAddSlashes.
2011-06-27 14:50:16 +02:00
Michal Čihař
c6ec73963f
Use PMA_sqlAddSlashes for database queries instead of addslashes.
...
Should fix bug#3323066
2011-06-21 17:41:47 +02:00
Marc Delisle
13b31956ae
For easier reading, replace "!isset" with "! isset"
2011-05-09 12:49:05 -04:00
Michal Čihař
d17fba309c
Fix permissions.
...
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
a2f78a6d38
Resolve merge conflicts for upstream merge
2010-07-29 19:17:25 +05:30
Michal Čihař
d291827444
No need to require_once footer
...
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
Michal Čihař
ee767e2d3d
No need to explicitely include relation.lib its anyway included in common.inc
2010-07-26 16:17:59 +02:00
ninadsp
e646a2760c
Fixed conflict due to upstream merge
2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650
Drop @version tag from docblocks.
2010-07-20 13:59:17 +02:00
ninadsp
160f4314eb
Merge remote branch 'origin/master'
2010-06-03 22:34:52 +05:30