BoltWire

Software Screenshot:
BoltWire
Software Details:
Version: 5.10 updated
Upload Date: 11 Mar 16
Developer: Dan Vis
Distribution Type: Freeware
Downloads: 37
Size: 96 Kb

Rating: 3.0/5 (Total Votes: 2)

It has the various strengths of a CMS, a wiki, a search engine, and more, all rolled together into a software system of ground-breaking design.

The secret behind BoltWire's small size, yet robust capabilities, is its amazing ZAP engine, that allows easy form generation and processing.

The platform allows regular users to easily setup a wiki and start adding content for their followers.

What is new in this release:

  • Slight fix to source function allowing default to work with get, post, and cookie retrievals.
  • Fixed msg parameter in mail function to include args, so can disable.
  • Check and radio boxes now handle check='' correctly as false
  • Tightened a permissions hole in the counter and delete info extension.
  • A slight mistake in the inlist deprecate flag, flagging some pages that are properly fixed. Have redone and will keep in for one more release.
  • Several small fixes to the upload command to allow multiple file uploads in a form.

What is new in version 5.07:

  • Slight fix to source function allowing default to work with get, post, and cookie retrievals.
  • Fixed msg parameter in mail function to include args, so can disable.
  • Check and radio boxes now handle check='' correctly as false
  • Tightened a permissions hole in the counter and delete info extension.
  • A slight mistake in the inlist deprecate flag, flagging some pages that are properly fixed. Have redone and will keep in for one more release.
  • Several small fixes to the upload command to allow multiple file uploads in a form.

What is new in version 5.03:

  • Slight fix to source function allowing default to work with get, post, and cookie retrievals.
  • Fixed msg parameter in mail function to include args, so can disable.
  • Check and radio boxes now handle check='' correctly as false
  • Tightened a permissions hole in the counter and delete info extension.
  • A slight mistake in the inlist deprecate flag, flagging some pages that are properly fixed. Have redone and will keep in for one more release.
  • Several small fixes to the upload command to allow multiple file uploads in a form.

What is new in version 5.01:

  • Slight fix to source function allowing default to work with get, post, and cookie retrievals.
  • Fixed msg parameter in mail function to include args, so can disable.
  • Check and radio boxes now handle check='' correctly as false
  • Tightened a permissions hole in the counter and delete info extension.
  • A slight mistake in the inlist deprecate flag, flagging some pages that are properly fixed. Have redone and will keep in for one more release.
  • Several small fixes to the upload command to allow multiple file uploads in a form.

What is new in version 4.23:

  • Removed the embed, savedata, getlines, and if_number deprecate flags from the core. Those changes are nearly 10 versions old and any needed changes should be part of your site by now. To double check, go to site.deprecate.embed and check to make sure all the pages listed there are working. Then you can delete the page. Repeat for the other three pages.
  • The inlist deprecate flag is still active--so when we make the change in that conditional you can have all the information you need to update your site. Don't delete that page! I've also added an insource deprecate flag to eliminate the string parameter there in favor of the new, separate inline conditional. I'll give instructions about what to do with those two site.deprecate pages soon.
  • Loved Tiffany's suggestion to use "when" instead of "if" when iterating through search/list functions--so added a deprecate flag to catch pages where this will need to be changed when we switch to 5.xx. For now, do nothing and give BoltWire a chance to catch pages that will need to be updated.
  • Made a few changes to boost performance a bit by reworking caching on info vars and adding caching to skinsettings.
  • Added an optional, very simple, SORT parameter to the infoPoke function. But it does the trick! Can also add to the info function when saving a value.
  • Added an inline condition--essentially strpos in php. I will deprecate the text parameter in the insource condition which is just a cludgy workaround.
  • Fixed the info function so can use its list handling in info parts. IE <(info field=... part=1 value=+Bob)> adds Bob to the CSV list in part 1 of the info value.

What is new in version 4.22:

  • Removed zone parameter from markup functions (in functions.php). Use global $BOLTzone if need in plugins.
  • Now that have online docs, removed inline comments in some scripts to get download size back under 100k...
  • Added simpler loadcontent and savecontent functions to handle the new page:var content areas. Applied to more info extensions.
  • Fixed infovar function so can now do {page:var::field::part}
  • Fixed a bug in {+value} in query sorting. Also can no longer do {+value::1}. Just do {+1}
  • Slight bug in BOLTmakeJs function affecting plugins.
  • Fixed a recently introduced bug affecting indexing.

What is new in version 4.16:

  • Fixed bug in translation engine.
  • Changed tags markup order to avoid conflicts
  • Fixed a vertical spacing bug in boxes.
  • Added an escapeTitle option to site.config
  • A slight problem with the escape function fixed.

What is new in version 4.12:

  • Significant bug was fixed that allowed people to see action pages they shouldn't.
  • Tightened the search function, making it impossible to search directories outside the local field with the (new) exception of the shared folder (set dir=shared or shared/img, etc).
  • A slight bug was fixed in the exists functions, and it now blocks checks outside the field folder

What is new in version 4.11:

  • By default can now do [^"some file.pdf"^] or [^link="some file.pdf"^] (can still include label= and other allowed params)
  • Now can also do link:somefile.pdf (comparable to img:somefile.jpg, but for pdf's), and added jpeg to the img file types.
  • Another slight tweak to the data action display. Seems multi-line data vars weren't showing properly.
  • Several fixes to translation engine, including a hook for more customization. Language files need to be updated to replace redundant lines now that things are case-insensitive.
  • Added a print condition that tells if $BOLTskin is set to print. Nice for print customizations.
  • Slight modification in the missing page mark and its style sheet to prevent disruptions in vertical line spacing.
  • Fixed a significant security vulnerability in the upload function. All users are encouraged to upgrade.

What is new in version 4.08:

  • Fixed a bug in the form markup and a few other places to improve cleanURL's
  • Fixed up the default skins to work with cleanURL's
  • Added a "ssl: true" config option to the links markup function to convert all links to HTTPS if desired.
  • Fixed an authorization bug in the mail function
  • Fixed the info function to save/retrieve info from the proper part of an info index.

What is new in version 4.06:

  • Changed slightly how forms are handled. Could affect custom scripts using the KEY, COMMAND, or INPUT form session values.
  • Fixed a padding problem on the tables in the default style sheet
  • Fixed a bug affecting sites with a field name that is an integer (ie: 2014).
  • Added an abort conditional so you can tell if a form command fails, ie [if abort register]...[if]
  • Added the ability to tap into command output values directly by [(source command=register)]
  • Completely reworked the register action to do a better job reporting results accurately.

What is new in version 4.03:

  • Fixed variables.php to properly allow change of location for shared resources.
  • Now BoltWire properly recognizes key vars like {skin}, {shared}, etc in skins.
  • Fixed a bug in the passdata command.
  • Function messages are now turned off by default. Turn on by msg=true.
  • Added an optional autologin feature that allows you to login by adding &login=id:pass to the url. If superadmin, can just do &login=id to login as another user. To enable, set autologin: true in site.config.

What is new in version 4.01:

  • 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.

What is new in version 3.5:

  • 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.

What is new in version 3.4.16:

  • 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.

What is new in version 3.4.15:

  • 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.

What is new in version 3.4.12:

  • 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.

Requirements:

  • PHP 4 or higher

Screenshots

boltwire_1_79058.png
boltwire_2_79058.png

Similar Software

Comments to BoltWire

Comments not found
Add Comment
Turn on images!