Skip to content

Commit

Permalink
Use https for links to www.phpmyadmin.net
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed May 17, 2016
1 parent 574fee0 commit b0f8511
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Expand Up @@ -194,7 +194,7 @@ phpMyAdmin - ChangeLog
- issue [security] XSS vulnerability in SQL editor, see PMASA-2016-9

--- Older ChangeLogs can be found on our project website ---
http://www.phpmyadmin.net/old-stuff/ChangeLogs/
https://www.phpmyadmin.net/old-stuff/ChangeLogs/

# vim: et ts=4 sw=4 sts=4
# vim: ft=changelog fenc=utf-8
Expand Down
2 changes: 1 addition & 1 deletion doc/transformations.rst
Expand Up @@ -29,7 +29,7 @@ options, you can consult your *<www.your-host.com>/<your-install-
dir>/transformation\_overview.php* installation.

For a tutorial on how to effectively use transformations, see our
`Link section <http://www.phpmyadmin.net/home_page/docs.php>`_ on the
`Link section <https://www.phpmyadmin.net/home_page/docs.php>`_ on the
official phpMyAdmin homepage.

.. _transformationshowto:
Expand Down
2 changes: 1 addition & 1 deletion libraries/plugins/export/ExportLatex.php
Expand Up @@ -208,7 +208,7 @@ public function exportHeader()

$head = '% phpMyAdmin LaTeX 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'])) {
Expand Down
2 changes: 1 addition & 1 deletion libraries/plugins/export/ExportSql.php
Expand Up @@ -677,7 +677,7 @@ public function exportHeader()
}
$head = $this->_exportComment('phpMyAdmin SQL Dump')
. $this->_exportComment('version ' . PMA_VERSION)
. $this->_exportComment('http://www.phpmyadmin.net')
. $this->_exportComment('https://www.phpmyadmin.net/')
. $this->_exportComment();
$host_string = __('Host:') . ' ' . $cfg['Server']['host'];
if (!empty($cfg['Server']['port'])) {
Expand Down
14 changes: 7 additions & 7 deletions po/es.po
Expand Up @@ -5008,7 +5008,7 @@ msgid "Text"
msgstr "Texto"

# Used for
# http://www.phpmyadmin.net/documentation/Documentation.html#cfg_NavigationBarIconic
# https://www.phpmyadmin.net/documentation/Documentation.html#cfg_NavigationBarIconic
#: libraries/config.values.php:58 libraries/config.values.php:66
#: libraries/config.values.php:78 libraries/config.values.php:90
msgid "Both"
Expand Down Expand Up @@ -5053,12 +5053,12 @@ msgid "Welcome"
msgstr "Bienvenido"

# Used for
# http://www.phpmyadmin.net/documentation/Documentation.html#cfg_InitialSlidersState
# https://www.phpmyadmin.net/documentation/Documentation.html#cfg_InitialSlidersState
#: libraries/config.values.php:123
msgid "Open"
msgstr "Desplegados"

# http://www.phpmyadmin.net/documentation/Documentation.html#cfg_InitialSlidersState
# https://www.phpmyadmin.net/documentation/Documentation.html#cfg_InitialSlidersState
#: libraries/config.values.php:124
msgid "Closed"
msgstr "Ocultos"
Expand Down Expand Up @@ -6929,7 +6929,7 @@ msgid "Grid editing: trigger action"
msgstr "Edición de grilla: disparador de acción"

# Display option apparently related to
# http://www.phpmyadmin.net/documentation/#relation
# https://www.phpmyadmin.net/documentation/#relation
#: libraries/config/messages.inc.php:616
msgid "Relational display"
msgstr "Mostrar columna de relación"
Expand Down Expand Up @@ -7905,7 +7905,7 @@ msgid "HTTP authentication"
msgstr "Autenticación por HTTP"

# Description of signon value for configuration described at
# http://www.phpmyadmin.net/documentation/Documentation.html#cfg_Servers_auth_type
# https://www.phpmyadmin.net/documentation/Documentation.html#cfg_Servers_auth_type
#: libraries/config/setup.forms.php:50
msgid "Signon authentication"
msgstr "Autenticación por sesión"
Expand Down Expand Up @@ -12500,7 +12500,7 @@ msgid "Native MySQL authentication"
msgstr "Autenticación por cookie"

# Description of signon value for configuration described at
# http://www.phpmyadmin.net/documentation/Documentation.html#cfg_Servers_auth_type
# https://www.phpmyadmin.net/documentation/Documentation.html#cfg_Servers_auth_type
#: libraries/server_privileges.lib.php:1543
#, fuzzy
#| msgid "Signon authentication"
Expand Down Expand Up @@ -17503,7 +17503,7 @@ msgstr "«concurrent_insert» está definido como 0"
#~ msgstr "Opciones <code>CREATE TABLE</code>:"

# Display option apparently related to
# http://www.phpmyadmin.net/documentation/#relation
# https://www.phpmyadmin.net/documentation/#relation
#~ msgid "Relational display column"
#~ msgstr "Mostrar columna de relación"

Expand Down

0 comments on commit b0f8511

Please sign in to comment.