Skip to content

Commit

Permalink
Merge pull request #770 from geekwright/beta1-2.5.11
Browse files Browse the repository at this point in the history
Version 2.5.11-Beta1 prep
  • Loading branch information
mambax7 authored Feb 15, 2020
2 parents 4f1e74c + 38115dd commit f8bac05
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 13 deletions.
47 changes: 42 additions & 5 deletions docs/changelog.250.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,55 @@
XOOPS 2.5.x Changelog (Language changes: see: /docs/lang_diff.txt)

===================================
2.5.11 Alpha NOT RELEASED
2.5.11 Beta1 2020/02/14
===================================
- Deprecate \XoopsObject::setFormVars() (geekwright)
- Add xswatch4, a Bootstrap v4.4 based theme (geekwright, mage, alain01)
- Fix "NaN" issue involving calendar.js use in MailUsers
- Update Help page in Blocks Admin
- Treat Block title starting with comment style '// ' (slash-slash-space) as blank
- Fix incorrect DB quoting of function calls
- Only load jquery for jgrowl support if jQuery is not defined
- Remove dead "list" type from profile module field support
- Type inconsistency fixes in XoopsMySQLDatabase and children
- PHP 7.4 compatibility fixes (mamba)
- Use Smarty template system_confirm.tpl for xoops_confirm (luciorota)
- In text sanitizer, do not add br tags on new line characters if text contains HTML
- Fix error in Group administration causing unrequested Description changes during edit
- Fix inconsistencies in XoopsMultiMailer
- Fix broken caching in Smarty xoMemberInfo function
- Fix corruption of chosen options in Blocks administration
- Attempt graceful failure on missing theme
- Fix active hyperlink on space between icons in admin screens (mage)
- Add Smarty $xoops_modulepage variable, form module/script.php?args... (mage)
- Fix incorrect tooltip in image manager category list
- Reset DHTML Editor Typography Controls (size, font and color) when focus lost
- Handle negative ini sizes properly in upload file sizes (goffy)
- Remove zetadigme admin theme
- Escape tooltip text in admin themes (HTML no longer supported)
- Deprecate system_CleanVars(), replace with appropriate Xmf\Request calls (mage)
- Fix incorrect user admin synchronization for newbb (fabou78)
- Fix message quoting in pm module (mage)
- Update admin.php RSS URL (poehoes)
- XoopsFormRendererBootstrap4 (tad0616, mage, geekwright)
- Deprecate \XoopsObject::setFormVars() (geekwright, mage)
- Unneeded by reference (geekwright)
- Implement Xmf\Request for input (geekwright)
- Fix install error under MySQL in ANSI mode (geekwright)
- Add noopener rel attribute to external links in TextSanitizer (geekwright)
- fix quote_answer_pm (Mage)
- fix quote_answer_pm (mage)

Xmf updated to v1.2.19, includes:
- fix issue in Xmf\Database\TableLoad::loadTableFromYamlFile()
- add \Xmf\ProxyCheck
- add \Xmf\Module\Helper::uploadUrl()
- add \Xmf\Module\Helper::uploadPath()
- add \Xmf\Uuid::packAsBinary()
- add \Xmf\Uuid::unpackBinary()

Updated libraries and assets:
- HTML Purifier to 4.12 (mamba)
- phpmailer to 5.2.27 (mamba)
- HTML Purifier to 4.12 (mamba)
- phpmailer to 5.2.27 (mamba)
- jQuery to 3.4.1 (mamba)

===================================
2.5.10 Final 2019/04/29
Expand Down
22 changes: 22 additions & 0 deletions docs/lang_diff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ LANGUAGE DIFFERENCES

Below are language differences from a version to next version.

================================
2020/02/14: Version 2.5.11-Beta1
================================
CHANGED FILES:
htdocs/install/language/english/welcome.php
- changed recommended PHP & MySQL versions, links changed to "https:"
htdocs/modules/system/language/english/help/blocksadmin.html

NEW FILES:
htdocs/themes/xswatch4/language/english/main.php
Started as copy of xswatch/language/english/main.php then:
- added define('THEME_TOOLBAR_DEBUGMODE', 'Debug Mode');
- added define('THEME_TOOLBAR_THIS_MODULE', 'This Module');
- added define('THEME_PERMISSIONS_LEGEND', 'Permissions & Legend');
- added define('THEME_INBOX_ALERT', 'PM Alert');
- added define('THEME_INBOX_LINK', 'Click here to view your Inbox!');
- added define('THEME_EVENT_DOWNLOADS', 'Event Downloads');
- added define('THEME_FILE_NAME', 'File');
- added define('THEME_FILE_SIZE', 'Size');
- added define('THEME_CONTROL_NEXT', 'Next');
- added define('THEME_CONTROL_PREVIOUS', 'Previous');

================================
2019/04/29: Version 2.5.10 Final
================================
Expand Down
6 changes: 3 additions & 3 deletions htdocs/include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright (c) 2000-2017 XOOPS Project (www.xoops.org)
* @license GNU GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @copyright (c) 2000-2020 XOOPS Project (https://xoops.org)
* @license GNU GPL 2 (https://www.gnu.org/licenses/gpl-2.0.html)
* @package kernel
*/
defined('XOOPS_ROOT_PATH') || exit('Restricted access');
Expand All @@ -29,4 +29,4 @@
/**
* Define XOOPS version
*/
define('XOOPS_VERSION', 'XOOPS 2.5.11-Alpha1');
define('XOOPS_VERSION', 'XOOPS 2.5.11-Beta1');
10 changes: 5 additions & 5 deletions htdocs/install/language/english/welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
</p>
<p>
XOOPS is released under the terms of the
<a href="http://www.gnu.org/licenses/gpl-2.0.html" rel="external">GNU General Public License (GPL)</a>
<a href="https://www.gnu.org/licenses/gpl-2.0.html" rel="external">GNU General Public License (GPL)</a>
version 2 or greater, and is free to use and modify.
It is free to redistribute as long as you abide by the distribution terms of the GPL.
</p>
<h3>Requirements</h3>
<ul>
<li>WWW Server (<a href="http://www.apache.org/" rel="external">Apache</a>, <a href="https://www.nginx.com/" rel="external">NGINX</a>, IIS, etc)</li>
<li><a href="http://www.php.net/" rel="external">PHP</a> 5.3.9 or higher, 7.1+ recommended</li>
<li><a href="http://www.mysql.com/" rel="external">MySQL</a> 5.5 or higher, 5.6+ recommended </li>
<li>WWW Server (<a href="https://www.apache.org/" rel="external">Apache</a>, <a href="https://www.nginx.com/" rel="external">NGINX</a>, IIS, etc)</li>
<li><a href="https://www.php.net/" rel="external">PHP</a> 5.3.9 or higher, 7.2+ recommended</li>
<li><a href="https://www.mysql.com/" rel="external">MySQL</a> 5.5 or higher, 5.7+ recommended </li>
</ul>
<h3>Before you install</h3>
<ol>
Expand All @@ -35,7 +35,7 @@
<h3>Special Notes</h3>
<p>Some specific system software combinations may require some additional configurations to work
with XOOPS. If any of these topics apply to your environment, please see the full
<a href="https://xoops.gitbook.io/xoops-install-upgrade/" class="external">XOOPS
<a href="https://xoops.gitbook.io/xoops-install-upgrade/" rel="external">XOOPS
installation manual</a> for more information.
</p>
<p>MySQL 8.0 is not supported in all PHP versions. Even in the supported versions, issues with the
Expand Down

0 comments on commit f8bac05

Please sign in to comment.