File: Changes

package info (click to toggle)
movabletype-opensource 4.2.3-1%2Blenny3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 21,268 kB
  • ctags: 15,862
  • sloc: perl: 178,892; php: 26,178; sh: 161; makefile: 82
file content (58 lines) | stat: -rw-r--r-- 1,835 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
2.05 - Changed help URLs to point to new home for docs at movabletype.org.

2.0.3 - Updated for bundling with MT.

2.0.2 - Removed Encode package usage altogether until compatability
issues can be ironed out. Modified newline translation to be more
cross-platform friendly.

2.0.1 - Patches to fix issues with older versions of Perl.

2.0 - Many, many fixes and improvments.

- Added 'dl' paragraph block which allows for definition lists.

- Improved support for embedded HTML.

- Better processing for multiple inline formatting options within the
same line and/or same section of text.

- Added 'bc.' marker for future 'blockcode' tag (emits a pre, code pair
for HTML, XHTML1 output).

- Added CSS class/id, style, language assignment to markers.

- Support for alignment for paragraphs, tables, images.

- ':url' can now be appended to 'hn.', 'bq.', 'p.' to add a 'cite'
attribute using the specified URL.

- Stripped attributes from 'table' tag for Wiki-like markup.

1.1 - A number of regex updates.

- If emphasis, strong, etc. shorthand appears at the start of the line,
they are now handled properly.

- Hand-entered HTML entities are preserved for non-'pre' blocks (meaning
text that isn't in a 'pre' tag). This is different from 1.0, so please
take note. Standalone '&' characters will still be escaped.

- Addition of MTTextileAutoEncode tag. This allows you to define
whether you want Textile to escape high-bit characters or not.

- Additional TLDs were added to the URL regex.

- A paragraph tag is now used for the content of the 'bq.' marker.

- Nesting emphasis and strong formats should work better now.

- Added CSS class support for images.

- Added link support for images.

- Added image dimension support for images.

- Fixed a bug that was causing one of those 'internal server errors'.

1.0 - Initial release