Difference between revisions of "Download BOARD18"

From BOARD18 Project WIKI
Jump to navigation Jump to search
(→‎Release 2.0.0: added Release 2.1.0)
(29 intermediate revisions by the same user not shown)
Line 2: Line 2:
{{:Main Page.Welcome}}
{{:Main Page.Welcome}}


<span style="color: Fuchsia">Note that only 2 game boxes are included in the Download ZIP file.  
<span style="color: Fuchsia">Note that game boxes are no longer included in the Download ZIP file.  
This is due to file size considerations.</span><br>
This is due to file size considerations.</span><br>
Additional game boxes should, of course, be downloaded and added to a BOARD18 web site. Follow [[Download Game Boxes|these instructions]] when you wish to do so.
Game boxes must be downloaded and added to a BOARD18 web site. Follow [[Download Game Boxes|these instructions]] when you do so.


==Board18 Releases==
==Board18 Releases==
Line 11: Line 11:
Please report any issues with BOARD18 or the BOARD18 install process [http://bugs.board18.org/ here].
Please report any issues with BOARD18 or the BOARD18 install process [http://bugs.board18.org/ here].


===Release 2.1.0===
Backed out enhanced support for browser zoom. <br>
For more information see the [[Release 2.0.0 Issue]] document.


'''Download: [[Media:Board18-2.1.0.zip]]'''
===Release 2.5.1===
Implemented fix for Issue 76 - Expanded email column in the players table.<br>
Implemented Issue 81 - Implemented "Remember Me" logic in "Login" pages.<br>
Implemented Issue 82 -  Make "remember me" flag persistent.<br>
Also updated the text on the login page, removed some obsolete utilities,
made some minor documentation changes
and updated the README.txt file in the utility directory.


Installation instructions for this release are available at [[How To Create a BOARD18 WEB Site]].
<span style="color: Fuchsia">If you are '''upgrading''' from a release prior to 2.5.0, please see this [[Release 2.5.0 Upgrade Note]] </span>


===Release 2.0.0===
'''Download: [[Media:Board18-2.5.1.zip]]'''
* Implemented Issue 1 - Request for an "undo" capability
* Implemented Issue 20 - Associated spreadsheet URL capability
* Implemented Issue 47 - Rewrite JS to remove contextMenu API
* Implemented Issue 50 - Redesign of main menus and keyboard shortcuts.
* Enhanced support for browser zoom.
 
<span style="color: Red">This release has been depricated and should not be used. Use release 2.1.0 instead.</span>
 
===Release 1.5.0 - Current Stable Release===
* Implemented issue 27 Phase 4 - board18Boxes.php.
* Added links between board18Boxes.php, board18Games.php and board18Players.php
 
If upgrading from release 1.3.4 or earlier then see [[The_game_link_Table_Fix_for_release_1.4.x|this note]].
 
'''Download: [[Media:Board18-1.5.0.zip]]'''


Installation instructions for this release are available at [[How To Create a BOARD18 WEB Site]].
Installation instructions for this release are available at [[How To Create a BOARD18 WEB Site]].


===Release 1.4.2===
===Release 2.4.7 Current Stable Release===
* Fixed status swap bug in board18Misc.php
This release makes numerous minor tweaks to various of the administration pages. It also implements the massLoadBoxes.php utility.


If upgrading from release 1.3.4 or earlier then see [[The_game_link_Table_Fix_for_release_1.4.x|this note]].
<span style="color: Fuchsia">If you are '''upgrading''' from a release prior to 2.4.0, please see this [[Release 2.4.0 Upgrade Note]] </span>


'''Download: [[Media:Board18-1.4.2.zip]]'''
'''Download: [[Media:Board18-2.4.7.zip]]'''


Installation instructions for this release are available at [[How To Create a BOARD18 WEB Site]].
Installation instructions for this release are available at [[How To Create a BOARD18 WEB Site]].


===Release 1.4.1===
===Release 2.4.6===
* Added 3 new PHP functions. They are linkGet, linkAdd and linkDel.
This release fixes numerous errors in the validation code in the updateBox() function in the board18Boxes.js file.
* Updated board18Misc page to support toggling the current game status.
* Added link processing functions to board18Misc page.


If upgrading from release 1.3.4 or earlier then see [[The_game_link_Table_Fix_for_release_1.4.x|this note]].
<span style="color: Fuchsia">If you are '''upgrading''' from a release prior to 2.4.0, please see this [[Release 2.4.0 Upgrade Note]] </span>


'''Download: [[Media:Board18-1.4.1.zip]]'''
'''Download: [[Media:Board18-2.4.6.zip]]'''


Installation instructions for this release are available at [[How To Create a BOARD18 WEB Site]].
Installation instructions for this release are available at [[How To Create a BOARD18 WEB Site]].


===Release 1.4.0===
===Release 2.4.5===
* Updated game_link table.
Implemented fix for Issue 71 - Stock Market has no Menu>Accept Move.
* Added aboutBoard18() function to board18com.js.
 
<span style="color: Red">If upgrading from release 1.3.4 or earlier then see [[The_game_link_Table_Fix_for_release_1.4.x|this note]].</span>
 
'''Download: [[Media:Board18-1.4.0.zip]]'''
 
Installation instructions for this release are available at [[How To Create a BOARD18 WEB Site]].


===Release 1.3.4===
<span style="color: Fuchsia">If you are '''upgrading''' from a release prior to 2.4.0, please see this [[Release 2.4.0 Upgrade Note]] </span>
* Put tray back into Market pages and fixed bug in switching between SnapMap and SnapMrk.


'''Download: [[Media:Board18-1.3.4.zip]]'''
'''Download: [[Media:Board18-2.4.5.zip]]'''


Installation instructions for this release are available at [[How To Create a BOARD18 WEB Site]].
Installation instructions for this release are available at [[How To Create a BOARD18 WEB Site]].

Revision as of 15:43, 28 August 2017

Board18 Overview

BOARD18 is a tool for playing “18xx style” games via Email.

The BOARD18 game session associated with a PBEM game is used to display the game board and the stock market for the game. It will run as a web service accessed via the player's web browser.
The How To page linked to here contains step by step instructions for setting up a PBEM 18xx game.

BOARD18 is open source software available under the MIT License

Please click here to help support the BOARD18 Project.

NOTE: For more information on 18xx style games, see this wikipedia article.

Note that game boxes are no longer included in the Download ZIP file. This is due to file size considerations.
Game boxes must be downloaded and added to a BOARD18 web site. Follow these instructions when you do so.

Board18 Releases

Unless you have a good reason not to, please use the most current BOARD18 release or the Current Stable Release.
Please contact Rich Price, rich at board18.org, if you have questions about installing BOARD18 on your server.
Please report any issues with BOARD18 or the BOARD18 install process here.


Release 2.5.1

Implemented fix for Issue 76 - Expanded email column in the players table.
Implemented Issue 81 - Implemented "Remember Me" logic in "Login" pages.
Implemented Issue 82 - Make "remember me" flag persistent.
Also updated the text on the login page, removed some obsolete utilities, made some minor documentation changes and updated the README.txt file in the utility directory.

If you are upgrading from a release prior to 2.5.0, please see this Release 2.5.0 Upgrade Note

Download: Media:Board18-2.5.1.zip

Installation instructions for this release are available at How To Create a BOARD18 WEB Site.

Release 2.4.7 Current Stable Release

This release makes numerous minor tweaks to various of the administration pages. It also implements the massLoadBoxes.php utility.

If you are upgrading from a release prior to 2.4.0, please see this Release 2.4.0 Upgrade Note

Download: Media:Board18-2.4.7.zip

Installation instructions for this release are available at How To Create a BOARD18 WEB Site.

Release 2.4.6

This release fixes numerous errors in the validation code in the updateBox() function in the board18Boxes.js file.

If you are upgrading from a release prior to 2.4.0, please see this Release 2.4.0 Upgrade Note

Download: Media:Board18-2.4.6.zip

Installation instructions for this release are available at How To Create a BOARD18 WEB Site.

Release 2.4.5

Implemented fix for Issue 71 - Stock Market has no Menu>Accept Move.

If you are upgrading from a release prior to 2.4.0, please see this Release 2.4.0 Upgrade Note

Download: Media:Board18-2.4.5.zip

Installation instructions for this release are available at How To Create a BOARD18 WEB Site.