ReleaseLog.20060512 History
Hide minor edits - Show changes to output
Added line 28:
* fix incompatibility between run-in heads and PmWiki 2.1
Added line 23:
* enhance default wikipublisher style sheet
Changed line 22 from:
* add a second level of nested page headings
to:
* add a second level of nested page headings and tidy the nested heading code
Added line 22:
* add a second level of nested page headings
Changed line 26 from:
to:
* fix typo in wikipublisher/extensions.php
Changed lines 2-4 from:
* add support for collate function in wikiform lists
to:
* add support for collate function in wikiform lists; in local/config.php:
** set $EnableCollate = 1; to use php's strcoll function when sorting lists
** add setlocale(LC_COLLATE, 'language'):
Added line 6:
** requires a change to the typesetting server splash screen
Added lines 9-15:
!!!If you have installed the typesetting server...
# go to Wikipublisher/InstallTheServer
# download and expand accesscontrol.tar.gz
# install AccessControl.SplashScreen.php in the PmWiki local/ directory
This will hide the new pdf '@options@' button.
Changed line 25 from:
to:
Added lines 1-15:
!!!2.0.6 released with minor improvements and bug fixes
* add support for collate function in wikiform lists
* change per page pdf options from a link to a button
* remove the first space of preformatted text
!!!Bug fixes in the current release
* change macronised [=(:title:)=] markup for PmWiki 2.1 compatibility
* <abstract> ... </abstract> --> <abstract><p> ... </p></abstract> for DTD compatibility
* css improvement: add overflow to <pre> tags
!!!Features expected in the next release
* see the outstanding [[issues]] -- no major enhancements are currently planned
!!!Bugs fixed in the next release
* none