Changeset 7097

Show
Ignore:
Timestamp:
11/29/08 11:14:47 (6 weeks ago)
Author:
inureyes
Message:

refs #1159

  • [7092] 를 1.7 트리에 반영
  • 버전 번호 변경
Location:
branches/1.7
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.7/interface/owner/entry/edit/index.php

    r6862 r7097  
    375375                                        }                                            
    376376                                        request.send(data); 
     377 
     378                                        return true; 
    377379                                    } 
    378380                                                                         
     
    465467                                    this.preview = function () { 
    466468                                        this.isPreview = true; 
    467                                         this.save(); 
     469                                        if (!this.save()) { 
     470                                            window.open("<?php echo $blogURL;?>/owner/entry/preview/"+entryManager.entryId, "previewEntry"+entryManager.entryId, "location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0"); 
     471                                        } 
    468472                                        return; 
    469473                                    } 
  • branches/1.7/library/config.php

    r7061 r7097  
    66// Define basic signatures. 
    77define('TEXTCUBE_NAME', 'Textcube'); 
    8 define('TEXTCUBE_VERSION', '1.7.6 : Staccato'); 
     8define('TEXTCUBE_VERSION', '1.7.7 : Beta 1'); 
    99define('TEXTCUBE_COPYRIGHT', 'Copyright &copy; 2004-2008. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 
    1010define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/');