· Tweaks to field and script vars.
· Fix to action.missing to properly point to action.undo.
· Some work on cleanUrls. Not sure actions are working.
· Now set cryptkey in index.php to encrypt passwords.
· Fixed upload command.
· Several changes to site pages and structure.
· Little better job fixing the new indexing code.
· Put a class=stopwatch div around the stopwatch message and delete the stopwatch code from showing in cached pages.
· Fixed an auth bug involving BOLTinfovars. And fixed BOLTvars and BOLTFinfo to use it properly.
· Fixed a bug in the upload commands that failed to properly check file types.
· Fixed a serious XSS vulnerability.
· Can now store info var arrays like field: var1::var2 and retrieve by .
· Small fix to vspacing involving tables.
· Fixed a security hole that could make private pages accessible.
· Reworked BOLTescape function to improve performance.
· Additional work on the vertical linespacing system.
· It's been a LONG while, likely several other changes.
· Fixed bug in serverHeaders config option. Turned on by default.
· Improved how default $farmURL value is set.
· Changes to escaping code so that can do better vspacing.
· Tightened up auto indexing to properly index changed pages when redirected or aborted. * Added a BOLTautoIndex function with a hook for a myBOLTautoIndex function.
· Fixed an obscure glitch in the BOLTloadpage function
· It's been awhile, likely a few other changes.
· Fixed error message when no data is passed to the savedata function.
· Search function can now take $args[1] for search query, or $args['text'].
· A bit more work on buttons so label gets assigned properly.
· A bit more work on select menu options so label gets assigned properly.
· Now info extensions get passed the target page as well as the other parameters to make it easier to modify the specified info page.
· Added a name=page option to the breadcrumbs function, to use page instead of title.
· Slight tweaks to default text and box colors to give more contrast and improve readability
· Slight reworking of the include function so now have more functional options: (1) basepage=true, (2) replace=true and (3) basepage=true & replace=false.
· More work on the vspace code to eliminate some of the remaining bugs. Required tinkering with several sections of the code (including templates), so consider mildly experimental.
· Reworked divs/spans so they can be nested properly.
· Slight performance tweak to the BOLTescape function.
· Major reworking of BoltWire's internal help system to make it into a function. Split site.help into help (for members) and site.help (for admins). To use, go to either page. This will prove extremely handy for our upcoming documentation system.
· Some fixes to action.plugins to repair display errors.