Update to latest major release, a lot of improvements from 3.4.x releases. Comments ? ok ? Cheers Giovanni
Index: Makefile =================================================================== RCS file: /cvs/ports/www/phpmyadmin/Makefile,v retrieving revision 1.76 diff -u -p -r1.76 Makefile --- Makefile 31 Aug 2012 16:40:38 -0000 1.76 +++ Makefile 9 Jan 2013 13:57:54 -0000 @@ -2,12 +2,10 @@ COMMENT= tool to handle the administration of MySQL over the web -V= 3.4.11.1 -# If updating to 3.5.x, note that contrib/htaccess (@sample'd and -# mentioned in README) is removed. +V= 3.5.5 + PKGNAME= phpMyAdmin-$V DISTNAME= phpMyAdmin-$V-all-languages -REVISION= 0 CATEGORIES= www HOMEPAGE= http://www.phpmyadmin.net/ @@ -37,7 +35,7 @@ RUN_DEPENDS= lang/php/${MODPHP_VERSION}, post-extract: ${SUBST_CMD} -c ${FILESDIR}/phpMyAdmin-httpd.conf \ - ${WRKSRC}/contrib/phpMyAdmin-httpd.conf + ${WRKSRC}/examples/phpMyAdmin-httpd.conf do-install: ${INSTALL_DATA_DIR} ${INSTDIR}/ Index: distinfo =================================================================== RCS file: /cvs/ports/www/phpmyadmin/distinfo,v retrieving revision 1.67 diff -u -p -r1.67 distinfo --- distinfo 30 Aug 2012 02:47:52 -0000 1.67 +++ distinfo 9 Jan 2013 13:57:54 -0000 @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-3.4.11.1-all-languages.tar.gz) = 4pMyECyx+arFg8ceK3PIkW07u4dx+4oopIY+g3vg2uY= -SIZE (phpMyAdmin-3.4.11.1-all-languages.tar.gz) = 5844325 +SHA256 (phpMyAdmin-3.5.5-all-languages.tar.gz) = GJgZfH8eReXxK8NJGoSOHoJ7Q/MyGYHdC5hIr6RPMBA= +SIZE (phpMyAdmin-3.5.5-all-languages.tar.gz) = 6224307 Index: files/phpMyAdmin-httpd.conf =================================================================== RCS file: /cvs/ports/www/phpmyadmin/files/phpMyAdmin-httpd.conf,v retrieving revision 1.1 diff -u -p -r1.1 phpMyAdmin-httpd.conf --- files/phpMyAdmin-httpd.conf 31 Aug 2012 16:40:38 -0000 1.1 +++ files/phpMyAdmin-httpd.conf 9 Jan 2013 13:57:54 -0000 @@ -4,6 +4,25 @@ Alias /phpMyAdmin ${INSTDIR} <IfModule !mod_rewrite.c> LoadModule rewrite_module /usr/lib/apache/modules/mod_rewrite.so + + RewriteEngine on + + # Allow only GET and POST verbs + RewriteCond %{REQUEST_METHOD} !^(GET|POST)$ [NC,OR] + + # Ban Typical Vulnerability Scanners and others + # Kick out Script Kiddies + RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR] + RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl|curl|wget|python|nikto|wkito|pikto|scan|acunetix).* [NC,OR] + RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* [NC,OR] + + # Ban Search Engines, Crawlers to your administrative panel + # No reasons to access from bots + # Ultimately Better than the useless robots.txt + # Did google respect robots.txt? + # Try google: intitle:phpMyAdmin intext:"Welcome to phpMyAdmin *.*.*" intext:"Log in" -wiki -forum -forums -questions intext:"Cookies must be enabled" + RewriteCond %{HTTP_USER_AGENT} ^.*(AdsBot-Google|ia_archiver|Scooter|Ask.Jeeves|Baiduspider|Exabot|FAST.Enterprise.Crawler|FAST-WebCrawler|www\.neomo\.de|Gigabot|Mediapartners-Google|Google.Desktop|Feedfetcher-Google|Googlebot|heise-IT-Markt-Crawler|heritrix|ibm.com\cs/crawler|ICCrawler|ichiro|MJ12bot|MetagerBot|msnbot-NewsBlogs|msnbot|msnbot-media|NG-Search|lucene.apache.org|NutchCVS|OmniExplorer_Bot|online.link.validator|psbot0|Seekbot|Sensis.Web.Crawler|SEO.search.Crawler|Seoma.\[SEO.Crawler\]|SEOsearch|Snappy|www.urltrends.com|www.tkl.iis.u-tokyo.ac.jp/~crawler|SynooBot|[email protected]|TurnitinBot|voyager|W3.SiteSearch.Crawler|W3C-checklink|W3C_Validator|www.WISEnutbot.com|yacybot|Yahoo-MMCrawler|Yahoo\!.DE.Slurp|Yahoo\!.Slurp|YahooSeeker).* [NC] + RewriteRule .* - [F] </IfModule> <Directory ${INSTDIR}> Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/www/phpmyadmin/pkg/PLIST,v retrieving revision 1.41 diff -u -p -r1.41 PLIST --- pkg/PLIST 31 Aug 2012 16:40:38 -0000 1.41 +++ pkg/PLIST 9 Jan 2013 13:57:55 -0000 @@ -1,16 +1,14 @@ @comment $OpenBSD: PLIST,v 1.41 2012/08/31 16:40:38 sthen Exp $ @group daemon phpMyAdmin/ -phpMyAdmin/CREDITS +@comment phpMyAdmin/.travis.yml phpMyAdmin/ChangeLog phpMyAdmin/Documentation.html phpMyAdmin/Documentation.txt -phpMyAdmin/INSTALL phpMyAdmin/LICENSE phpMyAdmin/README phpMyAdmin/README.VENDOR phpMyAdmin/RELEASE-DATE-${V} -phpMyAdmin/TODO phpMyAdmin/browse_foreigners.php phpMyAdmin/bs_disp_as_mime_type.php phpMyAdmin/bs_play_media.php @@ -18,67 +16,195 @@ phpMyAdmin/changelog.php phpMyAdmin/chk_rel.php phpMyAdmin/config.sample.inc.php @sample phpMyAdmin/config.inc.php -phpMyAdmin/contrib/ -phpMyAdmin/contrib/README -phpMyAdmin/contrib/htaccess -@sample phpMyAdmin/.htaccess -@comment phpMyAdmin/contrib/htaccess.orig -phpMyAdmin/contrib/phpMyAdmin-httpd.conf -@sample /var/www/conf/modules.sample/phpmyadmin.conf -phpMyAdmin/contrib/swekey.sample.conf phpMyAdmin/db_create.php phpMyAdmin/db_datadict.php +phpMyAdmin/db_events.php phpMyAdmin/db_export.php phpMyAdmin/db_import.php phpMyAdmin/db_operations.php phpMyAdmin/db_printview.php phpMyAdmin/db_qbe.php +phpMyAdmin/db_routines.php phpMyAdmin/db_search.php phpMyAdmin/db_sql.php phpMyAdmin/db_structure.php phpMyAdmin/db_tracking.php +phpMyAdmin/db_triggers.php phpMyAdmin/docs.css phpMyAdmin/enum_editor.php +phpMyAdmin/examples/ +phpMyAdmin/examples/config.manyhosts.inc.php +phpMyAdmin/examples/create_tables.sql +phpMyAdmin/examples/create_tables_drizzle.sql +phpMyAdmin/examples/openid.php +phpMyAdmin/examples/phpMyAdmin-httpd.conf +@sample /var/www/conf/modules.sample/phpmyadmin.conf +phpMyAdmin/examples/signon-script.php +phpMyAdmin/examples/signon.php +phpMyAdmin/examples/swekey.sample.conf +phpMyAdmin/examples/upgrade_tables_mysql_4_1_2+.sql phpMyAdmin/export.php phpMyAdmin/favicon.ico +phpMyAdmin/file_echo.php +phpMyAdmin/gis_data_editor.php phpMyAdmin/import.php phpMyAdmin/import_status.php phpMyAdmin/index.php phpMyAdmin/js/ +phpMyAdmin/js/OpenStreetMap.js +phpMyAdmin/js/canvg/ +phpMyAdmin/js/canvg/MIT-LICENSE.txt +phpMyAdmin/js/canvg/canvg.js +phpMyAdmin/js/canvg/flashcanvas.js +phpMyAdmin/js/canvg/flashcanvas.swf +phpMyAdmin/js/codemirror/ +phpMyAdmin/js/codemirror/LICENSE +phpMyAdmin/js/codemirror/lib/ +phpMyAdmin/js/codemirror/lib/codemirror.js +phpMyAdmin/js/codemirror/mode/ +phpMyAdmin/js/codemirror/mode/mysql/ +phpMyAdmin/js/codemirror/mode/mysql/mysql.js phpMyAdmin/js/common.js phpMyAdmin/js/config.js phpMyAdmin/js/cross_framing_protection.js +phpMyAdmin/js/date.js phpMyAdmin/js/db_operations.js phpMyAdmin/js/db_search.js phpMyAdmin/js/db_structure.js phpMyAdmin/js/dom-drag.js phpMyAdmin/js/export.js phpMyAdmin/js/functions.js +phpMyAdmin/js/get_image.js.php +phpMyAdmin/js/gis_data_editor.js phpMyAdmin/js/import.js phpMyAdmin/js/indexes.js +phpMyAdmin/js/jqplot/ +phpMyAdmin/js/jqplot/excanvas.js +phpMyAdmin/js/jqplot/jquery.jqplot.js +phpMyAdmin/js/jqplot/plugins/ +phpMyAdmin/js/jqplot/plugins/jqplot.barRenderer.js +phpMyAdmin/js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js +phpMyAdmin/js/jqplot/plugins/jqplot.canvasTextRenderer.js +phpMyAdmin/js/jqplot/plugins/jqplot.categoryAxisRenderer.js +phpMyAdmin/js/jqplot/plugins/jqplot.cursor.js +phpMyAdmin/js/jqplot/plugins/jqplot.dateAxisRenderer.js +phpMyAdmin/js/jqplot/plugins/jqplot.highlighter.js +phpMyAdmin/js/jqplot/plugins/jqplot.pieRenderer.js +phpMyAdmin/js/jqplot/plugins/jqplot.pointLabels.js phpMyAdmin/js/jquery/ -phpMyAdmin/js/jquery/jquery-1.4.4.js -phpMyAdmin/js/jquery/jquery-ui-1.8.custom.js +phpMyAdmin/js/jquery/jquery-1.6.2.js +phpMyAdmin/js/jquery/jquery-ui-1.8.16.custom.js +phpMyAdmin/js/jquery/jquery.cookie.js +phpMyAdmin/js/jquery/jquery.event.drag-2.0.js phpMyAdmin/js/jquery/jquery.json-2.2.js -phpMyAdmin/js/jquery/jquery.qtip-1.0.0.min.js +phpMyAdmin/js/jquery/jquery.mousewheel.js +phpMyAdmin/js/jquery/jquery.qtip-1.0.0-rc3.js +phpMyAdmin/js/jquery/jquery.sortableTable.js phpMyAdmin/js/jquery/jquery.sprintf.js +phpMyAdmin/js/jquery/jquery.svg.js +phpMyAdmin/js/jquery/jquery.tablesorter.js phpMyAdmin/js/jquery/timepicker.js phpMyAdmin/js/keyhandler.js +phpMyAdmin/js/makegrid.js phpMyAdmin/js/messages.php phpMyAdmin/js/navigation.js -phpMyAdmin/js/pMap.js +phpMyAdmin/js/openlayers/ +phpMyAdmin/js/openlayers/OpenLayers.js +phpMyAdmin/js/openlayers/img/ +phpMyAdmin/js/openlayers/img/blank.gif +phpMyAdmin/js/openlayers/img/cloud-popup-relative.png +phpMyAdmin/js/openlayers/img/drag-rectangle-off.png +phpMyAdmin/js/openlayers/img/drag-rectangle-on.png +phpMyAdmin/js/openlayers/img/east-mini.png +phpMyAdmin/js/openlayers/img/layer-switcher-maximize.png +phpMyAdmin/js/openlayers/img/layer-switcher-minimize.png +phpMyAdmin/js/openlayers/img/marker-blue.png +phpMyAdmin/js/openlayers/img/marker-gold.png +phpMyAdmin/js/openlayers/img/marker-green.png +phpMyAdmin/js/openlayers/img/marker.png +phpMyAdmin/js/openlayers/img/measuring-stick-off.png +phpMyAdmin/js/openlayers/img/measuring-stick-on.png +phpMyAdmin/js/openlayers/img/north-mini.png +phpMyAdmin/js/openlayers/img/panning-hand-off.png +phpMyAdmin/js/openlayers/img/panning-hand-on.png +phpMyAdmin/js/openlayers/img/slider.png +phpMyAdmin/js/openlayers/img/south-mini.png +phpMyAdmin/js/openlayers/img/west-mini.png +phpMyAdmin/js/openlayers/img/zoom-minus-mini.png +phpMyAdmin/js/openlayers/img/zoom-plus-mini.png +phpMyAdmin/js/openlayers/img/zoom-world-mini.png +phpMyAdmin/js/openlayers/img/zoombar.png +phpMyAdmin/js/openlayers/theme/ +phpMyAdmin/js/openlayers/theme/default/ +phpMyAdmin/js/openlayers/theme/default/framedCloud.css +phpMyAdmin/js/openlayers/theme/default/google.css +phpMyAdmin/js/openlayers/theme/default/ie6-style.css +phpMyAdmin/js/openlayers/theme/default/img/ +phpMyAdmin/js/openlayers/theme/default/img/add_point_off.png +phpMyAdmin/js/openlayers/theme/default/img/add_point_on.png +phpMyAdmin/js/openlayers/theme/default/img/blank.gif +phpMyAdmin/js/openlayers/theme/default/img/close.gif +phpMyAdmin/js/openlayers/theme/default/img/drag-rectangle-off.png +phpMyAdmin/js/openlayers/theme/default/img/drag-rectangle-on.png +phpMyAdmin/js/openlayers/theme/default/img/draw_line_off.png +phpMyAdmin/js/openlayers/theme/default/img/draw_line_on.png +phpMyAdmin/js/openlayers/theme/default/img/draw_point_off.png +phpMyAdmin/js/openlayers/theme/default/img/draw_point_on.png +phpMyAdmin/js/openlayers/theme/default/img/draw_polygon_off.png +phpMyAdmin/js/openlayers/theme/default/img/draw_polygon_on.png +phpMyAdmin/js/openlayers/theme/default/img/editing_tool_bar.png +phpMyAdmin/js/openlayers/theme/default/img/move_feature_off.png +phpMyAdmin/js/openlayers/theme/default/img/move_feature_on.png +phpMyAdmin/js/openlayers/theme/default/img/navigation_history.png +phpMyAdmin/js/openlayers/theme/default/img/overview_replacement.gif +phpMyAdmin/js/openlayers/theme/default/img/pan-panel-NOALPHA.png +phpMyAdmin/js/openlayers/theme/default/img/pan-panel.png +phpMyAdmin/js/openlayers/theme/default/img/pan_off.png +phpMyAdmin/js/openlayers/theme/default/img/pan_on.png +phpMyAdmin/js/openlayers/theme/default/img/panning-hand-off.png +phpMyAdmin/js/openlayers/theme/default/img/panning-hand-on.png +phpMyAdmin/js/openlayers/theme/default/img/remove_point_off.png +phpMyAdmin/js/openlayers/theme/default/img/remove_point_on.png +phpMyAdmin/js/openlayers/theme/default/img/ruler.png +phpMyAdmin/js/openlayers/theme/default/img/save_features_off.png +phpMyAdmin/js/openlayers/theme/default/img/save_features_on.png +phpMyAdmin/js/openlayers/theme/default/img/view_next_off.png +phpMyAdmin/js/openlayers/theme/default/img/view_next_on.png +phpMyAdmin/js/openlayers/theme/default/img/view_previous_off.png +phpMyAdmin/js/openlayers/theme/default/img/view_previous_on.png +phpMyAdmin/js/openlayers/theme/default/img/zoom-panel-NOALPHA.png +phpMyAdmin/js/openlayers/theme/default/img/zoom-panel.png +phpMyAdmin/js/openlayers/theme/default/style.css +phpMyAdmin/js/pmd/ +phpMyAdmin/js/pmd/ajax.js +phpMyAdmin/js/pmd/history.js +phpMyAdmin/js/pmd/iecanvas.js +phpMyAdmin/js/pmd/move.js phpMyAdmin/js/querywindow.js phpMyAdmin/js/replication.js +phpMyAdmin/js/rte/ +phpMyAdmin/js/rte/common.js +phpMyAdmin/js/rte/events.js +phpMyAdmin/js/rte/routines.js +phpMyAdmin/js/rte/triggers.js +phpMyAdmin/js/server_plugins.js phpMyAdmin/js/server_privileges.js +phpMyAdmin/js/server_status.js +phpMyAdmin/js/server_status_monitor.js phpMyAdmin/js/server_synchronize.js +phpMyAdmin/js/server_variables.js phpMyAdmin/js/sql.js phpMyAdmin/js/tbl_change.js +phpMyAdmin/js/tbl_chart.js +phpMyAdmin/js/tbl_gis_visualization.js phpMyAdmin/js/tbl_relation.js phpMyAdmin/js/tbl_select.js phpMyAdmin/js/tbl_structure.js +phpMyAdmin/js/tbl_zoom_plot_jqplot.js phpMyAdmin/js/update-location.js phpMyAdmin/libraries/ phpMyAdmin/libraries/.htaccess +phpMyAdmin/libraries/Advisor.class.php phpMyAdmin/libraries/Config.class.php phpMyAdmin/libraries/Error.class.php phpMyAdmin/libraries/Error_Handler.class.php @@ -87,13 +213,16 @@ phpMyAdmin/libraries/Index.class.php phpMyAdmin/libraries/List.class.php phpMyAdmin/libraries/List_Database.class.php phpMyAdmin/libraries/Message.class.php +phpMyAdmin/libraries/PDF.class.php phpMyAdmin/libraries/PMA.php phpMyAdmin/libraries/Partition.class.php +phpMyAdmin/libraries/RecentTable.class.php phpMyAdmin/libraries/StorageEngine.class.php phpMyAdmin/libraries/Table.class.php phpMyAdmin/libraries/Theme.class.php phpMyAdmin/libraries/Theme_Manager.class.php phpMyAdmin/libraries/Tracker.class.php +phpMyAdmin/libraries/advisory_rules.txt phpMyAdmin/libraries/auth/ phpMyAdmin/libraries/auth/config.auth.lib.php phpMyAdmin/libraries/auth/cookie.auth.lib.php @@ -104,33 +233,13 @@ phpMyAdmin/libraries/auth/swekey/authent phpMyAdmin/libraries/auth/swekey/musbe-ca.crt phpMyAdmin/libraries/auth/swekey/swekey.auth.lib.php phpMyAdmin/libraries/auth/swekey/swekey.php +phpMyAdmin/libraries/bfShapeFiles/ +phpMyAdmin/libraries/bfShapeFiles/ShapeFile.lib.php phpMyAdmin/libraries/blobstreaming.lib.php phpMyAdmin/libraries/blowfish.php phpMyAdmin/libraries/bookmark.lib.php phpMyAdmin/libraries/build_html_for_db.lib.php phpMyAdmin/libraries/charset_conversion.lib.php -phpMyAdmin/libraries/chart/ -phpMyAdmin/libraries/chart.lib.php -phpMyAdmin/libraries/chart/pChart/ -phpMyAdmin/libraries/chart/pChart/fonts/ -phpMyAdmin/libraries/chart/pChart/fonts/DejaVuSans.ttf -phpMyAdmin/libraries/chart/pChart/fonts/LICENSE -phpMyAdmin/libraries/chart/pChart/fonts/README -phpMyAdmin/libraries/chart/pChart/pCache.class -phpMyAdmin/libraries/chart/pChart/pChart.class -phpMyAdmin/libraries/chart/pChart/pData.class -phpMyAdmin/libraries/chart/pma_chart.php -phpMyAdmin/libraries/chart/pma_pchart_chart.php -phpMyAdmin/libraries/chart/pma_pchart_multi.php -phpMyAdmin/libraries/chart/pma_pchart_multi_bar.php -phpMyAdmin/libraries/chart/pma_pchart_multi_line.php -phpMyAdmin/libraries/chart/pma_pchart_multi_radar.php -phpMyAdmin/libraries/chart/pma_pchart_pie.php -phpMyAdmin/libraries/chart/pma_pchart_single.php -phpMyAdmin/libraries/chart/pma_pchart_single_bar.php -phpMyAdmin/libraries/chart/pma_pchart_single_line.php -phpMyAdmin/libraries/chart/pma_pchart_single_radar.php -phpMyAdmin/libraries/chart/pma_pchart_stacked_bar.php phpMyAdmin/libraries/check_user_privileges.lib.php phpMyAdmin/libraries/cleanup.lib.php phpMyAdmin/libraries/common.inc.php @@ -148,15 +257,18 @@ phpMyAdmin/libraries/config/setup.forms. phpMyAdmin/libraries/config/user_preferences.forms.php phpMyAdmin/libraries/config/validate.lib.php phpMyAdmin/libraries/core.lib.php +phpMyAdmin/libraries/data_dictionary_relations.lib.php +phpMyAdmin/libraries/data_drizzle.inc.php +phpMyAdmin/libraries/data_mysql.inc.php phpMyAdmin/libraries/database_interface.lib.php phpMyAdmin/libraries/db_common.inc.php -phpMyAdmin/libraries/db_events.inc.php phpMyAdmin/libraries/db_info.inc.php phpMyAdmin/libraries/db_links.inc.php -phpMyAdmin/libraries/db_routines.inc.php phpMyAdmin/libraries/db_structure.lib.php phpMyAdmin/libraries/db_table_exists.lib.php phpMyAdmin/libraries/dbi/ +phpMyAdmin/libraries/dbi/drizzle-wrappers.lib.php +phpMyAdmin/libraries/dbi/drizzle.dbi.lib.php phpMyAdmin/libraries/dbi/mysql.dbi.lib.php phpMyAdmin/libraries/dbi/mysqli.dbi.lib.php phpMyAdmin/libraries/display_change_password.lib.php @@ -199,6 +311,18 @@ phpMyAdmin/libraries/export/xml.php phpMyAdmin/libraries/export/yaml.php phpMyAdmin/libraries/file_listing.php phpMyAdmin/libraries/footer.inc.php +phpMyAdmin/libraries/gis/ +phpMyAdmin/libraries/gis/pma_gis_factory.php +phpMyAdmin/libraries/gis/pma_gis_geometry.php +phpMyAdmin/libraries/gis/pma_gis_geometrycollection.php +phpMyAdmin/libraries/gis/pma_gis_linestring.php +phpMyAdmin/libraries/gis/pma_gis_multilinestring.php +phpMyAdmin/libraries/gis/pma_gis_multipoint.php +phpMyAdmin/libraries/gis/pma_gis_multipolygon.php +phpMyAdmin/libraries/gis/pma_gis_point.php +phpMyAdmin/libraries/gis/pma_gis_polygon.php +phpMyAdmin/libraries/gis/pma_gis_visualization.php +phpMyAdmin/libraries/gis_visualization.lib.php phpMyAdmin/libraries/grab_globals.lib.php phpMyAdmin/libraries/header.inc.php phpMyAdmin/libraries/header_http.inc.php @@ -213,6 +337,7 @@ phpMyAdmin/libraries/import/csv.php phpMyAdmin/libraries/import/docsql.php phpMyAdmin/libraries/import/ldi.php phpMyAdmin/libraries/import/ods.php +phpMyAdmin/libraries/import/shp.php phpMyAdmin/libraries/import/sql.php phpMyAdmin/libraries/import/upload/ phpMyAdmin/libraries/import/upload/apc.php @@ -237,10 +362,20 @@ phpMyAdmin/libraries/php-gettext/gettext phpMyAdmin/libraries/php-gettext/gettext.php phpMyAdmin/libraries/php-gettext/streams.php phpMyAdmin/libraries/plugin_interface.lib.php +phpMyAdmin/libraries/pmd_common.php phpMyAdmin/libraries/relation.lib.php phpMyAdmin/libraries/relation_cleanup.lib.php phpMyAdmin/libraries/replication.inc.php phpMyAdmin/libraries/replication_gui.lib.php +phpMyAdmin/libraries/rte/ +phpMyAdmin/libraries/rte/rte_events.lib.php +phpMyAdmin/libraries/rte/rte_export.lib.php +phpMyAdmin/libraries/rte/rte_footer.lib.php +phpMyAdmin/libraries/rte/rte_list.lib.php +phpMyAdmin/libraries/rte/rte_main.inc.php +phpMyAdmin/libraries/rte/rte_routines.lib.php +phpMyAdmin/libraries/rte/rte_triggers.lib.php +phpMyAdmin/libraries/rte/rte_words.lib.php phpMyAdmin/libraries/sanitizing.lib.php phpMyAdmin/libraries/schema/ phpMyAdmin/libraries/schema/Dia_Relation_Schema.class.php @@ -267,12 +402,13 @@ phpMyAdmin/libraries/string_mb.lib.php phpMyAdmin/libraries/string_native.lib.php phpMyAdmin/libraries/string_type_ctype.lib.php phpMyAdmin/libraries/string_type_native.lib.php +phpMyAdmin/libraries/sysinfo.lib.php phpMyAdmin/libraries/tbl_common.php phpMyAdmin/libraries/tbl_info.inc.php phpMyAdmin/libraries/tbl_links.inc.php phpMyAdmin/libraries/tbl_properties.inc.php phpMyAdmin/libraries/tbl_replace_fields.inc.php -phpMyAdmin/libraries/tbl_triggers.lib.php +phpMyAdmin/libraries/tbl_select.lib.php phpMyAdmin/libraries/tcpdf/ phpMyAdmin/libraries/tcpdf/LICENSE.TXT phpMyAdmin/libraries/tcpdf/README.TXT @@ -288,12 +424,6 @@ phpMyAdmin/libraries/tcpdf/fonts/dejavus phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.ctg.z phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.php phpMyAdmin/libraries/tcpdf/fonts/dejavusansb.z -phpMyAdmin/libraries/tcpdf/fonts/dejavuserif.ctg.z -phpMyAdmin/libraries/tcpdf/fonts/dejavuserif.php -phpMyAdmin/libraries/tcpdf/fonts/dejavuserif.z -phpMyAdmin/libraries/tcpdf/fonts/dejavuserifb.ctg.z -phpMyAdmin/libraries/tcpdf/fonts/dejavuserifb.php -phpMyAdmin/libraries/tcpdf/fonts/dejavuserifb.z phpMyAdmin/libraries/tcpdf/fonts/helvetica.php phpMyAdmin/libraries/tcpdf/htmlcolors.php phpMyAdmin/libraries/tcpdf/tcpdf.php @@ -331,12 +461,6 @@ phpMyAdmin/locale/ phpMyAdmin/locale/ar/ phpMyAdmin/locale/ar/LC_MESSAGES/ phpMyAdmin/locale/ar/LC_MESSAGES/phpmyadmin.mo -phpMyAdmin/locale/be/ -phpMyAdmin/locale/be/LC_MESSAGES/ -phpMyAdmin/locale/be/LC_MESSAGES/phpmyadmin.mo -phpMyAdmin/locale/be@latin/ -phpMyAdmin/locale/be@latin/LC_MESSAGES/ -phpMyAdmin/locale/be@latin/LC_MESSAGES/phpmyadmin.mo phpMyAdmin/locale/bg/ phpMyAdmin/locale/bg/LC_MESSAGES/ phpMyAdmin/locale/bg/LC_MESSAGES/phpmyadmin.mo @@ -424,9 +548,6 @@ phpMyAdmin/locale/sk/LC_MESSAGES/phpmyad phpMyAdmin/locale/sl/ phpMyAdmin/locale/sl/LC_MESSAGES/ phpMyAdmin/locale/sl/LC_MESSAGES/phpmyadmin.mo -phpMyAdmin/locale/sr/ -phpMyAdmin/locale/sr/LC_MESSAGES/ -phpMyAdmin/locale/sr/LC_MESSAGES/phpmyadmin.mo phpMyAdmin/locale/sr@latin/ phpMyAdmin/locale/sr@latin/LC_MESSAGES/ phpMyAdmin/locale/sr@latin/LC_MESSAGES/phpmyadmin.mo @@ -453,75 +574,11 @@ phpMyAdmin/locale/zh_TW/LC_MESSAGES/ phpMyAdmin/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo phpMyAdmin/main.php phpMyAdmin/navigation.php -phpMyAdmin/phpdoctor.ini phpMyAdmin/phpinfo.php phpMyAdmin/phpmyadmin.css.php -phpMyAdmin/pmd/ -phpMyAdmin/pmd/images/ -phpMyAdmin/pmd/images/2leftarrow.png -phpMyAdmin/pmd/images/2leftarrow_m.png -phpMyAdmin/pmd/images/2rightarrow.png -phpMyAdmin/pmd/images/2rightarrow_m.png -phpMyAdmin/pmd/images/and_icon.png -phpMyAdmin/pmd/images/ang_direct.png -phpMyAdmin/pmd/images/bord.png -phpMyAdmin/pmd/images/bottom.png -phpMyAdmin/pmd/images/def.png -phpMyAdmin/pmd/images/display_field.png -phpMyAdmin/pmd/images/downarrow1.png -phpMyAdmin/pmd/images/downarrow2.png -phpMyAdmin/pmd/images/downarrow2_m.png -phpMyAdmin/pmd/images/exec.png -phpMyAdmin/pmd/images/exec_small.png -phpMyAdmin/pmd/images/favicon.ico -phpMyAdmin/pmd/images/grid.png -phpMyAdmin/pmd/images/help.png -phpMyAdmin/pmd/images/help_relation.png -phpMyAdmin/pmd/images/or_icon.png -phpMyAdmin/pmd/images/pdf.png -phpMyAdmin/pmd/images/query_builder.png -phpMyAdmin/pmd/images/relation.png -phpMyAdmin/pmd/images/reload.png -phpMyAdmin/pmd/images/resize.png -phpMyAdmin/pmd/images/rightarrow1.png -phpMyAdmin/pmd/images/rightarrow2.png -phpMyAdmin/pmd/images/save.png -phpMyAdmin/pmd/images/table.png -phpMyAdmin/pmd/images/uparrow2_m.png -phpMyAdmin/pmd/scripts/ -phpMyAdmin/pmd/scripts/ajax.js -phpMyAdmin/pmd/scripts/history.js -phpMyAdmin/pmd/scripts/iecanvas.js -phpMyAdmin/pmd/scripts/move.js -phpMyAdmin/pmd/styles/ -phpMyAdmin/pmd/styles/default/ -phpMyAdmin/pmd/styles/default/images/ -phpMyAdmin/pmd/styles/default/images/1.png -phpMyAdmin/pmd/styles/default/images/2.png -phpMyAdmin/pmd/styles/default/images/3.png -phpMyAdmin/pmd/styles/default/images/4.png -phpMyAdmin/pmd/styles/default/images/5.png -phpMyAdmin/pmd/styles/default/images/6.png -phpMyAdmin/pmd/styles/default/images/7.png -phpMyAdmin/pmd/styles/default/images/8.png -phpMyAdmin/pmd/styles/default/images/FieldKey_small.png -phpMyAdmin/pmd/styles/default/images/Field_small.png -phpMyAdmin/pmd/styles/default/images/Field_small_char.png -phpMyAdmin/pmd/styles/default/images/Field_small_date.png -phpMyAdmin/pmd/styles/default/images/Field_small_int.png -phpMyAdmin/pmd/styles/default/images/Header.png -phpMyAdmin/pmd/styles/default/images/Header_Linked.png -phpMyAdmin/pmd/styles/default/images/left_panel_butt.png -phpMyAdmin/pmd/styles/default/images/left_panel_tab.png -phpMyAdmin/pmd/styles/default/images/minus.png -phpMyAdmin/pmd/styles/default/images/plus.png -phpMyAdmin/pmd/styles/default/images/small_tab.png -phpMyAdmin/pmd/styles/default/images/top_panel.png -phpMyAdmin/pmd/styles/default/style1.css -phpMyAdmin/pmd_common.php +phpMyAdmin/phpunit.xml.nocoverage phpMyAdmin/pmd_display_field.php phpMyAdmin/pmd_general.php -phpMyAdmin/pmd_help.php phpMyAdmin/pmd_pdf.php phpMyAdmin/pmd_relation_new.php phpMyAdmin/pmd_relation_upd.php @@ -533,25 +590,14 @@ phpMyAdmin/querywindow.php phpMyAdmin/robots.txt phpMyAdmin/schema_edit.php phpMyAdmin/schema_export.php -phpMyAdmin/scripts/ -phpMyAdmin/scripts/convertcfg.pl -phpMyAdmin/scripts/create_tables.sql -phpMyAdmin/scripts/decode_bug.php -phpMyAdmin/scripts/lang-cleanup.sh -phpMyAdmin/scripts/openid.php -phpMyAdmin/scripts/remove-incomplete-mo -phpMyAdmin/scripts/signon.php -phpMyAdmin/scripts/update-po-foreign -phpMyAdmin/scripts/upgrade.pl -phpMyAdmin/scripts/upgrade_tables_mysql_4_1_2+.sql phpMyAdmin/server_binlog.php phpMyAdmin/server_collations.php phpMyAdmin/server_databases.php phpMyAdmin/server_engines.php phpMyAdmin/server_export.php phpMyAdmin/server_import.php +phpMyAdmin/server_plugins.php phpMyAdmin/server_privileges.php -phpMyAdmin/server_processlist.php phpMyAdmin/server_replication.php phpMyAdmin/server_sql.php phpMyAdmin/server_status.php @@ -585,6 +631,7 @@ phpMyAdmin/tbl_chart.php phpMyAdmin/tbl_create.php phpMyAdmin/tbl_export.php phpMyAdmin/tbl_get_field.php +phpMyAdmin/tbl_gis_visualization.php phpMyAdmin/tbl_import.php phpMyAdmin/tbl_indexes.php phpMyAdmin/tbl_move_copy.php @@ -597,8 +644,11 @@ phpMyAdmin/tbl_select.php phpMyAdmin/tbl_sql.php phpMyAdmin/tbl_structure.php phpMyAdmin/tbl_tracking.php +phpMyAdmin/tbl_triggers.php +phpMyAdmin/tbl_zoom_select.php phpMyAdmin/themes/ phpMyAdmin/themes.php +phpMyAdmin/themes/dot.gif phpMyAdmin/themes/original/ phpMyAdmin/themes/original/css/ phpMyAdmin/themes/original/css/theme_left.css.php @@ -621,8 +671,11 @@ phpMyAdmin/themes/original/img/b_drop.pn phpMyAdmin/themes/original/img/b_edit.png phpMyAdmin/themes/original/img/b_empty.png phpMyAdmin/themes/original/img/b_engine.png +phpMyAdmin/themes/original/img/b_event_add.png +phpMyAdmin/themes/original/img/b_events.png phpMyAdmin/themes/original/img/b_export.png phpMyAdmin/themes/original/img/b_ftext.png +phpMyAdmin/themes/original/img/b_globe.gif phpMyAdmin/themes/original/img/b_help.png phpMyAdmin/themes/original/img/b_home.png phpMyAdmin/themes/original/img/b_import.png @@ -634,17 +687,21 @@ phpMyAdmin/themes/original/img/b_minus.p phpMyAdmin/themes/original/img/b_more.png phpMyAdmin/themes/original/img/b_newdb.png phpMyAdmin/themes/original/img/b_newtbl.png +phpMyAdmin/themes/original/img/b_nextpage.png phpMyAdmin/themes/original/img/b_plus.png phpMyAdmin/themes/original/img/b_primary.png phpMyAdmin/themes/original/img/b_print.png phpMyAdmin/themes/original/img/b_props.png phpMyAdmin/themes/original/img/b_relations.png +phpMyAdmin/themes/original/img/b_routine_add.png +phpMyAdmin/themes/original/img/b_routines.png phpMyAdmin/themes/original/img/b_save.png phpMyAdmin/themes/original/img/b_sbrowse.png phpMyAdmin/themes/original/img/b_search.png phpMyAdmin/themes/original/img/b_selboard.png phpMyAdmin/themes/original/img/b_select.png phpMyAdmin/themes/original/img/b_snewtbl.png +phpMyAdmin/themes/original/img/b_spatial.png phpMyAdmin/themes/original/img/b_sql.png phpMyAdmin/themes/original/img/b_sqlhelp.png phpMyAdmin/themes/original/img/b_tblanalyse.png @@ -653,6 +710,8 @@ phpMyAdmin/themes/original/img/b_tblimpo phpMyAdmin/themes/original/img/b_tblops.png phpMyAdmin/themes/original/img/b_tbloptimize.png phpMyAdmin/themes/original/img/b_tipp.png +phpMyAdmin/themes/original/img/b_trigger_add.png +phpMyAdmin/themes/original/img/b_triggers.png phpMyAdmin/themes/original/img/b_unique.png phpMyAdmin/themes/original/img/b_usradd.png phpMyAdmin/themes/original/img/b_usrcheck.png @@ -664,15 +723,24 @@ phpMyAdmin/themes/original/img/b_views.p phpMyAdmin/themes/original/img/bd_browse.png phpMyAdmin/themes/original/img/bd_deltbl.png phpMyAdmin/themes/original/img/bd_drop.png +phpMyAdmin/themes/original/img/bd_edit.png phpMyAdmin/themes/original/img/bd_empty.png +phpMyAdmin/themes/original/img/bd_export.png phpMyAdmin/themes/original/img/bd_ftext.png phpMyAdmin/themes/original/img/bd_index.png phpMyAdmin/themes/original/img/bd_insrow.png +phpMyAdmin/themes/original/img/bd_nextpage.png phpMyAdmin/themes/original/img/bd_primary.png phpMyAdmin/themes/original/img/bd_sbrowse.png phpMyAdmin/themes/original/img/bd_select.png +phpMyAdmin/themes/original/img/bd_spatial.png phpMyAdmin/themes/original/img/bd_unique.png +phpMyAdmin/themes/original/img/cleardot.gif +phpMyAdmin/themes/original/img/col_drop.png +phpMyAdmin/themes/original/img/col_pointer.png +phpMyAdmin/themes/original/img/col_pointer_ver.png phpMyAdmin/themes/original/img/docs_menu_bg.png +phpMyAdmin/themes/original/img/east-mini.png phpMyAdmin/themes/original/img/error.ico phpMyAdmin/themes/original/img/eye.png phpMyAdmin/themes/original/img/eye_grey.png @@ -681,26 +749,86 @@ phpMyAdmin/themes/original/img/item_rtl. phpMyAdmin/themes/original/img/logo_left.png phpMyAdmin/themes/original/img/logo_right.png phpMyAdmin/themes/original/img/more.png -phpMyAdmin/themes/original/img/new_data.jpg -phpMyAdmin/themes/original/img/new_data_hovered.jpg -phpMyAdmin/themes/original/img/new_data_selected.jpg -phpMyAdmin/themes/original/img/new_data_selected_hovered.jpg -phpMyAdmin/themes/original/img/new_struct.jpg -phpMyAdmin/themes/original/img/new_struct_hovered.jpg -phpMyAdmin/themes/original/img/new_struct_selected.jpg -phpMyAdmin/themes/original/img/new_struct_selected_hovered.jpg +phpMyAdmin/themes/original/img/new_data.png +phpMyAdmin/themes/original/img/new_data_hovered.png +phpMyAdmin/themes/original/img/new_data_selected.png +phpMyAdmin/themes/original/img/new_data_selected_hovered.png +phpMyAdmin/themes/original/img/new_struct.png +phpMyAdmin/themes/original/img/new_struct_hovered.png +phpMyAdmin/themes/original/img/new_struct_selected.png +phpMyAdmin/themes/original/img/new_struct_selected_hovered.png +phpMyAdmin/themes/original/img/north-mini.png +phpMyAdmin/themes/original/img/pause.png +phpMyAdmin/themes/original/img/play.png +phpMyAdmin/themes/original/img/pmd/ +phpMyAdmin/themes/original/img/pmd/1.png +phpMyAdmin/themes/original/img/pmd/2.png +phpMyAdmin/themes/original/img/pmd/2leftarrow.png +phpMyAdmin/themes/original/img/pmd/2leftarrow_m.png +phpMyAdmin/themes/original/img/pmd/2rightarrow.png +phpMyAdmin/themes/original/img/pmd/2rightarrow_m.png +phpMyAdmin/themes/original/img/pmd/3.png +phpMyAdmin/themes/original/img/pmd/4.png +phpMyAdmin/themes/original/img/pmd/5.png +phpMyAdmin/themes/original/img/pmd/6.png +phpMyAdmin/themes/original/img/pmd/7.png +phpMyAdmin/themes/original/img/pmd/8.png +phpMyAdmin/themes/original/img/pmd/FieldKey_small.png +phpMyAdmin/themes/original/img/pmd/Field_small.png +phpMyAdmin/themes/original/img/pmd/Field_small_char.png +phpMyAdmin/themes/original/img/pmd/Field_small_date.png +phpMyAdmin/themes/original/img/pmd/Field_small_int.png +phpMyAdmin/themes/original/img/pmd/Header.png +phpMyAdmin/themes/original/img/pmd/Header_Linked.png +phpMyAdmin/themes/original/img/pmd/and_icon.png +phpMyAdmin/themes/original/img/pmd/ang_direct.png +phpMyAdmin/themes/original/img/pmd/bord.png +phpMyAdmin/themes/original/img/pmd/bottom.png +phpMyAdmin/themes/original/img/pmd/def.png +phpMyAdmin/themes/original/img/pmd/display_field.png +phpMyAdmin/themes/original/img/pmd/downarrow1.png +phpMyAdmin/themes/original/img/pmd/downarrow2.png +phpMyAdmin/themes/original/img/pmd/downarrow2_m.png +phpMyAdmin/themes/original/img/pmd/exec.png +phpMyAdmin/themes/original/img/pmd/exec_small.png +phpMyAdmin/themes/original/img/pmd/favicon.ico +phpMyAdmin/themes/original/img/pmd/grid.png +phpMyAdmin/themes/original/img/pmd/help.png +phpMyAdmin/themes/original/img/pmd/help_relation.png +phpMyAdmin/themes/original/img/pmd/left_panel_butt.png +phpMyAdmin/themes/original/img/pmd/left_panel_tab.png +phpMyAdmin/themes/original/img/pmd/minus.png +phpMyAdmin/themes/original/img/pmd/or_icon.png +phpMyAdmin/themes/original/img/pmd/pdf.png +phpMyAdmin/themes/original/img/pmd/plus.png +phpMyAdmin/themes/original/img/pmd/query_builder.png +phpMyAdmin/themes/original/img/pmd/relation.png +phpMyAdmin/themes/original/img/pmd/reload.png +phpMyAdmin/themes/original/img/pmd/resize.png +phpMyAdmin/themes/original/img/pmd/rightarrow1.png +phpMyAdmin/themes/original/img/pmd/rightarrow2.png +phpMyAdmin/themes/original/img/pmd/save.png +phpMyAdmin/themes/original/img/pmd/small_tab.png +phpMyAdmin/themes/original/img/pmd/table.png +phpMyAdmin/themes/original/img/pmd/toggle_lines.png +phpMyAdmin/themes/original/img/pmd/top_panel.png +phpMyAdmin/themes/original/img/pmd/uparrow2_m.png phpMyAdmin/themes/original/img/s_asc.png phpMyAdmin/themes/original/img/s_asci.png +phpMyAdmin/themes/original/img/s_attention.png phpMyAdmin/themes/original/img/s_cancel.png +phpMyAdmin/themes/original/img/s_cog.png phpMyAdmin/themes/original/img/s_db.png phpMyAdmin/themes/original/img/s_desc.png phpMyAdmin/themes/original/img/s_error.png phpMyAdmin/themes/original/img/s_error2.png phpMyAdmin/themes/original/img/s_fulltext.png phpMyAdmin/themes/original/img/s_host.png +phpMyAdmin/themes/original/img/s_info.png phpMyAdmin/themes/original/img/s_lang.png phpMyAdmin/themes/original/img/s_loggoff.png phpMyAdmin/themes/original/img/s_notice.png +phpMyAdmin/themes/original/img/s_okay.png phpMyAdmin/themes/original/img/s_partialtext.png phpMyAdmin/themes/original/img/s_passwd.png phpMyAdmin/themes/original/img/s_process.png @@ -708,6 +836,7 @@ phpMyAdmin/themes/original/img/s_really. phpMyAdmin/themes/original/img/s_reload.png phpMyAdmin/themes/original/img/s_replication.png phpMyAdmin/themes/original/img/s_rights.png +phpMyAdmin/themes/original/img/s_sortable.png phpMyAdmin/themes/original/img/s_status.png phpMyAdmin/themes/original/img/s_success.png phpMyAdmin/themes/original/img/s_sync.png @@ -715,9 +844,17 @@ phpMyAdmin/themes/original/img/s_tbl.png phpMyAdmin/themes/original/img/s_theme.png phpMyAdmin/themes/original/img/s_vars.png phpMyAdmin/themes/original/img/s_views.png +phpMyAdmin/themes/original/img/south-mini.png phpMyAdmin/themes/original/img/spacer.png +phpMyAdmin/themes/original/img/sprites.png +phpMyAdmin/themes/original/img/toggle-ltr.png +phpMyAdmin/themes/original/img/toggle-rtl.png phpMyAdmin/themes/original/img/vertical_line.png +phpMyAdmin/themes/original/img/west-mini.png phpMyAdmin/themes/original/img/window-new.png +phpMyAdmin/themes/original/img/zoom-minus-mini.png +phpMyAdmin/themes/original/img/zoom-plus-mini.png +phpMyAdmin/themes/original/img/zoom-world-mini.png phpMyAdmin/themes/original/info.inc.php phpMyAdmin/themes/original/jquery/ phpMyAdmin/themes/original/jquery/images/ @@ -734,9 +871,10 @@ phpMyAdmin/themes/original/jquery/images phpMyAdmin/themes/original/jquery/images/ui-icons_454545_256x240.png phpMyAdmin/themes/original/jquery/images/ui-icons_888888_256x240.png phpMyAdmin/themes/original/jquery/images/ui-icons_cd0a0a_256x240.png -phpMyAdmin/themes/original/jquery/jquery-ui-1.8.custom.css +phpMyAdmin/themes/original/jquery/jquery-ui-1.8.16.custom.css phpMyAdmin/themes/original/layout.inc.php phpMyAdmin/themes/original/screen.png +phpMyAdmin/themes/original/sprites.lib.php phpMyAdmin/themes/pmahomme/ phpMyAdmin/themes/pmahomme/css/ phpMyAdmin/themes/pmahomme/css/theme_left.css.php @@ -761,9 +899,12 @@ phpMyAdmin/themes/pmahomme/img/b_drop.pn phpMyAdmin/themes/pmahomme/img/b_edit.png phpMyAdmin/themes/pmahomme/img/b_empty.png phpMyAdmin/themes/pmahomme/img/b_engine.png +phpMyAdmin/themes/pmahomme/img/b_event_add.png +phpMyAdmin/themes/pmahomme/img/b_events.png phpMyAdmin/themes/pmahomme/img/b_export.png phpMyAdmin/themes/pmahomme/img/b_firstpage.png phpMyAdmin/themes/pmahomme/img/b_ftext.png +phpMyAdmin/themes/pmahomme/img/b_globe.gif phpMyAdmin/themes/pmahomme/img/b_help.png phpMyAdmin/themes/pmahomme/img/b_home.png phpMyAdmin/themes/pmahomme/img/b_import.png @@ -784,6 +925,8 @@ phpMyAdmin/themes/pmahomme/img/b_primary phpMyAdmin/themes/pmahomme/img/b_print.png phpMyAdmin/themes/pmahomme/img/b_props.png phpMyAdmin/themes/pmahomme/img/b_relations.png +phpMyAdmin/themes/pmahomme/img/b_routine_add.png +phpMyAdmin/themes/pmahomme/img/b_routines.png phpMyAdmin/themes/pmahomme/img/b_save.png phpMyAdmin/themes/pmahomme/img/b_sbrowse.png phpMyAdmin/themes/pmahomme/img/b_sdb.png @@ -791,6 +934,7 @@ phpMyAdmin/themes/pmahomme/img/b_search. phpMyAdmin/themes/pmahomme/img/b_selboard.png phpMyAdmin/themes/pmahomme/img/b_select.png phpMyAdmin/themes/pmahomme/img/b_snewtbl.png +phpMyAdmin/themes/pmahomme/img/b_spatial.png phpMyAdmin/themes/pmahomme/img/b_sql.png phpMyAdmin/themes/pmahomme/img/b_sqldoc.png phpMyAdmin/themes/pmahomme/img/b_sqlhelp.png @@ -800,6 +944,8 @@ phpMyAdmin/themes/pmahomme/img/b_tblimpo phpMyAdmin/themes/pmahomme/img/b_tblops.png phpMyAdmin/themes/pmahomme/img/b_tbloptimize.png phpMyAdmin/themes/pmahomme/img/b_tipp.png +phpMyAdmin/themes/pmahomme/img/b_trigger_add.png +phpMyAdmin/themes/pmahomme/img/b_triggers.png phpMyAdmin/themes/pmahomme/img/b_unique.png phpMyAdmin/themes/pmahomme/img/b_usradd.png phpMyAdmin/themes/pmahomme/img/b_usrcheck.png @@ -811,7 +957,9 @@ phpMyAdmin/themes/pmahomme/img/b_views.p phpMyAdmin/themes/pmahomme/img/bd_browse.png phpMyAdmin/themes/pmahomme/img/bd_deltbl.png phpMyAdmin/themes/pmahomme/img/bd_drop.png +phpMyAdmin/themes/pmahomme/img/bd_edit.png phpMyAdmin/themes/pmahomme/img/bd_empty.png +phpMyAdmin/themes/pmahomme/img/bd_export.png phpMyAdmin/themes/pmahomme/img/bd_firstpage.png phpMyAdmin/themes/pmahomme/img/bd_ftext.png phpMyAdmin/themes/pmahomme/img/bd_index.png @@ -822,11 +970,16 @@ phpMyAdmin/themes/pmahomme/img/bd_prevpa phpMyAdmin/themes/pmahomme/img/bd_primary.png phpMyAdmin/themes/pmahomme/img/bd_sbrowse.png phpMyAdmin/themes/pmahomme/img/bd_select.png +phpMyAdmin/themes/pmahomme/img/bd_spatial.png phpMyAdmin/themes/pmahomme/img/bd_unique.png phpMyAdmin/themes/pmahomme/img/body_bg.png +phpMyAdmin/themes/pmahomme/img/col_drop.png +phpMyAdmin/themes/pmahomme/img/col_pointer.png +phpMyAdmin/themes/pmahomme/img/col_pointer_ver.png phpMyAdmin/themes/pmahomme/img/database.png phpMyAdmin/themes/pmahomme/img/database_list_li_hover.png phpMyAdmin/themes/pmahomme/img/docs_menu_bg.png +phpMyAdmin/themes/pmahomme/img/east-mini.png phpMyAdmin/themes/pmahomme/img/error.ico phpMyAdmin/themes/pmahomme/img/eye.png phpMyAdmin/themes/pmahomme/img/eye_grey.png @@ -839,21 +992,78 @@ phpMyAdmin/themes/pmahomme/img/logo_left phpMyAdmin/themes/pmahomme/img/logo_right.png phpMyAdmin/themes/pmahomme/img/marked_bg.png phpMyAdmin/themes/pmahomme/img/more.png -phpMyAdmin/themes/pmahomme/img/new_data.jpg -phpMyAdmin/themes/pmahomme/img/new_data_hovered.jpg -phpMyAdmin/themes/pmahomme/img/new_data_selected.jpg -phpMyAdmin/themes/pmahomme/img/new_data_selected_hovered.jpg -phpMyAdmin/themes/pmahomme/img/new_struct.jpg -phpMyAdmin/themes/pmahomme/img/new_struct_hovered.jpg -phpMyAdmin/themes/pmahomme/img/new_struct_selected.jpg -phpMyAdmin/themes/pmahomme/img/new_struct_selected_hovered.jpg +phpMyAdmin/themes/pmahomme/img/new_data.png +phpMyAdmin/themes/pmahomme/img/new_data_hovered.png +phpMyAdmin/themes/pmahomme/img/new_data_selected.png +phpMyAdmin/themes/pmahomme/img/new_data_selected_hovered.png +phpMyAdmin/themes/pmahomme/img/new_struct.png +phpMyAdmin/themes/pmahomme/img/new_struct_hovered.png +phpMyAdmin/themes/pmahomme/img/new_struct_selected.png +phpMyAdmin/themes/pmahomme/img/new_struct_selected_hovered.png +phpMyAdmin/themes/pmahomme/img/north-mini.png +phpMyAdmin/themes/pmahomme/img/pause.png phpMyAdmin/themes/pmahomme/img/php_sym.png +phpMyAdmin/themes/pmahomme/img/play.png phpMyAdmin/themes/pmahomme/img/pma_logo2.png +phpMyAdmin/themes/pmahomme/img/pmd/ +phpMyAdmin/themes/pmahomme/img/pmd/1.png +phpMyAdmin/themes/pmahomme/img/pmd/2.png +phpMyAdmin/themes/pmahomme/img/pmd/2leftarrow.png +phpMyAdmin/themes/pmahomme/img/pmd/2leftarrow_m.png +phpMyAdmin/themes/pmahomme/img/pmd/2rightarrow.png +phpMyAdmin/themes/pmahomme/img/pmd/2rightarrow_m.png +phpMyAdmin/themes/pmahomme/img/pmd/3.png +phpMyAdmin/themes/pmahomme/img/pmd/4.png +phpMyAdmin/themes/pmahomme/img/pmd/5.png +phpMyAdmin/themes/pmahomme/img/pmd/6.png +phpMyAdmin/themes/pmahomme/img/pmd/7.png +phpMyAdmin/themes/pmahomme/img/pmd/8.png +phpMyAdmin/themes/pmahomme/img/pmd/FieldKey_small.png +phpMyAdmin/themes/pmahomme/img/pmd/Field_small.png +phpMyAdmin/themes/pmahomme/img/pmd/Field_small_char.png +phpMyAdmin/themes/pmahomme/img/pmd/Field_small_date.png +phpMyAdmin/themes/pmahomme/img/pmd/Field_small_int.png +phpMyAdmin/themes/pmahomme/img/pmd/Header.png +phpMyAdmin/themes/pmahomme/img/pmd/Header_Linked.png +phpMyAdmin/themes/pmahomme/img/pmd/and_icon.png +phpMyAdmin/themes/pmahomme/img/pmd/ang_direct.png +phpMyAdmin/themes/pmahomme/img/pmd/bord.png +phpMyAdmin/themes/pmahomme/img/pmd/bottom.png +phpMyAdmin/themes/pmahomme/img/pmd/def.png +phpMyAdmin/themes/pmahomme/img/pmd/display_field.png +phpMyAdmin/themes/pmahomme/img/pmd/downarrow1.png +phpMyAdmin/themes/pmahomme/img/pmd/downarrow2.png +phpMyAdmin/themes/pmahomme/img/pmd/downarrow2_m.png +phpMyAdmin/themes/pmahomme/img/pmd/exec.png +phpMyAdmin/themes/pmahomme/img/pmd/exec_small.png +phpMyAdmin/themes/pmahomme/img/pmd/favicon.ico +phpMyAdmin/themes/pmahomme/img/pmd/grid.png +phpMyAdmin/themes/pmahomme/img/pmd/help.png +phpMyAdmin/themes/pmahomme/img/pmd/help_relation.png +phpMyAdmin/themes/pmahomme/img/pmd/left_panel_butt.png +phpMyAdmin/themes/pmahomme/img/pmd/left_panel_tab.png +phpMyAdmin/themes/pmahomme/img/pmd/minus.png +phpMyAdmin/themes/pmahomme/img/pmd/or_icon.png +phpMyAdmin/themes/pmahomme/img/pmd/pdf.png +phpMyAdmin/themes/pmahomme/img/pmd/plus.png +phpMyAdmin/themes/pmahomme/img/pmd/query_builder.png +phpMyAdmin/themes/pmahomme/img/pmd/relation.png +phpMyAdmin/themes/pmahomme/img/pmd/reload.png +phpMyAdmin/themes/pmahomme/img/pmd/resize.png +phpMyAdmin/themes/pmahomme/img/pmd/rightarrow1.png +phpMyAdmin/themes/pmahomme/img/pmd/rightarrow2.png +phpMyAdmin/themes/pmahomme/img/pmd/save.png +phpMyAdmin/themes/pmahomme/img/pmd/small_tab.png +phpMyAdmin/themes/pmahomme/img/pmd/table.png +phpMyAdmin/themes/pmahomme/img/pmd/toggle_lines.png +phpMyAdmin/themes/pmahomme/img/pmd/top_panel.png +phpMyAdmin/themes/pmahomme/img/pmd/uparrow2_m.png phpMyAdmin/themes/pmahomme/img/s_asc.png phpMyAdmin/themes/pmahomme/img/s_asci.png phpMyAdmin/themes/pmahomme/img/s_attention.png phpMyAdmin/themes/pmahomme/img/s_cancel.png phpMyAdmin/themes/pmahomme/img/s_cancel2.png +phpMyAdmin/themes/pmahomme/img/s_cog.png phpMyAdmin/themes/pmahomme/img/s_db.png phpMyAdmin/themes/pmahomme/img/s_desc.png phpMyAdmin/themes/pmahomme/img/s_error.png @@ -872,6 +1082,7 @@ phpMyAdmin/themes/pmahomme/img/s_really. phpMyAdmin/themes/pmahomme/img/s_reload.png phpMyAdmin/themes/pmahomme/img/s_replication.png phpMyAdmin/themes/pmahomme/img/s_rights.png +phpMyAdmin/themes/pmahomme/img/s_sortable.png phpMyAdmin/themes/pmahomme/img/s_status.png phpMyAdmin/themes/pmahomme/img/s_success.png phpMyAdmin/themes/pmahomme/img/s_sync.png @@ -879,12 +1090,20 @@ phpMyAdmin/themes/pmahomme/img/s_tbl.png phpMyAdmin/themes/pmahomme/img/s_theme.png phpMyAdmin/themes/pmahomme/img/s_vars.png phpMyAdmin/themes/pmahomme/img/s_views.png +phpMyAdmin/themes/pmahomme/img/south-mini.png phpMyAdmin/themes/pmahomme/img/spacer.png +phpMyAdmin/themes/pmahomme/img/sprites.png phpMyAdmin/themes/pmahomme/img/tab_bg.png phpMyAdmin/themes/pmahomme/img/tab_hover_bg.png phpMyAdmin/themes/pmahomme/img/tabactive_bg.png +phpMyAdmin/themes/pmahomme/img/toggle-ltr.png +phpMyAdmin/themes/pmahomme/img/toggle-rtl.png phpMyAdmin/themes/pmahomme/img/vertical_line.png +phpMyAdmin/themes/pmahomme/img/west-mini.png phpMyAdmin/themes/pmahomme/img/window-new.png +phpMyAdmin/themes/pmahomme/img/zoom-minus-mini.png +phpMyAdmin/themes/pmahomme/img/zoom-plus-mini.png +phpMyAdmin/themes/pmahomme/img/zoom-world-mini.png phpMyAdmin/themes/pmahomme/info.inc.php phpMyAdmin/themes/pmahomme/jquery/ phpMyAdmin/themes/pmahomme/jquery/images/ @@ -901,14 +1120,17 @@ phpMyAdmin/themes/pmahomme/jquery/images phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png -phpMyAdmin/themes/pmahomme/jquery/jquery-ui-1.8.custom.css +phpMyAdmin/themes/pmahomme/jquery/jquery-ui-1.8.16.custom.css phpMyAdmin/themes/pmahomme/layout.inc.php phpMyAdmin/themes/pmahomme/screen.png +phpMyAdmin/themes/pmahomme/sprites.lib.php +phpMyAdmin/themes/sprites.css.php phpMyAdmin/themes/svg_gradient.php phpMyAdmin/transformation_overview.php phpMyAdmin/transformation_wrapper.php phpMyAdmin/url.php phpMyAdmin/user_password.php +phpMyAdmin/version_check.php phpMyAdmin/view_create.php phpMyAdmin/view_operations.php phpMyAdmin/webapp.php Index: pkg/README =================================================================== RCS file: /cvs/ports/www/phpmyadmin/pkg/README,v retrieving revision 1.1 diff -u -p -r1.1 README --- pkg/README 31 Aug 2012 16:40:38 -0000 1.1 +++ pkg/README 9 Jan 2013 13:57:55 -0000 @@ -13,10 +13,8 @@ the configuration file: # /etc/rc.d/httpd restart By default, this sets an alias for /phpMyAdmin and restricts access -to connections coming from localhost. It also uses AllowOverride to -enable an .htaccess file restricting access from search engine bots. -(The previously recommended method of adding a symlink under htdocs/ -is not compatible with <Directory> overrides). +to connections coming from localhost. +It also restricts access from search engine bots. If you need to allow wider access, after considering security implications, edit /var/www/conf/modules.sample/phpMyAdmin-httpd.conf
