Indefero

Indefero Commit Details


Date:2010-07-25 06:37:05 (14 years 4 months ago)
Author:Mehdi Kabab
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:061c8065880a1294666aee3f90ada67b383bf2c0
Parents: 2e1a91622e204a1d73a8d0ed2a91a7629ceca677
Message:Fixed issue 509, indefero wiki do not support strikethrough.

Changes:

File differences

src/IDF/Template/MarkdownPrefilter.php
9999
100100
101101
102
102103
103104
104105
......
112113
113114
114115
116
115117
116118
117119
......
151153
152154
153155
154
156
157
158
155159
156160
157161
......
174178
175179
176180
181
182
177183
178184
'caption' => array(),
'code' => array(),
'dd' => array(),
'del' => array('cite', 'class', 'datetime', 'dir', 'id', 'title'),
'div' => array('align', 'class'),
'dl' => array(),
'dt' => array(),
'hr' => array(),
'i' => array(),
'img' => array('src', 'class', 'alt', 'height', 'width', 'style'),
'ins' => array('cite', 'class', 'datetime', 'dir', 'id', 'title'),
'li' => array(),
'ol' => array(),
'p' => array('align', 'class'),
'blockquote',
'pre',
'iframe',
'h1', 'h2', 'h3', 'address'
'h1', 'h2', 'h3', 'address',
'del',
'ins',
);
// attributes which should be checked for valid protocols
public $protocol_attributes = array(
'caption',
'li',
'span',
'del',
'ins',
);
}

Archive Download the corresponding diff file

Page rendered in 0.08060s using 14 queries.