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 |
|
Sebastian Mendel
|
40b3ce9fd1
|
use array to define included JavaScript libraries
|
2007-10-04 09:22:50 +00:00 |
|
Sebastian Mendel
|
e1fd395631
|
removed MySQL < 5 code
|
2007-10-02 09:53:43 +00:00 |
|
Marc Delisle
|
0940641fae
|
bug #1745257 Invalid DB name is still displayed
|
2007-06-29 14:22:48 +00:00 |
|
Sebastian Mendel
|
adb39168cc
|
coding standard: no braces around include
|
2007-04-01 09:51:41 +00:00 |
|
Sebastian Mendel
|
d0facc3d4f
|
splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php
|
2007-03-20 14:16:18 +00:00 |
|
Sebastian Mendel
|
374abd5173
|
fixed/added page level docblock
|
2007-03-20 10:32:13 +00:00 |
|