Changeset 1535

Show
Ignore:
Timestamp:
12/01/2006 01:07:51 PM (23 months ago)
Author:
xue
Message:

fixed #443.

Location:
branches/3.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/HISTORY

    r1531 r1535  
    22============================== 
    33BUG: Ticket#442 - TPageService getBasePath in namespace form (Qiang) 
     4BUG: Ticket#443 - Template comment tag messed up with HTML comment tag (Qiang) 
    45BUG: Ticket#467 - typo in TUrlMapping.php (Qiang) 
    56BUG: TTableCell should render   only when Text is not set and there's no child (Qiang) 
  • branches/3.0/framework/Web/UI/TTemplateManager.php

    r1488 r1535  
    170170         *      '<%[%#~\\$=\\[](.*?)%>'  - expressions 
    171171         */ 
    172         const REGEX_RULES='/<!--.*?--!>|<!--.*?-->|<\/?com:([\w\.]+)((?:\s*[\w\.]+\s*=\s*\'.*?\'|\s*[\w\.]+\s*=\s*".*?"|\s*[\w\.]+\s*=\s*<%.*?%>)*)\s*\/?>|<\/?prop:([\w\.]+)\s*>|<%@\s*((?:\s*[\w\.]+\s*=\s*\'.*?\'|\s*[\w\.]+\s*=\s*".*?")*)\s*%>|<%[%#~\\$=\\[](.*?)%>/msS'; 
     172        const REGEX_RULES='/<!--.*?--!?>|<\/?com:([\w\.]+)((?:\s*[\w\.]+\s*=\s*\'.*?\'|\s*[\w\.]+\s*=\s*".*?"|\s*[\w\.]+\s*=\s*<%.*?%>)*)\s*\/?>|<\/?prop:([\w\.]+)\s*>|<%@\s*((?:\s*[\w\.]+\s*=\s*\'.*?\'|\s*[\w\.]+\s*=\s*".*?")*)\s*%>|<%[%#~\\$=\\[](.*?)%>/msS'; 
    173173 
    174174        /**