File: Changes

package info (click to toggle)
libhtml-wikiconverter-mediawiki-perl 0.59-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 152 kB
  • ctags: 48
  • sloc: perl: 438; makefile: 2
file content (62 lines) | stat: -rw-r--r-- 1,566 bytes parent folder | download | duplicates (3)
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
59
60
61
62
# Change log for HTML::WikiConverter::MediaWiki

version: 0.59
date: 2009-05-29
changes:
  - (bug #46453) fix bug in which <nowiki> was triggered too often
  - update readme documentation

version: 0.58
date: 2009-03-06
changes:
  - fix manifest

version: 0.57
date: 2009-03-06
changes:
  - no longer pad section headings by default
  - add new span/font tests, marked as TODO
  - add perl license to Makefile.PL

version: 0.56
date: 2008-11-11
changes:
  - (bug #28402) add tbody, thead, font to passthrough_naked_tags
  - preserve image width in [[Image:]] markup
  - update 'table w/ blocks' test now that H::WC 0.63 properly supports nested blocks
  - now requires H::WC 0.63 (for the above test)
  - add author/license to META.yml

version: 0.55
date: Sun Sep 17 11:00:00 EST 2006
changes:
  - (bug #21531) Added 'preserve_nowiki' attribute
  - Added 'preserve_templates' attribute (for the TinyMCE folks; see http://meta.wikimedia.org/wiki/TinyMCE)

version: 0.54
date: Thu Sep 1 00:00:00 EST 2006
changes:
  - Added alternate text for [[Image:]] markup

version: 0.53
date: Thu Jul 20 19:00:00 EST 2006
changes:
  - <hr> within <td> is now on own line (reported on [[wp:User_talk:Diberri]])
  - require H::WC 0.60

version: 0.52
date: Wed June 07 16:00:00 EST 2006
changes:
  - (bug #19046) allow lone '0' in text
  - add pad_headings attribute
  - update to require H::WC 0.54

version: 0.51
date: Fri Mar 03 2006
changes:
  - update to require H::WC 0.52

version: 0.50
date:    Tue Jan 10 2006
changes:
  - branched from main HTML::WikiConverter codebase.