Go to file
Jason c6dfa49e60 Improve template system
- Introduce `trim` method for templates
- Complete template of the designer module
- Update tests for template system
- Use phtml as template files extension

Signed-off-by: Jason <jason.daurus@gmail.com>
2015-05-20 01:34:33 +08:00
doc 4.4.8-dev 2015-05-16 06:57:15 -04:00
examples Best practice: remove PHP closing tag 2015-04-24 11:33:29 -04:00
js Some fixes in page-related settings 2015-05-19 18:49:37 +05:30
libraries Improve template system 2015-05-20 01:34:33 +08:00
PMAStandard Update PMAStandard as per PHP_CodeSniffer 2.x 2015-02-26 14:23:48 +05:30
po Translated using Weblate (Estonian) 2015-05-19 15:04:09 +02:00
scripts Improve template system 2015-05-20 01:34:33 +08:00
setup Fix notices when no servers are defined 2015-05-15 15:30:00 +05:30
sql bug #4675 phpMyAdmin should be able to work without 'examples' DIR - move SQL scripts to sql directory 2014-12-30 22:55:33 +05:30
templates Improve template system 2015-05-20 01:34:33 +08:00
test Improve template system 2015-05-20 01:34:33 +08:00
themes Improve template system 2015-05-20 01:34:33 +08:00
.coveralls.yml Simplify coveralls settings 2014-05-10 20:45:22 +02:00
.gitignore Ignore ./vendor directory of composer 2015-04-13 11:33:36 +02:00
.jshintrc Higher limit on detected errors 2013-04-16 13:00:22 +02:00
.scrutinizer.yml fix typo 2015-02-14 19:44:22 +05:30
.travis.yml Fix patch download 2015-04-07 15:19:19 +02:00
browse_foreigners.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
build.xml Properly exclude recaptcha and swekey 2015-04-28 07:12:18 +05:30
ChangeLog Merge branch 'QA_4_4' 2015-05-19 09:00:35 -04:00
changelog.php Fix coding style 2015-05-15 09:02:00 -04:00
chk_rel.php rfe #1635 Have ZeroConf create phpmyadmin DB if possible 2015-04-03 15:32:36 +05:30
composer.json The testsuite should now work with recent phpunit as well 2015-05-11 11:05:19 +02:00
config.sample.inc.php Best practice: remove PHP closing tag 2015-04-24 11:33:29 -04:00
CONTRIBUTING.md Remove trailing whitespace from the documentation 2014-03-20 09:39:07 +01:00
db_central_columns.php Fix coding style 2015-05-15 09:02:00 -04:00
db_create.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
db_datadict.php Merge pull request #1547 from znck/master 2015-03-26 07:56:45 -04:00
db_designer.php Fix coding style 2015-05-15 09:02:00 -04:00
db_events.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
db_export.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
db_import.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
db_operations.php RFE 657 : Realigning privileges after DB/Tbl/Col/Proc Rename/Copy 2015-05-19 13:21:48 +05:30
db_printview.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
db_qbe.php Merge branch 'QA_4_4' 2015-05-18 10:30:00 +05:30
db_routines.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
db_search.php Merge pull request #1547 from znck/master 2015-03-26 07:56:45 -04:00
db_sql_autocomplete.php rfe1625 - Solves the repeated POST issues and javascript fatal error 2015-03-22 04:33:48 +05:30
db_sql_format.php SQL formatting with sql-formatter 2015-01-06 13:29:43 +05:30
db_sql.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
db_structure.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
db_tracking.php Shift+click selection for db tracking page 2015-05-12 11:54:03 +05:30
db_triggers.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
DCO Remove trailing whitespace from the documentation 2014-03-20 09:39:07 +01:00
error_report.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
export.php rfe #1632 Importing and exporting pMA meta-data 2015-04-10 16:00:57 +05:30
favicon.ico
file_echo.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
gis_data_editor.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
import_status.php bug #4903 & bug #4367 Import status infinite loop 2015-05-14 11:25:34 +05:30
import.php Improve parameter applying 2015-04-29 18:33:37 +05:30
index.php Fix loose comparison 2015-04-28 14:05:50 -04:00
LICENSE Use verbatim GPL 2.0 licence text 2015-04-14 08:07:04 -04:00
license.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
navigation.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
normalization.php 3NF complete 2014-08-05 17:05:31 +05:30
phpinfo.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
phpmyadmin.css.php Space after function keyword 2015-04-27 19:14:00 +05:30
phpunit.xml.dist Do not build HTML coverage logs, we do not use them at all 2014-06-24 11:53:00 +02:00
phpunit.xml.hhvm Add HHVM-specific phpunit configuration 2014-03-14 01:10:15 +00:00
phpunit.xml.nocoverage Convert remaining Selenium tests to new model 2014-02-17 20:28:56 +01:00
prefs_forms.php Quit using filter_input since they bypass token check 2015-05-15 07:45:09 +05:30
prefs_manage.php Quit using filter_input since they bypass token check 2015-05-15 07:45:09 +05:30
print.css
README 4.4.8-dev 2015-05-16 06:57:15 -04:00
README.rst Switch to new style SVG badges 2015-01-14 14:09:51 +01:00
robots.txt
schema_export.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_binlog.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_collations.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_databases.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_engines.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_export.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
server_import.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
server_plugins.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_privileges.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_replication.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_sql.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
server_status_advisor.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_status_monitor.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_status_processes.php Put filters at the top 2015-05-04 07:07:50 +05:30
server_status_queries.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_status_variables.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_status.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_user_groups.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
server_variables.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
show_config_errors.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
sql.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
tbl_addfield.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_change.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
tbl_chart.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_create.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_export.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
tbl_find_replace.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_get_field.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_gis_visualization.php Merge pull request #1547 from znck/master 2015-03-26 07:56:45 -04:00
tbl_import.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
tbl_indexes.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_operations.php RFE 657 : Realigning privileges after DB/Tbl/Col/Proc Rename/Copy 2015-05-19 13:21:48 +05:30
tbl_printview.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_recent_favorite.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_relation.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_replace.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_row_action.php rfe #1651 Allow copying mutiple rows 2015-04-08 12:52:43 +05:30
tbl_select.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_sql.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
tbl_structure.php Page-related settings, rfe#1559 2015-05-18 20:38:07 +05:30
tbl_tracking.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_triggers.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
tbl_zoom_select.php Merge pull request #1547 from znck/master 2015-03-26 07:56:45 -04:00
themes.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
transformation_overview.php RFE-637: Custom field handlers (input transformations) 2014-07-12 01:52:32 +05:30
transformation_wrapper.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
url.php Long links may be converted to forms 2015-05-07 17:53:50 +05:30
user_password.php Merge pull request #1547 from znck/master 2015-03-26 07:56:45 -04:00
version_check.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30
view_create.php Refactoring tbl_view.lib and add PMA\Template 2015-05-15 03:48:25 +08:00
view_operations.php Remove extraneous argument 2015-04-17 13:16:09 -04:00
webapp.php Remove unneeded closing tags 2015-03-06 23:37:35 +05:30

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

Version 4.5.0-dev

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

http://www.phpmyadmin.net/

Summary
-------

phpMyAdmin is intended to handle the administration of MySQL over the web.
For a summary of features, list of requirements, and installation instructions,
please see the documentation in the ./doc/ folder or at http://docs.phpmyadmin.net/

Copyright
---------

Copyright © 1998 onwards -- the phpMyAdmin team

Certain libraries are copyrighted by their respective authors;
see the full copyright list for details.

For full copyright information, please see ./doc/copyright.rst

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/>.

Licensing of current contributions
----------------------------------

Beginning on 2013-12-01, new contributions to this codebase are all licensed
under terms compatible with GPLv2-or-later.  phpMyAdmin is currently
transitioning older code to GPLv2-or-later, but work is not yet complete.

Enjoy!
------

The phpMyAdmin team