Skip to content

Commit

Permalink
Version 4.18.2 - 2014-07-20 Andreas Beutel <[email protected]>
Browse files Browse the repository at this point in the history
* Feature: Updated pMA to the latest stable 4.0.x release (4.0.10.1)
* Security: Includes non-critical security fixes
  * PMASA-2014-5: Self-XSS due to unescaped HTML output in database triggers page.
  * PMASA-2014-6: Multiple XSS in AJAX confirmation messages.
* Feature: #56522: Do not remove PL language on packaging for T3O
  • Loading branch information
abeutel committed Jul 20, 2014
1 parent a52961b commit e18661f
Show file tree
Hide file tree
Showing 1,144 changed files with 11,462 additions and 834 deletions.
1,673 changes: 1,119 additions & 554 deletions .gitattributes

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2014-07-20 Andreas Beutel <[email protected]>
* Version 4.18.2
* Feature: Updated pMA to the latest stable 4.0.x release (4.0.10.1)
* Security: Includes non-critical security fixes
* PMASA-2014-5: Self-XSS due to unescaped HTML output in database triggers page.
* PMASA-2014-6: Multiple XSS in AJAX confirmation messages.
* Feature: #56522: Do not remove PL language on packaging for T3O

2014-03-03 Andreas Beutel <[email protected]>
* Version 4.18.1
* Set TYPO3 6.2 compatibility
Expand Down
16 changes: 16 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# phpMyAdmin Database Management Utility

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over
the Web. phpMyAdmin supports a wide range of operations on MySQL, MariaDB and Drizzle. Frequently
used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc)
can be performed via the user interface, while you still have the ability to directly
execute any SQL statement - see http://www.phpmyadmin.net/

## Requirements and known issues
* The included phpMyAdmin 4.0.x is an older version and compatible with PHP 5.2 and MySQL 5.
It is supported for security fixes only (until Jan 1, 2015). Compatibility of TYPO3 extension
is set to TYPO3 4.5-LTS to 6.2-LTS - but it may NOT WORK due to an »incompatible« PHP version.

## Roadmap
With the end of support for phpMyAdmin 4.0 it will be replaced by 4.2 and the TYPO3 version constraint
will be at least 6.2-LTS. This change is expected to happen until the end of 2014.
Binary file modified doc/manual.sxw
Binary file not shown.
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'description' => 'Third party \'phpMyAdmin\' administration module. Access to admin-users only. 4.x releases require PHP 5.2, TYPO3 4.2 and MySQL 5. The 3.x branch is still supported: http://www.mehrwert.de/go/t3x',
'category' => 'module',
'shy' => 0,
'version' => '4.18.1',
'version' => '4.18.2',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
Expand Down
2 changes: 1 addition & 1 deletion ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
}

// The subdirectory where the pMA source is located (used for cookie removal and script inclusion)
$TYPO3_CONF_VARS['EXTCONF']['phpmyadmin']['pmaDirname'] = 'phpMyAdmin-4.0.10-all-languages';
$TYPO3_CONF_VARS['EXTCONF']['phpmyadmin']['pmaDirname'] = 'phpMyAdmin-4.0.10.1-all-languages';

?>
2 changes: 1 addition & 1 deletion modsub/conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$MCONF['name'] = 'tools_txphpmyadmin';
$MCONF['script'] = '_DISPATCH';
$MCONF['access'] = 'admin';
$MCONF['PMA_subdir'] = 'res/phpMyAdmin-4.0.10-all-languages/';
$MCONF['PMA_subdir'] = 'res/phpMyAdmin-4.0.10.1-all-languages/';
$MCONF['PMA_script'] = 'index.php';
$MLANG['default']['tabs_images']['tab'] = 'thirdparty_db.gif';
$MLANG['default']['ll_ref'] = 'LLL:EXT:phpmyadmin/modsub/locallang_mod.php';
Expand Down
1 change: 0 additions & 1 deletion res/phpMyAdmin-4.0.10-all-languages/RELEASE-DATE-4.0.10

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
154 changes: 0 additions & 154 deletions res/phpMyAdmin-4.0.10-all-languages/doc/html/_static/jquery.js

This file was deleted.

23 changes: 0 additions & 23 deletions res/phpMyAdmin-4.0.10-all-languages/doc/html/_static/underscore.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
phpMyAdmin - ChangeLog
======================

4.0.10.1 (2014-07-17)
- bug #4488 [security] XSS injection due to unescaped table name (triggers)
- bug #4492 [security] XSS in AJAX confirmation messages

4.0.10.0 (2013-12-04)
- bug #4150 Clicking database name in query window opens a new tab
- bug #4141 Wrong page is shown after editing; also, do not show a modal
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================

Version 4.0.10
Version 4.0.10.1

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

Expand All @@ -13,7 +13,7 @@ Copyright
Copyright (C) 1998-2000
Tobias Ratschiller <tobias_at_ratschiller.com>

Copyright (C) 2001-2013
Copyright (C) 2001-2014
Marc Delisle <marc_at_infomarc.info>
Olivier Müller <om_at_omnis.ch>
Robin Johnson <robbat2_at_users.sourceforge.net>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Thu Jul 17 21:38:36 UTC 2014
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# built documents.
#
# The short X.Y version.
version = '4.0.10'
version = '4.0.10.1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: e0984dc27aa56613a101a8149e0f4672
config: b97408b8fdc18e097feff094b1c6b13e
tags: fbb0d17656682115ca4d033fb2f83ba1
Loading

0 comments on commit e18661f

Please sign in to comment.