Commit Graph

7 Commits

Author SHA1 Message Date
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
pratiksethia1
c3e0a58ec1 rfe1625 - Solves the repeated POST issues and javascript fatal error
Signed-off-by: Pratik Sethia <pratiksethia1@gmail.com>
2015-03-22 04:33:48 +05:30
pratiksethia1
f7c08962c7 moved response outside "if" condition
Signed-off-by: Pratik Sethia <pratiksethia1@gmail.com>
2015-03-21 02:24:41 +05:30
pratiksethia1
5d660eb09d Feature Request #1625 Autocomplete Sql
Gives an option to user to toggle autocomplete of table and column
names in config settings

Signed-off-by: Pratik Sethia <pratiksethia1@gmail.com>
2015-03-21 00:15:30 +05:30
Zhang Hao
2cc8a9ce3b rfe #1595 make professional code editor suggestion
Signed-off-by: Zhang Hao <jason.daurus@gmail.com>
2015-02-21 16:27:31 +08:00
Hugues Peccatte
037a034b43 Minor coding style modifications.
Fix typos.
PHPDoc and JSDoc updates.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 14:04:35 +01:00
Nisarg Jhaveri
6cc3ea6eae Autocomplete table/column names in SQL editors
- In DB and Table level SQL editors, console
- Updated CodeMirror addon `sql-hint.js` to newer version

Signed-off-by: Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in>
2014-10-14 23:22:15 +05:30