Changeset 4528
- Timestamp:
- 09/29/07 02:25:43 (3 years ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
components/Textcube.Control.Auth.php (modified) (2 diffs)
-
doc/changes_ko (modified) (1 diff)
-
lib/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/Textcube.Control.Auth.php
r4502 r4528 35 35 '/owner/entry/post', 36 36 '/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*', 41 54 '/owner/plugin/admin*' 42 55 ), … … 46 59 '/owner/entry/post', 47 60 '/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*', 52 78 '/owner/setting/account*', 53 '/owner/setting/teamblog/changeBlog ',79 '/owner/setting/teamblog/changeBlog*', 54 80 '/owner/reader', 55 81 '/owner/plugin/admin*' -
trunk/doc/changes_ko
r4515 r4528 1 1 * 이 문서는 변경사항을 모두 포함하고 있지 않을 수 있습니다. 자세한 변경사항 열람을 위해서는 텍스트큐브 개발 사이트 (http://dev.textcube.org) 의 해당 버전의 로드맵과 티켓들을 확인해 주시기 바랍니다. 2 2 * 버그 로그는 일반적으로 이전 버전에서 발생했으나 해결된 부분을 포함하며, 이번 버전을 만드는 과정에서 발생하는 버그는 기록하지 않습니다. 3 == v1.5.3.1 개발 관련 노트 == 4 5 === 버그 수정 === 6 * 관리자 : 팀블로그 사용 시 글쓰기 모드에서 여러가지 제약 사항이 생기는 문제 수정 (#697) 3 7 4 8 == v1.5.3 개발 관련 노트 == -
trunk/lib/config.php
r4508 r4528 5 5 6 6 define('TEXTCUBE_NAME', 'Textcube'); 7 define('TEXTCUBE_VERSION', '1.5.3 : Adamantine');7 define('TEXTCUBE_VERSION', '1.5.3.1 : Adamantine'); 8 8 define('TEXTCUBE_COPYRIGHT', 'Copyright © 2004-2007. Needlworks / Tatter Network Foundation. All rights reserved. Licensed under the GPL.'); 9 9 define('TEXTCUBE_HOMEPAGE', 'http://www.textcube.org/');
