|
From: <dj...@us...> - 2013-03-13 12:56:49
|
Revision: 11217
http://sourceforge.net/p/xoops/svn/11217
Author: djculex
Date: 2013-03-13 12:56:46 +0000 (Wed, 13 Mar 2013)
Log Message:
-----------
Update: Updating changelog.txt, lang_diff.txt and reverting version to 1.15 but upping RC to 11
Modified Paths:
--------------
XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt
XoopsModules/smallworld/trunk/smallworld/docs/lang_diff.txt
XoopsModules/smallworld/trunk/smallworld/xoops_version.php
Modified: XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt
===================================================================
--- XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2013-03-13 12:27:43 UTC (rev 11216)
+++ XoopsModules/smallworld/trunk/smallworld/docs/changelog.txt 2013-03-13 12:56:46 UTC (rev 11217)
@@ -1,4 +1,52 @@
------------------------------
+Changelog v.1.15 RC 11
+------------------------------
+12. marts 2013 Revision: 10227 - 10226
+
+NEW: Added upgraded image upload
+NEW: Added upgraded mail class
+NEW: class/publicWall.php, publicindex.php, templates for public postings
+
+Bugfix: Missing image
+Bugfix: Making new jquery work with existing code
+Bugfix: Show correct user stats in admin/index.php
+Bugfix: Display correct size of undefined avatar in comments
+Change: Allow display of public posts for all users
+Change: Correcting code style, removing comments etc etc
+
+Language additions: js/variables.js, modinfo.php
+
+------------------------------
+Changelog v.1.15 RC 10
+------------------------------
+11. februar 2013 Revision: 10205 - 10222
+
+New: Upgraded jquery.min.js and jqueryui.min.js to new versions.
+New: Added vendor and cors folders containg extra plugins to be used with multi uploader plugin
+New: Upgraded uploadHandler.php and edited img_upload.php and imgupload.php to use new class
+New: Style and js for upgraded oembed plugin 1.0.5RC -> 1.1.0RC
+New: Added Css for bootstrap, jquery ui and no-script for uploader plugin
+
+Update: Upgraded multi upload plugin from 4.2 -> 5.21
+
+Bugfix: Href is now javascript:void(0) on email, screenname, jobs and school in register.php. Dynamics are caught on class or div using jquery
+Bugfix: Include language files on coreload to repress missing define messages
+Bugfix: Embedcode is failing when image extension is uppercase
+Bugfix: Replaced function to remove span, divs from dom in registration.
+Bugfix: Temporary fix to use jquery.history.js using depresated $.browser() function.
+Bugfix: Added extra margin
+
+change: Up to version 2.16 RC
+Change: Jquery replacing $.live() funcion with $.on()
+Change: If xoops version is >= 2.4.0 include frameworks else load from js folder
+Change: Added commented include to migrate -> for development issues
+Change: changed style to show automatic post when uploading images to be justified instead of centered
+Change: Replaced depreseated functions to be used with new frameworks
+Change: Replacing depreseated jquery functions 1.8.11 -> 1.9+ (live->on, change->bind etc).
+
+Delete: remove unused upload plugin files
+
+------------------------------
Changelog v.1.15 RC 9
------------------------------
25 June 2012 Revision 9645 - 9713
Modified: XoopsModules/smallworld/trunk/smallworld/docs/lang_diff.txt
===================================================================
--- XoopsModules/smallworld/trunk/smallworld/docs/lang_diff.txt 2013-03-13 12:27:43 UTC (rev 11216)
+++ XoopsModules/smallworld/trunk/smallworld/docs/lang_diff.txt 2013-03-13 12:56:46 UTC (rev 11217)
@@ -9,6 +9,12 @@
* Modified
===============================
+2013/03/12: Version 1.15 RC11
+===============================
+htdocs/modules/smallworld/english/js/variables.js
++ var SmallworldDialogNotUser = 'You must be registered to do this!!';
+
+===============================
2012/04/29: Version 1.15 RC5
===============================
htdocs/modules/smallworld/english/main.php
Modified: XoopsModules/smallworld/trunk/smallworld/xoops_version.php
===================================================================
--- XoopsModules/smallworld/trunk/smallworld/xoops_version.php 2013-03-13 12:27:43 UTC (rev 11216)
+++ XoopsModules/smallworld/trunk/smallworld/xoops_version.php 2013-03-13 12:56:46 UTC (rev 11217)
@@ -20,11 +20,11 @@
**/
$modversion['name'] = _MI_SMALLWORLD_MODULE_NAME;
-$modversion['version'] = 1.19;
+$modversion['version'] = 1.15;
$modversion['description'] = _MI_SMALLWORLD_MODULE_DESC;
$modversion['author'] = "Michael Albertsen";
$modversion['nickname'] = 'Culex';
-$modversion['credits'] = "Mariane, Mrsculex, Mamba, Rune, Zth, Cesag, Flipse";
+$modversion['credits'] = "Mariane, Mrsculex, Mamba, Rune, Zth, Cesag, Flipse, Dante";
$modversion['module_website_name'] = 'www.culex.dk';
$modversion['module_website_url'] = 'www.culex.dk';
$modversion['license'] = 'GNU GPL';
|