From 38bd8f3e28113870c99235c12b44d28d7f8cd316 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Wed, 21 Jan 2015 13:40:50 +0300 Subject: [PATCH] Update version and changelog --- src/mibew/VERSION | 2 +- src/mibew/install/whatsnew.txt | 6 +++++- src/mibew/js/{1614 => 1615}/brws.js | 0 src/mibew/js/{1614 => 1615}/chat.js | 0 src/mibew/js/{1614 => 1615}/common.js | 2 +- src/mibew/js/{1614 => 1615}/ie.js | 0 src/mibew/js/{1614 => 1615}/locale.js | 0 src/mibew/js/{1614 => 1615}/soundcheck.js | 0 src/mibew/js/{1614 => 1615}/update.js | 0 src/mibew/js/{1614 => 1615}/users.js | 0 src/mibew/js/source/build.xml | 2 +- src/mibew/libs/common.php | 4 ++-- src/pack.pl | 2 +- 13 files changed, 11 insertions(+), 7 deletions(-) rename src/mibew/js/{1614 => 1615}/brws.js (100%) rename src/mibew/js/{1614 => 1615}/chat.js (100%) rename src/mibew/js/{1614 => 1615}/common.js (94%) rename src/mibew/js/{1614 => 1615}/ie.js (100%) rename src/mibew/js/{1614 => 1615}/locale.js (100%) rename src/mibew/js/{1614 => 1615}/soundcheck.js (100%) rename src/mibew/js/{1614 => 1615}/update.js (100%) rename src/mibew/js/{1614 => 1615}/users.js (100%) diff --git a/src/mibew/VERSION b/src/mibew/VERSION index 66805fe3..b05228ed 100644 --- a/src/mibew/VERSION +++ b/src/mibew/VERSION @@ -1 +1 @@ -Mibew/1.6.14 \ No newline at end of file +Mibew/1.6.15 \ No newline at end of file diff --git a/src/mibew/install/whatsnew.txt b/src/mibew/install/whatsnew.txt index 5660dcdc..ac0e3da3 100644 --- a/src/mibew/install/whatsnew.txt +++ b/src/mibew/install/whatsnew.txt @@ -1,6 +1,10 @@ + 1.6.15 + ----- + [!] minor bugfixes + 1.6.14 ----- - [!] Fix information exposure (thanks to Hugo Fujiwara) + [!] fix information exposure (thanks to Hugo Fujiwara) 1.6.13 ----- diff --git a/src/mibew/js/1614/brws.js b/src/mibew/js/1615/brws.js similarity index 100% rename from src/mibew/js/1614/brws.js rename to src/mibew/js/1615/brws.js diff --git a/src/mibew/js/1614/chat.js b/src/mibew/js/1615/chat.js similarity index 100% rename from src/mibew/js/1614/chat.js rename to src/mibew/js/1615/chat.js diff --git a/src/mibew/js/1614/common.js b/src/mibew/js/1615/common.js similarity index 94% rename from src/mibew/js/1614/common.js rename to src/mibew/js/1615/common.js index 09743e5a..0c0f6a83 100644 --- a/src/mibew/js/1614/common.js +++ b/src/mibew/js/1615/common.js @@ -13,7 +13,7 @@ Function.prototype.bindAsEventListener=function(a){var b=this;return function(c) PeriodicalExecuter.prototype={initialize:function(a,b){this.callback=a;this.frequency=b;this.currentlyExecuting=!1;this.registerCallback()},registerCallback:function(){setInterval(this.onTimerEvent.bind(this),1E3*this.frequency)},onTimerEvent:function(){if(!this.currentlyExecuting)try{this.currentlyExecuting=!0,this.callback()}finally{this.currentlyExecuting=!1}}}; function findObj(a){var b;!(b=document[a])&&document.all&&(b=document.all[a]);!b&&document.getElementById&&(b=document.getElementById(a));if(!b&&!document.all&&document.getElementsByName){b=document.getElementsByName(a);if(0==b.length)return null;if(1==b.length)return b[0]}return b}Array.prototype.push||(Array.prototype.push=function(){for(var a=this.length,b=0;ba.status&&(a=a.responseXML)&&a.documentElement?a.documentElement:null},getError:function(a){return a.statusText||"connection error N"+a.status},emptyFunction:function(){},Base:function(){}}; +var Ajax={getTransport:function(){return Try.these(function(){return new XMLHttpRequest},function(){return new ActiveXObject("Msxml2.XMLHTTP")},function(){return new ActiveXObject("Msxml3.XMLHTTP")},function(){return new ActiveXObject("Microsoft.XMLHTTP")})||!1},getXml:function(a){return a&&200<=a.status&&300>a.status&&(a=a.responseXML)&&a.documentElement?a.documentElement:null},getError:function(a){return a.statusText||"connection error N"+a.status},emptyFunction:function(){},Base:function(){}}; Ajax.Base.prototype={setOptions:function(a){this._options={_method:"post",asynchronous:!0,parameters:""}.extend(a||{})},getStatus:function(){try{return this.transport.status||0}catch(a){return 0}},responseIsSuccess:function(){var a=this.getStatus();return!a||200<=a&&300>a},responseIsFailure:function(){return!this.responseIsSuccess()}};Ajax.Request=Class.create();Ajax.Request.Events=["Uninitialized","Loading","Loaded","Interactive","Complete"]; Class.inherit(Ajax.Request,Ajax.Base,{initialize:function(a,b){this.transport=Ajax.getTransport();this.setOptions(b);this.transportTimer={};this.finished=!1;this.request(a)},request:function(a){var b=this._options.parameters||"";0(navigator.userAgent.match("/Gecko/(d{4})/")|| diff --git a/src/mibew/js/1614/ie.js b/src/mibew/js/1615/ie.js similarity index 100% rename from src/mibew/js/1614/ie.js rename to src/mibew/js/1615/ie.js diff --git a/src/mibew/js/1614/locale.js b/src/mibew/js/1615/locale.js similarity index 100% rename from src/mibew/js/1614/locale.js rename to src/mibew/js/1615/locale.js diff --git a/src/mibew/js/1614/soundcheck.js b/src/mibew/js/1615/soundcheck.js similarity index 100% rename from src/mibew/js/1614/soundcheck.js rename to src/mibew/js/1615/soundcheck.js diff --git a/src/mibew/js/1614/update.js b/src/mibew/js/1615/update.js similarity index 100% rename from src/mibew/js/1614/update.js rename to src/mibew/js/1615/update.js diff --git a/src/mibew/js/1614/users.js b/src/mibew/js/1615/users.js similarity index 100% rename from src/mibew/js/1614/users.js rename to src/mibew/js/1615/users.js diff --git a/src/mibew/js/source/build.xml b/src/mibew/js/source/build.xml index c23f937c..017e5d52 100644 --- a/src/mibew/js/source/build.xml +++ b/src/mibew/js/source/build.xml @@ -2,7 +2,7 @@ - + diff --git a/src/mibew/libs/common.php b/src/mibew/libs/common.php index c5531374..01287fbf 100644 --- a/src/mibew/libs/common.php +++ b/src/mibew/libs/common.php @@ -37,8 +37,8 @@ $home_locale = locale_pattern_check($home_locale) && locale_exists($home_locale) $locale_cookie_name = 'mibew_locale'; -$version = '1.6.14'; -$jsver = "1614"; +$version = '1.6.15'; +$jsver = "1615"; // Make session cookie more secure @ini_set('session.cookie_httponly', TRUE); diff --git a/src/pack.pl b/src/pack.pl index 05e103b2..022f5f1a 100755 --- a/src/pack.pl +++ b/src/pack.pl @@ -5,7 +5,7 @@ ################################################################## $targetFolder = "deploy"; -$suffix = "1614"; +$suffix = "1615"; ################################################################## # Copies tree into target folder, preprocess .phps