]> git.joonet.de Git - adminer.git/commitdiff
Update URL
authorJakub Vrana <jakub@vrana.cz>
Mon, 27 Feb 2017 12:43:33 +0000 (13:43 +0100)
committerJakub Vrana <jakub@vrana.cz>
Mon, 27 Feb 2017 12:44:22 +0000 (13:44 +0100)
32 files changed:
adminer/index.php
composer.json
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-sqlite.php
plugins/login-table.php
plugins/master-slave.php
plugins/plugin.php
plugins/slugify.php
plugins/sql-log.php
plugins/tables-filter.php
plugins/tinymce.php
plugins/translation.php
plugins/version-noverify.php
plugins/wymeditor.php

index 5620c952e4075ae491650d91b8fd226ac5ac6537..c4de21af0f175c14ac7dbfc67266b84a546cf451 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /** Adminer - Compact database management
 * @link https://www.adminer.org/
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://www.vrana.cz/
 * @copyright 2007 Jakub Vrana
 * @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 8408a81ee5b537138328c6352a0d71d72ae22ec0..ddb7e856ebeed9e5d9c54fba6a7d220ea6b0095e 100644 (file)
@@ -13,7 +13,7 @@
     "authors": [
         {
             "name": "Jakub Vrána",
-            "homepage": "http://www.vrana.cz/"
+            "homepage": "https://www.vrana.cz/"
         }
     ],
     "autoload": {
index 3652a8f5c2a4f669b5b09ae785be0424c9d9a065..4688a6140bf9d65205dcd014333f3604ac41063d 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /** Adminer Editor - Compact database editor
 * @link https://www.adminer.org/
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://www.vrana.cz/
 * @copyright 2009 Jakub Vrana
 * @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 17e648c031cc6648e0cf3c1a5197d3e5c1cdbe6e..1d96d13bf5561b1b74958f7915388efea8448ac1 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Hide some databases from the interface - just to improve design, not a security plugin
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 b38b8cbeb80dfe8220a509be40a5e7e258230081..a59e9383d89eceff923809a47e27099855337916 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Exports one database (e.g. development) so that it can be synced with other database (e.g. production)
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 43541ae041f0b4763f5a0aaabae73164e0da52d3..7a5e037705feb48564081c9c1c80b70fd327fef2 100644 (file)
@@ -3,7 +3,7 @@
 /** Dump to Bzip2 format
 * @link https://www.adminer.org/plugins/#use
 * @uses bzopen(), tempnam("")
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 07f3a087df50a309f45ecc0b674d61168a68228f..92432d346586144fda6ac0ea61038e44d4f44eff 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Include current date and time in export filename
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 526380ed060237568db6eb4dd987abe2bbdb39a0..ca7a8e85d4d8e70aff5dfb90d8fd1f355ac60e2b 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Dump to JSON format
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 0b62ea98245611e57c939730ed2f5b527107de56..4e830b5301bc4865d40214513b3d082712afebff 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Dump to XML format in structure <database name=""><table name=""><column name="">value
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 d1c4f2761e3d50b39c509d4d061210e3d6bd04c7..cff25dd34744332f7a8f1b016e04ec39de88ed8c 100644 (file)
@@ -3,7 +3,7 @@
 /** Dump to ZIP format
 * @link https://www.adminer.org/plugins/#use
 * @uses ZipArchive, tempnam("")
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 525ff6db4a7b482e2c34ccedf2cb95777e8835bf..c485af3d76d5d403538b64abe59e6bbd58fad035 100644 (file)
@@ -4,7 +4,7 @@
 * @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/
+* @author Jakub Vrana, https://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 0b5227c69b50e138d69614d119147326068e1b65..704559c0abb9fedfd390b5c8c43b2c9bfa0f0113 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Select foreign key in edit form
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 a8e5be5b72111e9f4d391b571b8656f0b277c2e0..d516c5b530e43cdf1c3b7b1d3030a52e14bd3ac7 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Use <textarea> for char and varchar
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 d57130d0bc0fa04e3f9721114fc5bbe3aaa9b298..a8c375df7920643b5416daccd471474cc55d5eaa 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Get e-mail subject and message from database (Adminer Editor)
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 3aad975d717b9e60eeeb160b1036a57168a4c1ac..c92f0d1d4ddcdf4e5d4945f87310cf97fa4da216 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Use <select><option> for enum edit instead of <input type="radio">
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 939412d2b9586a6517d937733cba567ed80910ef..6aaa792ce43696399c2d029dae887fef2e4d573b 100644 (file)
@@ -3,7 +3,7 @@
 
 /** Edit fields ending with "_path" by <input type="file"> and link to the uploaded files from select
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 6163d921e86ac2f5b799517d49202f672d384bb9..965f40cd4f0acd4cf87faf576b9aafd75d2396a3 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Link system tables (in mysql and information_schema databases) by foreign keys
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 2eaad2956ddb3f3a550678c3224e5e69cb566e63..bb8519d6457c9b5b036e758978e99d8b95be1691 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Allow using Adminer inside a frame (disables ClickJacking protection)
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 b917d2add46ba904bfc31f7b098cf3e9efa4ed76..068a1103c77340cc73dfa0808a24e7b5fd7852fe 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Display JSON values as table in edit
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
index 415dd7184f5982530de1264261be5570c742a3cd..f689dcaee424182096eab91c6f3c7c3f3878109e 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Avoid redirecting of external links through adminer.org and disclose the URL of installed Adminer to visited links
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 d0e2c2083f86b0da5b0e13196646fd31d981b858..e6b5c79ec86b2f7d5c7049ccabd3e5a1166d290e 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Display constant list of servers in login form
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 d598fdbe1f1eec34e3392e4fa879765d37a9e2b3..668540fa3c5ad3380b67f82c97459fdcf53c01d2 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Enable auto-login for SQLite
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 32a97fc7ca95ca2b273fda85471dae889385c218..e97848dd27d7f1cf992111ad89a0dd8cd9480f18 100644 (file)
@@ -11,7 +11,7 @@ CREATE TABLE login (
 
 /** Authenticate a user from the login table
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 29f739d1591a395b251c5dd341617330beafdd69..92989c22445154fee9abfea5b173ae768335b28a 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Execute writes on master and reads on slave
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 de26f4dcf8060be9ad1bb477e418fe8f82cf20dc..c1330fb45cfd107b95083f836648797a251af979 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Adminer customization allowing usage of plugins
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 b753b69bebc49c48d9fdb4beee9cf5a0f5660c99..a390dcc5043eee2ce45aff0dbe3dae1511bd99e7 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Prefill field containing "_slug" with slugified value of a previous field (JavaScript)
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 757adc0d777dcd013809853784b32497c2f21dc3..ce6a5261c5c35c4c44275f9f4b02a3a0ef96fa66 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Log all queries to SQL file (manual queries through SQL command are not logged)
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 63b55923d810a59f55f2823613c97fbe222e8eca..115d2a29434e04eda155df1a5b3a326fa0b23ed4 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Use filter in tables list
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 e5bedb62d4ae85c04de690a0fe7d1634538dcaf5..8e47516a0755d58c274869dac1a5a0f11dac082b 100644 (file)
@@ -3,7 +3,7 @@
 /** Edit all fields containing "_html" by HTML editor TinyMCE and display the HTML in select
 * @link https://www.adminer.org/plugins/#use
 * @uses TinyMCE, http://tinymce.moxiecode.com/
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 96d0e9d5c589e2650cf8f6395d90cbd04501eb78..8a2c1ff296f00f79e6657cbac0fd0e44bff2c23c 100644 (file)
@@ -12,7 +12,7 @@ CREATE TABLE translation (
 
 /** Translate all table and field comments, enum and set values from the translation table (inserts new translations)
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 fdadfde21102567559afdb209ad379e92591a49a..41593d3448577c1b9fc3d14466e3695ec7ab8735 100644 (file)
@@ -2,7 +2,7 @@
 
 /** Disable version checker
 * @link https://www.adminer.org/plugins/#use
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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 20d25afd2371c5b0799cc825494caccf3e4a2ac7..7551924cd7ce7b428930153b91126c11b05f67aa 100644 (file)
@@ -3,7 +3,7 @@
 /** Edit all fields containing "_html" by HTML editor WYMeditor and display the HTML in select
 * @link https://www.adminer.org/plugins/#use
 * @uses WYMeditor, http://www.wymeditor.org/
-* @author Jakub Vrana, http://www.vrana.cz/
+* @author Jakub Vrana, https://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)
 */