Commit Graph

32 Commits

Author SHA1 Message Date
Madhura Jayaratne
b9b42270a5 Merge branch 'QA_4_3' 2015-01-06 14:29:44 +05:30
Madhura Jayaratne
a65e7fb0fc Undefined index notices while configuring recent and favorite tables
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-06 13:14:46 +05:30
Hugues Peccatte
763707a72e Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-01-04 15:19:09 +01:00
Madhura Jayaratne
62631f77bf Simplify checking for empty
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-02 20:57:51 +05:30
Madhura Jayaratne
9bc80b7c84 Do not save the configuration table name statically
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-02 19:40:07 +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
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
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
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
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
Marc Delisle
9f37c3ddd7 Fix merge conflits
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-20 12:44:51 -04:00
Ann + J.M
d18a2dd9fa Fix XSS in PMA_RecentFavoriteTable::getHtmlList()
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-06-19 12:52:52 +02:00
Ann + J.M
42a65a5ab6 Trim some trailing space
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-06-06 20:46:14 +02:00
Ann + J.M
cb7c703c03 Fix XSS in recent/favorite tables list feature
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-06-06 18:40:19 +02:00
Marc Delisle
0231c652f6 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-29 11:14:36 -04:00
Edward Cheng
d51d7de78a A simple fix for bug #4378
Signed-off-by: Edward Cheng <c4150221@gmail.com>
2014-04-26 22:25:32 +08:00
Chanaka Indrajith
a7e8820820 Limited the access to _tables variable in PMA_RecentFavoriteTable class
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-04-20 22:47:14 +05:30
Chanaka Indrajith Dharmarathna
0c94149533 Merge pull request #1143 from WhaleWatching/navigation
Improve RecentFavorite static function
2014-04-20 19:09:23 +05:30
Edward Cheng
a0193c934e Improve RecentFavorite static function
Signed-off-by: Edward Cheng <c4150221@gmail.com>

Bug fix
Signed-off-by: Edward Cheng <c4150221@gmail.com>

Change var name, make __construct private, init the var at getInstance().
Signed-off-by: Edward Cheng <c4150221@gmail.com>

Fixes.
Signed-off-by: Edward Cheng <c4150221@gmail.com>

streamline code

Signed-off-by: Edward Cheng <c4150221@gmail.com>
2014-04-19 17:19:12 +08:00
Ann + J.M
e7e8b64dd1 HTML5 data attributes for favorite table links
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-04-17 09:02:28 +02:00
Ashutosh Dhundhara
ca562232dd Bug Fix: #4368 Recent/Favorite tables persist even if they don't exist.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-04-16 17:18:58 +05:30
Marc Delisle
9bd40e3c76 Add hints
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-09 08:31:12 -04:00
Marc Delisle
ecf13347de Revert to the original message which is better
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-09 08:02:38 -04:00
Marc Delisle
8799d52a34 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-08 10:39:15 -04:00
Marc Delisle
3e3d7db2c0 Merge pull request #1129 from WhaleWatching/navigation
Improve Navigation
2014-04-08 10:15:57 -04:00
Edward Cheng
7eb30c629d Fix bugs.
Signed-off-by: Edward Cheng <c4150221@gmail.com>
2014-04-08 08:39:11 +08:00
Chanaka Indrajith
a559543bfb Fixed method naming convention
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-04-08 00:36:55 +05:30
Edward Cheng
d74ac17cb4 Improve Navigation
Signed-off-by: Edward Cheng <c4150221@gmail.com>

Fix bugs.

Signed-off-by: Edward Cheng <c4150221@gmail.com>
2014-04-07 23:32:39 +08:00
Ashutosh Dhundhara
28b7b9031c Browser local storage support for Favorite tables feature.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>

Fixed sync anchor location.

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-04-02 18:20:29 +05:30
Marc Delisle
ee3ca2b612 Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-28 15:45:13 -04: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