This is a somewhat experimental release with some (minor) changes that
could affect existing sites. I'd recommend backing up your site
carefully before upgrading. You will also want to run the fixer script
to update your existing pages to use the new markup. See instructions
below.

Changes:
* Moved the search "if" parameter from display to searchPageLists function.
* Added an auth parameter to BOLTvars. Useful mostly in plugins.
* A major change in how markups like bold and italics etc are handled.
Now uses > and < rather than - and + (can make even larger or smaller
by adding more chars at the front). Now it's all run through one
markup rule.
* Added # and @ to our list of shortcuts for box and monospace .
* No longer need to use --- for --, but you will need to run the
fixer.php script to update existing pages.
* Put noindex meta tag in html header for pages that don't exist.
* Add a <rules>markup</rules> that will allow you to specify which
rules will be allowed in specific sections of a site. Can use a subset
of core markup rules, or add completely alternate markup tables for
certain sections. Very cool.
* Add a searchType site.config option and changed $BOLTdefaultExclude
to a searchExclude site.config option. This latter one could affect
sites, where it is set via a config page. Either can be overridden by
resetting the parameter in the search function itself. Good settings
would be searchType: -header,footer,side and searchExclude:
site*,template*,code*,action*. These settings are candidates for the
core, in a release or two from now.

To use the fixer script, copy the fix.php script to the same location
as your index.php file. Then call it in your browser, refreshing the
page until it tells you all your pages are updated. You will need to
do this for each field. This switches ++ and -- mnarkups to << and >>.
It also changes the --- markup back to the normal -- markup. Upgrade
with care as some isolated pages may be affected by the changes. If
you are not using the default 'pages' directory and/or location for
your pages, you will have to hack the script to use the proper folder.
Sorry for this late addition to 3.xx. It was just a great idea, and I
KNEW immediately it was the answer I was looking for to the very old
dash problem.

Cheers,
Dan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to