]> git.joonet.de Git - adminer.git/commitdiff
Link to documentation
authorJakub Vrana <jakub@vrana.cz>
Sat, 30 Jun 2012 10:17:16 +0000 (03:17 -0700)
committerJakub Vrana <jakub@vrana.cz>
Sat, 30 Jun 2012 10:17:16 +0000 (03:17 -0700)
24 files changed:
plugins/database-hide.php
plugins/dump-date.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/login-servers.php
plugins/login-table.php
plugins/password-sha1.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

index 19d453059782ab01144c0d313f4e708053bede85..64e2db0dd05c42b3f7236bf0093d68a86478b428 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Hide some databases from the interface - just to improve design, not a security plugin
+* @link http://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 9f2857a53d78cbdea51448a03036c4d3ba2f24cd..29ed1cacd0a8ceeb7e060d63117af980395d097f 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Include current date and time in export filename
+* @link http://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 4e469920edc286660c427f0e51c68dbc9eab3a43..46652a381bf367a38f05b54e0ae640f1b814c3ba 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Dump to XML format in structure <database name=""><table name=""><column name="">value
+* @link http://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 5b8efd542fe3023ca07a250d19c8a0a240eaf686..946a5b2f01d3cd68191e480ab9b3bc7576044434 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Dump to ZIP format
+* @link http://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 47818c21f3b22ade351e7eb17dbcc8f6da166d99..674a39b4047472e4387fe9d4e57f1c82e48287f1 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Display jQuery UI Timepicker for each date and datetime field
+* @link http://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 6601510c4b5244e8b8954d61ebf6e86f094eb602..53e6a33c6309f0b6d40528bac20eb8700ac09719 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Select foreign key in edit form
+* @link http://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 c2f1c421a85a3311d32deccf9f6b97afb067120a..694c01053bf2e30da0db4a7d7a624b614a5f177d 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Use <textarea> for char and varchar
+* @link http://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 e09c91c89fcdaf582cd95d08eb0464be5b996490..2272dde2ba4dadf66773e61aefc45bfcf6defcec 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Get e-mail subject and message from database (Adminer Editor)
+* @link http://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 e1867c2f3fe33e05a391e02fde6622feff1de341..a3dec97fca23ef6fb8292e70c2ed20073d45931d 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Use <select><option> for enum edit instead of <input type="radio">
+* @link http://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 148a3495185d7b4dde9e8bbd1db27c6add2860a5..1f8ad721ed9915ffbc2a250065d54365430036f3 100644 (file)
@@ -2,6 +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
 * @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 014c4da5bc58016cacfa1d3fc4bc4c1ec387307b..0cb7f1d28a643614898014fe1d19aca83240cd5a 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Link system tables (in mysql and information_schema databases) by foreign keys
+* @link http://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 c13841a4df5d0897f725676fb5a00f17b6f030bb..a741a9193ce65e251dad89b8f932f634d4b3c463 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Allow using Adminer inside a frame (disables ClickJacking protection)
+* @link http://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 b5fa573bc216f3fd3086017a69fcadcf726c8b5c..6ebad11c6f45b6855fa929f0d75440a020f291ad 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Display constant list of servers in login form
+* @link http://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 6215e5e09761f61286e4f4238f87184367a381a2..ae47bb376d8a9954475732895b1fae4483f8110e 100644 (file)
@@ -10,6 +10,7 @@ CREATE TABLE login (
 */
 
 /** Authenticate a user from the login table
+* @link http://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 4590189f4d5cb3d7b7bb35ce2e72f112fc597190..27c078445e58d4d318e24042c6221ae55670eaab 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Store password's SHA1 to session
+* @link http://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 1d6020597de1ab01fbc4f9a9258bf5585aa6ae36..6eb4b20f48629390b73740ae93d13908070b619c 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Adminer customization allowing usage of plugins
+* @link http://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 b70eb493ae6be1e59434aa330f8dee3a1af40d91..3603a382bc7dd71c458b780e7b138ac0a8ecf0b3 100644 (file)
@@ -1,2 +1,2 @@
 ../adminer/plugin.php - demo usage
-http://www.adminer.org/en/plugins/ - documentation
+http://www.adminer.org/plugins/ - documentation
index 893c30899e047b5ead56732d64062a2acfe8a190..49118389d6213f92c851a92f98ea7123be3e9319 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Prefill field containing "_slug" with slugified value of a previous field (JavaScript)
+* @link http://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 af2fe61c742cf9b01c771f8d322eba4cd0e2aa67..083e6348b8cd84b853c28bce45c2a35b16226f35 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Log all queries to SQL file (manual queries through SQL command are not logged)
+* @link http://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 6b00a6530b9ce33ad7330fb6e5ab1ddfb93f0e33..2f3339e80a407624a7702a3dc3a158fbadfb9639 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Use filter in tables list
+* @link http://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 1a17a997c0407a404a164869fb2e3de7817c0dd4..fb26c057840ddd5f26601122a13b798b1163fe93 100644 (file)
@@ -1,6 +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
 * @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 9514bc0f28e44229c45600074a790c0d04233fa9..aa2b01d927d6236eb424e4cb8375c1b3297f02ca 100644 (file)
@@ -11,6 +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
 * @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 a8ceb500198076ee131c040e56017d8831e37403..10273fed15bea271fbf8a9dd7b50b86f149724a0 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 
 /** Disable version checker
+* @link http://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 61ae50296749996e7707abe925b5389c64a35fc5..56ac618b712c440da0612022bb32966b599ab599 100644 (file)
@@ -1,6 +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
 * @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