Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2015-07-02 14:34:16 +0300
committerMichal Čihař <michal@cihar.com>2015-07-02 14:39:10 +0300
commita6fd4c2ed4479415e6819e543155447bc662a71d (patch)
treeb44553cc42815f3d9cc56b84d7ef8eeaf9b3f754
parent069d6d9eb30e51e972891ebc0b3fb3fb6218585c (diff)
Cleanup URLs to our website
- use https everywhere - follow redirects on renamed pages Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README2
-rw-r--r--README.rst9
-rw-r--r--changelog.php2
-rw-r--r--composer.json4
-rw-r--r--doc/developers.rst2
-rw-r--r--doc/faq.rst10
-rw-r--r--doc/intro.rst4
-rw-r--r--doc/other.rst2
-rw-r--r--doc/setup.rst2
-rw-r--r--examples/swekey.sample.conf2
-rw-r--r--index.php6
-rw-r--r--libraries/Util.class.php2
-rw-r--r--libraries/plugins/auth/AuthenticationCookie.class.php2
-rw-r--r--libraries/plugins/auth/swekey/swekey.auth.lib.php2
-rw-r--r--libraries/plugins/export/ExportXml.class.php2
-rw-r--r--setup/frames/index.inc.php2
-rw-r--r--themes.php2
18 files changed, 29 insertions, 30 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ad567efbcd..e0068e8062 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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/
diff --git a/README b/README
index 0753f0b688..a2bf3a6445 100644
--- a/README
+++ b/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
-------
diff --git a/README.rst b/README.rst
index a1d421855d..a5f5b08dba 100644
--- a/README.rst
+++ b/README.rst
@@ -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/
diff --git a/changelog.php b/changelog.php
index 5066ffe03e..230eba1416 100644
--- a/changelog.php
+++ b/changelog.php
@@ -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-]+\))/'
diff --git a/composer.json b/composer.json
index 117a2c855c..a4123b89e7 100644
--- a/composer.json
+++ b/composer.json
@@ -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": {
diff --git a/doc/developers.rst b/doc/developers.rst
index ba4cfa87a7..2b2f5868b7 100644
--- a/doc/developers.rst
+++ b/doc/developers.rst
@@ -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/>`_.
diff --git a/doc/faq.rst b/doc/faq.rst
index 8e8d17faae..83e1ebe208 100644
--- a/doc/faq.rst
+++ b/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:
diff --git a/doc/intro.rst b/doc/intro.rst
index cace64e47e..b8c348dfbe 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -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
diff --git a/doc/other.rst b/doc/other.rst
index aa9545121f..bb6de86dc8 100644
--- a/doc/other.rst
+++ b/doc/other.rst
@@ -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
---------
diff --git a/doc/setup.rst b/doc/setup.rst
index 71d41355b7..8da06f2f75 100644
--- a/doc/setup.rst
+++ b/doc/setup.rst
@@ -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
diff --git a/examples/swekey.sample.conf b/examples/swekey.sample.conf
index 5de2007da3..49392bd94c 100644
--- a/examples/swekey.sample.conf
+++ b/examples/swekey.sample.conf
@@ -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.
#
diff --git a/index.php b/index.php
index a0d74f2463..a5255a7b96 100644
--- a/index.php
+++ b/index.php
@@ -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
);
diff --git a/libraries/Util.class.php b/libraries/Util.class.php
index 45fd2c82bc..189f6d35d8 100644
--- a/libraries/Util.class.php
+++ b/libraries/Util.class.php
@@ -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(
diff --git a/libraries/plugins/auth/AuthenticationCookie.class.php b/libraries/plugins/auth/AuthenticationCookie.class.php
index b0df749205..b3d8be9fc7 100644
--- a/libraries/plugins/auth/AuthenticationCookie.class.php
+++ b/libraries/plugins/auth/AuthenticationCookie.class.php
@@ -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)) {
diff --git a/libraries/plugins/auth/swekey/swekey.auth.lib.php b/libraries/plugins/auth/swekey/swekey.auth.lib.php
index 7464f030f2..76bbc02dbf 100644
--- a/libraries/plugins/auth/swekey/swekey.auth.lib.php
+++ b/libraries/plugins/auth/swekey/swekey.auth.lib.php
@@ -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; ?>");
diff --git a/libraries/plugins/export/ExportXml.class.php b/libraries/plugins/export/ExportXml.class.php
index 5b62d2271c..7d8048bc40 100644
--- a/libraries/plugins/export/ExportXml.class.php
+++ b/libraries/plugins/export/ExportXml.class.php
@@ -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'])) {
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index 2c341ec2c9..2bdf14b005 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -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">'
diff --git a/themes.php b/themes.php
index f0d1be6f09..4e56365d01 100644
--- a/themes.php
+++ b/themes.php
@@ -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">';