Skip to content

Commit

Permalink
Use package name PhpMyAdmin
Browse files Browse the repository at this point in the history
Needed to match phpdoc rules as package name must begin with upper case.
  • Loading branch information
nijel committed Oct 25, 2011
1 parent dea67b9 commit e56949f
Show file tree
Hide file tree
Showing 410 changed files with 446 additions and 446 deletions.
2 changes: 1 addition & 1 deletion browse_foreigners.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* display selection for relational field values
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Simple script to set correct charset for changelog
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion chk_rel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion config.sample.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* All directives are explained in Documentation.html and on phpMyAdmin
* wiki <http://wiki.phpmyadmin.net>.
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion db_create.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_datadict.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_events.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Events management.
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_export.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* dumps a database
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_import.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_operations.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* - adding tables
* - viewing PDF schemas
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_printview.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_qbe.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* query by example the whole database
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_routines.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Routines management.
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @todo make use of UNION when searching multiple tables
* @todo display executed query, optional?
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_tracking.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion db_triggers.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Triggers management.
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion enum_editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Displays a form for editing ENUM and SET values with more space (as an alternative to doing it in tbl_alter.php)
* This form is only for users with JavaScript disabled -- users with JavaScript enabled will see a different form
* defined in tbl_properties.inc.php
* @package phpMyAdmin
* @package PhpMyAdmin
*/

require_once './libraries/common.inc.php';
Expand Down
2 changes: 1 addition & 1 deletion export.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Main export hanling code
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion file_echo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* "Echo" service to allow force downloading of exported charts (png or svg)
* and server status monitor settings
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

require_once './libraries/common.inc.php';
Expand Down
2 changes: 1 addition & 1 deletion import.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Core script for import, this is just the glue around all other stuff
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion import_status.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

require_once './libraries/common.inc.php';
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* forms frameset
*
* or common.inc.php
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion js/get_image.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Provides the functionality for retreiving images
* which may be actual images or an icon from a sprite
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/
chdir('..');

Expand Down
2 changes: 1 addition & 1 deletion js/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Exporting of translated messages from PHP to Javascript
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

chdir('..');
Expand Down
2 changes: 1 addition & 1 deletion js/pmd/ajax.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @package phpMyAdmin-Designer
* @package PhpMyAdmin-Designer
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion js/pmd/iecanvas.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @package phpMyAdmin-Designer
* @package PhpMyAdmin-Designer
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion js/pmd/move.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @package phpMyAdmin-Designer
* @package PhpMyAdmin-Designer
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion libraries/Advisor.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* A simple rules engine, that parses and executes the rules in advisory_rules.txt. Adjusted to phpMyAdmin
*
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

class Advisor
Expand Down
4 changes: 2 additions & 2 deletions libraries/Config.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Configuration handling.
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand All @@ -14,7 +14,7 @@
/**
* Configuration class
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/
class PMA_Config
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/Error.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Holds class PMA_Error
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand All @@ -14,7 +14,7 @@
/**
* a single error
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/
class PMA_Error extends PMA_Message
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/Error_Handler.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Holds class PMA_Error_Handler
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand All @@ -14,7 +14,7 @@
/**
* handling errors
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/
class PMA_Error_Handler
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/File.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* file upload functions
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
*
* @todo when uploading a file into a blob field, should we also consider using
* chunks like in import? UPDATE `table` SET `field` = `field` + [chunk]
* @package phpMyAdmin
* @package PhpMyAdmin
*/
class PMA_File
{
Expand Down
6 changes: 3 additions & 3 deletions libraries/Index.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
/**
* holds the database index class
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
* @since phpMyAdmin 3.0.0
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/
class PMA_Index
{
Expand Down Expand Up @@ -580,7 +580,7 @@ static public function findDuplicates($table, $schema)
}

/**
* @package phpMyAdmin
* @package PhpMyAdmin
*/
class PMA_Index_Column
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/List.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* hold the PMA_List base class
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
* @todo add caching
* @since phpMyAdmin 2.9.10
* @abstract
* @package phpMyAdmin
* @package PhpMyAdmin
*/
abstract class PMA_List extends ArrayObject
{
Expand Down
4 changes: 2 additions & 2 deletions libraries/List_Database.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* holds the PMA_List_Database class
*
* @package phpMyAdmin
* @package PhpMyAdmin
*/

/**
Expand All @@ -23,7 +23,7 @@
* @todo ? support --skip-showdatabases and user has only global rights
* @access public
* @since phpMyAdmin 2.9.10
* @package phpMyAdmin
* @package PhpMyAdmin
*/
/*public*/ class PMA_List_Database extends PMA_List
{
Expand Down
Loading

0 comments on commit e56949f

Please sign in to comment.