Maurício Meneghini Fauth
69bc866773
Document how to generate a string of random bytes
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-26 17:34:18 -03:00
Maurício Meneghini Fauth
700db7e72b
Update the docs to reflect the blowfish_secret changes
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-09-26 17:34:13 -03:00
Maurício Meneghini Fauth
02e8588404
Merge branch 'QA_4_9-security' into QA_5_1-security
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-10 18:39:23 -03:00
Maurício Meneghini Fauth
ede2396796
Change URLQueryEncryption default to false
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-10 12:34:12 -03:00
Maurício Meneghini Fauth
3baad2eb1c
Fix some coding standard issues
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-05-25 22:42:37 -03:00
Maurício Meneghini Fauth
f80d3e3bd4
Remove unnecessary annotations
...
@package, @subpackage and others.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-20 17:35:56 -03:00
Maurício Meneghini Fauth
1a14b3e4d3
Remove vim modelines
...
These settings are no longer required as they are guaranteed through
other coding standard tools.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-09-02 09:43:21 -03:00
Maurício Meneghini Fauth
af148ad92b
Enable strict mode in PHP files
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-16 04:36:04 -03:00
Michal Čihař
1b7914a4e5
Remove connect_type setting
...
It is really not necessary as MySQL decides connection type rather based
on hostname than on anything else.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-02-02 16:08:44 +01:00
Michal Čihař
f693c103be
Document 32 chars length for blowfish_secret
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-22 10:23:43 +02:00
Michal Čihař
fc6ef261eb
Remove Swekey support
...
It is buggy and their servers are no longer working.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-11 09:02:58 +02:00
Michal Čihař
bbe8efaf7c
Use https for documentation links
...
Fixes #12225
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-10 15:04:29 +02:00
Madhura Jayaratne
8c6261c73f
Underscores are preferred to separate words in configuration storage table names/directives
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-09 17:06:28 +05:30
Madhura Jayaratne
545db4a443
rfe #812 store export definitions for reuse
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-02 21:03:57 +05:30
Deven Bansod
54a480e8eb
Designer settings saved in a new table in configuration storage
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-21 15:44:39 +05:30
Madhura Jayaratne
a36aea3d82
Cosmetic changes to the sample config file
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-11 11:05:03 +05:30
Madhura Jayaratne
1ee8a8f944
Update sample config file
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-11 11:00:12 +05:30
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
Madhura Jayaratne
6d12882946
Remove display direction
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-12 14:31:44 +05:30
Marc Delisle
b788a1ce3d
bug #4657 Don't have default blowfish_secret
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-12-17 10:37:11 -05:00
Madhura Jayaratne
ec3ec7d13b
Align
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-02 10:04:15 +05:30
Bimal Yashodha
48dd4f354d
Remove references to designer_coords and designerwork
...
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
2014-06-16 11:39:39 +05:30
Smita Kumari
200737bcce
gsoc:central list of columns, added sync and remove column list on db_structure page
...
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
fixing indentation in mult_submits.inc.php
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
naming convention,typos, indentaion fix and removed unnecessory file db_sync_central_columns.php
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
check if central columns storage is configured, if not configured don't show the option to sync/remove
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
add/remove columns to central list of columns from tbl_structure page
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
added icon image for central columns add/delete
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
add/remove of columns option in tbl_structure page in columns rows depending upon if column is already present in central columns or not
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
fixed php notices, apporiprate message when a non existing column is removed and when a existing column is added to cenral list
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
documentation added for central_columns configuration
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
regenerated sprite
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
changed central_columns table structure + modified functions to add to central column as per new tbl def
updated delete and other function as per new db structure
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
remove notices
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
sprintf for variable message
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
fix unit test failure errors
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
fixed whitespace issues plus function definition
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
refactoring code plus fixing coding style issues
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-05-26 23:13:03 +05:30
Ashutosh Dhundhara
8bc21b7876
Feature request: #1476 Favourite tables select box.
...
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Changes in "create_tables.sql".
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Minor fix in structure.lib.php.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Ripped Trailing White spaces.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Removed irrelevant comments from "FavouriteTable.class.php".
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Fixed Table Summary colspan.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Changed Favourite to Favorite
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Fixed failing test.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Feature request: #1476 Favourite tables select box. (Icon only)
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Gray and Golden Icons.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Removed unwanted icon from "img".
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Fixed error in PMA_buildActionTitles_test.php.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Re-positioned star icon and added tooltip to it.
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
Ripped trailing spaces from "structure.lib.php" and "db_structure.js".
Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-03-26 23:37:19 +05:30
Hugues Peccatte
8b84cf0d91
Feature #569 Load/Save Query By Example
...
Implement possibility to save/load/delete a QBE on a DB.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-23 14:52:48 +01:00
Marc Delisle
2a8962aa95
Signed-off-by: Marc Delisle <marc@infomarc.info>
...
Added warning about the mysql extension being deprecated
and removed the extension directive
2013-12-14 14:26:12 -05:00
Marc Delisle
63b1af983f
Make the choices similar to other directives
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-05 13:27:54 -05:00
Chanaka Indrajith
30522c8d5f
Rename the global variable from row_action_type to RowActionType
...
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2013-12-05 23:31:50 +05:30
Chanaka Indrajith
113f8f490e
Feature 1455 - Display image,text or both in table row actions area
...
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2013-12-04 23:59:08 +05:30
Marc Delisle
ebc5e9a5c7
We do not need a separate ErrorReporting directive
2013-11-20 06:14:53 -05:00
Mohamed Ashraf
b83f0eb463
Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into error_reporting
...
Conflicts:
ChangeLog
doc/config.rst
js/messages.php
libraries/config/setup.forms.php
version_check.php
changed 'libraries/Util.class.php' to accept the newly renamed proxy variables
2013-07-29 18:12:04 +02:00
Kasun Chathuranga
04c2e88d67
Change tables name from 'navigation' to 'navigationhiding'
2013-07-25 21:26:23 +05:30
Kasun Chathuranga
d0522a779c
Revert half done commit
2013-07-25 07:22:40 +05:30
Kasun Chathuranga
1ae59ad063
Merge branch 'hideTables' of github.com:kasunchathuranga/phpmyadmin into hideTables
...
Conflicts:
libraries/navigation/Nodes/Node_Database.class.php
libraries/relation.lib.php
2013-07-25 07:08:04 +05:30
Kasun Chathuranga
342e0a6b33
Configuration values for hide/unhide navigation items feature
2013-07-20 17:10:43 +05:30
Kasun Chathuranga
3ed92c5ca0
Update examples with new configurations
2013-07-05 11:57:46 +05:30
Kasun Chathuranga
57e563f00a
Add new tables to sample config file
2013-07-04 10:13:05 +05:30
Mohamed Ashraf
5dbc0873ac
Added error reporting settings to config.sample.inc.php and to the libraries/config.default.php
2013-06-13 22:18:15 +02:00
Kasun Chathuranga
adb2e43f7d
Implement feature request #1414 - Allow specifying crontrolport
...
Set the value of controlport based on the value of controlhost
2013-05-02 21:36:05 +05:30
Michal Čihař
15b554c8b6
Use docs.phpmyadmin.net instead of phpmyadmin.readthedocs.org
2012-11-13 14:19:44 +01:00
Michal Čihař
c28b57141c
Adjust links to documentation in comments/docs
2012-11-12 09:15:37 +01:00
Marc Delisle
3a5843a7cd
rfe #1052091 [config] Double-underscores in PMA table names
2012-11-11 08:57:41 -05:00
Rouslan Placella
8f698c7c82
Merge branch 'QA_3_5'
2012-06-10 14:47:10 +01:00
Rouslan Placella
b1855ec0b4
Fixed bug #3534121 - duplicate line in config.sample.inc.php
2012-06-10 14:46:55 +01:00
Jo Michael
c0329abd23
rfe #3518852 [edit] edit blob but not other binary, new option $cfg['ProtectBinary'] = 'noblob'
2012-04-19 22:32:51 +02:00
Marc Delisle
049a222648
Remove LightTabs configuration directive
2012-04-15 19:57:06 -04:00
Michal Čihař
17eb0c75c5
Remove duplicate line
2012-01-04 09:48:36 +01:00
Michal Čihař
cdffe9fb97
Merge remote-tracking branch 'origin/QA_3_4'
...
Conflicts:
libraries/dbi/mysql.dbi.lib.php
2011-12-14 10:06:36 +01:00
Michal Čihař
396e5716f8
Use mysqli in example configuration
...
The mysql extension does not support some features we use and I think it
is safe to assume nearly everybody has mysqli.
2011-12-14 09:51:20 +01:00
Marc Delisle
46ce1d765e
Default values for controlhost
2011-10-29 08:07:44 -04:00