Go to file
2012-04-25 15:17:17 +02:00
examples Use LF line endings instead of CRLF 2012-04-22 00:27:46 +01:00
js Condition was never triggered 2012-04-25 10:20:14 +02:00
libraries Add class for handling types 2012-04-25 15:14:19 +02:00
po Update po files 2012-04-25 15:00:08 +02:00
scripts Avoid STABLE update for a non-stable release 2012-04-24 08:01:46 -04:00
setup Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
test Various coding style improvements 2012-04-24 14:06:15 +02:00
themes Use LF line endings instead of CRLF 2012-04-22 00:27:46 +01:00
.gitignore - Unit Test grouped by library directory 2011-06-29 20:06:27 +03:00
browse_foreigners.php Replaced HTML nowrap attribute with CSS for HTML5 validity 2012-03-31 16:50:33 +02:00
build.xml Ignore another external lib 2011-08-17 16:56:04 +02:00
ChangeLog Changelog entry for "Display description of datatypes" 2012-04-25 13:08:15 +01:00
changelog.php Replaced xml:lang attributes by lang for HTML5 2012-03-18 14:46:59 +01:00
chk_rel.php Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
config.sample.inc.php rfe #3518852 [edit] edit blob but not other binary, new option $cfg['ProtectBinary'] = 'noblob' 2012-04-19 22:32:51 +02:00
db_create.php Coding style improvements 2012-04-14 17:44:39 +05:30
db_datadict.php Clarify variable name 2012-04-21 14:48:30 -04:00
db_events.php + rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false 2012-04-13 01:43:32 +02:00
db_export.php Coding style improvements 2012-04-14 17:44:39 +05:30
db_import.php Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
db_operations.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
db_printview.php Coding style improvements 2012-04-14 17:44:39 +05:30
db_qbe.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
db_routines.php + rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false 2012-04-13 01:43:32 +02:00
db_search.php Coding style improvements 2012-04-14 17:44:39 +05:30
db_sql.php Coding style improvements 2012-04-14 17:44:39 +05:30
db_structure.php Re-allow to truncate empty tables in database structure (reverse-merged from commit c23fc1efe6) 2012-04-22 20:23:45 +02:00
db_tracking.php Coding style improvements 2012-04-14 17:44:39 +05:30
db_triggers.php + rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false 2012-04-13 01:43:32 +02:00
docs.css Replaced <big> with <em class="big"> in docs for HTML5 validity 2012-03-31 16:25:46 +02:00
Documentation.html 3.5.2-dev 2012-04-24 07:33:31 -04:00
export.php Fix Checkstyle Warnings - Type: CloseBracketLine 2012-04-14 10:40:39 +05:30
favicon.ico Fix permissions. 2010-08-30 09:53:37 +02:00
file_echo.php Various coding style improvements 2012-04-24 14:06:15 +02:00
gis_data_editor.php add vim directive for indenting with spaces 2012-04-11 16:18:53 +02:00
import_status.php Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
import.php bookmark sql query after checking errors 2012-04-20 17:21:06 +03:00
index.php Unnecessary "else" statement removed 2012-04-13 22:12:28 -03:00
LICENSE Fix permissions. 2010-08-30 09:53:37 +02:00
license.php Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
main.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
navigation.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
phpinfo.php Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
phpmyadmin.css.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
phpunit.xml.dist Patch #3504536 Fixed the PMA selenium test cases (Login) 2012-03-21 11:25:45 -04:00
pmd_display_field.php Move common includes to root files rather than to library (which should not be lodaded separately) (issue #36) 2012-04-17 09:02:29 +02:00
pmd_general.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
pmd_pdf.php Move common includes to root files rather than to library (which should not be lodaded separately) (issue #36) 2012-04-17 09:02:29 +02:00
pmd_relation_new.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
pmd_relation_upd.php Add trailing ; after ALTER TABLE (rfe #2009500) 2012-04-19 13:48:30 +02:00
pmd_save_pos.php No longer depend on grab_globals 2012-04-17 06:52:42 -04:00
prefs_forms.php Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
prefs_manage.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
print.css Fix permissions. 2010-08-30 09:53:37 +02:00
querywindow.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
README 3.5.2-dev 2012-04-24 07:33:31 -04:00
README.VENDOR We no longer modify tcpdf 2011-12-16 14:56:16 +01:00
robots.txt Fix permissions. 2010-08-30 09:53:37 +02:00
schema_edit.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
schema_export.php Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
server_binlog.php Drop $cfg['MainPageIconic']. 2012-04-11 15:34:27 +02:00
server_collations.php Coding style improvements 2012-04-13 20:57:17 +05:30
server_databases.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
server_engines.php Coding style improvements 2012-04-13 20:57:17 +05:30
server_export.php Coding style improvements 2012-04-13 20:57:17 +05:30
server_import.php Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
server_plugins.php Drop $cfg['MainPageIconic']. 2012-04-11 15:34:27 +02:00
server_privileges.php Wrap some long lines 2012-04-24 14:12:47 +02:00
server_replication.php Corrected <div> nesting inside <li> in server replication forms for HTML5 validity 2012-03-31 00:20:23 +02:00
server_sql.php + rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false 2012-04-13 01:43:32 +02:00
server_status.php Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2012-04-13 22:33:43 +05:30
server_synchronize.php Align server sync form fields properly, add labels 2012-04-20 23:45:56 +02:00
server_variables.php Coding style improvements 2012-04-13 20:57:17 +05:30
show_config_errors.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
sql.php Short-hand notation for jQuery document.ready event 2012-04-21 02:44:18 +02:00
tbl_addfield.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
tbl_alter.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
tbl_change.php Remove stray trailing whitespaces 2012-04-22 00:12:30 +01:00
tbl_chart.php Remove stray trailing whitespaces 2012-04-22 00:12:30 +01:00
tbl_create.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
tbl_export.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
tbl_get_field.php Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
tbl_gis_visualization.php add vim directive for indenting with spaces 2012-04-11 16:18:53 +02:00
tbl_import.php Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
tbl_indexes.php Add trailing ; after ALTER TABLE (rfe #2009500) 2012-04-19 13:48:30 +02:00
tbl_move_copy.php Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
tbl_operations.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
tbl_printview.php Clarify variable name 2012-04-21 14:48:30 -04:00
tbl_relation.php Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
tbl_replace.php Add Codemirror to tbl_replace (SQL box after inserting rows) 2012-04-15 05:40:39 +02:00
tbl_row_action.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
tbl_select.php Use isUnaryOperator method 2012-04-25 15:17:17 +02:00
tbl_sql.php + rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false 2012-04-13 01:43:32 +02:00
tbl_structure.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
tbl_tracking.php Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
tbl_triggers.php Use package name PhpMyAdmin 2011-10-25 10:13:17 +02:00
tbl_zoom_select.php Use isUnaryOperator method 2012-04-25 15:17:17 +02:00
themes.php Removed: table[border] attribute (default is 0 anyways), a[rel] for non-standard values for HTML5 validity 2012-03-18 17:46:22 +01:00
transformation_overview.php Removed: table[border] attribute (default is 0 anyways), a[rel] for non-standard values for HTML5 validity 2012-03-18 17:46:22 +01:00
transformation_wrapper.php No longer depend on grab_globals 2012-03-15 12:38:28 -04:00
url.php add vim directive for indenting with spaces 2012-04-11 16:18:53 +02:00
user_password.php Fix undefined variable $cfg in user_password.php 2012-04-20 23:29:54 +02:00
view_create.php Final removal of grab_globals script 2012-03-27 13:04:46 -04:00
view_operations.php Use package name PhpMyAdmin 2011-10-25 10:13:17 +02:00
webapp.php add vim directive for indenting with spaces 2012-04-11 16:18:53 +02:00

phpMyAdmin - Readme
===================

Version 4.0.0-dev

A set of PHP-scripts to manage MySQL over the web.

http://www.phpmyadmin.net/

Copyright
---------

Copyright (C) 1998-2000
    Tobias Ratschiller <tobias_at_ratschiller.com>

Copyright (C) 2001-2012
    Marc Delisle <marc_at_infomarc.info>
    Olivier Müller <om_at_omnis.ch>
    Robin Johnson <robbat2_at_users.sourceforge.net>
    Alexander M. Turek <me_at_derrabus.de>
    Michal Čihař <michal_at_cihar.com>
    Garvin Hicking <me_at_supergarv.de>
    Michael Keck <mkkeck_at_users.sourceforge.net>
    Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
    [check Documentation.txt/.html file for more details]

License
-------

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License version 2, as published by the
Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Requirements
------------

* PHP 5.2 or later
* MySQL 5.0 or later
* a web-browser (doh!)

Summary
-------

phpMyAdmin is intended to handle the administration of MySQL over the web.
For a summary of features, please see the Documentation.txt/.html file.

Download
--------

You can get the newest version at http://www.phpmyadmin.net/.

More Information
----------------

Please see the Documentation.txt/.html file.

Support
-------

See reference about support forums under http://www.phpmyadmin.net/


Enjoy!
------

The phpMyAdmin Devel team


PS:

Please, don't send us emails with question like "How do I compile PHP with
MySQL-support". We just don't have the time to be your free help desk.

Please send your questions to the appropriate mailing lists / forums.  Before
contacting us, please read the Documentation.html (esp. the FAQ part).