2005-01-07 Janne Jalkanen * v2.1.134 * Removed LoginBox from the default template in anticipation of the Great Reorg. * TableOfContents plugin no longer gets confused if a heading contains HTML escapable characters, such as quotes, <-signs or ampersands. * Added new parameter to TableOfContents: "title". * Added ContentTag for *really* simple templating. Also modified WikiTemplates tutorial and the default template. 2005-01-06 Janne Jalkanen * v2.1.133 * Added a fix for BugNamedAnchors - the section anchors are now properly handled, if they contain non-USASCII characters. 2005-01-05 Janne Jalkanen * v2.1.132. * Now transmits the _body parameter from FormOutput plugin to the actual plugin taking care of the form submission. Suggested by John Volkar. 2005-01-04 Janne Jalkanen * v2.1.131. * Added more intelligence so that

tags do not enclose divs, hrs, and pres. This makes many more pages validate as XHTML. Unfortunately, nested lists still fail XHTML validator - and many browsers render them wrong, if it's compliant. Annoying. 2005-01-03 Janne Jalkanen * v2.1.130. (It's amazing what you can do when you're on a long train trip...) * Rewrote header.jsp to include proper scripts, and renamed it to "commonheader.jsp". * Moved the default scripts from templates/default to /scripts. This allows easier access from different templates. * RSSImageLinkTag now has proper alt-tag. * The IncludeTag now attempts to find the included page from the default template, if it can't find it from the current template. This essentially allows you to just copy the "ViewTemplate.jsp" file (and the CSS files) into a new subdirectory for really simple templating. * The default template now validates as XHTML 1.0 Transitional. (Though there are some pages on which validation still fails, most notably TextFormattingRules - we're working on it... :) * TranslatorReader now emits a lot more XHTML-compatible code. The paragraph handling was faulty on many occasions, mostly resulting in block-level elements to be put inside paragraphs (big no-no). * TemplateManager now works (sorta). All JSP files now use it to figure out how templates work. This has the nice side effect that if a template file is missing, JSPWiki will use the default template file for that. 2005-01-02 Janne Jalkanen * v2.1.129. * Added EditorTag, which replaces the entire