Commit Graph

34 Commits

Author SHA1 Message Date
Hugues Peccatte
00bd7f02f3 Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 19:36:16 +02:00
Dan Ungureanu
cb9cc68fe9 Fixed more issues.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-25 19:39:33 +03:00
Marc Delisle
6a3edc21e4 Improve translatability and consistency with the "Sort by key" dialog
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-06-20 06:59:46 -04:00
Nisarg Jhaveri
2a08016eab Ability to sort queries in console SQL debugging
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-06-19 20:19:57 +05:30
Nisarg Jhaveri
ce55e4acd1 Show percentage of time taken in console SQL debug
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-06-19 12:07:09 +05:30
Nisarg Jhaveri
d608832a9d Group/Ungroup queries in console SQL debug
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-06-18 20:23:53 +05:30
Nisarg Jhaveri
e524023def SQL debugging in console
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-06-18 15:52:13 +05:30
Marc Delisle
9e101a407d Fix implicit conversion
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-06-09 07:50:01 -04:00
Marc Delisle
b4d432f7f3 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-17 06:44:38 -04:00
Marc Delisle
0f3d104d0f Refactor
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-17 06:17:34 -04:00
Marc Delisle
9832372a41 Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-14 11:20:37 -04:00
Madhura Jayaratne
fb52e6af04 Closing parenthesis of a multi-line function call must be on a line by itself
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-27 17:57:36 +05:30
Madhura Jayaratne
1a2fee8fbb Merge branch 'QA_4_4'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-02 11:06:48 +05:30
Madhura Jayaratne
57e21caab1 bug #4828 JavaScript is loaded in wrong order
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-02 11:01:23 +05:30
harish095
ef5f956224 Dark Theme for Console
Signed-off-by: Harish Kandala <kandalaharish95@gmail.com>
2015-03-21 20:54:14 +05:30
Dan Ungureanu
5f8f7ba88e RFE #1570, part 2. Added the possibility of permanently using Enter instead of Ctrl+Enter in console.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-03-09 01:25:28 +02:00
Dan Ungureanu
3a012945ae User can choose to use Enter instead of Ctrl+Enter to execute queries.
Implements RFE #1570, part 2.

Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-03-06 15:51:30 +02:00
Madhura Jayaratne
e506afc3b0 Revert "Save unfinished work"
This reverts commit 3007c6a6ef.

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-26 11:53:48 +05:30
Zhang Hao
3007c6a6ef Save unfinished work
Signed-off-by: Zhang Hao <jason.daurus@gmail.com>
2015-02-13 18:46:09 +08:00
Madhura Jayaratne
8c7e1a0b2c Long lines wrapped
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-11 17:46:24 +05:30
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
Hugues Peccatte
bdb5f333d7 Fix PHPCS issues.
PHPDoc updates.
Minor coding style modifications.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-01 22:07:18 +01:00
Nisarg Jhaveri
bf63a462cc Basic autocomplete in SQL Query editor
- Autocomplete SQL keywords using CodeMirror hint addon
- Inline, footer SQL editors are not included
- Table/Database names completion is not implemented
- Added autocompletion to console, inline SQL editor, create view dialogue
- Autocomplete on `inputRead` instead of `change` event.

Signed-off-by: Nisarg Jhaveri <nisarg.jhaveri@research.iiit.ac.in>
2014-10-06 12:37:14 -04:00
Hugues Peccatte
5985894160 Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-07 00:31:45 +02:00
Hugues Peccatte
a5473c2fe9 Coding style modifications.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-08-10 00:56:41 +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
chanaka
237b00cc00 Fixed some codesniffer errors
Signed-off-by: chanaka <chanaka@oneit.com.au>
2014-07-28 21:49:11 +05:30
Ann + J.M
142408430c Fix stored XSS in SQL console (history)
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-07-14 20:06:17 +02:00
Marc Delisle
f8eb1f9798 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-11 07:17:06 -04:00
Michal Čihař
326460b6bb Better name for edit action
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-07-09 15:24:20 +02:00
Marc Delisle
e4f96d7c8d Name of keys should be translatable
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-04 10:34:48 -04:00
Marc Delisle
943c99d1f0 Improve translatability
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-07-04 08:42:31 -04:00
Ann + J.M
f5a9a60382 Fix coding style
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-07-03 20:27:39 +02: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