Lines Matching refs:hours

19 2023-07-29: 2 hours: adapted to PHP 8 forbidding array and string offset access syntax with curly braces
26 2013-08-02: 2 hours: do not stop rendering on "//"
27 2012-09-20: 4 hours: converter: allow for rowspan
31 2012-07-23: 2 hours: also convert tables with no headers
34 2012-03-19: 2 hours: fix hplus and hminus in toolbar, convert italic from dokuwiki to mediawiki
35 2012-03-18: 4 hours: add teletyper tag tt
36 2012-03-18: 2 hours: fix toolbar regarding hminus and ol
40 2011-07-03: 4 hours: allowed bold text in codeblocks, but not in preblocks
41 2011-04-02: 4 hours: Issue 3: allow pictures (aka images)
43 2010-12-10: 2 hours: allowed {{included pages}} as in mediawiki style
45 2010-10-30: 2 hours: made toolbar work
50 2010-10-16: 3 hours: un-teach dokuwiki that // makes text italic
51 2010-10-13: 2 hours: convert tool to convert existing files from dokuwiki syntax to mediawiki syntax
54 2010-08-07: 8 hours: allowed a SpecialPattern (e.g. GB) in the mid of a line, directly followed by a blank, without triggering a preformatted area. Had to reasearch the calls object structure of the parser for this.
55 2010-07-22: 5 hours: preformatted text should work with SUSE and Ubuntu. Solution is simple: AddEntryPattern requires a parameter $mode. Set it to 'base'.
56 2010-05-05: 8 hours: preformatted text directly under normal text works, and two subsequent lines of preformatted text start on the same column
57 2010-04-18: 3 hours: bold text works
58 2010-04-17: 2 hours: adapting goto plugin by Allen Ormond to become the redirect component
60 2010-04-15: 3 hours: external links work
62 2010-04-10: 3 hours: possibility to use the <pre> tag
65 2010-04-02: 4 hours: single blank at beginning of line makes preformatted text
66 2010-03-29: 2 hours: created mediasyntax from creole plugin