From: <dj...@us...> - 2012-02-13 02:12:42
|
Revision: 8946 http://xoops.svn.sourceforge.net/xoops/?rev=8946&view=rev Author: djculex Date: 2012-02-13 02:12:36 +0000 (Mon, 13 Feb 2012) Log Message: ----------- Modified Paths: -------------- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt Modified: XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt =================================================================== --- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-02-13 02:11:21 UTC (rev 8945) +++ XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-02-13 02:12:36 UTC (rev 8946) @@ -21,6 +21,7 @@ 13. February - Bugfix: Removed php 5.30 function to convert dateformat and replaced with simpler function - Change: Removed php 5.30 function to calculate difference between dates in Years. +- change: Smallworld decreased min-php to >= 5.20 ------------------------------ Changelog v.1.10 RC This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dj...@us...> - 2012-02-16 20:43:48
|
Revision: 9005 http://xoops.svn.sourceforge.net/xoops/?rev=9005&view=rev Author: djculex Date: 2012-02-16 20:43:41 +0000 (Thu, 16 Feb 2012) Log Message: ----------- Modified Paths: -------------- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt Modified: XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt =================================================================== --- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-02-16 20:41:09 UTC (rev 9004) +++ XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-02-16 20:43:41 UTC (rev 9005) @@ -2,45 +2,45 @@ Changelog v.1.11 RC ------------------------------ 9. february 2012 -- Bugfix: Takeover links not using XOOPS_URL correct(djculex) -- Bugfix: Created function smallworld_getImageSize to test if allow_url_fopen = on else try cUrl else return default for image sizes(djculex) +- Bugfix: Takeover links not using XOOPS_URL correct (djculex) +- Bugfix: Created function smallworld_getImageSize to test if allow_url_fopen = on else try cUrl else return default for image sizes (djculex) - Bugfix: ../js/smallworld.js added smallworld_url (xoops_url) to submit in registration (djculex) -- Bugfix: Check if 'interested in' and 'searchrelat' isset else create default serialized array +- Bugfix: Check if 'interested in' and 'searchrelat' isset else create default serialized array (djculex) 11. Februar 2012 -- Bugfix: Added check to see if user images folder already exists in uploads -- Bugfix: Check if dateTime obj is != null else return 01-01-1900 or 1900-01-01 -- Bugfix: check if gender or country images are set else return '' -- Bugfix: Added missing function previously added to svn ?? wierd! -- Bugfix: Gender was missing in select multi for form items -- Bugfix: Remove error in json reply +- Bugfix: Added check to see if user images folder already exists in uploads (djculex) +- Bugfix: Check if dateTime obj is != null else return 01-01-1900 or 1900-01-01 (djculex) +- Bugfix: check if gender or country images are set else return '' (djculex) +- Bugfix: Added missing function previously added to svn ?? wierd! (djculex) +- Bugfix: Gender was missing in select multi for form items (djculex) +- Bugfix: Remove error in json reply (djculex) 12. February 2012 -- Bugfix: Keep imagegallery in colorbox even if imageData.index is null +- Bugfix: Keep imagegallery in colorbox even if imageData.index is null (djculex) 13. February -- NEW: If number if comments >2 then show 2 comments and show "show more" / "Show less" container -- Bugfix: Removed php 5.30 function to convert dateformat and replaced with simpler function -- Bugfix: Textarea in updates did not resize while writing. -- Bugfix: Dom set max-width to ".update" -- Change: Removed php 5.30 function to calculate difference between dates in Years. -- change: Smallworld decreased min-php to >= 5.20 -- Change: Replace a split() -> explode() function to remove depreseated info -- Change: Center search field, and use imageResize function on avatars +- NEW: If number if comments >2 then show 2 comments and show "show more" / "Show less" container (djculex) +- Bugfix: Removed php 5.30 function to convert dateformat and replaced with simpler function (djculex) +- Bugfix: Textarea in updates did not resize while writing. (djculex) +- Bugfix: Dom set max-width to ".update" (djculex) +- Change: Removed php 5.30 function to calculate difference between dates in Years. (djculex) +- change: Smallworld decreased min-php to >= 5.20 (djculex) +- Change: Replace a split() -> explode() function to remove depreseated info (djculex) +- Change: Center search field, and use imageResize function on avatars (djculex) - Change: Minor css adjustments -- land_diff: see docs/lang_diff.txt for 2 changes in lang/js/variables.js +- land_diff: see docs/lang_diff.txt for 2 changes in lang/js/variables.js (djculex) 14. February -- Bugfix: Aply function to only run getSelects.php on register and editprofile.php. -- Bugfix: removed anoying pop up [object, object] error -- Change: adjusted jSon returned from checks +- Bugfix: Aply function to only run getSelects.php on register and editprofile.php. (djculex) +- Bugfix: removed anoying pop up [object, object] error (djculex) +- Change: adjusted jSon returned from checks (djculex) 16. February -- Bugfix: Friendship requests sometimes show when empty -- Bugfix: Get size of avatar function return void on blank.png -- Bugfix: Miss count is most active users in admin -- Bugfix: Miscount in todays most active users in admin -- Change: min mysql set to 5.0.5 instead of 5.0.7 +- Bugfix: Friendship requests sometimes show when empty (djculex) +- Bugfix: Get size of avatar function return void on blank.png (djculex) +- Bugfix: Miss count is most active users in admin (djculex) +- Bugfix: Miscount in todays most active users in admin (djculex) +- Change: min mysql set to 5.0.5 instead of 5.0.7 (djculex) ------------------------------ Changelog v.1.10 RC This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dj...@us...> - 2012-03-07 18:44:17
|
Revision: 9109 http://xoops.svn.sourceforge.net/xoops/?rev=9109&view=rev Author: djculex Date: 2012-03-07 18:44:06 +0000 (Wed, 07 Mar 2012) Log Message: ----------- Modified Paths: -------------- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt Modified: XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt =================================================================== --- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-03-07 18:43:19 UTC (rev 9108) +++ XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-03-07 18:44:06 UTC (rev 9109) @@ -21,6 +21,7 @@ - Bugfix: Correction language/danish/js/bookmark.js - Bugfix: Calculating age in profile was (-1 year) when month == this month. Now only if day < this day - Bugfix: added some return false; or e.preventDefault; to js functions +- Bugfix: After pressing 'more' - avatar size in comment is wrong - Change: Preparing test for adding js / css to templates via function based on request page ------------------------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dj...@us...> - 2012-05-08 17:09:51
|
Revision: 9464 http://xoops.svn.sourceforge.net/xoops/?rev=9464&view=rev Author: djculex Date: 2012-05-08 17:09:45 +0000 (Tue, 08 May 2012) Log Message: ----------- changelog.txt Modified Paths: -------------- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt Modified: XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt =================================================================== --- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-05-08 16:52:51 UTC (rev 9463) +++ XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-05-08 17:09:45 UTC (rev 9464) @@ -1,4 +1,28 @@ ------------------------------ +Changelog v.1.11 RC 6 +------------------------------ +8 May 2012 Revision 9398 - 9463 + +- NEW added russian language (Thanks Yura) +- NEW added French language (Thanks Cesag) +- Bugfix: Replaced hardcoded lang. defines (thanks Cesag) +- Bugfix: Fixed image popups opening correct image (thanks Flipse) +- Bugfix: removed expired bookmarks from jquery.bookmark.js (cesag) +- Bugfix: Typos & Missing defines (Thanks Cesag) +- Bugfix: Added a complete event handler to register.php + disable input submit in case of error +- Bugfix: Submit register and edit profile is not Json +- Bugfix: Some html malformed functions +- Bugfix: Corrected image styling (Thx Yuri) +- Bugfix: removed extra divs & closing correctly span (thx Yuri) +- Bugfix: Checking for null values in jquery.oembed.js +- Bugfix: Breaking jquery without adding jquery.coundown.js to core.php +- Bugfix: Correcting how smallworld_getAvatarLink handles non-image values +- Bugfix: More utf-8 special entities not displayed correct +- Bugfix: Problems with wrong username in image uploads->wall Updates +- Bugfix: Fix for deprecated >xoops_setCaching($value) (mamba) +- Bugfix: error in count in admin/index.php + +------------------------------ Changelog v.1.11 RC 5 ------------------------------ 29 April 2012 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dj...@us...> - 2012-05-08 22:36:44
|
Revision: 9466 http://xoops.svn.sourceforge.net/xoops/?rev=9466&view=rev Author: djculex Date: 2012-05-08 22:36:38 +0000 (Tue, 08 May 2012) Log Message: ----------- - Change: Changelog up-to-date Modified Paths: -------------- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt Modified: XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt =================================================================== --- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-05-08 22:32:40 UTC (rev 9465) +++ XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-05-08 22:36:38 UTC (rev 9466) @@ -1,5 +1,5 @@ ------------------------------ -Changelog v.1.11 RC 6 +Changelog v.1.15 RC 6 ------------------------------ 8 May 2012 Revision 9398 - 9463 @@ -23,7 +23,7 @@ - Bugfix: error in count in admin/index.php ------------------------------ -Changelog v.1.11 RC 5 +Changelog v.1.15 RC 5 ------------------------------ 29 April 2012 - Bugfix: Changed maxWidth in Oembeds @@ -41,7 +41,7 @@ - Change: Corrected and added language defines (see lang_diff.txt) ------------------------------ -Changelog v.1.11 RC 4 +Changelog v.1.12 RC 4 ------------------------------ 23 February 2012 - Bugfix: Sharing on facebook is returning false. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dj...@us...> - 2012-05-13 16:21:41
|
Revision: 9503 http://xoops.svn.sourceforge.net/xoops/?rev=9503&view=rev Author: djculex Date: 2012-05-13 16:21:35 +0000 (Sun, 13 May 2012) Log Message: ----------- updated changelog to RC 7 Modified Paths: -------------- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt Modified: XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt =================================================================== --- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-05-13 16:15:22 UTC (rev 9502) +++ XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-05-13 16:21:35 UTC (rev 9503) @@ -1,4 +1,21 @@ ------------------------------ +Changelog v.1.15 RC 7 +------------------------------ +13 May 2012 Revision 9464 - 9502 + +- Bugfix: !!! Private updates showing in search results !! (thanks Yuri) +- Bugfix: Private and Public messages not filtered correctly +- Bugfix: Removed redundant span from message ajax file +- Bugfix: Filtering search results to include only friendly messages or public +- Bugfix: Missing vars in jquery.ui.datepicker localization (cesag) +- Bugfix: Converting CR to <br> in comments / updates (Cesag) +- Change: Set 1 (monday) as default starting day in jquery.ui.js +- Change: enlarged innerWidth and height in edit_image desc js file +- Change: Added updated french translations (Cesag) +- Change: First day of week fix from 0 to 1 (Cesag) + + +------------------------------ Changelog v.1.15 RC 6 ------------------------------ 8 May 2012 Revision 9398 - 9463 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dj...@us...> - 2012-06-12 14:59:28
|
Revision: 9643 http://xoops.svn.sourceforge.net/xoops/?rev=9643&view=rev Author: djculex Date: 2012-06-12 14:59:17 +0000 (Tue, 12 Jun 2012) Log Message: ----------- Updating change log to RC 8 Modified Paths: -------------- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt Modified: XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt =================================================================== --- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-06-12 14:54:18 UTC (rev 9642) +++ XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-06-12 14:59:17 UTC (rev 9643) @@ -1,4 +1,22 @@ ------------------------------ +Changelog v.1.15 RC 8 +------------------------------ +12 June 2012 Revision 9540 - 9642 + +- Bugfix: Updates were not embedded when submitting update +- Bugfix: Fixed wrong avatar showing in mail when replying comment / update +- Bugfix: Replaced icon_start.png to correct version +- Change: A bit of styling to upload screen +- Change: Added a jquery each using regex to filter all mp3 to be used in oembed -> showing audio player +- Change: Ajusted jquery for fileupload maxheight is 40% of screen +- Change: Wrote to new plugins for oembed so xoops news and mp3 files are automatic embedded in updates +- Change: Adjusted margin in download css/jquery.fileupload-ui.css +- Change: Adjusted height in download window +- Change: Adjusted credits +- change: Added height & innerHeight to show gallery +- Change: French translations (Cesag) + +------------------------------ Changelog v.1.15 RC 7 ------------------------------ 13 May 2012 Revision 9464 - 9502 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dj...@us...> - 2012-06-25 14:15:51
|
Revision: 9715 http://xoops.svn.sourceforge.net/xoops/?rev=9715&view=rev Author: djculex Date: 2012-06-25 14:15:41 +0000 (Mon, 25 Jun 2012) Log Message: ----------- - Change: Changelog upped to RC 9 with recent changes Modified Paths: -------------- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt Modified: XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt =================================================================== --- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-06-25 14:11:24 UTC (rev 9714) +++ XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2012-06-25 14:15:41 UTC (rev 9715) @@ -1,4 +1,17 @@ ------------------------------ +Changelog v.1.15 RC 9 +------------------------------ +25 June 2012 Revision 9645 - 9713 + +- Change: Typos corrected (Defkon1) +- Change: Country flags is replaced in images/ to be used by geonames.js plugins +- Bugfix: Accidently xoops error logger is true. Now set to false to return valid jSon +- Bugfix: Smallworld jquery.js and jquery.ui.js is extended after load then overwritten by xoops javascript. Special check for xoops version is included in core.php +- Bugfix: Json array using illegal whitespace in ajax +- Bugfix: Geonames.js plugin using country maps in dropdown +- Bugfix: Replace country code by image using geonames plugin Vs country text using google maps + +------------------------------ Changelog v.1.15 RC 8 ------------------------------ 12 June 2012 Revision 9540 - 9642 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |