Hugues Peccatte
dffc8c34e9
Remove logic code in declaration files.
...
Move declaration out of logic file.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-10-27 18:56:39 +01:00
Hugues Peccatte
8ac9634c7a
Make PHPCS happy.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-10-24 13:30:22 +02:00
Hugues Peccatte
f0ba28fc1d
Set namespace on Advisor, Config, Console and Util classes.
...
Set namespace on DbQbe.
Set namespace to 'DbSearch'.
Split Advisor.class.php file.
Change Advisor namespace.
Rename DbQbe class and file.
Set namespace on DisplayResults.
Set namespace on Error.
Use namespace for ErrorHandler.
Add class autoloader.
Change ErrorHandler filename.
Remove some require.
Update Config namespace path.
Update PMA_Util to PMA\libraries\Util.
Rename Font and File classes files.
Use namespace for Footer.
Set namespace in all libraries classes.
Namespace OutputBuffering.
Export SubPartition.
Rename Partition file.
Namespace PDF.
Namespace RecentFavoriteTable.
Replace PMA_Response by Response and PMA_Message by Message.
Update uses and calls.
Fix unit tests.
Fix SqlParser autoload.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:22:52 +02:00
Hugues Peccatte
340b01b395
Make PHPCS happy.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 20:00:22 +02:00
Marc Delisle
775d1dca70
Best practice: remove PHP closing tag
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-04-24 11:33:29 -04:00
Marc Delisle
ed27666193
Fix coding style
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-04-18 06:28:21 -04:00
Marc Delisle
498c14fc62
Remove dead code
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-04-09 11:47:59 -04:00
Marc Delisle
42706ab2b2
* The last variable was not substituted
...
* Call PMA_Bookmark_getVariableCount() only once
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-04-09 11:41:53 -04:00
Madhura Jayaratne
b48f1ea52f
rfe #933 Manage multiple variable in bookmarked query
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-23 15:15:28 +05:30
Madhura Jayaratne
d455d20b03
Simplify the bookmark retrieving
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-23 10:46:46 +05:30
Madhura Jayaratne
dfae4d2f08
Bug #4676 - Auto configuration issues
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-02 09:49:03 +05:30
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
Hugues Peccatte
570ca18011
PHPDoc update.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-08-19 17:23:41 +02:00
Hugues Peccatte
e2bf49c96d
Coding style modifications.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-08-10 00:19:50 +02:00
Edward Cheng
54000aa117
[Console]Second commit
...
Console changes:
+ Ajax global callback
+ Support disable Codemirror
+ Global AJAX callback
+ XSS issues slove
+ JSON response bug fix
+ Selection query Explain and Profiling
+ Translation improvement
+ Bookmark creation and deletion
+ Codemirror wrong font-size under Firefox
+ Options card input elements value bug
+ Etc
Removal:
- Rollback query execution support
Other changes:
+ Unify query history behavior
Signed-off-by: Edward Cheng <c4150221@gmail.com>
2014-07-29 19:20:38 +08:00
Marc Delisle
f53343429c
Remove unused code
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-30 11:12:04 -04:00
Marc Delisle
8e2f307279
Fix coding style
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-30 11:10:00 -04:00
Edward Cheng
fb14e92d62
PMA console, history and bookmarks.
...
Modified: resizer of navigation bar: whole-time-bind events removed.
Signed-off-by: Edward Cheng <c4150221@gmail.com>
2014-06-25 21:22:33 +08:00
Michal Čihař
98034ba148
Remove $GLOBALS['cfg']['Bookmark'] variable
...
It makes it impossible to include bookmark library at any time as when
it is included before configuration is loaded it caches false result for
bookmarks support.
And anyway, using superglobals is always bad idea.
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-12 13:45:03 +02:00
Ann + J.M
ddf78c212b
Re-merge b3dbec1...9207203, changes got lost on original merge from QA_4_2
...
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-05-26 10:39:50 +02:00
Marc Delisle
e57088ef79
Remove unused parameter
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-08 16:16:52 +02:00
Madhura Jayaratne
74aebe629b
Spaces around . operator
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 18:06:02 +05:30
Hugues Peccatte
464ec23ad8
Huge PHPDoc update.
2013-11-10 23:04:58 +01:00
xmujay
98f6af9546
UTs for PMA_sql_query_form
2013-08-23 01:07:56 +08:00
Michal Čihař
5ed8d97640
Wrap long lines
2013-08-06 15:09:06 +02:00
Marc Delisle
269d0c89fe
Fix merge conflicts
2013-07-28 06:17:38 -04:00
Marc Delisle
45d3f4326c
Fix merge conflicts
2013-07-17 15:05:23 -04:00
Spun Nakandala
01a12cd253
error corrected
2013-06-13 20:28:29 +05:30
Spun Nakandala
a9fd9aae52
bookmark.lib.php corrected to use the new variable names in $_POST['bkm_fields'][..]
2013-06-13 19:35:10 +05:30
Madhura Jayaratne
3dd99512f0
These constants are better as a part of DatabaseInterface class
2013-05-26 21:15:24 +05:30
Madhura Jayaratne
650a8cdda3
Convert database interface to a class
2013-05-24 17:30:59 +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
fbe4438628
PMA_DBI_fetch_result --> PMA_DBI_fetchResult
2013-05-01 00:05:16 +05:30
Kasun Chathuranga
bc4bfaa6d5
PMA_DBI_fetch_value --> PMA_DBI_fetchValue
2013-05-01 00:02:00 +05:30
Kasun Chathuranga
d933575811
PMA_DBI_try_query --> PMA_DBI_tryQuery
2013-04-30 23:05:18 +05:30
Madhura Jayaratne
2007eb7ff7
Space after exclamation mark
2013-04-12 22:09:26 +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ř
92bf5af799
Use existing pointer to CommonFunctions
2012-07-17 17:06:18 +02:00
Chanaka Indrajith
766466135e
Implement class behavior of common.lib.php file
2012-06-22 23:38:33 +05:30
Madhura Jayaratne
e2e2bc47e6
Coding style improvements. Mostly wrapping long lines
2012-05-01 16:20:42 +05:30
Michal Čihař
397b6fd00e
Cleanup spacing after @return
2012-04-27 11:33:26 +02:00
Dieter Adriaenssens
0f772aa173
check if PHPMYADMIN is set
2012-04-14 16:51:26 +02:00
Madhura Jayaratne
ed219b5446
Coding style improvements
2012-03-17 01:13:00 +05:30
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ř
9405dbb82a
Fix spacing after @param
2011-07-22 09:21:55 +02:00
Michal Čihař
48e9af42e0
Add missing space after foreach calls
2011-07-21 11:21:26 +02:00
Michal Čihař
c9c9fdf49d
Consistent capitalisation of PMA_sqlAddSlashes
2011-06-27 14:48:15 +02:00
Michal Čihař
e57f27e50b
Remove @uses tags from docblocks
2011-06-27 11:20:20 +02:00