Changeset 3345

Show
Ignore:
Timestamp:
05/25/07 19:07:26 (20 months ago)
Author:
graphittie
Message:

#354 : Safari에서 myEolin 사용시 모든 anchor 롤오버시 anchor가 사라지는 버그.

  • 이벤트를 사용하는 플러그인이 한 가지도 없는 경우의 예외구문 추가.
  • ignore 항목에 몇 가지 추가하였음.
Location:
sandbox
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • sandbox

    • Property svn:ignore
      •  

        old new  
        55attach 
        66cache 
         7Textcube (single sandbox).tmproj 
  • sandbox/lib/piece/owner/header.php

    r3343 r3345  
    8383$pluginListForCSS = array(); 
    8484if ($blogMenu['topMenu'] == 'center' && $blogMenu['contentMenu'] == 'dashboard') { 
    85     foreach ($centerMappings as $tempPlugin) { 
    86         array_push($pluginListForCSS, $tempPlugin['plugin']); 
     85    if (isset($eventMappings['AddPostEditorToolbox'])) { 
     86        foreach ($centerMappings as $tempPlugin) { 
     87            array_push($pluginListForCSS, $tempPlugin['plugin']); 
     88        } 
    8789    } 
    8890} else if ($blogMenu['topMenu'] == 'entry' && ($blogMenu['contentMenu'] == 'post' || $blogMenu['contentMenu'] == 'edit')) { 
    89     foreach ($eventMappings['AddPostEditorToolbox'] as $tempPlugin) { 
    90         array_push($pluginListForCSS, $tempPlugin['plugin']); 
     91    if (isset($eventMappings['AddPostEditorToolbox'])) { 
     92        foreach ($eventMappings['AddPostEditorToolbox'] as $tempPlugin) { 
     93            array_push($pluginListForCSS, $tempPlugin['plugin']); 
     94        } 
    9195    } 
    9296} else if (isset($pluginDir)) { 
  • sandbox/plugins

    • Property svn:ignore
      •  

        old new  
        44gratinStrReplacer 
        55myEolin 
         6findingNemo 
         7TerminalCube