fixed/added page level docblock
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
/**
|
/**
|
||||||
* display selection for relational field values
|
* display selection for relational field values
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once('./libraries/common.lib.php');
|
require_once('./libraries/common.lib.php');
|
||||||
require_once('./libraries/header_http.inc.php');
|
require_once('./libraries/header_http.inc.php');
|
||||||
$page_title = $strCalendar;
|
$page_title = $strCalendar;
|
||||||
|
@@ -1,7 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets some core libraries
|
* Gets some core libraries
|
||||||
|
@@ -1,13 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* phpMyAdmin sample configuration, you can use it as base for
|
* phpMyAdmin sample configuration, you can use it as base for
|
||||||
* manual configuration. For easier setup you can use scripts/setup.php
|
* manual configuration. For easier setup you can use scripts/setup.php
|
||||||
*
|
*
|
||||||
* All directives are explained in Documentation.html and on phpMyAdmin
|
* All directives are explained in Documentation.html and on phpMyAdmin
|
||||||
* wiki <http://wiki.cihar.com>.
|
* wiki <http://wiki.cihar.com>.
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -1,7 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets some core libraries
|
* Gets some core libraries
|
||||||
|
@@ -1,7 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the variables sent or posted to this script, then displays headers
|
* Gets the variables sent or posted to this script, then displays headers
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
/**
|
/**
|
||||||
* dumps a database
|
* dumps a database
|
||||||
*
|
*
|
||||||
|
* @version $Id$
|
||||||
* @uses libraries/db_common.inc.php
|
* @uses libraries/db_common.inc.php
|
||||||
* @uses libraries/db_info.inc.php
|
* @uses libraries/db_info.inc.php
|
||||||
* @uses libraries/display_export.lib.php
|
* @uses libraries/display_export.lib.php
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once('./libraries/common.lib.php');
|
require_once('./libraries/common.lib.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* handles miscellaneous db operations:
|
* handles miscellaneous db operations:
|
||||||
* - move/rename
|
* - move/rename
|
||||||
@@ -10,6 +8,8 @@
|
|||||||
* - changing comment
|
* - changing comment
|
||||||
* - adding tables
|
* - adding tables
|
||||||
* - viewing PDF schemas
|
* - viewing PDF schemas
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once './libraries/common.lib.php';
|
require_once './libraries/common.lib.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* query by example the whole database
|
* query by example the whole database
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once('./libraries/common.lib.php');
|
require_once('./libraries/common.lib.php');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once './libraries/common.lib.php';
|
require_once './libraries/common.lib.php';
|
||||||
require_once './libraries/Table.class.php';
|
require_once './libraries/Table.class.php';
|
||||||
|
|
||||||
|
@@ -1,8 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
* Core script for import, this is just the glue around all other stuff
|
||||||
/* Core script for import, this is just the glue around all other stuff */
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the variables sent or posted to this script and a core script
|
* Get the variables sent or posted to this script and a core script
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
/**
|
/**
|
||||||
* forms frameset
|
* forms frameset
|
||||||
*
|
*
|
||||||
|
* @version $Id$
|
||||||
* @uses libraries/common.lib.php global fnctions
|
* @uses libraries/common.lib.php global fnctions
|
||||||
* @uses libraries/relation.lib.php table relations
|
* @uses libraries/relation.lib.php table relations
|
||||||
* @uses $GLOBALS['strNoFrames']
|
* @uses $GLOBALS['strNoFrames']
|
||||||
|
@@ -1,4 +1,9 @@
|
|||||||
/* $Id$ */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
|
/**
|
||||||
|
* general function, usally for data manipulation pages
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var sql_box_locked lock for the sqlbox textarea in the querybox/querywindow
|
* @var sql_box_locked lock for the sqlbox textarea in the querybox/querywindow
|
||||||
|
@@ -1,5 +1,9 @@
|
|||||||
/* $Id$ */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
|
/**
|
||||||
|
* function used for index manipulation pages
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ensures a value submitted in a form is numeric and is in a range
|
* Ensures a value submitted in a form is numeric and is in a range
|
||||||
|
@@ -1,5 +1,9 @@
|
|||||||
/* $Id$ */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
|
/**
|
||||||
|
* function used in server privilege pages
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validates the password field in a form
|
* Validates the password field in a form
|
||||||
|
@@ -1,5 +1,9 @@
|
|||||||
/* $Id$ */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
|
/**
|
||||||
|
* function used in table data manipulation pages
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Modify from controls when the "NULL" checkbox is selected
|
* Modify from controls when the "NULL" checkbox is selected
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
/* $Id$ */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Displays the Tooltips (hints), if we have some
|
* Displays the Tooltips (hints), if we have some
|
||||||
* 2005-01-20 added by Michael Keck (mkkeck)
|
* 2005-01-20 added by Michael Keck (mkkeck)
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
var ttXpos = 0, ttYpos = 0;
|
var ttXpos = 0, ttYpos = 0;
|
||||||
var ttXadd = 10, ttYadd = -10;
|
var ttXadd = 10, ttYadd = -10;
|
||||||
var ttDisplay = 0, ttHoldIt = 0;
|
var ttDisplay = 0, ttHoldIt = 0;
|
||||||
|
@@ -1,5 +1,9 @@
|
|||||||
/* $Id$ */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
|
/**
|
||||||
|
* function used for password change form
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Validates the password field in a form
|
* Validates the password field in a form
|
||||||
|
@@ -1,6 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration class
|
* Configuration class
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* file upload functions
|
* file upload functions
|
||||||
*
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -2,6 +2,8 @@
|
|||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/**
|
/**
|
||||||
* hold the PMA_List base class
|
* hold the PMA_List base class
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* holds the PMA_List_Database class
|
* holds the PMA_List_Database class
|
||||||
*
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
class PMA_Table {
|
class PMA_Table {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,11 +1,20 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once './libraries/Theme.class.php';
|
require_once './libraries/Theme.class.php';
|
||||||
|
|
||||||
class PMA_Theme_Manager {
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
class PMA_Theme_Manager
|
||||||
|
{
|
||||||
/**
|
/**
|
||||||
* @var string path to theme folder
|
* @var string path to theme folder
|
||||||
* @protected
|
* @protected
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The Cipher_blowfish:: class implements the Cipher interface enryption data
|
* The Cipher_blowfish:: class implements the Cipher interface enryption data
|
||||||
* using the Blowfish algorithm.
|
* using the Blowfish algorithm.
|
||||||
@@ -14,7 +12,7 @@
|
|||||||
* did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
|
* did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
|
||||||
*
|
*
|
||||||
* @author Mike Cochrane <mike@graftonhall.co.nz>
|
* @author Mike Cochrane <mike@graftonhall.co.nz>
|
||||||
* @version $Revision$
|
* @version $Id$
|
||||||
* @since Horde 2.2
|
* @since Horde 2.2
|
||||||
* @package horde.cipher
|
* @package horde.cipher
|
||||||
*/
|
*/
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions used with the bookmark feature
|
* Set of functions used with the bookmark feature
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,10 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Charset conversion functions.
|
* Charset conversion functions.
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,11 +1,16 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
* Get user's global privileges and some db-specific privileges
|
||||||
// Get user's global privileges and some db-specific privileges
|
* ($controllink and $userlink are links to MySQL defined in the "common.lib.php" library)
|
||||||
// ($controllink and $userlink are links to MySQL defined in the "common.lib.php" library)
|
* Note: if no controluser is defined, $controllink contains $userlink
|
||||||
// Note: if no controluser is defined, $controllink contains $userlink
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
$is_create_db_priv = false;
|
$is_create_db_priv = false;
|
||||||
$is_process_priv = true;
|
$is_process_priv = true;
|
||||||
$is_reload_priv = false;
|
$is_reload_priv = false;
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Functions for cleanup of user input.
|
* Functions for cleanup of user input.
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,9 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Common Option Constants For DBI Functions
|
* Common Option Constants For DBI Functions
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
// PMA_DBI_try_query()
|
// PMA_DBI_try_query()
|
||||||
define('PMA_DBI_QUERY_STORE', 1); // Force STORE_RESULT method, ignored by classic MySQL.
|
define('PMA_DBI_QUERY_STORE', 1); // Force STORE_RESULT method, ignored by classic MySQL.
|
||||||
|
@@ -1,6 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets some core libraries
|
* Gets some core libraries
|
||||||
|
@@ -1,10 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
// Check parameters
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check parameters
|
||||||
|
*/
|
||||||
require_once('./libraries/common.lib.php');
|
require_once('./libraries/common.lib.php');
|
||||||
|
|
||||||
PMA_checkParameters(array('db'));
|
PMA_checkParameters(array('db'));
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once('./libraries/common.lib.php');
|
require_once('./libraries/common.lib.php');
|
||||||
|
|
||||||
require_once './libraries/relation.lib.php';
|
require_once './libraries/relation.lib.php';
|
||||||
|
@@ -1,8 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
// Check parameters
|
/**
|
||||||
|
* Check parameters
|
||||||
|
*
|
||||||
|
*/
|
||||||
if ( PMA_MYSQL_INT_VERSION >= 50002 ) {
|
if ( PMA_MYSQL_INT_VERSION >= 50002 ) {
|
||||||
$url_query .= '&goto=db_structure.php';
|
$url_query .= '&goto=db_structure.php';
|
||||||
|
|
||||||
|
@@ -1,10 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ensure the database and the table exist (else move to the "parent" script)
|
* Ensure the database and the table exist (else move to the "parent" script)
|
||||||
* and display headers
|
* and display headers
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
if (empty($is_db)) {
|
if (empty($is_db)) {
|
||||||
if (isset($db) && strlen($db)) {
|
if (isset($db) && strlen($db)) {
|
||||||
|
@@ -1,9 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
* Displays form for creating database (if user has privileges for that)
|
||||||
// Displays form for creating database (if user has privileges for that)
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once('./libraries/check_user_privileges.lib.php');
|
require_once('./libraries/check_user_privileges.lib.php');
|
||||||
|
|
||||||
if ($is_create_db_priv) {
|
if ($is_create_db_priv) {
|
||||||
|
@@ -1,9 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
* Displays form for creating a table (if user has privileges for that)
|
||||||
// Displays form for creating a table (if user has privileges for that)
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once('./libraries/check_user_privileges.lib.php');
|
require_once('./libraries/check_user_privileges.lib.php');
|
||||||
|
|
||||||
// for MySQL >= 4.1.0, we should be able to detect if user has a CREATE
|
// for MySQL >= 4.1.0, we should be able to detect if user has a CREATE
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once './libraries/Table.class.php';
|
require_once './libraries/Table.class.php';
|
||||||
|
|
||||||
// Get relations & co. status
|
// Get relations & co. status
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once('./libraries/file_listing.php');
|
require_once('./libraries/file_listing.php');
|
||||||
require_once('./libraries/plugin_interface.lib.php');
|
require_once('./libraries/plugin_interface.lib.php');
|
||||||
|
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/*
|
/**
|
||||||
* Code for displaying language selection
|
* Code for displaying language selection
|
||||||
* $Id$
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once './libraries/Table.class.php';
|
require_once './libraries/Table.class.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,13 +1,18 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
* modified 2004-05-08 by Michael Keck <mail_at_michaelkeck_dot_de>
|
||||||
// modified 2004-05-08 by Michael Keck <mail_at_michaelkeck_dot_de>
|
* - bugfix for select all checkboxes
|
||||||
// - bugfix for select all checkboxes
|
* - copy right to left (or left to right) if user click on a check box
|
||||||
// - copy right to left (or left to right) if user click on a check box
|
* - reversed the right modify links: 1. drop, 2. edit, 3. checkbox
|
||||||
// - reversed the right modify links: 1. drop, 2. edit, 3. checkbox
|
* - also changes made in js/functions.js
|
||||||
// - also changes made in js/functions.js
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if ( $doWriteModifyAt == 'left' ){
|
if ( $doWriteModifyAt == 'left' ){
|
||||||
|
|
||||||
if (!empty($del_url) && $is_display['del_lnk'] != 'kp') {
|
if (!empty($del_url) && $is_display['del_lnk'] != 'kp') {
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions used to build CSV dumps of tables
|
* Set of functions used to build CSV dumps of tables
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$plugin_list['excel'] = array(
|
$plugin_list['excel'] = array(
|
||||||
'text' => 'strStrucExcelCSV',
|
'text' => 'strStrucExcelCSV',
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions used to build CSV dumps of tables
|
* Set of functions used to build CSV dumps of tables
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$plugin_list['htmlexcel'] = array(
|
$plugin_list['htmlexcel'] = array(
|
||||||
'text' => 'strHTMLExcel',
|
'text' => 'strHTMLExcel',
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions used to build CSV dumps of tables
|
* Set of functions used to build CSV dumps of tables
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$plugin_list['htmlword'] = array(
|
$plugin_list['htmlword'] = array(
|
||||||
'text' => 'strHTMLWord',
|
'text' => 'strHTMLWord',
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions used to build dumps of tables
|
* Set of functions used to build dumps of tables
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$hide_structure = false;
|
$hide_structure = false;
|
||||||
if ($plugin_param['export_type'] == 'table' && !$plugin_param['single_table']) {
|
if ($plugin_param['export_type'] == 'table' && !$plugin_param['single_table']) {
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions used to build CSV dumps of tables
|
* Set of functions used to build CSV dumps of tables
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$plugin_list['ods'] = array(
|
$plugin_list['ods'] = array(
|
||||||
'text' => 'strOpenDocumentSpreadsheet',
|
'text' => 'strOpenDocumentSpreadsheet',
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions used to build CSV dumps of tables
|
* Set of functions used to build CSV dumps of tables
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$hide_structure = false;
|
$hide_structure = false;
|
||||||
if ($plugin_param['export_type'] == 'table' && !$plugin_param['single_table']) {
|
if ($plugin_param['export_type'] == 'table' && !$plugin_param['single_table']) {
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Produce a PDF report (export) from a query
|
* Produce a PDF report (export) from a query
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$plugin_list['pdf'] = array(
|
$plugin_list['pdf'] = array(
|
||||||
'text' => 'strPDF',
|
'text' => 'strPDF',
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions used to build SQL dumps of tables
|
* Set of functions used to build SQL dumps of tables
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$hide_sql = false;
|
$hide_sql = false;
|
||||||
$hide_structure = false;
|
$hide_structure = false;
|
||||||
|
@@ -1,7 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
* Set of functions used to build XLS dumps of tables
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
// Check if we have native MS Excel export using PEAR class Spreadsheet_Excel_Writer
|
// Check if we have native MS Excel export using PEAR class Spreadsheet_Excel_Writer
|
||||||
if (!empty($GLOBALS['cfg']['TempDir'])) {
|
if (!empty($GLOBALS['cfg']['TempDir'])) {
|
||||||
@include_once('Spreadsheet/Excel/Writer.php');
|
@include_once('Spreadsheet/Excel/Writer.php');
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions used to build XML dumps of tables
|
* Set of functions used to build XML dumps of tables
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($GLOBALS['db']) && strlen($GLOBALS['db'])) { /* Can't do server export */
|
if (isset($GLOBALS['db']) && strlen($GLOBALS['db'])) { /* Can't do server export */
|
||||||
|
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
|
@@ -1,7 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
* Set of functions used to build YAML dumps of tables
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$plugin_list['yaml'] = array(
|
$plugin_list['yaml'] = array(
|
||||||
'text' => 'YAML',
|
'text' => 'YAML',
|
||||||
|
@@ -1,7 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
// Functions for listing directories
|
* Functions for listing directories
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns array of filtered file names
|
* Returns array of filtered file names
|
||||||
|
@@ -1,15 +1,17 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WARNING: This script has to be included at the very end of your code because
|
* WARNING: This script has to be included at the very end of your code because
|
||||||
* it will stop the script execution!
|
* it will stop the script execution!
|
||||||
*
|
*
|
||||||
* always use $GLOBALS, as this script is also included by functions
|
* always use $GLOBALS, as this script is also included by functions
|
||||||
*
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once './libraries/relation.lib.php'; // for PMA_setHistory()
|
require_once './libraries/relation.lib.php'; // for PMA_setHistory()
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,8 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once './libraries/Table.class.php';
|
require_once './libraries/Table.class.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,8 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This library grabs the names and values of the variables sent or posted to a
|
* This library grabs the names and values of the variables sent or posted to a
|
||||||
* script in the $_* arrays and sets simple globals variables from them. It does
|
* script in the $_* arrays and sets simple globals variables from them. It does
|
||||||
@@ -10,6 +7,8 @@
|
|||||||
* $HTTP_AUTHORIZATION variables.
|
* $HTTP_AUTHORIZATION variables.
|
||||||
*
|
*
|
||||||
* loic1 - 2001/25/11: use the new globals arrays defined with php 4.1+
|
* loic1 - 2001/25/11: use the new globals arrays defined with php 4.1+
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once './libraries/common.lib.php';
|
require_once './libraries/common.lib.php';
|
||||||
|
|
||||||
if (empty($GLOBALS['is_header_sent'])) {
|
if (empty($GLOBALS['is_header_sent'])) {
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($_REQUEST['GLOBALS']) || isset($_FILES['GLOBALS'])) {
|
if (isset($_REQUEST['GLOBALS']) || isset($_FILES['GLOBALS'])) {
|
||||||
die("GLOBALS overwrite attempt");
|
die("GLOBALS overwrite attempt");
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($_REQUEST['GLOBALS']) || isset($_FILES['GLOBALS'])) {
|
if (isset($_REQUEST['GLOBALS']) || isset($_FILES['GLOBALS'])) {
|
||||||
die("GLOBALS overwrite attempt");
|
die("GLOBALS overwrite attempt");
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets a core script and starts output buffering work
|
* Gets a core script and starts output buffering work
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
# GNU iconv code set to IBM AIX libiconv code set table
|
# GNU iconv code set to IBM AIX libiconv code set table
|
||||||
# Keys of this table should be in lowercase, and searches should be performed using lowercase!
|
# Keys of this table should be in lowercase, and searches should be performed using lowercase!
|
||||||
$gnu_iconv_to_aix_iconv_codepage_map = array (
|
$gnu_iconv_to_aix_iconv_codepage_map = array (
|
||||||
|
@@ -1,10 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
* DocSQL import plugin for phpMyAdmin
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/* DocSQL import plugin for phpMyAdmin */
|
/**
|
||||||
|
* We need relations enabled and we work only on database
|
||||||
/* We need relations enabled and we work only on database */
|
*/
|
||||||
if ($plugin_param == 'database' && $GLOBALS['num_tables'] > 0 && $GLOBALS['cfgRelation']['relwork'] && $GLOBALS['cfgRelation']['commwork']) {
|
if ($plugin_param == 'database' && $GLOBALS['num_tables'] > 0 && $GLOBALS['cfgRelation']['relwork'] && $GLOBALS['cfgRelation']['commwork']) {
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$plugin_list['docsql'] = array( // set name of your plugin
|
$plugin_list['docsql'] = array( // set name of your plugin
|
||||||
|
@@ -1,9 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
* CSV import plugin for phpMyAdmin
|
||||||
/* CSV import plugin for phpMyAdmin */
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if ($plugin_param == 'table') {
|
if ($plugin_param == 'table') {
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
if ($GLOBALS['cfg']['Import']['ldi_local_option'] == 'auto') {
|
if ($GLOBALS['cfg']['Import']['ldi_local_option'] == 'auto') {
|
||||||
|
@@ -1,9 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
* SQL import plugin for phpMyAdmin
|
||||||
/* SQL import plugin for phpMyAdmin */
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (isset($plugin_list)) {
|
if (isset($plugin_list)) {
|
||||||
$plugin_list['sql'] = array(
|
$plugin_list['sql'] = array(
|
||||||
'text' => 'strSQL',
|
'text' => 'strSQL',
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
$GLOBALS['information_schema_relations'] = array(
|
$GLOBALS['information_schema_relations'] = array(
|
||||||
'CHARACTER_SETS' => array(
|
'CHARACTER_SETS' => array(
|
||||||
'DEFAULT_COLLATE_NAME' => array(
|
'DEFAULT_COLLATE_NAME' => array(
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This library is used with the server IP allow/deny host authentication
|
* This library is used with the server IP allow/deny host authentication
|
||||||
* feature
|
* feature
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Javascript escaping functions.
|
* Javascript escaping functions.
|
||||||
*
|
*
|
||||||
* @author Michal Čihař <michal@cihar.com>
|
* @author Michal Čihař <michal@cihar.com>
|
||||||
* @package phpMyAdmin
|
* @package phpMyAdmin
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,8 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions for kanji-encoding convert (available only with japanese
|
* Set of functions for kanji-encoding convert (available only with japanese
|
||||||
* language)
|
* language)
|
||||||
@@ -11,6 +8,8 @@
|
|||||||
* --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex
|
* --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex
|
||||||
*
|
*
|
||||||
* 2002/2/22 - by Yukihiro Kawada <kawada@den.fujifilm.co.jp>
|
* 2002/2/22 - by Yukihiro Kawada <kawada@den.fujifilm.co.jp>
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,12 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* phpMyAdmin Language Loading File
|
* phpMyAdmin Language Loading File
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Detection is done here
|
/**
|
||||||
|
* lang detection is done here
|
||||||
|
*/
|
||||||
require_once('./libraries/select_lang.lib.php');
|
require_once('./libraries/select_lang.lib.php');
|
||||||
|
|
||||||
// Load the translation
|
// Load the translation
|
||||||
|
@@ -1,15 +1,16 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialization
|
* Initialization
|
||||||
|
* Store the initialization vector because it will be needed for
|
||||||
|
* further decryption. I don't think necessary to have one iv
|
||||||
|
* per server so I don't put the server number in the cookie name.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Store the initialization vector because it will be needed for
|
|
||||||
// further decryption. I don't think necessary to have one iv
|
|
||||||
// per server so I don't put the server number in the cookie name.
|
|
||||||
|
|
||||||
if (!isset($_COOKIE['pma_mcrypt_iv'])) {
|
if (!isset($_COOKIE['pma_mcrypt_iv'])) {
|
||||||
srand((double) microtime() * 1000000);
|
srand((double) microtime() * 1000000);
|
||||||
$iv = mcrypt_create_iv(mcrypt_get_iv_size(MCRYPT_BLOWFISH, MCRYPT_MODE_CBC), MCRYPT_RAND);
|
$iv = mcrypt_create_iv(mcrypt_get_iv_size(MCRYPT_BLOWFISH, MCRYPT_MODE_CBC), MCRYPT_RAND);
|
||||||
|
@@ -1,7 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prepares the work and runs some other scripts if required
|
* Prepares the work and runs some other scripts if required
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if (PMA_MYSQL_INT_VERSION >= 40100){
|
if (PMA_MYSQL_INT_VERSION >= 40100){
|
||||||
|
|
||||||
$res = PMA_DBI_query('SHOW CHARACTER SET;');
|
$res = PMA_DBI_query('SHOW CHARACTER SET;');
|
||||||
|
@@ -1,12 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* displays the pma logo, links and db and server selection in left frame
|
* displays the pma logo, links and db and server selection in left frame
|
||||||
*
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
if ( empty( $query_url ) ) {
|
if ( empty( $query_url ) ) {
|
||||||
$db = ! isset( $db ) ? '' : $db;
|
$db = ! isset( $db ) ? '' : $db;
|
||||||
$table = ! isset( $table ) ? '' : $table;
|
$table = ! isset( $table ) ? '' : $table;
|
||||||
|
@@ -1,8 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Output buffer functions for phpMyAdmin
|
* Output buffer functions for phpMyAdmin
|
||||||
*
|
*
|
||||||
@@ -11,6 +8,8 @@
|
|||||||
*
|
*
|
||||||
* Check for all the needed functions for output buffering
|
* Check for all the needed functions for output buffering
|
||||||
* Make some wrappers for the top and bottoms of our files.
|
* Make some wrappers for the top and bottoms of our files.
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Simple interface for creating OASIS OpenDocument files.
|
* Simple interface for creating OASIS OpenDocument files.
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once('./libraries/zip.lib.php');
|
require_once('./libraries/zip.lib.php');
|
||||||
|
|
||||||
$GLOBALS['OpenDocumentNS'] = 'xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" '
|
$GLOBALS['OpenDocumentNS'] = 'xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" '
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
$GLOBALS['unparsed_sql'] = $sql_query;
|
$GLOBALS['unparsed_sql'] = $sql_query;
|
||||||
$parsed_sql = PMA_SQP_parse($sql_query);
|
$parsed_sql = PMA_SQP_parse($sql_query);
|
||||||
$analyzed_sql = PMA_SQP_analyze($parsed_sql);
|
$analyzed_sql = PMA_SQP_analyze($parsed_sql);
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generic plugin interface.
|
* Generic plugin interface.
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,13 +1,16 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
require_once './libraries/Table.class.php';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions used with the relation and pdf feature
|
* Set of functions used with the relation and pdf feature
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
require_once './libraries/Table.class.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Executes a query as controluser if possible, otherwise as normal user
|
* Executes a query as controluser if possible, otherwise as normal user
|
||||||
*
|
*
|
||||||
|
@@ -1,12 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions used for cleaning up phpMyAdmin tables
|
* Set of functions used for cleaning up phpMyAdmin tables
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once('./libraries/relation.lib.php');
|
require_once('./libraries/relation.lib.php');
|
||||||
$cfgRelation = PMA_getRelationsParam();
|
$cfgRelation = PMA_getRelationsParam();
|
||||||
|
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/*
|
/**
|
||||||
* Code for displaying server selection written by nijel
|
* Code for displaying server selection written by nijel
|
||||||
* $Id$
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,9 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
// Check parameters
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check parameters
|
||||||
|
*/
|
||||||
require_once('./libraries/common.lib.php');
|
require_once('./libraries/common.lib.php');
|
||||||
require_once('./libraries/server_common.inc.php');
|
require_once('./libraries/server_common.inc.php');
|
||||||
|
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
/**
|
/**
|
||||||
* session handling
|
* session handling
|
||||||
*
|
*
|
||||||
|
* @version $Id$
|
||||||
* @todo add failover or warn if sessions are not configured properly
|
* @todo add failover or warn if sessions are not configured properly
|
||||||
* @todo add an option to use mm-module for session handler
|
* @todo add an option to use mm-module for session handler
|
||||||
* @see http://www.php.net/session
|
* @see http://www.php.net/session
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
/**
|
/**
|
||||||
* functions for displaying the sql query form
|
* functions for displaying the sql query form
|
||||||
*
|
*
|
||||||
|
* @version $Id$
|
||||||
* @usedby server_sql.php
|
* @usedby server_sql.php
|
||||||
* @usedby db_sql.php
|
* @usedby db_sql.php
|
||||||
* @usedby tbl_sql.php
|
* @usedby tbl_sql.php
|
||||||
@@ -11,6 +11,9 @@
|
|||||||
* @usedby querywindow.php
|
* @usedby querywindow.php
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once './libraries/file_listing.php'; // used for file listing
|
require_once './libraries/file_listing.php'; // used for file listing
|
||||||
require_once './libraries/bookmark.lib.php'; // used for file listing
|
require_once './libraries/bookmark.lib.php'; // used for file listing
|
||||||
|
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* PHP interface to MimerSQL Validator
|
* PHP interface to MimerSQL Validator
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SQL Validator interface for phpMyAdmin
|
* SQL Validator interface for phpMyAdmin
|
||||||
*
|
*
|
||||||
@@ -28,12 +26,15 @@
|
|||||||
* $cfg['SQLValidator']['use'] = FALSE;
|
* $cfg['SQLValidator']['use'] = FALSE;
|
||||||
*
|
*
|
||||||
* Also set a username and password if you have a private one
|
* Also set a username and password if you have a private one
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
// We need the PEAR libraries, so do a minimum version check first
|
* We need the PEAR libraries, so do a minimum version check first
|
||||||
// I'm not sure if PEAR was available before this point
|
* I'm not sure if PEAR was available before this point
|
||||||
// For now we actually use a configuration flag
|
* For now we actually use a configuration flag
|
||||||
|
*/
|
||||||
if ($cfg['SQLValidator']['use'] == TRUE) {
|
if ($cfg['SQLValidator']['use'] == TRUE) {
|
||||||
require_once('./libraries/sqlvalidator.class.php');
|
require_once('./libraries/sqlvalidator.class.php');
|
||||||
} // if ($cfg['SQLValidator']['use'] == TRUE)
|
} // if ($cfg['SQLValidator']['use'] == TRUE)
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Library for extracting information about the available storage engines
|
* Library for extracting information about the available storage engines
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
$GLOBALS['mysql_storage_engines'] = array();
|
$GLOBALS['mysql_storage_engines'] = array();
|
||||||
|
|
||||||
if (PMA_MYSQL_INT_VERSION >= 40102) {
|
if (PMA_MYSQL_INT_VERSION >= 40102) {
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
* Specialized String Functions for phpMyAdmin
|
||||||
/** Specialized String Functions for phpMyAdmin
|
|
||||||
*
|
*
|
||||||
* Copyright 2002 Robin Johnson <robbat2@users.sourceforge.net>
|
* Copyright 2002 Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
* http://www.orbis-terrarum.net/?l=people.robbat2
|
* http://www.orbis-terrarum.net/?l=people.robbat2
|
||||||
@@ -12,6 +11,8 @@
|
|||||||
* (that are slower).
|
* (that are slower).
|
||||||
*
|
*
|
||||||
* The SQL Parser code relies heavily on these functions.
|
* The SQL Parser code relies heavily on these functions.
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Try to load mbstring, unless we're using buggy php version */
|
/* Try to load mbstring, unless we're using buggy php version */
|
||||||
|
@@ -1,7 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets some core libraries
|
* Gets some core libraries
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* function library for handling table indexes
|
* function library for handling table indexes
|
||||||
*
|
*
|
||||||
* $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
require_once './libraries/Table.class.php';
|
require_once './libraries/Table.class.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,9 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
// Check parameters
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check parameters
|
||||||
|
*/
|
||||||
require_once('./libraries/common.lib.php');
|
require_once('./libraries/common.lib.php');
|
||||||
|
|
||||||
PMA_checkParameters(array('db', 'table'));
|
PMA_checkParameters(array('db', 'table'));
|
||||||
|
@@ -1,8 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
// Check parameters
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check parameters
|
||||||
|
*/
|
||||||
require_once('./libraries/common.lib.php');
|
require_once('./libraries/common.lib.php');
|
||||||
PMA_checkParameters(array('db', 'table', 'action', 'num_fields'));
|
PMA_checkParameters(array('db', 'table', 'action', 'num_fields'));
|
||||||
|
|
||||||
|
@@ -1,11 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set of functions used with the relation and pdf feature
|
* Set of functions used with the relation and pdf feature
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
function PMA_transformation_getOptions($string) {
|
function PMA_transformation_getOptions($string) {
|
||||||
$transform_options = array();
|
$transform_options = array();
|
||||||
|
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
function PMA_transformation_application_octetstream__download(&$buffer, $options = array(), $meta = '') {
|
function PMA_transformation_application_octetstream__download(&$buffer, $options = array(), $meta = '') {
|
||||||
global $row, $fields_meta;
|
global $row, $fields_meta;
|
||||||
|
|
||||||
|
@@ -1,7 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
/**
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
function PMA_transformation_application_octetstream__hex($buffer, $options = array(), $meta = '') {
|
function PMA_transformation_application_octetstream__hex($buffer, $options = array(), $meta = '') {
|
||||||
// possibly use a global transform and feed it with special options:
|
// possibly use a global transform and feed it with special options:
|
||||||
// include('./libraries/transformations/global.inc.php');
|
// include('./libraries/transformations/global.inc.php');
|
||||||
|
@@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GLOBAL Plugin function (Garvin Hicking).
|
* GLOBAL Plugin function (Garvin Hicking).
|
||||||
* ---------------
|
* ---------------
|
||||||
@@ -21,8 +19,12 @@
|
|||||||
*
|
*
|
||||||
* Please provide a comment for your function, what it does and what parameters are available.
|
* Please provide a comment for your function, what it does and what parameters are available.
|
||||||
*
|
*
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
function PMA_transformation_global_plain($buffer, $options = array(), $meta = '') {
|
function PMA_transformation_global_plain($buffer, $options = array(), $meta = '') {
|
||||||
return htmlspecialchars($buffer);
|
return htmlspecialchars($buffer);
|
||||||
}
|
}
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user