Commit Graph

194 Commits

Author SHA1 Message Date
Olivier PIERRE
e62113e170 Add missing head tag
Signed-off-by: Olivier PIERRE <mail@olivierpierre.net>
2015-07-14 06:43:49 -04:00
Marc Delisle
1b96621d1b Missing title on link
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-11 07:58:17 -04:00
Madhura Jayaratne
744e9f42e4 bug #4834 Do not attach token to css requests to improve caching
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-03 12:28:50 +05:30
Madhura Jayaratne
8f1700d1eb Add additional allowed urls for recaptcha
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-02 22:48:44 +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
Madhura Jayaratne
c5eb730041 Merge branch 'QA_4_3' into QA_4_4 2015-03-24 08:21:35 +05:30
Madhura Jayaratne
f4ddd75bfc Fix typo
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-24 08:19:33 +05:30
Madhura Jayaratne
eb73dee7c9 Fix tests; auth_type might not be defined
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-24 08:16:49 +05:30
Madhura Jayaratne
c560f47f8d Merge branch 'QA_4_3' into QA_4_4 2015-03-24 08:02:15 +05:30
Madhura Jayaratne
db738687c6 bug #4815 Infinite calls to index.php
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-24 07:58:28 +05:30
Atul Pratap Singh
fc257c9904 Rename configuration option as ShowDatabasesNavigationAsTree with default true
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-27 11:31:03 +05:30
Atul Pratap Singh
2b79586343 Modify the configuration option ShowNavigationAsTree to NavigationDatabasesSelector
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-24 19:18:46 +05:30
Atul Pratap Singh
2abe91a499 Add configuration option ShowNavigationAsTree with true as default
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2015-01-15 23:45:35 +05:30
Hugues Peccatte
44b4f7f7eb Update setup and documentation.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-01-11 16:19:42 +01:00
Madhura Jayaratne
743a528835 rfe #1590 Recaptcha API v2
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-08 15:49:24 +05:30
Marc Delisle
423a8f9d49 Merge branch 'QA_4_3' 2015-01-02 09:33:58 -05:00
Marc Delisle
d95356e1dd bug #4655 Undefined index: collation_connection (second patch)
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-01-02 09:32:19 -05:00
Madhura Jayaratne
982a5bce73 Update jquery-ui to version 1.11.2
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-05 13:12:54 +05:30
Madhura Jayaratne
80f4bb9782 Update jquery to version 1.11.1
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-05 08:09:02 +05:30
Madhura Jayaratne
88089a76a7 Merge branch 'master' into Performance
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-03 05:06:49 +05:30
Atul Pratap Singh
d4cbccd78b Merge branch 'QA_4_2' 2014-11-02 14:09:09 +05:30
Atul Pratap Singh
e743305764 Fix bug#4574 Blank/white page when JavaScript disabled
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-11-02 13:57:48 +05:30
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
Hugues Peccatte
e17de11c74 Improve multibytes string manipulation performances.
Review SQL import process.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-30 17:40:09 +01:00
Madhura Jayaratne
72b6d68d34 Do not check for the validity of all recent tables on initial loading.
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-20 12:29:48 +05:30
Ann + J.M
a540e6ba87 More fixes to new PMA_URL_getCommon style
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-10-18 19:42:39 +02: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
Hugues Peccatte
70a21ec25c Merge from master.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-08 21:49:37 +02: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
Atul Pratap Singh
c70e109bd6 Feature#1546 Replace js sprintf library with a better one
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
2014-10-03 17:08:25 +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
Marc Delisle
c85c9fd417 Fix merge conflicts
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-13 10:39:21 -04:00
Marc Delisle
33b39f9f1d bug #4530 [security] DOM based XSS that results to a CSRF that creates a ROOT account in certain conditions
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-13 10:30:47 -04:00
Smita Kumari
42223e1bf6 avoid session timeout when user is active FR#1529
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-09-13 03:10:40 +05:30
Hugues Peccatte
5985894160 Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-07 00:31:45 +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
Ashutosh Dhundhara
35dab58bf5 RFE#1492: Remove the distinct query window.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-08-12 01:47:20 +05:30
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
Chirayu Chiripal
b527dc74a1 bugfix-4415,4453,4452,4451: Complete makeover of rfe-1518
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-13 23:56:24 +05:30
Chirayu Chiripal
85390a7169 rfe-982: Support for editing binary fields in hexadecimal
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-05-21 21:42:21 +05:30
Marc Delisle
5fe99023d7 Add explanation for CSS load order
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-15 06:18:42 -04:00
Chirayu Chiripal
5bd8bb6db7 jquery-ui css should have low priority over phpmyadmin.css.php
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-05-11 23:30:09 +05:30
Michal Čihař
f1256f7dcc Simplify map tiles urls in CSP policy
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-08 15:00:41 +02:00
Michal Čihař
692140b98e Simplify code for generating CSP with Captcha
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-08 14:58:03 +02:00
Michal Čihař
bc8f797746 Remove CSP support for ancient Safari versions
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-08 14:55:43 +02:00
Michal Čihař
0b2e35da19 Execute headers code when we have runkit
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-08 14:53:14 +02:00
Michal Čihař
fed108dbe4 Move menu resizer to correct folder
The jquery folder should contain third party libraryes what menu resizer
is not.

Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-06 15:00:19 +02:00
Michal Čihař
e82c1b2e09 Add CSPAllow to script-src as well
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-04-12 11:43:06 +02:00
Ashutosh Dhundhara
e9d59fd7e0 Implemented Favorite tables feature with Ajax.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Minor fixes in Settings->Features page and Navigation Header class.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fixed translation issues in RecentFavoriteTable class.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fixed error in RecentFavoriteTable class.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Another fix in structure.lib.php.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-03-29 00:06:14 +05:30
Marc Delisle
e4224bf18d Merge pull request #1095 from ashutoshdhundhara/favourite_tables_icon_only
Feature request: #1476 Favorite tables select box.
2014-03-26 17:01:18 -04:00