Adding @package, second part.
This commit is contained in:
@@ -4,9 +4,12 @@
|
|||||||
* phpMyAdmin fatal error display page
|
* phpMyAdmin fatal error display page
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Input sanitizing */
|
/**
|
||||||
|
* Input sanitizing.
|
||||||
|
*/
|
||||||
require_once './libraries/sanitizing.lib.php';
|
require_once './libraries/sanitizing.lib.php';
|
||||||
|
|
||||||
/* Get variables */
|
/* Get variables */
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* @todo too much die here, or?
|
* @todo too much die here, or?
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
*
|
*
|
||||||
* @uses PMA_Bookmark_getList()
|
* @uses PMA_Bookmark_getList()
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -26,6 +26,7 @@
|
|||||||
* @uses time()
|
* @uses time()
|
||||||
* @uses PMA_getenv()
|
* @uses PMA_getenv()
|
||||||
* @uses header() to send charset
|
* @uses header() to send charset
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* Holds class PMA_Error
|
* Holds class PMA_Error
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -14,6 +15,7 @@ require_once './libraries/Message.class.php';
|
|||||||
/**
|
/**
|
||||||
* a single error
|
* a single error
|
||||||
*
|
*
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class PMA_Error extends PMA_Message
|
class PMA_Error extends PMA_Message
|
||||||
{
|
{
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* Holds class PMA_Error_Handler
|
* Holds class PMA_Error_Handler
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -14,6 +15,7 @@ require_once './libraries/Error.class.php';
|
|||||||
/**
|
/**
|
||||||
* handling errors
|
* handling errors
|
||||||
*
|
*
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class PMA_Error_Handler
|
class PMA_Error_Handler
|
||||||
{
|
{
|
||||||
|
@@ -12,8 +12,8 @@
|
|||||||
* @todo replace error messages with localized string
|
* @todo replace error messages with localized string
|
||||||
* @todo when uploading a file into a blob field, should we also consider using
|
* @todo when uploading a file into a blob field, should we also consider using
|
||||||
* chunks like in import? UPDATE `table` SET `field` = `field` + [chunk]
|
* chunks like in import? UPDATE `table` SET `field` = `field` + [chunk]
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class PMA_File
|
class PMA_File
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -10,6 +10,7 @@
|
|||||||
/**
|
/**
|
||||||
* @since phpMyAdmin 3.0.0
|
* @since phpMyAdmin 3.0.0
|
||||||
*
|
*
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class PMA_Index
|
class PMA_Index
|
||||||
{
|
{
|
||||||
@@ -582,6 +583,9 @@ class PMA_Index
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package phpMyAdmin
|
||||||
|
*/
|
||||||
class PMA_Index_Column
|
class PMA_Index_Column
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -4,12 +4,14 @@
|
|||||||
* hold the PMA_List base class
|
* hold the PMA_List base class
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @todo add caching
|
* @todo add caching
|
||||||
* @since phpMyAdmin 2.9.10
|
* @since phpMyAdmin 2.9.10
|
||||||
* @abstract
|
* @abstract
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
abstract class PMA_List extends ArrayObject
|
abstract class PMA_List extends ArrayObject
|
||||||
{
|
{
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* holds the PMA_List_Database class
|
* holds the PMA_List_Database class
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -23,6 +24,7 @@ require_once './libraries/List.class.php';
|
|||||||
* @todo ? support --skip-showdatabases and user has only global rights
|
* @todo ? support --skip-showdatabases and user has only global rights
|
||||||
* @access public
|
* @access public
|
||||||
* @since phpMyAdmin 2.9.10
|
* @since phpMyAdmin 2.9.10
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
/*public*/ class PMA_List_Database extends PMA_List
|
/*public*/ class PMA_List_Database extends PMA_List
|
||||||
{
|
{
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* Holds class PMA_Message
|
* Holds class PMA_Message
|
||||||
*
|
*
|
||||||
* @version $Id: Error.class.php 10738 2007-10-08 16:02:58Z cybot_tm $
|
* @version $Id: Error.class.php 10738 2007-10-08 16:02:58Z cybot_tm $
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -47,6 +48,7 @@
|
|||||||
* // strSomeLocaleMessage <sup>1</sup> strSomeMoreLocale<br />
|
* // strSomeLocaleMessage <sup>1</sup> strSomeMoreLocale<br />
|
||||||
* // strSomeEvenMoreLocale - some final words
|
* // strSomeEvenMoreLocale - some final words
|
||||||
* </code>
|
* </code>
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class PMA_Message
|
class PMA_Message
|
||||||
{
|
{
|
||||||
|
@@ -1,8 +1,13 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Enter description here...
|
* Enter description here...
|
||||||
|
* @package phpMyAdmin
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Database listing.
|
||||||
|
*/
|
||||||
require_once './libraries/List_Database.class.php';
|
require_once './libraries/List_Database.class.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -10,6 +15,7 @@ require_once './libraries/List_Database.class.php';
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class PMA
|
class PMA
|
||||||
{
|
{
|
||||||
|
@@ -4,11 +4,13 @@
|
|||||||
* Library for extracting information about the partitions
|
* Library for extracting information about the partitions
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* base Partition Class
|
* base Partition Class
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class PMA_Partition
|
class PMA_Partition
|
||||||
{
|
{
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* Library for extracting information about the available storage engines
|
* Library for extracting information about the available storage engines
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -21,6 +22,7 @@ define('PMA_ENGINE_DETAILS_TYPE_BOOLEAN', 3); // 'ON' or 'OFF'
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* base Storage Engine Class
|
* base Storage Engine Class
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class PMA_StorageEngine
|
class PMA_StorageEngine
|
||||||
{
|
{
|
||||||
|
@@ -3,10 +3,12 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @todo make use of PMA_Message and PMA_Error
|
* @todo make use of PMA_Message and PMA_Error
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class PMA_Table
|
class PMA_Table
|
||||||
{
|
{
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/**
|
/**
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin-DBG
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -4,13 +4,16 @@
|
|||||||
* Displays form for password change
|
* Displays form for password change
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
// loic1: autocomplete feature of IE kills the "onchange" event handler and it
|
/**
|
||||||
// must be replaced by the "onpropertychange" one in this case
|
* loic1: autocomplete feature of IE kills the "onchange" event handler and it
|
||||||
|
* must be replaced by the "onpropertychange" one in this case
|
||||||
|
*/
|
||||||
$chg_evt_handler = (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER >= 5)
|
$chg_evt_handler = (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER >= 5)
|
||||||
? 'onpropertychange'
|
? 'onpropertychange'
|
||||||
: 'onchange';
|
: 'onchange';
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* Displays form for creating database (if user has privileges for that)
|
* Displays form for creating database (if user has privileges for that)
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -23,6 +23,7 @@
|
|||||||
* on MySQL 5.0.18.
|
* on MySQL 5.0.18.
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* Code for displaying language selection
|
* Code for displaying language selection
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* library for displaying table with results from all sort of select queries
|
* library for displaying table with results from all sort of select queries
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
* - also changes made in js/functions.js
|
* - also changes made in js/functions.js
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -36,8 +36,10 @@ if (isset($plugin_list)) {
|
|||||||
define('PMA_PDF_FONT', 'DejaVuSans');
|
define('PMA_PDF_FONT', 'DejaVuSans');
|
||||||
require_once './libraries/tcpdf/tcpdf.php';
|
require_once './libraries/tcpdf/tcpdf.php';
|
||||||
|
|
||||||
// Adapted from a LGPL script by Philip Clarke
|
/**
|
||||||
|
* Adapted from a LGPL script by Philip Clarke
|
||||||
|
* @package phpMyAdmin-Export-PDF
|
||||||
|
*/
|
||||||
class PMA_PDF extends TCPDF
|
class PMA_PDF extends TCPDF
|
||||||
{
|
{
|
||||||
var $tablewidths;
|
var $tablewidths;
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* Set of functions used to build XML dumps of tables
|
* Set of functions used to build XML dumps of tables
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin-Export-XML
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
*
|
*
|
||||||
* @todo rename to file_listing.lib.php
|
* @todo rename to file_listing.lib.php
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -42,6 +42,7 @@
|
|||||||
* @uses basename()
|
* @uses basename()
|
||||||
* @uses file_exists()
|
* @uses file_exists()
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -7,6 +7,7 @@
|
|||||||
* $HTTP_AUTHORIZATION.
|
* $HTTP_AUTHORIZATION.
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id: header.inc.php 10719 2007-10-04 15:03:44Z cybot_tm $
|
* @version $Id: header.inc.php 10719 2007-10-04 15:03:44Z cybot_tm $
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* Library that provides common import functions that are used by import plugins
|
* Library that provides common import functions that are used by import plugins
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -10,6 +10,9 @@ if (! defined('PHPMYADMIN')) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Load relations.
|
||||||
|
*/
|
||||||
require_once './libraries/relation.lib.php';
|
require_once './libraries/relation.lib.php';
|
||||||
$cfgRelation = PMA_getRelationsParam();
|
$cfgRelation = PMA_getRelationsParam();
|
||||||
|
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
* feature
|
* feature
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@@ -10,6 +10,7 @@
|
|||||||
* 2002/2/22 - by Yukihiro Kawada <kawada@den.fujifilm.co.jp>
|
* 2002/2/22 - by Yukihiro Kawada <kawada@den.fujifilm.co.jp>
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* 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$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -10,6 +10,7 @@
|
|||||||
* Make some wrappers for the top and bottoms of our files.
|
* Make some wrappers for the top and bottoms of our files.
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -4,13 +4,14 @@
|
|||||||
* Simple interface for creating OASIS OpenDocument files.
|
* Simple interface for creating OASIS OpenDocument files.
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Load ZIP handler.
|
||||||
*/
|
*/
|
||||||
require_once './libraries/zip.lib.php';
|
require_once './libraries/zip.lib.php';
|
||||||
|
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* Generic plugin interface.
|
* Generic plugin interface.
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* Set of functions used with the relation and pdf feature
|
* Set of functions used with the relation and pdf feature
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* Set of functions used for cleaning up phpMyAdmin tables
|
* Set of functions used for cleaning up phpMyAdmin tables
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -1,9 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/**
|
/**
|
||||||
|
* This is in a separate script because it's called from a number of scripts
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
* This is in a separate script because it's called from a number of scripts
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
* Code for displaying server selection written by nijel
|
* Code for displaying server selection written by nijel
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
* @uses PMA_DBI_QUERY_STORE
|
* @uses PMA_DBI_QUERY_STORE
|
||||||
* @uses $userlink
|
* @uses $userlink
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -10,6 +10,7 @@
|
|||||||
* @uses session_name()
|
* @uses session_name()
|
||||||
* @uses session_start()
|
* @uses session_start()
|
||||||
* @uses ini_set()
|
* @uses ini_set()
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
* doubt, use the DEBUG code after this function's definition.
|
* doubt, use the DEBUG code after this function's definition.
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
* href="syntax.css.php" />' at the moment.)
|
* href="syntax.css.php" />' at the moment.)
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -26,6 +26,7 @@
|
|||||||
* @author Robin Johnson <robbat2@users.sourceforge.net>
|
* @author Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
* 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$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -19,6 +19,7 @@
|
|||||||
* @uses mb_internal_encoding()
|
* @uses mb_internal_encoding()
|
||||||
* @uses defined()
|
* @uses defined()
|
||||||
* @todo a .lib filename should not have code in main(), split or rename file
|
* @todo a .lib filename should not have code in main(), split or rename file
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
if (! defined('PHPMYADMIN')) {
|
if (! defined('PHPMYADMIN')) {
|
||||||
exit;
|
exit;
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
* 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$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin-Transformation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -23,6 +24,7 @@
|
|||||||
* Official ZIP file format: http://www.pkware.com/appnote.txt
|
* Official ZIP file format: http://www.pkware.com/appnote.txt
|
||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class zipfile
|
class zipfile
|
||||||
{
|
{
|
||||||
|
@@ -7,6 +7,7 @@
|
|||||||
* that would read any file using a GET parameter, it would open a hole
|
* that would read any file using a GET parameter, it would open a hole
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
1
main.php
1
main.php
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -48,6 +48,7 @@ require_once './libraries/tcpdf/tcpdf.php';
|
|||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @see FPDF
|
* @see FPDF
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class PMA_PDF extends TCPDF {
|
class PMA_PDF extends TCPDF {
|
||||||
/**
|
/**
|
||||||
@@ -496,6 +497,7 @@ class PMA_PDF extends TCPDF {
|
|||||||
*
|
*
|
||||||
* @access private
|
* @access private
|
||||||
* @see PMA_RT
|
* @see PMA_RT
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class PMA_RT_Table {
|
class PMA_RT_Table {
|
||||||
/**
|
/**
|
||||||
@@ -680,6 +682,7 @@ class PMA_RT_Table {
|
|||||||
*
|
*
|
||||||
* @access private
|
* @access private
|
||||||
* @see PMA_RT
|
* @see PMA_RT
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class PMA_RT_Relation {
|
class PMA_RT_Relation {
|
||||||
/**
|
/**
|
||||||
@@ -806,6 +809,7 @@ class PMA_RT_Relation {
|
|||||||
*
|
*
|
||||||
* @access public
|
* @access public
|
||||||
* @see PMA_PDF
|
* @see PMA_PDF
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
class PMA_RT {
|
class PMA_RT {
|
||||||
/**
|
/**
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||||
/**
|
/**
|
||||||
*
|
* phpinfo() wrapper to allow displaying only when configured to do so.
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -39,6 +39,7 @@
|
|||||||
* @uses preg_replace()
|
* @uses preg_replace()
|
||||||
* @uses htmlspecialchars()
|
* @uses htmlspecialchars()
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -7,6 +7,7 @@
|
|||||||
* that would read any file using a GET parameter, it would open a hole
|
* that would read any file using a GET parameter, it would open a hole
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -36,6 +36,7 @@
|
|||||||
* @uses implode()
|
* @uses implode()
|
||||||
* @uses htmlspecialchars()
|
* @uses htmlspecialchars()
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
* @todo falcon storage enginge is not listed under dev.mysql.com/doc/refman but dev.mysql.com/doc/falcon/
|
* @todo falcon storage enginge is not listed under dev.mysql.com/doc/refman but dev.mysql.com/doc/falcon/
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
* + reset status variables
|
* + reset status variables
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -23,6 +23,7 @@ require_once './libraries/js_escape.lib.php';
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Form management class, displays and processes forms
|
* Form management class, displays and processes forms
|
||||||
|
* @package phpMyAdmin-setup
|
||||||
*/
|
*/
|
||||||
class FormDisplay
|
class FormDisplay
|
||||||
{
|
{
|
||||||
|
@@ -4,14 +4,15 @@
|
|||||||
* Simple wrapper just to enable error reporting and include config
|
* Simple wrapper just to enable error reporting and include config
|
||||||
*
|
*
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
echo "Starting to parse config file...\n";
|
echo "Starting to parse config file...\n";
|
||||||
|
|
||||||
error_reporting(E_ALL);
|
error_reporting(E_ALL);
|
||||||
|
/**
|
||||||
|
* Read config file.
|
||||||
|
*/
|
||||||
require './config.inc.php';
|
require './config.inc.php';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
1
sql.php
1
sql.php
@@ -4,6 +4,7 @@
|
|||||||
* @todo we must handle the case if sql.php is called directly with a query
|
* @todo we must handle the case if sql.php is called directly with a query
|
||||||
* what returns 0 rows - to prevent cyclic redirects or includes
|
* what returns 0 rows - to prevent cyclic redirects or includes
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -12,6 +12,9 @@
|
|||||||
*/
|
*/
|
||||||
require_once 'PHPUnit/Framework.php';
|
require_once 'PHPUnit/Framework.php';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package phpMyAdmin-test
|
||||||
|
*/
|
||||||
class Environment_test extends PHPUnit_Framework_TestCase
|
class Environment_test extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function testPhpVersion()
|
public function testPhpVersion()
|
||||||
|
@@ -12,6 +12,9 @@
|
|||||||
*/
|
*/
|
||||||
require_once 'PHPUnit/Framework.php';
|
require_once 'PHPUnit/Framework.php';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package phpMyAdmin-test
|
||||||
|
*/
|
||||||
class FailTest extends PHPUnit_Framework_TestCase
|
class FailTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function testFail()
|
public function testFail()
|
||||||
|
@@ -32,6 +32,9 @@ $GLOBALS['charset'] = 'UTF-8';
|
|||||||
|
|
||||||
require_once './libraries/string.lib.php';
|
require_once './libraries/string.lib.php';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package phpMyAdmin-test
|
||||||
|
*/
|
||||||
class PMA_STR_sub_test extends PHPUnit_Framework_TestCase
|
class PMA_STR_sub_test extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function testMultiByte()
|
public function testMultiByte()
|
||||||
|
@@ -20,6 +20,7 @@ require_once './libraries/blowfish.php';
|
|||||||
/**
|
/**
|
||||||
* Test java script escaping.
|
* Test java script escaping.
|
||||||
*
|
*
|
||||||
|
* @package phpMyAdmin-test
|
||||||
*/
|
*/
|
||||||
class PMA_blowfish_test extends PHPUnit_Framework_TestCase
|
class PMA_blowfish_test extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
@@ -21,6 +21,7 @@ require_once './libraries/js_escape.lib.php';
|
|||||||
/**
|
/**
|
||||||
* Test java script escaping.
|
* Test java script escaping.
|
||||||
*
|
*
|
||||||
|
* @package phpMyAdmin-test
|
||||||
*/
|
*/
|
||||||
class PMA_escapeJsString_test extends PHPUnit_Framework_TestCase
|
class PMA_escapeJsString_test extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
@@ -21,6 +21,7 @@ require_once './libraries/common.lib.php';
|
|||||||
/**
|
/**
|
||||||
* Test MySQL escaping.
|
* Test MySQL escaping.
|
||||||
*
|
*
|
||||||
|
* @package phpMyAdmin-test
|
||||||
*/
|
*/
|
||||||
class PMA_escapeMySqlWildcards_test extends PHPUnit_Framework_TestCase
|
class PMA_escapeMySqlWildcards_test extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
@@ -14,6 +14,9 @@ require_once 'PHPUnit/Framework.php';
|
|||||||
require_once './libraries/core.lib.php';
|
require_once './libraries/core.lib.php';
|
||||||
require_once './libraries/url_generating.lib.php';
|
require_once './libraries/url_generating.lib.php';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package phpMyAdmin-test
|
||||||
|
*/
|
||||||
class PMA_generate_common_url_test extends PHPUnit_Framework_TestCase
|
class PMA_generate_common_url_test extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function setUp()
|
public function setUp()
|
||||||
|
@@ -13,6 +13,9 @@
|
|||||||
require_once 'PHPUnit/Framework.php';
|
require_once 'PHPUnit/Framework.php';
|
||||||
require_once './libraries/core.lib.php';
|
require_once './libraries/core.lib.php';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package phpMyAdmin-test
|
||||||
|
*/
|
||||||
class PMA_get_real_size_test extends PHPUnit_Framework_TestCase
|
class PMA_get_real_size_test extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function testNull()
|
public function testNull()
|
||||||
|
@@ -13,6 +13,9 @@
|
|||||||
require_once 'PHPUnit/Framework.php';
|
require_once 'PHPUnit/Framework.php';
|
||||||
require_once './libraries/core.lib.php';
|
require_once './libraries/core.lib.php';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package phpMyAdmin-test
|
||||||
|
*/
|
||||||
class PMA_isValid_test extends PHPUnit_Framework_TestCase
|
class PMA_isValid_test extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function testVarNotSetAfterTest()
|
public function testVarNotSetAfterTest()
|
||||||
|
@@ -13,6 +13,9 @@
|
|||||||
require_once 'PHPUnit/Framework.php';
|
require_once 'PHPUnit/Framework.php';
|
||||||
require_once './libraries/common.lib.php';
|
require_once './libraries/common.lib.php';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package phpMyAdmin-test
|
||||||
|
*/
|
||||||
class PMA_pow_test extends PHPUnit_Framework_TestCase
|
class PMA_pow_test extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function testIntOverflow()
|
public function testIntOverflow()
|
||||||
|
@@ -13,6 +13,9 @@
|
|||||||
require_once 'PHPUnit/Framework.php';
|
require_once 'PHPUnit/Framework.php';
|
||||||
require_once './libraries/sanitizing.lib.php';
|
require_once './libraries/sanitizing.lib.php';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package phpMyAdmin-test
|
||||||
|
*/
|
||||||
class PMA_sanitize_test extends PHPUnit_Framework_TestCase
|
class PMA_sanitize_test extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function testXssInHref()
|
public function testXssInHref()
|
||||||
|
@@ -13,6 +13,9 @@
|
|||||||
require_once 'PHPUnit/Framework.php';
|
require_once 'PHPUnit/Framework.php';
|
||||||
require_once './libraries/transformations.lib.php';
|
require_once './libraries/transformations.lib.php';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @package phpMyAdmin-test
|
||||||
|
*/
|
||||||
class PMA_transformation_getOptions_test extends PHPUnit_Framework_TestCase
|
class PMA_transformation_getOptions_test extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
public function testDefault()
|
public function testDefault()
|
||||||
|
@@ -6,6 +6,7 @@
|
|||||||
* @todo js error when view name is empty (strFormEmpty)
|
* @todo js error when view name is empty (strFormEmpty)
|
||||||
* @todo (also validate if js is disabled, after form submission?)
|
* @todo (also validate if js is disabled, after form submission?)
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
* generate an WebApp file for Prism / WebRunner
|
* generate an WebApp file for Prism / WebRunner
|
||||||
*
|
*
|
||||||
* @see http://wiki.mozilla.org/Prism
|
* @see http://wiki.mozilla.org/Prism
|
||||||
|
* @package phpMyAdmin
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user