]> git.joonet.de Git - adminer.git/commitdiff
Change links to HTTPS
authorJakub Vrana <jakub@vrana.cz>
Tue, 8 Sep 2015 16:23:25 +0000 (09:23 -0700)
committerJakub Vrana <jakub@vrana.cz>
Thu, 10 Sep 2015 16:26:36 +0000 (09:26 -0700)
45 files changed:
adminer/include/adminer.inc.php
adminer/include/auth.inc.php
adminer/index.php
adminer/lang/cs.inc.php
adminer/lang/da.inc.php
adminer/lang/de.inc.php
adminer/lang/fa.inc.php
adminer/lang/fr.inc.php
adminer/lang/no.inc.php
adminer/lang/pl.inc.php
adminer/lang/vi.inc.php
adminer/lang/xx.inc.php
composer.json
editor/include/adminer.inc.php
editor/index.php
plugins/database-hide.php
plugins/dump-alter.php
plugins/dump-bz2.php
plugins/dump-date.php
plugins/dump-json.php
plugins/dump-xml.php
plugins/dump-zip.php
plugins/edit-calendar.php
plugins/edit-foreign.php
plugins/edit-textarea.php
plugins/email-table.php
plugins/enum-option.php
plugins/file-upload.php
plugins/foreign-system.php
plugins/frames.php
plugins/json-column.php
plugins/links-direct.php
plugins/login-servers.php
plugins/login-table.php
plugins/master-slave.php
plugins/plugin.php
plugins/readme.txt
plugins/slugify.php
plugins/sql-log.php
plugins/tables-filter.php
plugins/tinymce.php
plugins/translation.php
plugins/version-noverify.php
plugins/wymeditor.php
readme.txt

index f02455c5e7b58ecd1511d980b612ba78df2b8b56..05694fda8c5661f39a9c8b89fd8dbde0c4148481 100644 (file)
@@ -9,7 +9,7 @@ class Adminer {
        * @return string HTML code
        */
        function name() {
-               return "<a href='http://www.adminer.org/' target='_blank' id='h1'>Adminer</a>";
+               return "<a href='https://www.adminer.org/' target='_blank' id='h1'>Adminer</a>";
        }
 
        /** Connection parameters
@@ -778,7 +778,7 @@ username.form['auth[driver]'].onchange();
                ?>
 <h1>
 <?php echo $this->name(); ?> <span class="version"><?php echo $VERSION; ?></span>
-<a href="http://www.adminer.org/#download" target="_blank" id="version"><?php echo (version_compare($VERSION, $_COOKIE["adminer_version"]) < 0 ? h($_COOKIE["adminer_version"]) : ""); ?></a>
+<a href="https://www.adminer.org/#download" target="_blank" id="version"><?php echo (version_compare($VERSION, $_COOKIE["adminer_version"]) < 0 ? h($_COOKIE["adminer_version"]) : ""); ?></a>
 </h1>
 <?php
                if ($missing == "auth") {
index 05bd14189837fa88d7ce4e18fe454b14fe89da08..5bd79f9ca2f9c552bd88b0899a7aff843b7946e1 100644 (file)
@@ -131,7 +131,7 @@ function auth_error($error) {
                        $password = get_password();
                        if ($password !== null) {
                                if ($password === false) {
-                                       $error .= '<br>' . lang('Master password expired. <a href="http://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.', '<code>permanentLogin()</code>');
+                                       $error .= '<br>' . lang('Master password expired. <a href="https://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.', '<code>permanentLogin()</code>');
                                }
                                set_password(DRIVER, SERVER, $_GET["username"], null);
                        }
index f6eeeb21876309c97391c138e8cc7372071cb8f2..88cbcec21b312031d070daf897d8bb6189aa847e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /** Adminer - Compact database management
-* @link http://www.adminer.org/
+* @link https://www.adminer.org/
 * @author Jakub Vrana, http://www.vrana.cz/
 * @copyright 2007 Jakub Vrana
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
index 49c452fd0ec4615ce586869ff4f6ce9069b14739..8e17fab42cef1a9ccd79d91e8743f64d1f6131ac 100644 (file)
@@ -12,7 +12,7 @@ $translations = array(
        'Logout successful.' => 'Odhlášení proběhlo v pořádku.',
        'Invalid credentials.' => 'Neplatné přihlašovací údaje.',
        'Too many unsuccessful logins, try again in %d minute(s).' => array('Příliš mnoho pokusů o přihlášení, zkuste to znovu za %d minutu.', 'Příliš mnoho pokusů o přihlášení, zkuste to znovu za %d minuty.', 'Příliš mnoho pokusů o přihlášení, zkuste to znovu za %d minut.'),
-       'Master password expired. <a href="http://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Platnost hlavního hesla vypršela. <a href="http://www.adminer.org/cs/extension/" target="_blank">Implementujte</a> metodu %s, aby platilo stále.',
+       'Master password expired. <a href="https://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Platnost hlavního hesla vypršela. <a href="https://www.adminer.org/cs/extension/" target="_blank">Implementujte</a> metodu %s, aby platilo stále.',
        'Language' => 'Jazyk',
        'Invalid CSRF token. Send the form again.' => 'Neplatný token CSRF. Odešlete formulář znovu.',
        'If you did not send this request from Adminer then close this page.' => 'Pokud jste tento požadavek neposlali z Adminera, tak tuto stránku zavřete.',
index 44c0fca97ec1b3da257261f9fc2bb358d330ed71..eacab07ca05c3cb6f12f897c9e9a53c20e10180c 100644 (file)
@@ -10,7 +10,7 @@ $translations = array(
        'Logged as: %s' => 'Logget ind som: %s',
        'Logout successful.' => 'Log af vellykket.',
        'Invalid credentials.' => 'Ugyldige log ind oplysninger.',
-       'Master password expired. <a href="http://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Master-kodeordet er udløbet. <a href="http://www.adminer.org/en/extension/" target="_blank">Implementer</a> en metode for %s for at gøre det permanent.',
+       'Master password expired. <a href="https://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Master-kodeordet er udløbet. <a href="https://www.adminer.org/en/extension/" target="_blank">Implementer</a> en metode for %s for at gøre det permanent.',
        'Language' => 'Sprog',
        'Invalid CSRF token. Send the form again.' => 'Ugyldigt CSRF-token - Genindsend formen.',
        'No extension' => 'Ingen udvidelse',
index c60b6840d0b0697f7d67de5180707727fab7b769..b87c056c733ff4b5bcb13918d232053c6033f7df 100644 (file)
@@ -284,6 +284,6 @@ $translations = array(
        'Saving' => 'Speichere',
        'yes' => 'ja',
        'no' => 'nein',
-       'Master password expired. <a href="http://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Das Master-Passwort ist abgelaufen.  <a href="http://www.adminer.org/de/extension/" target="_blank">Implementieren</a> Sie die %s Methode, um es permanent zu machen.',
+       'Master password expired. <a href="https://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Das Master-Passwort ist abgelaufen.  <a href="https://www.adminer.org/de/extension/" target="_blank">Implementieren</a> Sie die %s Methode, um es permanent zu machen.',
        '%d / ' => '%d / ',
 );
index 7a05a599037cc22fa61ca459e9b0e0b8cde5d100..0bf8ec69e27347ed8dfe023d68af576318dddc29 100644 (file)
@@ -12,7 +12,7 @@ $translations = array(
        'Logout successful.' => 'با موفقیت خارج شدید.',
        'Invalid credentials.' => 'اعتبار سنجی نامعتبر.',
        'Too many unsuccessful logins, try again in %d minute(s).' => array('ورودهای ناموفق بیش از حد، %d دقیقه دیگر تلاش نمایید.', 'ورودهای ناموفق بیش از حد، %d دقیقه دیگر تلاش نمایید.'),
-       'Master password expired. <a href="http://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'رمز اصلی باطل شده است. روش %s را <a href="http://www.adminer.org/en/extension/" target="_blank">پیاده سازی</a> کرده تا آن را دائمی سازید.',
+       'Master password expired. <a href="https://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'رمز اصلی باطل شده است. روش %s را <a href="https://www.adminer.org/en/extension/" target="_blank">پیاده سازی</a> کرده تا آن را دائمی سازید.',
        'Language' => 'زبان',
        'Invalid CSRF token. Send the form again.' => 'CSRF token نامعتبر است. دوباره سعی کنید.',
        'No extension' => 'پسوند نامعتبر',
index 2fb70431e7a6c1e15540d82940677bed95d2a25d..3320c056c1e1090ecdbc574c125d55cb68005011 100644 (file)
@@ -275,7 +275,7 @@ $translations = array(
        'File must be in UTF-8 encoding.' => 'Les fichiers doivent être encodés en UTF-8.',
        'Full table scan' => 'Scan de toute la table',
        'Too many unsuccessful logins, try again in %d minute(s).' => array('Trop de connexions échouées, essayez à nouveau dans %d minute.', 'Trop de connexions échouées, essayez à nouveau dans %d minutes.'),
-       'Master password expired. <a href="http://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Le mot de passe a expiré. <a href="http://www.adminer.org/en/extension/" target="_blank">Implémentez</a> la méthode %s afin de le rendre permanent.',
+       'Master password expired. <a href="https://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Le mot de passe a expiré. <a href="https://www.adminer.org/en/extension/" target="_blank">Implémentez</a> la méthode %s afin de le rendre permanent.',
        'You can upload a big SQL file via FTP and import it from server.' => 'Vous pouvez uploader un gros fichier SQL par FTP et ensuite l\'importer depuis le serveur.',
        'Size' => 'Taille',
        'Compute' => 'Calcul',
index 7f5edc17bdae49ac7b63e35427044c0d85840afc..a39ed4d724b8d5c4ab4e6946cc22cda6c7e617e8 100644 (file)
@@ -10,7 +10,7 @@ $translations = array(
        'Logged as: %s' => 'Logget inn som: %s',
        'Logout successful.' => 'Utlogging vellykket.',
        'Invalid credentials.' => 'Ugylding innloggingsinformasjon.',
-       'Master password expired. <a href="http://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Master-passord er utløpt. <a href="http://www.adminer.org/en/extension/" target="_blank">Implementer</a> en metode for %s for å gjøre det permanent.',
+       'Master password expired. <a href="https://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Master-passord er utløpt. <a href="https://www.adminer.org/en/extension/" target="_blank">Implementer</a> en metode for %s for å gjøre det permanent.',
        'Language' => 'Språk',
        'Invalid CSRF token. Send the form again.' => 'Ugylding CSRF-token - Send inn skjemaet igjen.',
        'No extension' => 'Ingen utvidelse',
index c66bf50f92a93f3962170f10d74f5e11193213de..918e4f729c9ad70f025c47db2c970ac6383bed07 100644 (file)
@@ -12,7 +12,7 @@ $translations = array(
        'Logout successful.' => 'Wylogowano pomyślnie.',
        'Invalid credentials.' => 'Nieprawidłowe dane logowania.',
        'Too many unsuccessful logins, try again in %d minute(s).' => array('Za dużo nieudanych prób logowania, spróbuj ponownie za %d minutę.', 'Za dużo nieudanych prób logowania, spróbuj ponownie za %d minuty.', 'Za dużo nieudanych prób logowania, spróbuj ponownie za %d minut.'),
-       'Master password expired. <a href="http://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Ważność hasła głównego wygasła. <a href="http://www.adminer.org/pl/extension/" target="_blank">Zaimplementuj</a> własną metodę %s, aby ustawić je na stałe.',
+       'Master password expired. <a href="https://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Ważność hasła głównego wygasła. <a href="https://www.adminer.org/pl/extension/" target="_blank">Zaimplementuj</a> własną metodę %s, aby ustawić je na stałe.',
        'Language' => 'Język',
        'Invalid CSRF token. Send the form again.' => 'Nieprawidłowy token CSRF. Spróbuj wysłać formularz ponownie.',
        'If you did not send this request from Adminer then close this page.' => 'Jeżeli nie wywołałeś tej strony z Adminera, zamknij to okno.',
index a3cd17f43c3fafba81b5925e902b54b8d5df3ca8..6083b171fc05618e4ec365d221e7a914f9ab5fc0 100644 (file)
@@ -12,7 +12,7 @@ $translations = array(
        'Logout successful.' => 'Đã thoát xong.',
        'Invalid credentials.' => 'Tài khoản sai.',
        'Too many unsuccessful logins, try again in %d minute(s).' => 'Bạn gõ sai tài khoản quá nhiều lần, hãy thử lại sau %d phút nữa.',
-       'Master password expired. <a href="http://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Mật khẩu đã hết hạn. <a href="http://www.adminer.org/en/extension/" target="_blank">Thử cách làm</a> để giữ cố định.',
+       'Master password expired. <a href="https://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'Mật khẩu đã hết hạn. <a href="https://www.adminer.org/en/extension/" target="_blank">Thử cách làm</a> để giữ cố định.',
        'Language' => 'Ngôn ngữ',
        'Invalid CSRF token. Send the form again.' => 'Mã kiểm tra CSRF sai, hãy nhập lại biểu mẫu.',
        'No extension' => 'Không có phần mở rộng',
index fa3896b27f4f475fdca432be05a0eaffca30244f..27c76854831fee0feb5570dc019c81106da31116 100644 (file)
@@ -12,7 +12,7 @@ $translations = array(
        'Logout successful.' => 'xx',
        'Invalid credentials.' => 'xx',
        'Too many unsuccessful logins, try again in %d minute(s).' => array('xx', 'xx'),
-       'Master password expired. <a href="http://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'xx',
+       'Master password expired. <a href="https://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'xx',
        'Language' => 'xx',
        'Invalid CSRF token. Send the form again.' => 'xx',
        'No extension' => 'xx',
index ce32e77280689d1c31506b06b8b6e36e36f0fa0c..8408a81ee5b537138328c6352a0d71d72ae22ec0 100644 (file)
@@ -1,13 +1,13 @@
 {
     "name": "vrana/adminer",
     "description": "Database management in a single PHP file.",
-    "homepage": "http://www.adminer.org/",
+    "homepage": "https://www.adminer.org/",
     "keywords": [
         "database"
     ],
     "support": {
-        "issues": "http://sourceforge.net/p/adminer/bugs-and-features/",
-        "forum": "http://sourceforge.net/p/adminer/discussion/",
+        "issues": "https://sourceforge.net/p/adminer/bugs-and-features/",
+        "forum": "https://sourceforge.net/p/adminer/discussion/",
         "source": "https://github.com/vrana/adminer/"
     },
     "authors": [
index ef3b0c55899d8db563a48617d981fbc81f8a66ec..8782418900ce564089c319037f00e526e789593b 100644 (file)
@@ -4,7 +4,7 @@ class Adminer {
        var $_values = array();
 
        function name() {
-               return "<a href='http://www.adminer.org/editor/' target='_blank' id='h1'>" . lang('Editor') . "</a>";
+               return "<a href='https://www.adminer.org/editor/' target='_blank' id='h1'>" . lang('Editor') . "</a>";
        }
 
        //! driver, ns
@@ -548,7 +548,7 @@ ORDER BY ORDINAL_POSITION", null, "") as $row) { //! requires MySQL 5
                ?>
 <h1>
 <?php echo $this->name(); ?> <span class="version"><?php echo $VERSION; ?></span>
-<a href="http://www.adminer.org/editor/#download" target="_blank" id="version"><?php echo (version_compare($VERSION, $_COOKIE["adminer_version"]) < 0 ? h($_COOKIE["adminer_version"]) : ""); ?></a>
+<a href="https://www.adminer.org/editor/#download" target="_blank" id="version"><?php echo (version_compare($VERSION, $_COOKIE["adminer_version"]) < 0 ? h($_COOKIE["adminer_version"]) : ""); ?></a>
 </h1>
 <?php
                if ($missing == "auth") {
index dcc723977c94fd32375ac0aee78c5406a3ba68cd..3652a8f5c2a4f669b5b09ae785be0424c9d9a065 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /** Adminer Editor - Compact database editor
-* @link http://www.adminer.org/
+* @link https://www.adminer.org/
 * @author Jakub Vrana, http://www.vrana.cz/
 * @copyright 2009 Jakub Vrana
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
index 64e2db0dd05c42b3f7236bf0093d68a86478b428..314dc4a3f7678803e29696c81467a07fcd0692c3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Hide some databases from the interface - just to improve design, not a security plugin
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index d3c39161a6cf015a61357f7aa3054f708b3861d6..b38b8cbeb80dfe8220a509be40a5e7e258230081 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Exports one database (e.g. development) so that it can be synced with other database (e.g. production)
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 9fa03ca23f8d213f337839b9416ccf181a0c2ae3..43541ae041f0b4763f5a0aaabae73164e0da52d3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Dump to Bzip2 format
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @uses bzopen(), tempnam("")
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
index 29ed1cacd0a8ceeb7e060d63117af980395d097f..07f3a087df50a309f45ecc0b674d61168a68228f 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Include current date and time in export filename
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 97a5a9b7cffd13dc74ae10b81da5f4822c301b4d..526380ed060237568db6eb4dd987abe2bbdb39a0 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Dump to JSON format
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 56ef9401b6f55d5e1ad6885e6fa3f3e9268d9182..0b62ea98245611e57c939730ed2f5b527107de56 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Dump to XML format in structure <database name=""><table name=""><column name="">value
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index a0a78f4296697279207492c116dd4f91af61ffc3..d1c4f2761e3d50b39c509d4d061210e3d6bd04c7 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Dump to ZIP format
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @uses ZipArchive, tempnam("")
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
index f857a5dcb2d14d3fb7d88fc3a1948376fc8872b1..f664213a4501f9db92354b1a44885cb690b4f2f5 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Display jQuery UI Timepicker for each date and datetime field
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @uses jQuery-Timepicker, http://trentrichardson.com/examples/timepicker/
 * @uses jQuery UI: core, widget, mouse, slider, datepicker
 * @author Jakub Vrana, http://www.vrana.cz/
index c859119bb93849785a09319d5b092f65fb5c667c..98a0be5fd1543e0584426fb80133da069ae057b4 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Select foreign key in edit form
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 84d9193a90cfc5ebecfa703be60ddaec44ca3a2a..a8e5be5b72111e9f4d391b571b8656f0b277c2e0 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Use <textarea> for char and varchar
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 2272dde2ba4dadf66773e61aefc45bfcf6defcec..f7e1d10e37c5ebe2cdf825569c488ce6f5654b64 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Get e-mail subject and message from database (Adminer Editor)
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index a3dec97fca23ef6fb8292e70c2ed20073d45931d..3aad975d717b9e60eeeb160b1036a57168a4c1ac 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Use <select><option> for enum edit instead of <input type="radio">
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index b42333aadb6d5d97b1a6bd36163a1042a1c1607b..c96cb6a7981bc412bc13fa67fb30722f2006e262 100644 (file)
@@ -2,7 +2,7 @@
 //! delete
 
 /** Edit fields ending with "_path" by <input type="file"> and link to the uploaded files from select
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 0cb7f1d28a643614898014fe1d19aca83240cd5a..6163d921e86ac2f5b799517d49202f672d384bb9 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Link system tables (in mysql and information_schema databases) by foreign keys
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index a741a9193ce65e251dad89b8f932f634d4b3c463..4520220047fe536574f12d05f80f083aa5a406f2 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Allow using Adminer inside a frame (disables ClickJacking protection)
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 1343114e90520a2d313c2a7cda3a9f44cebae9e2..b917d2add46ba904bfc31f7b098cf3e9efa4ed76 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Display JSON values as table in edit
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @author Martin Zeman (Zemistr), http://www.zemistr.eu/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
index 857782b5e4adac0cbabdfcdf4940ab1a34ffde37..415dd7184f5982530de1264261be5570c742a3cd 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Avoid redirecting of external links through adminer.org and disclose the URL of installed Adminer to visited links
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 6ebad11c6f45b6855fa929f0d75440a020f291ad..ce85b58d046bcde0aee90983fb60fa9eb4df0750 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Display constant list of servers in login form
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index ae47bb376d8a9954475732895b1fae4483f8110e..11b1e0155b5215971cbcf597a62ec26efb2d235b 100644 (file)
@@ -10,7 +10,7 @@ CREATE TABLE login (
 */
 
 /** Authenticate a user from the login table
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 27054151902267766ef03c5fd895813ba6c7a1de..10c545494b44df35499de61ba8ce2a6d4da5f253 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Execute writes on master and reads on slave
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index c0a0bd5b8207a8fb907077b78ba8ee62deaa6c61..62ee7c4b78d53f9681c75b77a8f14035248f3daf 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Adminer customization allowing usage of plugins
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 3603a382bc7dd71c458b780e7b138ac0a8ecf0b3..0f690b61a4aa1652ec1e08a91daed33333cdebaa 100644 (file)
@@ -1,2 +1,2 @@
 ../adminer/plugin.php - demo usage
-http://www.adminer.org/plugins/ - documentation
+https://www.adminer.org/plugins/ - documentation
index 097c6365d3417490aa8d8cb43830a4df7e9e1dca..3c4b43055ff9302ef4bac8942359ea3eff7968b0 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Prefill field containing "_slug" with slugified value of a previous field (JavaScript)
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index de1fe85d38d584079bf68df75ec54757ed5f6715..f962083f6e4500ab921892071cb50a4970328fcf 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Log all queries to SQL file (manual queries through SQL command are not logged)
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index bb9664b7e3ae71994654c43f9eb5d93ec5d5c873..809a4cbb2b8361240e5facc3e22ffeac3050a838 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Use filter in tables list
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 75cb08b75e751e4168df2217625a7626b484d1b5..4a547c94b1dc0da307f05970f6ce2648cfaa3e6b 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Edit all fields containing "_html" by HTML editor TinyMCE and display the HTML in select
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @uses TinyMCE, http://tinymce.moxiecode.com/
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
index aa2b01d927d6236eb424e4cb8375c1b3297f02ca..96d0e9d5c589e2650cf8f6395d90cbd04501eb78 100644 (file)
@@ -11,7 +11,7 @@ CREATE TABLE translation (
 */
 
 /** Translate all table and field comments, enum and set values from the translation table (inserts new translations)
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 10273fed15bea271fbf8a9dd7b50b86f149724a0..fdadfde21102567559afdb209ad379e92591a49a 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Disable version checker
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 522c94d742e1331bf8bf02921c32a84b74cb564f..8185fdb79c436c9a9abc7a221fbca9639f1d5335 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /** Edit all fields containing "_html" by HTML editor WYMeditor and display the HTML in select
-* @link http://www.adminer.org/plugins/#use
+* @link https://www.adminer.org/plugins/#use
 * @uses WYMeditor, http://www.wymeditor.org/
 * @author Jakub Vrana, http://www.vrana.cz/
 * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
index 8acc42e920b31fcc8c8a5d33e8282318440c7a2f..9343c5a65d2203c4f406251fdccc5ea24db5e3d2 100644 (file)
@@ -1,7 +1,7 @@
 Adminer - Database management in a single PHP file
 Adminer Editor - Data manipulation for end-users
 
-http://www.adminer.org/
+https://www.adminer.org/
 Supports: MySQL, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch
 Requirements: PHP 5+
 Apache License 2.0 or GPL 2