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
Marc Delisle
154d723659
Fix inspection issues
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-02-15 06:45:26 -05:00
Pranav Sharma
c0bad9103e
rfe #1605 After database creation, go to database structure page
...
Signed-off-by: Pranav Sharma <vanarpsharma@gmail.com>
2015-02-15 06:12:09 -05:00
Hugues Peccatte
7a60853443
Replace $replication_info by a global variable.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-09 19:14:26 +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
J.M
e1b34a538f
Add missing collation column when creating a db
...
Signed-off-by: J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-01-08 21:18:48 +01: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
Marc Delisle
9adbe80c48
Directly use the POST parameter
2013-06-16 06:42:02 -04:00
Marc Delisle
49cd5516f6
Directly use the POST parameter
2013-06-15 07:17:56 -04:00
xmujay
d23aad1d5b
refactor mysql_charsets.inc.php
2013-06-11 13:25:54 +08:00
Madhura Jayaratne
650a8cdda3
Convert database interface to a class
2013-05-24 17:30:59 +05:30
Kasun Chathuranga
d933575811
PMA_DBI_try_query --> PMA_DBI_tryQuery
2013-04-30 23:05:18 +05:30
Rouslan Placella
9e3a9ee52f
Dropped main.php
2012-10-30 20:10:20 +00:00
Rouslan Placella
0d6c1fb175
Drop "Check All/Uncheck All" functionality in PHP, this is already handled in JS
2012-10-30 20:04:51 +00:00
Chanaka Indrajith
6971295e96
Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::
2012-09-16 14:41:47 +05:30
Chanaka Indrajith
766466135e
Implement class behavior of common.lib.php file
2012-06-22 23:38:33 +05:30
Rouslan Placella
a16e723048
Dropped PMA_ajaxResponse()
2012-06-11 17:58:35 +01:00
Rouslan Placella
4a740376c8
Dropped header.inc.php in favor of the PMA_Header class
2012-06-11 14:06:02 +01:00
Chanaka Indrajith
bf15800089
Remove HTML rendering inside the functions in display_tbl.lib.php file itselves
2012-05-11 16:05:55 +05:30
Madhura Jayaratne
8e62b92d70
Coding style improvements
2012-04-14 17:44:39 +05:30
Marc Delisle
dd5aae9a67
jQuery UI is already included from common.inc.php
2012-04-09 09:09:07 -04:00
Jo Michael
b2fd866d87
Leading ./ paths for includes can be omitted, part 2
2012-03-16 23:11:57 +01:00
Marc Delisle
e6bfd3636c
No longer depend on grab_globals.lib.php for $_POST variables
2012-03-10 11:24:46 -05:00
Marc Delisle
a822895df6
bug #3455021 Fatal error: Cannot redeclare PMA_extract_db_or_table()
2011-12-12 12:44:12 -05: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
Piotr Przybylski
4a5cb00df5
Fix jQuery UI version number
...
It's 1.8.16, not 1.8.6
2011-10-11 02:00:45 +02:00
Piotr Przybylski
ac365e0262
Upgrade jQuery UI to 1.8.6
2011-10-10 22:35:36 +02:00
Madhura Jayaratne
13adb5adf7
Use lower case for true, false and null
2011-09-23 11:11:41 +05:30
Dieter Adriaenssens
0ade69e84d
use include() instead of require() when including file conditionally
2011-09-06 17:57:48 +02:00
Piotr Przybylski
3586bb992f
Merge remote-tracking branch 'origin/master' into drizzle
...
Conflicts:
db_structure.php
libraries/database_interface.lib.php
libraries/server_synchronize.lib.php
server_status.php
sql.php
2011-07-22 11:07:04 +02:00
Michal Čihař
219ec73d69
Spacing around if
2011-07-22 09:10:37 +02:00
Piotr Przybylski
4b344cb40b
Don't load replication.inc.php for Drizzle
2011-06-08 00:20:00 +02:00
Michal Čihař
3cf4830bbb
Replace TRUE/FALSE with true/false.
...
At least this seems to be the coding standard, so make all files
compliant.
2011-06-06 11:55:09 +02:00
Marc Delisle
81d61125cc
bug #3072495 Creating new database on Databases tab messed layout
2010-10-11 09:34:51 -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
6a3d0a7f58
Added documentation, fixed some minor bugs/typos
2010-08-13 23:34:10 +05:30
ninadsp
b99bad8cdd
Almost completed appending of newly created database to the database table. Still need to get db statistics
2010-08-03 23:28:31 +05:30
ninadsp
e6f083c703
Ajaxified Create Database action. Have to append newly created db to table yet though
2010-07-31 02:25:29 +05:30
ninadsp
a2f78a6d38
Resolve merge conflicts for upstream merge
2010-07-29 19:17:25 +05:30
Marc Delisle
084c0dbcf5
functions.js included automatically
2010-07-24 08:11:48 -04:00
ninadsp
e646a2760c
Fixed conflict due to upstream merge
2010-07-23 21:59:15 +05:30
ninadsp
9640a580ff
Drop Table and Create Table work as expected now on db_create.php too
2010-07-22 00:12:43 +05:30
Michal Čihař
318dc4b650
Drop @version tag from docblocks.
2010-07-20 13:59:17 +02:00
ninadsp
bed1948d04
testing git setup - no major change made in code yet
...
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
632211d065
gettext conversion
2010-05-09 16:24:32 -04:00
Michal Čihař
ebeb0c319f
Adding @package, first part.
2008-11-24 10:32:56 +00:00
Marc Delisle
62461e5477
port 2.11.7.1 fix
2008-07-15 19:03:11 +00:00
Marc Delisle
3a81ff4b37
improved messages
2007-10-17 14:08:42 +00:00
Sebastian Mendel
107fc46ad9
make use of PMA_Message
2007-10-16 12:14:19 +00:00