Changeset 1535
- Timestamp:
- 12/01/2006 01:07:51 PM (23 months ago)
- Location:
- branches/3.0
- Files:
-
- 2 modified
-
HISTORY (modified) (1 diff)
-
framework/Web/UI/TTemplateManager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/HISTORY
r1531 r1535 2 2 ============================== 3 3 BUG: Ticket#442 - TPageService getBasePath in namespace form (Qiang) 4 BUG: Ticket#443 - Template comment tag messed up with HTML comment tag (Qiang) 4 5 BUG: Ticket#467 - typo in TUrlMapping.php (Qiang) 5 6 BUG: 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 170 170 * '<%[%#~\\$=\\[](.*?)%>' - expressions 171 171 */ 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'; 173 173 174 174 /**
