Index: branches/RC/core/admin_templates/stylesheets/base_style_edit.tpl =================================================================== diff -u -N -r11098 -r11428 --- branches/RC/core/admin_templates/stylesheets/base_style_edit.tpl (.../base_style_edit.tpl) (revision 11098) +++ branches/RC/core/admin_templates/stylesheets/base_style_edit.tpl (.../base_style_edit.tpl) (revision 11428) @@ -1,3 +1,4 @@ + Index: branches/RC/core/admin_templates/stylesheets/block_style_edit.tpl =================================================================== diff -u -N -r11098 -r11428 --- branches/RC/core/admin_templates/stylesheets/block_style_edit.tpl (.../block_style_edit.tpl) (revision 11098) +++ branches/RC/core/admin_templates/stylesheets/block_style_edit.tpl (.../block_style_edit.tpl) (revision 11428) @@ -1,3 +1,4 @@ + Index: branches/RC/core/admin_templates/js/frame_resizer.js =================================================================== diff -u -N -r11396 -r11428 --- branches/RC/core/admin_templates/js/frame_resizer.js (.../frame_resizer.js) (revision 11396) +++ branches/RC/core/admin_templates/js/frame_resizer.js (.../frame_resizer.js) (revision 11428) @@ -70,4 +70,16 @@ this.SubFrameset.setAttribute('cols', this.OpenWidth+',*'); this.SetStatus(0, $ajax_save); } +} + +FrameResizer.prototype.fullScreen = function ($restore) { + if ($restore === undefined) { + $restore = false; + } + + if (!$restore) { + this.lastMenuVisible = this.MenuVisible(); + } + + this.setFullscreenMode($restore ? !this.lastMenuVisible : true, false); } \ No newline at end of file Index: branches/RC/core/admin_templates/stylesheets/style_editor.tpl =================================================================== diff -u -N -r11096 -r11428 --- branches/RC/core/admin_templates/stylesheets/style_editor.tpl (.../style_editor.tpl) (revision 11096) +++ branches/RC/core/admin_templates/stylesheets/style_editor.tpl (.../style_editor.tpl) (revision 11428) @@ -1,3 +1,4 @@ + Index: branches/RC/core/units/general/helpers/template_helper.php =================================================================== diff -u -N -r11336 -r11428 --- branches/RC/core/units/general/helpers/template_helper.php (.../template_helper.php) (revision 11336) +++ branches/RC/core/units/general/helpers/template_helper.php (.../template_helper.php) (revision 11428) @@ -234,6 +234,8 @@ unlink( $this->_getTemplateFile(false, '.tpl.bak') ); } + define('DBG_SKIP_REPORTING', 1); + $this->Application->Redirect($this->Application->GetVar('source')); echo 1; // were changes return true; Index: branches/RC/core/units/general/inp_ses_storage.php =================================================================== diff -u -N -r10580 -r11428 --- branches/RC/core/units/general/inp_ses_storage.php (.../inp_ses_storage.php) (revision 10580) +++ branches/RC/core/units/general/inp_ses_storage.php (.../inp_ses_storage.php) (revision 11428) @@ -48,8 +48,9 @@ $this->Storage->DeleteSession($this); $this->Storage->DeleteEditTables(); $this->Data = new Params(); - $this->SID = ''; + $this->SID = $this->CachedSID = ''; if ($this->CookiesEnabled) $this->SetSessionCookie(); //will remove the cookie due to value (sid) is empty + $this->SetSession(); //will create a new session } Index: branches/RC/core/admin_templates/stylesheets/stylesheets_edit_base.tpl =================================================================== diff -u -N -r11098 -r11428 --- branches/RC/core/admin_templates/stylesheets/stylesheets_edit_base.tpl (.../stylesheets_edit_base.tpl) (revision 11098) +++ branches/RC/core/admin_templates/stylesheets/stylesheets_edit_base.tpl (.../stylesheets_edit_base.tpl) (revision 11428) @@ -1,3 +1,4 @@ + @@ -92,7 +93,7 @@ - + Index: branches/RC/core/admin_templates/regional/languages_list.tpl =================================================================== diff -u -N -r8929 -r11428 --- branches/RC/core/admin_templates/regional/languages_list.tpl (.../languages_list.tpl) (revision 8929) +++ branches/RC/core/admin_templates/regional/languages_list.tpl (.../languages_list.tpl) (revision 11428) @@ -55,6 +55,8 @@ a_toolbar.Render(); + + Index: branches/RC/core/admin_templates/incs/image_blocks.tpl =================================================================== diff -u -N -r10832 -r11428 --- branches/RC/core/admin_templates/incs/image_blocks.tpl (.../image_blocks.tpl) (revision 10832) +++ branches/RC/core/admin_templates/incs/image_blocks.tpl (.../image_blocks.tpl) (revision 11428) @@ -3,12 +3,13 @@ - "> - -
-   + + + - +   +
@@ -38,20 +39,20 @@
+ - - - +
- "> - -
-   + + + - +   +
@@ -81,10 +82,9 @@
+ - - - +
@@ -129,24 +129,14 @@ } - - - " id=""> - img/itemicons/"> - - + + - - - + - - - - - - + + \ No newline at end of file Index: branches/RC/core/admin_templates/stylesheets/stylesheets_edit_block.tpl =================================================================== diff -u -N -r11098 -r11428 --- branches/RC/core/admin_templates/stylesheets/stylesheets_edit_block.tpl (.../stylesheets_edit_block.tpl) (revision 11098) +++ branches/RC/core/admin_templates/stylesheets/stylesheets_edit_block.tpl (.../stylesheets_edit_block.tpl) (revision 11428) @@ -1,3 +1,4 @@ + Index: branches/RC/core/admin_templates/regional/languages_edit_email_events.tpl =================================================================== diff -u -N -r11298 -r11428 --- branches/RC/core/admin_templates/regional/languages_edit_email_events.tpl (.../languages_edit_email_events.tpl) (revision 11298) +++ branches/RC/core/admin_templates/regional/languages_edit_email_events.tpl (.../languages_edit_email_events.tpl) (revision 11428) @@ -1,3 +1,4 @@ + Index: branches/RC/core/kernel/session/session.php =================================================================== diff -u -N -r11386 -r11428 --- branches/RC/core/kernel/session/session.php (.../session.php) (revision 11386) +++ branches/RC/core/kernel/session/session.php (.../session.php) (revision 11428) @@ -398,6 +398,8 @@ var $SID; + var $CachedSID; + var $SessionSet = false; /** @@ -641,7 +643,9 @@ //If session has expired if ($this->Expiration < adodb_mktime()) { $this->Destroy(); - return false; + + // when Destory methods calls SetSession inside and new session get created + return $this->SessionSet; } //Otherwise it's ok @@ -734,7 +738,7 @@ */ function setSID($new_sid) { - $this->SID=$new_sid; + $this->SID = $this->CachedSID = $new_sid; $this->Application->SetVar($this->GETName,$new_sid); } @@ -853,8 +857,11 @@ { $this->Storage->DeleteSession($this); $this->Data = new Params(); - $this->SID = ''; + $this->SID = $this->CachedSID = ''; + $this->SessionSet = false; + if ($this->CookiesEnabled) $this->SetSessionCookie(); //will remove the cookie due to value (sid) is empty + $this->SetSession(true); //will create a new session, true to force } Index: branches/RC/core/admin_templates/stylesheets/stylesheets_edit.tpl =================================================================== diff -u -N -r11098 -r11428 --- branches/RC/core/admin_templates/stylesheets/stylesheets_edit.tpl (.../stylesheets_edit.tpl) (revision 11098) +++ branches/RC/core/admin_templates/stylesheets/stylesheets_edit.tpl (.../stylesheets_edit.tpl) (revision 11428) @@ -1,3 +1,4 @@ + Index: branches/RC/core/admin_templates/regional/languages_edit_phrases.tpl =================================================================== diff -u -N -r8929 -r11428 --- branches/RC/core/admin_templates/regional/languages_edit_phrases.tpl (.../languages_edit_phrases.tpl) (revision 8929) +++ branches/RC/core/admin_templates/regional/languages_edit_phrases.tpl (.../languages_edit_phrases.tpl) (revision 11428) @@ -1,3 +1,4 @@ + Index: branches/RC/core/admin_templates/regional/languages_edit_tabs.tpl =================================================================== diff -u -N -r8929 -r11428 --- branches/RC/core/admin_templates/regional/languages_edit_tabs.tpl (.../languages_edit_tabs.tpl) (revision 8929) +++ branches/RC/core/admin_templates/regional/languages_edit_tabs.tpl (.../languages_edit_tabs.tpl) (revision 11428) @@ -1,13 +1,7 @@ - - - - -
- - - - - - -
-
\ No newline at end of file + + + + + + + \ No newline at end of file