Cleanup URLs to our website
- use https everywhere - follow redirects on renamed pages Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
069d6d9eb3
commit
a6fd4c2ed4
@ -22,4 +22,4 @@ tag, you are giving permission to license the patch as GPLv2-or-later. See
|
||||
|
||||
You can find more information on our website:
|
||||
|
||||
http://www.phpmyadmin.net/home_page/improve.php
|
||||
https://www.phpmyadmin.net/contribute/
|
||||
|
||||
2
README
2
README
@ -5,7 +5,7 @@ Version 4.4.11-dev
|
||||
|
||||
A set of PHP-scripts to manage MySQL over the web.
|
||||
|
||||
http://www.phpmyadmin.net/
|
||||
https://www.phpmyadmin.net/
|
||||
|
||||
Summary
|
||||
-------
|
||||
|
||||
@ -3,7 +3,7 @@ phpMyAdmin
|
||||
|
||||
A set of PHP-scripts to manage MySQL over the web.
|
||||
|
||||
http://www.phpmyadmin.net/
|
||||
https://www.phpmyadmin.net/
|
||||
|
||||
Code status
|
||||
-----------
|
||||
@ -23,12 +23,12 @@ Code status
|
||||
:target: https://scrutinizer-ci.com/g/phpmyadmin/phpmyadmin/
|
||||
|
||||
.. image:: https://img.shields.io/sourceforge/dm/phpmyadmin.svg
|
||||
:target: http://www.phpmyadmin.net/home_page/downloads.php
|
||||
:target: https://www.phpmyadmin.net/downloads/
|
||||
|
||||
Download
|
||||
--------
|
||||
|
||||
You can get the newest release at http://www.phpmyadmin.net/.
|
||||
You can get the newest release at https://www.phpmyadmin.net/.
|
||||
|
||||
If you prefer to follow the git repository, the following branch and tag names may be of interest:
|
||||
|
||||
@ -42,5 +42,4 @@ More Information
|
||||
Please see the documentation in the doc folder or at http://docs.phpmyadmin.net/.
|
||||
|
||||
For support or to learn how to contribute code or by translating to your language,
|
||||
visit http://www.phpmyadmin.net/
|
||||
|
||||
visit https://www.phpmyadmin.net/
|
||||
|
||||
@ -108,7 +108,7 @@ $replaces = array(
|
||||
|
||||
// PMASAentries
|
||||
'/(PMASA-[0-9]+-[0-9]+)/'
|
||||
=> '<a href="http://www.phpmyadmin.net/home_page/security/\\1.php">\\1</a>',
|
||||
=> '<a href="https://www.phpmyadmin.net/security/\\1/">\\1</a>',
|
||||
|
||||
// Highlight releases (with links)
|
||||
'/([0-9]+)\.([0-9]+)\.([0-9]+)\.0 (\([0-9-]+\))/'
|
||||
|
||||
@ -3,13 +3,13 @@
|
||||
"type": "application",
|
||||
"description": "MySQL web administration tool",
|
||||
"keywords": ["phpmyadmin","mysql","web"],
|
||||
"homepage": "http://www.phpmyadmin.net/",
|
||||
"homepage": "https://www.phpmyadmin.net/",
|
||||
"license": "GPL-2.0+",
|
||||
"authors": [
|
||||
{
|
||||
"name": "The phpMyAdmin Team",
|
||||
"email": "phpmyadmin-devel@lists.sourceforge.net",
|
||||
"homepage": "http://www.phpmyadmin.net/home_page/team.php"
|
||||
"homepage": "https://www.phpmyadmin.net/team/"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
|
||||
@ -9,4 +9,4 @@ to make phpMyAdmin a useful tool.
|
||||
|
||||
You can check out all the possibilities to contribute in the
|
||||
`contribute section on our website
|
||||
<http://www.phpmyadmin.net/home_page/improve.php>`_.
|
||||
<https://www.phpmyadmin.net/contribute/>`_.
|
||||
|
||||
10
doc/faq.rst
10
doc/faq.rst
@ -4,7 +4,7 @@ FAQ - Frequently Asked Questions
|
||||
================================
|
||||
|
||||
Please have a look at our `Link section
|
||||
<http://www.phpmyadmin.net/home_page/docs.php>`_ on the official
|
||||
<https://www.phpmyadmin.net/docs/>`_ on the official
|
||||
phpMyAdmin homepage for in-depth coverage of phpMyAdmin's features and
|
||||
or interface.
|
||||
|
||||
@ -902,7 +902,7 @@ just put your own input-elements inside. If you use a custom submit
|
||||
input field, the form will submit itself to the displaying page again,
|
||||
where you can validate the $HTTP\_POST\_VARS in a transformation. For
|
||||
a tutorial on how to effectively use transformations, see our `Link
|
||||
section <http://www.phpmyadmin.net/home_page/docs.php>`_ on the
|
||||
section <https://www.phpmyadmin.net/docs/>`_ on the
|
||||
official phpMyAdmin-homepage.
|
||||
|
||||
.. _faq3_9:
|
||||
@ -2042,7 +2042,7 @@ Translations are very welcome and all you need to have are the
|
||||
language skills. The easiest way is to use our `online translation
|
||||
service <https://hosted.weblate.org/projects/phpmyadmin/>`_. You can check
|
||||
out all the possibilities to translate in the `translate section on
|
||||
our website <http://www.phpmyadmin.net/home_page/translate.php>`_.
|
||||
our website <https://www.phpmyadmin.net/translate/>`_.
|
||||
|
||||
.. _faq7_3:
|
||||
|
||||
@ -2052,7 +2052,7 @@ our website <http://www.phpmyadmin.net/home_page/translate.php>`_.
|
||||
We welcome every contribution to the development of phpMyAdmin. You
|
||||
can check out all the possibilities to contribute in the `contribute
|
||||
section on our website
|
||||
<http://www.phpmyadmin.net/home_page/improve.php>`_.
|
||||
<https://www.phpmyadmin.net/contribute/>`_.
|
||||
|
||||
.. seealso:: :ref:`developers`
|
||||
|
||||
@ -2066,7 +2066,7 @@ Security
|
||||
8.1 Where can I get information about the security alerts issued for phpMyAdmin?
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Please refer to <http://www.phpmyadmin.net/home_page/security.php>.
|
||||
Please refer to <https://www.phpmyadmin.net/security/>.
|
||||
|
||||
.. _faq8_2:
|
||||
|
||||
|
||||
@ -44,8 +44,8 @@ Currently phpMyAdmin can:
|
||||
* support mysqli, the improved MySQL extension see :ref:`faq1_17`
|
||||
* create, edit, call, export and drop stored procedures and functions
|
||||
* create, edit, export and drop events and triggers
|
||||
* communicate in `62 different languages
|
||||
<http://www.phpmyadmin.net/home_page/translations.php>`_
|
||||
* communicate in `80 different languages
|
||||
<https://www.phpmyadmin.net/translations/>`_
|
||||
|
||||
|
||||
A word about users
|
||||
|
||||
@ -8,7 +8,7 @@ The definitive guide to using phpMyAdmin is the book Mastering phpMyAdmin for
|
||||
Effective MySQL Management by Marc Delisle. You can get information on that
|
||||
book and other officially endorsed `books at the phpMyAdmin site`_.
|
||||
|
||||
.. _books at the phpMyAdmin site: http://www.phpmyadmin.net/home_page/docs.php?books
|
||||
.. _books at the phpMyAdmin site: https://www.phpmyadmin.net/docs/
|
||||
|
||||
Tutorials
|
||||
---------
|
||||
|
||||
@ -511,7 +511,7 @@ each user with their Swekey Id. It is important to place this file
|
||||
outside of your web server's document root (in the example, it is
|
||||
located in ``/etc``). Feel free to use it with your own users'
|
||||
information. If you want to purchase a Swekey please visit
|
||||
`http://phpmyadmin.net/auth\_key <http://phpmyadmin.net/auth_key>`_
|
||||
`https://www.phpmyadmin.net/auth\_key/ <https://www.phpmyadmin.net/auth_key/>`_
|
||||
since this link provides funding for phpMyAdmin.
|
||||
|
||||
A self documented sample file is provided in the
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
# If you don't know the id of a Swekey just visit http://www.swekey.com?sel=support
|
||||
# while your Swekey is connected.
|
||||
#
|
||||
# If you need to purchase a Swekey please visit http://phpmyadmin.net/auth_key
|
||||
# If you need to purchase a Swekey please visit https://www.phpmyadmin.net/auth_key/
|
||||
# since this link provides funding to PhpMyAdmin.
|
||||
#
|
||||
|
||||
|
||||
@ -410,14 +410,14 @@ PMA_printListItem(
|
||||
PMA_printListItem(
|
||||
__('Contribute'),
|
||||
'li_pma_contribute',
|
||||
PMA_linkURL('http://www.phpmyadmin.net/home_page/improve.php'),
|
||||
PMA_linkURL('https://www.phpmyadmin.net/contribute/'),
|
||||
null,
|
||||
'_blank'
|
||||
);
|
||||
PMA_printListItem(
|
||||
__('Get support'),
|
||||
'li_pma_support',
|
||||
PMA_linkURL('http://www.phpmyadmin.net/home_page/support.php'),
|
||||
PMA_linkURL('https://www.phpmyadmin.net/support/'),
|
||||
null,
|
||||
'_blank'
|
||||
);
|
||||
@ -643,7 +643,7 @@ if (file_exists('libraries/language_stats.inc.php')) {
|
||||
) {
|
||||
trigger_error(
|
||||
'You are using an incomplete translation, please help to make it '
|
||||
. 'better by [a@http://www.phpmyadmin.net/home_page/improve.php'
|
||||
. 'better by [a@https://www.phpmyadmin.net/contribute/'
|
||||
. '#translate@_blank]contributing[/a].',
|
||||
E_USER_NOTICE
|
||||
);
|
||||
|
||||
@ -4270,7 +4270,7 @@ class PMA_Util
|
||||
$response = $_SESSION['cache']['version_check']['response'];
|
||||
} else {
|
||||
$save = true;
|
||||
$file = 'http://www.phpmyadmin.net/home_page/version.json';
|
||||
$file = 'https://www.phpmyadmin.net/home_page/version.json';
|
||||
if (ini_get('allow_url_fopen')) {
|
||||
$context = array(
|
||||
'http' => array(
|
||||
|
||||
@ -117,7 +117,7 @@ class AuthenticationCookie extends AuthenticationPlugin
|
||||
echo '
|
||||
<div class="container">
|
||||
<a href="';
|
||||
echo PMA_linkURL('http://www.phpmyadmin.net/');
|
||||
echo PMA_linkURL('https://www.phpmyadmin.net/');
|
||||
echo '" target="_blank" class="logo">';
|
||||
$logo_image = $GLOBALS['pmaThemeImage'] . 'logo_right.png';
|
||||
if (@file_exists($logo_image)) {
|
||||
|
||||
@ -271,7 +271,7 @@ function Swekey_login($input_name, $input_go)
|
||||
?>
|
||||
function open_swekey_site()
|
||||
{
|
||||
window.open("<?php echo PMA_linkURL('http://phpmyadmin.net/auth_key'); ?>");
|
||||
window.open("<?php echo PMA_linkURL('https://www.phpmyadmin.net/auth_key/'); ?>");
|
||||
}
|
||||
|
||||
var input_username = document.getElementById("<?php echo $input_name; ?>");
|
||||
|
||||
@ -177,7 +177,7 @@ class ExportXml extends ExportPlugin
|
||||
. '<!--' . $crlf
|
||||
. '- phpMyAdmin XML Dump' . $crlf
|
||||
. '- version ' . PMA_VERSION . $crlf
|
||||
. '- http://www.phpmyadmin.net' . $crlf
|
||||
. '- https://www.phpmyadmin.net' . $crlf
|
||||
. '-' . $crlf
|
||||
. '- ' . __('Host:') . ' ' . $cfg['Server']['host'];
|
||||
if (! empty($cfg['Server']['port'])) {
|
||||
|
||||
@ -305,7 +305,7 @@ PMA_displayFormBottom();
|
||||
|
||||
echo '</fieldset>';
|
||||
echo '<div id="footer">';
|
||||
echo '<a href="http://www.phpmyadmin.net/">' . __('phpMyAdmin homepage') . '</a>';
|
||||
echo '<a href="https://www.phpmyadmin.net/">' . __('phpMyAdmin homepage') . '</a>';
|
||||
echo '<a href="http://sourceforge.net/donate/index.php?group_id=23067">'
|
||||
. __('Donate') . '</a>';
|
||||
echo '<a href="' . PMA_URL_getCommon() . $separator . 'version_check=1">'
|
||||
|
||||
@ -18,7 +18,7 @@ $header->setTitle('phpMyAdmin - ' . __('Theme'));
|
||||
$header->disableMenuAndConsole();
|
||||
|
||||
$hash = '#pma_' . preg_replace('/([0-9]*)\.([0-9]*)\..*/', '\1_\2', PMA_VERSION);
|
||||
$url = PMA_linkURL('http://www.phpmyadmin.net/home_page/themes.php') . $hash;
|
||||
$url = PMA_linkURL('https://www.phpmyadmin.net/themes/') . $hash;
|
||||
$output = '<h1>phpMyAdmin - ' . __('Theme') . '</h1>';
|
||||
$output .= '<p>';
|
||||
$output .= '<a href="' . $url . '" class="_blank">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user