]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/history - lib/BlockParser.php
Use CSS
[SourceForge/phpwiki.git] / lib / BlockParser.php
2013-06-18 vargenauUse CSS
2013-06-18 vargenauMerge OldTextFormattingRules into TextFormattingRules...
2013-05-29 vargenauvar --> public
2012-11-19 vargenauRemove extra empty lines
2012-11-14 vargenauRemove debug
2012-10-06 vargenauReformat code
2012-10-01 vargenauWhitespace only
2012-09-28 vargenauinclude [all] Include and file path should be devided...
2012-09-28 vargenauphp_closing_tag [PSR-2] The closing ?> tag MUST be...
2012-08-31 vargenauelseif
2012-08-31 vargenauextra_empty_lines
2012-08-31 vargenauphpdoc_params
2011-05-18 vargenauNew FSF address
2011-04-05 vargenauWikiCreole is implemented with markup == 2
2011-03-05 vargenauNo tabs
2011-03-03 vargenauRemove rcs_id
2010-12-21 vargenauFix: Cannot call a template with double quotes - ID...
2010-10-05 vargenauFix parsing problem: paragraph consisting only og ...
2010-09-20 vargenau{{foo?version=2}} no longer worked
2010-08-11 vargenauHarmonize file footer
2010-06-07 rurbanRemove the rest of the require_once('lib/HtmlElement...
2010-05-19 vargenaurcs_id no longer makes sense with Subversion global...
2009-10-17 vargenauENABLE_MARKUP_TEMPLATE removed, it had to be true so...
2009-10-17 vargenauENABLE_MARKUP_MEDIAWIKI_TABLE unused
2009-09-26 vargenauAllow compact video syntax {{video.flv}} (like Wikicreo...
2009-09-05 vargenauRemove empty _setTightness
2009-07-09 vargenauSublist elements might have the same content
2009-07-08 vargenauImplement Wikicreole indented
2009-06-11 vargenauFixed bug #2786559 : Rendering problem in definition...
2009-05-28 vargenauUse getUploadDataPath() instead of UPLOAD_DATA_PATH
2009-03-25 rurbanbreak long line
2009-02-28 vargenauAllow <<<x>>> and {{{x}}} at start of line
2009-02-25 vargenauWikicreole table was not processed at end of page
2009-02-24 vargenauFix [ 2094716 ] Parsing problem: star is for bold and...
2009-02-17 vargenauWikicreole placeholder
2009-01-27 vargenauRemove setTightness call
2009-01-24 vargenaunowiki_wikicreole must be before template_plugin
2009-01-23 vargenauHandle Mediawiki template syntax in blocks also
2009-01-23 vargenauImplement Wikicreole nowiki for blocks
2009-01-23 vargenauMoving Mediawiki tables from InlineParser to BlockParser
2009-01-23 vargenauMoving Wikicreole tables from InlineParser to BlockParser
2009-01-21 vargenauReverting to 6424
2009-01-21 vargenauMore tight simplifications
2009-01-21 vargenausetTightness no longer needed
2009-01-21 vargenauCSS classes tightenable top bottom no longer used in...
2009-01-13 vargenau<noinclude> and </noinclude> should not appear even...
2009-01-06 vargenauImplemented Wikicreole plugins
2008-08-22 vargenauActivated Id substitution for Subversion
2008-08-20 vargenauFully implement Wikicreole/Mediawiki syntax for headers
2008-08-03 vargenauImplement Wikicreole headers
2007-08-25 rurbanspeed up divspan without \n
2007-08-10 rurbanfix DIVSPAN parsing
2007-07-14 rurbanSemanticWeb.php
2007-01-07 rurbanFix ENABLE_DIVSPAN
2006-12-22 rurbansilence one BlockParser use-case
2006-11-19 rurbanfix Regex Syntax Error
2006-10-12 rurbanOptionally support new tags <div>, <span> with ENABLE_M...
2006-07-23 rurbanadd new feature: DISABLE_MARKUP_WIKIWORD
2005-01-29 rurbanupdate (C)
2005-01-29 rurbando not warn on empty nextBlock
2005-01-29 rurbanvery important php5 fix! clone objects
2004-10-21 rurbanPatch #994487: Allow callers to get the parse tree...
2004-09-14 rurbancache ParsedBlock::_initBlockTypes
2004-09-08 rurbanimprove loadfile stability by using markup=2 as default...
2004-07-02 rurbanmore stability fixes: new DISABLE_GETIMAGESIZE if your...
2004-06-21 rurbanrevert to prev references
2004-06-20 rurbanget_class case-sensitivity issues
2004-06-20 rurbanvarious php5 fixes (still broken at blockparser)
2004-04-29 rurbanspecial support for formatted plugins (one-liners)
2004-04-19 rurbanPrevent from some PHP5 warnings (ref args, no :: object...
2004-04-18 rurbanmore numeric pagename fixes.
2004-03-24 rurbanphp5 workaround code (plus some interim debugging code...
2004-03-17 rurbanprint warning on non-properly idented table rows, inste...
2004-02-28 rurbangenerally more PHPDOC docs
2004-02-27 rurbanpatch #889415 "problems with zero's in text"
2004-02-15 rurbanPageList enhanced and improved.
2003-02-26 dairikiPatch from Todd Mokros:
2003-02-21 dairikiMore attempts to fix problems having to do with ambiguities
2003-02-21 dairikiChanges for cached markup.
2003-02-18 dairikiFixes/refactor of the tight/loose stuff.
2003-02-18 dairikiWups. Don't tighten headers and <hr>s.
2003-02-18 dairikiFinish tight/loose list refactor.
2003-02-17 dairikiRefactoring BlockParser in an attempt to fix the tight...
2003-02-17 dairikiFix bug. Regular <dl>s after table-style <dl>s cause...
2002-11-25 dairikiFixes so that one can prevent trailing colons (and...
2002-11-01 dairikiFrom Matti Airas <mairas@iki.fi>:
2002-09-17 dairikiConvert to using the new markup engine, even for old...
2002-09-16 dairikiAdded support for named anchors within wiki-text.
2002-08-23 rurbanfixed login, theme selection, UserPreferences.
2002-02-08 dairikiFix last nights bugs. More optimization.
2002-02-08 dairikiFixed some serious bugs, created others.
2002-02-08 dairikiTransform API cleanup.
2002-02-07 dairikiBug fix (new-style <dl> parsing).
2002-02-06 dairikiMore refactors. Another attempt at solving the loose...
2002-02-01 dairikiFix bug in plugin parsing. And remove debugging output.
2002-02-01 dairikiYet another refactor. This is about twice as fast...
2002-01-31 dairikiComment cleanups.
2002-01-31 dairikiMore illegible hacks for the *bold* vs *list item heuri...
2002-01-31 dairikiBig hacky fixes for the
2002-01-30 dairikiRemove 2 second set_time_limit(). (Was there for testing.)
next