Ticket #636 (closed enhancement: fixed)

Opened 23 months ago

Last modified 23 months ago

cover, coverpage 스킨 스트럭쳐문제

Reported by: gendoh Owned by: inureyes
Priority: major Milestone: 1.5.1
Component: Core Version: 1.5
Keywords: Cc:
Release:

Description

  • cover와 coverpage는 한번밖에 존재할 수 없다.
    • blog.skin.php 기준
    • coverpage가 한번밖에 나올 수 없는데 이름을 기억하거나 originalContent를 기억하고 있다
      • original 사용하는 곳 없음
      • 한번밖에 나올 수 없기에 이름이 무의미함
      • coverpage의 내용을 사용하는 곳이 없기 때문에 s_ 즉 영역 치환자가 아니고 텍스트치환자였어야 하지 않을까?
    • 오히려 coverpage의 내용에 decoration을 위해서는 아래 형태가 나을지 모른다.
       <s_cover>
         <div class="aaa">
         <s_coverpage_rep>
           <div class="bbb">[##_coverpage_content_##]</div>
         </s_coverpage_rep>
         </div>
       </s_cover>
      

Change History

Changed 23 months ago by inureyes

  • status changed from new to assigned

[4338]

  • 스킨 스키마 및 처리 방법 변경
  • 약간 최적화 되어서 이제 좀 많이 최적화 들어갑니다.
<s_cover>
   <div class="aaa">
   <s_cover_rep>
     <div class="bbb">[##_coverpage_content_##]</div>
   </s_cover_rep>
   </div>
</s_cover>

로 스키마 변경.

Changed 23 months ago by inureyes

  • status changed from assigned to closed
  • resolution set to fixed

몇군데 고쳐봤자 이득이 없었음. 현재 구조상 사이드바에서 이사와서 무한개 가능하도록 만들어진 부분이 있기는 한데, 생각해보면 나중에 어찌 될 지 모르는데다 시간에 0.01ms도 영향을 못주므로 남겨 놓습니다.

Note: See TracTickets for help on using tickets.