SMW 0.1a
From semantic-mediawiki.org
SMW 0.1a | |
---|---|
Previous version: | Semantic MediaWiki 0.1 |
Next version: | SMW 0.1b |
Current version: | |
SMW 4.2.0 |
From the RELEASE-NOTES[edit]
Changes by mak (0.1a, 4 Oct 2005):
- moved parsing process to ParserAfterStrip to support <nowiki>; it has to be done even later to support template inclusion properly,
- changed process of storing/retrieving: no more stripping of semantic relations before saving -- the annotations now appear exactly where the user has put them, keeping them easier to read and maintain,
- parse only once: saving is based on the relations that were retrieved during the earlier call of parse(); for this to work, saving needs to be deferred -- it is currently done at ArticleSaveComplete [should there be a dedicated hook for deferred saving?],
- enabled removal of semantic links on article deletion,
- changed layout of semantic links factsheet, including some neat grouping feature.