|
From: <be...@us...> - 2013-06-05 06:48:26
|
Revision: 11633
http://sourceforge.net/p/xoops/svn/11633
Author: beckmi
Date: 2013-06-05 06:48:24 +0000 (Wed, 05 Jun 2013)
Log Message:
-----------
Updating changelog
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
Modified: XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2013-06-05 06:46:25 UTC (rev 11632)
+++ XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2013-06-05 06:48:24 UTC (rev 11633)
@@ -7,6 +7,8 @@
- ID: 1269 Block template file will not updated after update the module (Irmtfan)
- reversing fix for potential lack of rendering css and javascript in Installer on the last screen by culex
- removing @ in link[@rel*=style][title] in styleswitch.js (not needed in jQuery 1.83) (SMEDrieben/Mamba)
+- added missing "`" in upgrade from 2.0.18 to 2.3.0 (mamba)
+- fixing errors in upgrade from 2.4.0 to 2.4.1 (mamba,voltan)
===============================
2013/04/21: Version 2.5.6 Final
|
|
From: <be...@us...> - 2013-08-11 20:46:59
|
Revision: 11897
http://sourceforge.net/p/xoops/svn/11897
Author: beckmi
Date: 2013-08-11 20:46:57 +0000 (Sun, 11 Aug 2013)
Log Message:
-----------
Updating changelog.250.txt
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
Modified: XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2013-08-11 20:44:42 UTC (rev 11896)
+++ XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2013-08-11 20:46:57 UTC (rev 11897)
@@ -14,6 +14,7 @@
- fixed issue with jGrows in xoops.css (xoobaru/tarik)
- fix for deprecated "preg_replace/e" function in PHP 5.5 (mamba)
- ID: 1143 (old ID 430840) class/module.errorhandler.php (uberrookie/zyspec)
+- added: check if 'date.timezone' is set in php.ini, if not, set it to UTC (cesag/mamba)
===============================
2013/04/21: Version 2.5.6 Final
|
|
From: <be...@us...> - 2013-11-09 22:10:43
|
Revision: 12225
http://sourceforge.net/p/xoops/svn/12225
Author: beckmi
Date: 2013-11-09 22:10:38 +0000 (Sat, 09 Nov 2013)
Log Message:
-----------
added missing apostrophe corrections for Date types in CleanVars in /class/model/write.php
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
Modified: XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2013-11-09 22:09:17 UTC (rev 12224)
+++ XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2013-11-09 22:10:38 UTC (rev 12225)
@@ -38,7 +38,7 @@
- added missing info about new language constants in Fast Comments (irmtfan/mamba)
- fixed Undefined index: uid in file /modules/profile/userinfo.php line 24 (cesag/mamba)
- set minimum PHP version to 5.3.7 (mamba)
-- added missing apostrophe functions for Date types in CleanVars in /class/model/write.php
+- added missing apostrophe corrections for Date types in CleanVars in /class/model/write.php
Security fixes
|
|
From: <be...@us...> - 2014-03-19 17:46:54
|
Revision: 12397
http://sourceforge.net/p/xoops/svn/12397
Author: beckmi
Date: 2014-03-19 17:46:49 +0000 (Wed, 19 Mar 2014)
Log Message:
-----------
Updating changelog.250.txt
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
Modified: XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2014-03-19 17:44:50 UTC (rev 12396)
+++ XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2014-03-19 17:46:49 UTC (rev 12397)
@@ -9,6 +9,7 @@
- replaced "array_diff_assoc" with "array_diff_key" in /class/theme_blocks.php (masel/mamba)
- icons for active module sections in System module not shown correctly (Slider84/mamba)
- added two new language definitions (see lang_diff.txt)
+- added Office 2007 MIME types (Voltan)
===============================
2014/03/06: Version 2.5.7 Beta 1
|
|
From: <be...@us...> - 2014-04-29 18:10:12
|
Revision: 12514
http://sourceforge.net/p/xoops/svn/12514
Author: beckmi
Date: 2014-04-29 18:10:07 +0000 (Tue, 29 Apr 2014)
Log Message:
-----------
fix for misspelled name
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
Modified: XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2014-04-29 15:51:52 UTC (rev 12513)
+++ XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2014-04-29 18:10:07 UTC (rev 12514)
@@ -5,7 +5,7 @@
===============================
- updated XoopsMediaUploader to use system memory values from php.ini, and to offer random file names (mamba/luciorota/zyspec)
- added .tpl to XoopsList's getHtmlListAsArray (wizanda)
-- updating xBootstrap (voltan, Angelo Roja)
+- updating xBootstrap (voltan, Angelo Rocha)
===============================
2014/04/06: Version 2.5.7 RC 1
@@ -89,7 +89,7 @@
- fix to correctly load the CSS file into the header in ModuleAdmin (Bleekk, Alfred)
- added "title" to buttons in DHTML Editor (mamba)
- updated required PHP and XOOPS versions, module versions in modules (cesag/mamba)
-- added xBootstrap theme (UI/UX Team: Angelo Roja, Bleekk, Heyula)
+- added xBootstrap theme (UI/UX Team: Angelo Rocha, Bleekk, Heyula)
- added extra escape for "e" in YESTERDAY definition in locale.php, which was added in PHP 5.4 (madDan)
- fixed PHP minimum version comparison in ModuleAdmin (mamba)
- fixed System Module image manager and popup image manager save images in different directories(luciorota)
|
|
From: <be...@us...> - 2014-05-10 09:31:07
|
Revision: 12526
http://sourceforge.net/p/xoops/svn/12526
Author: beckmi
Date: 2014-05-10 09:31:04 +0000 (Sat, 10 May 2014)
Log Message:
-----------
Updating changelog
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
Modified: XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2014-05-10 09:29:33 UTC (rev 12525)
+++ XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2014-05-10 09:31:04 UTC (rev 12526)
@@ -11,6 +11,8 @@
- corrected English typos (cesag)
- added missing .php file extension (AngeloRocha/Zyspec/rgriffith)
+Updated:
+ - TinyMCE to 3.5.11 (mamba)
===============================
2014/04/06: Version 2.5.7 RC 1
|
|
From: <be...@us...> - 2014-05-14 19:38:36
|
Revision: 12532
http://sourceforge.net/p/xoops/svn/12532
Author: beckmi
Date: 2014-05-14 19:38:33 +0000 (Wed, 14 May 2014)
Log Message:
-----------
Updating Changelog
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
Modified: XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2014-05-14 19:30:52 UTC (rev 12531)
+++ XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2014-05-14 19:38:33 UTC (rev 12532)
@@ -10,6 +10,8 @@
- renamed .html Smarty templates to .tpl in modules Profile and PM (mamba)
- corrected English typos (cesag)
- added missing .php file extension (AngeloRocha/Zyspec/rgriffith)
+- deprecated destoryVars($var) in object.php (cesag/rgriffith)
+- update phpmailer translation array to include all keys, and remove reassignment of $PHPMAILER_LANG as array() (cesag/rgriffith)
Updated:
- TinyMCE to 3.5.11 (mamba)
|
|
From: <be...@us...> - 2014-06-22 19:51:21
|
Revision: 12634
http://sourceforge.net/p/xoops/svn/12634
Author: beckmi
Date: 2014-06-22 19:51:11 +0000 (Sun, 22 Jun 2014)
Log Message:
-----------
Updating docu for the correct version of tablesorter
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
Modified: XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2014-06-22 13:03:57 UTC (rev 12633)
+++ XoopsCore/branches/2.5.x/2.5.7/docs/changelog.250.txt 2014-06-22 19:51:11 UTC (rev 12634)
@@ -36,7 +36,7 @@
- jQuery UI 1.10.4 (mamba)
- jQuery Lightbox to 1.2.3 (mamba)
- jQuery Form to 3.50.0 (mamba)
- - jQuery Tablesorter to 2.5.11 (mamba)
+ - jQuery Tablesorter to 2.15.11 (mamba)
- jGrowl to 1.2.14 (mamba)
===============================
|