Here we document changes to BruisedFruit:
- Fixed error where URLs containing commas (,) wouldn't be formatted properly.
- Updated database.php queries to improve compatibility with older versions of MySQL.
- Added the
[color] tag for text colour formatting. - Added the
[toc] tag, which generates a Table of Contents for an article based on its headers. - Improved behaviour of inline images with frames.
- Fixed a few minour CSS bugs!
- Fixed a bug which meant old article editions weren't being deleted correctly.
- Added German language file (thanks Vee)!
- Changed wiki name from
QWiki to BruisedFruit due to clashes with other products.- Changed internal variable prefixes from
QWIKI_ to BF_. - Changed database field prefixes from
q to bf.
- Fixed error with certain URL's not being treated as external links.
- Improved the image markup and generally made images more stable.
- Added
[>>] tag to allow users to clear a line. Especially useful when you have an image aligned to the left or right of an article and no longer want text to wrap around it.
- Fixed a problem with the standard template not closing all of it's
div elements. - Added
BF_STRIP_HTML to config.php which allows users to toggle whether or not HTML is allowed in BruisedFruit articles (off by default).
- Added
{BF_SEARCH_ARTICLE_RELEVANCE}, {BF_SEARCH_ARTICLE_URL}, {BF_SEARCH_ARTICLE_NAME} and {BF_SEARCH_ARTICLE_SIZE} to search page template. - Fixed problem with search template tags not being hidden when a search phrase wasn't detected.
- Fixed problem with search relevancy being higher that 100% on various occasions.
- Updated link and image parser to avoid nasty situations involving incorrect markup and infinite loops.
- Rewrote link parser to handle inter-wiki links with anchor tags.
- Added
bfArticleCurrent field to database schema.
Last modified by: Nial (April 18, 2008, 7:54 am)