Changeset 4528

Show
Ignore:
Timestamp:
09/29/07 02:25:43 (2 years ago)
Author:
inureyes
Message:

#697

  • 버그 수정
Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/components/Textcube.Control.Auth.php

    r4502 r4528  
    3535            '/owner/entry/post', 
    3636            '/owner/entry', 
    37             '/owner/entry/comment', 
    38             '/owner/entry/notify', 
    39             '/owner/entry/trackback', 
    40             '/owner/entry/trash', 
     37            '/owner/entry/add*', 
     38            '/owner/entry/attach*', 
     39            '/owner/entry/comment*', 
     40            '/owner/entry/delete*', 
     41            '/owner/entry/detach*', 
     42            '/owner/entry/draft*', 
     43            '/owner/entry/edit*', 
     44            '/owner/entry/loadTemplate*', 
     45            '/owner/entry/notify*', 
     46            '/owner/entry/post*', 
     47            '/owner/entry/preview*', 
     48            '/owner/entry/protect*', 
     49            '/owner/entry/size*', 
     50            '/owner/entry/trackback*', 
     51            '/owner/entry/trash*', 
     52            '/owner/entry/update*', 
     53            '/owner/entry/visibility*', 
    4154            '/owner/plugin/admin*' 
    4255            ), 
     
    4659            '/owner/entry/post', 
    4760            '/owner/entry', 
    48             '/owner/entry/comment', 
    49             '/owner/entry/notify', 
    50             '/owner/entry/trackback', 
    51             '/owner/entry/trash', 
     61            '/owner/entry/add*', 
     62            '/owner/entry/attach*', 
     63            '/owner/entry/comment*', 
     64            '/owner/entry/delete*', 
     65            '/owner/entry/detach*', 
     66            '/owner/entry/draft*', 
     67            '/owner/entry/edit*', 
     68            '/owner/entry/loadTemplate*', 
     69            '/owner/entry/notify*', 
     70            '/owner/entry/post*', 
     71            '/owner/entry/preview*', 
     72            '/owner/entry/protect*', 
     73            '/owner/entry/size*', 
     74            '/owner/entry/trackback*', 
     75            '/owner/entry/trash*', 
     76            '/owner/entry/update*', 
     77            '/owner/entry/visibility*', 
    5278            '/owner/setting/account*', 
    53             '/owner/setting/teamblog/changeBlog', 
     79            '/owner/setting/teamblog/changeBlog*', 
    5480            '/owner/reader', 
    5581            '/owner/plugin/admin*' 
  • trunk/doc/changes_ko

    r4515 r4528  
    11* 이 문서는 변경사항을 모두 포함하고 있지 않을 수 있습니다. 자세한 변경사항 열람을 위해서는 텍스트큐브 개발 사이트 (http://dev.textcube.org) 의 해당 버전의 로드맵과 티켓들을 확인해 주시기 바랍니다. 
    22* 버그 로그는 일반적으로 이전 버전에서 발생했으나 해결된 부분을 포함하며, 이번 버전을 만드는 과정에서 발생하는 버그는 기록하지 않습니다. 
     3== v1.5.3.1 개발 관련 노트 == 
     4 
     5=== 버그 수정 === 
     6 * 관리자   : 팀블로그 사용 시 글쓰기 모드에서 여러가지 제약 사항이 생기는 문제 수정 (#697) 
    37 
    48== v1.5.3 개발 관련 노트 == 
  • trunk/lib/config.php

    r4508 r4528  
    55 
    66define('TEXTCUBE_NAME', 'Textcube'); 
    7 define('TEXTCUBE_VERSION', '1.5.3 : Adamantine'); 
     7define('TEXTCUBE_VERSION', '1.5.3.1 : Adamantine'); 
    88define('TEXTCUBE_COPYRIGHT', 'Copyright © 2004-2007. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 
    99define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/');