A guide to writing change logs
- Parser extension groups are not added if required aliases are missing in LanguageConfigGenerator
- Transclusion statements without ':' and having arguments can also be parser function calls.
- Ignoring repeated registration of alias names (not IDs).
- Implemented number parser functions.
- Fixed missing EngNowiki visit method in AstToWomConverter
- Fixed missing RTD information on tbody element and added it to list of elements that cancel a semipre block
- *StringConverter classes in AstTextUtilsImpl and EngineAstTextUtilsImpl are now public
- New formatting option for non standard elements: LIKE_FORMATTING
- New option preserveSemiPreLeadingSpace which allows to recognize and remove leading spaces in semi pre blocks
- Fixed wrong default enwp configuration: protocol mail -> mailto
- Added jenkins profile which generates coverage reports when build in Jenkins.
- Bumped version of tooling parent pom and osr-common dependencies to 3.0.7-SNAPSHOT.
- HtmlRenderer.visit(EngProcessedPage n) properly implemented.
- HtmlRenderer.visit(WtRedirect n) properly implemented.
- Ignoring IntelliJ project files and directories.
- Bumped osr-common version number to 3.0.8 to fix problem with signed artifacts.
- Pre-processing stage now replaced entities.
- Refactored internal link parsing:
- Deleted INTERNAL_LINK_ALT scope
- Allowed EXTERNAL_LINK in IMAGE_LINK_ALT scope.
- Allowed EXTERNAL_LINK and PLAIN_EXTERNAL_LINK in IMAGE_LINK_TITLE scope.
- Removed what I believe to be unnecessary complexity from internal link grammar.
- LanguageConfigGenerate automatically prefixes a magic word with "#" or adds
the postfix ":" if the same magic word is prefixed or postfixed in DefaultConfigEnWp.
- Added containsIllegalCodePoints() to class ValidatedWikitext.
- Added convertIllegalCodePoints option to ParserConfig which affect encoding validation stage.
- Removed xml-apis dependencies.
- Fixed '|' parsing in external link URLs.
- Framed image links force all block elements inside their title to close when the title scope closes.
- Added missing descriptions to pom.xml files. The release to oss.sonatype.org was failing with a validation error that complained about the missing descriptions.
- Added missing setter methods ing ParserConfigImpl.
- ParserConfigImpl now has proper fields for nonStandardElementBehavior, fosterParenting, and fosterParentingForTransclusions and loads/saves those fields from the XML configuration.
- Intermediate paragraph tags are no longer subject to foster parenting during post-processing.
- Improved parser grammer to improve performance.
- Updated to osr-common 3.0.5.
- Fixed bug in pre-processor which resulted in exception when encountering wiki markup similar to this: "<".
- Improved parser grammar to avoid case where illegally nested internal links caused a recursive cascade that practically never finished.
- More fine grained engine integration test helper functions
- Implemented switch langConvTagsEnabled to help with issue #48 Too aggressive
parsing of
-{ }-
Language Converter tags - Added switch tagExtensionNamesCaseSensitive to help with issue #43: pre tag support is case sensitive
- Automatically expanding
{{!}}
to|
thus fixing issue #47
- Changed order of processing in LinkTargetParser to fix issue #45 and perform link title sanity check with underscores replaced by spaces. The title `Template:Did you know nominations/Steve Taylor & The Perfect Foil; Wow to the Deadness' contains invalid entities: &_The_Perfect_Foil;
- Fixed InternalError during postprocessing when encountering a
tag all caps by treating it as startTagR14.
- Replaced throw new InternalError by AssertionError to fix bug #35 Internal Error
- Ignoring virtual xml tags in WtPrettyPrinter (Caused problems in issue #44)
- Differentiating between italic/bold started by html tag or ticks thus partly fixing issue #44
- Bumped version of tooling parent pom and osr-common dependencies to 3.0.4
- Made ScopeStack class and methods public (including inner class Scope)
- Document automatically generated during deserialization in sweble-wom3-json-tools if not doc is explicitly set does not contain article element by default any more.
- Generalized sweble-wom3-json-tools code to work with w3c docs as well (BREAKS INTERFACE)
- Generalized sweble-engine-serialization code to work with w3c docs as well (BREAKS INTERFACE)
- Generalized Wom3Toolbox code to work with w3c docs as well (BREAKS INTERFACE)
- WomToolbox.{isWomElement, isRtd, isText, isRtdOrText} methods
- WomSerializer.setDocumentImplClassName method
- Bumped version of tooling parent pom and osr-common dependencies to 3.0.3
- Illegal characters had no rtd assigned
- Added parser configuration options to turn off foster parenting in post-processing
- Bumped version of tooling parent pom and osr-common dependencies to 3.0.2