Changelog / Version History

November 4, 2009
* Initial release

November 7, 2009
* Site now uses ajax/cookies to remember the previous state of a tree forn (checkboxes, free form input variables, expansion states), and restores it when you next load up the tree. In addition to the added convenience of it remembering your last settings, this means that if your computer or connection crashes, you should be able to resume right where you left off, even if you were in the middle of typing.

November 8, 2009
* Added print/copy/plaintext link to tree form pages, which shows a new window with just the output text, suitable for Ctrl+A Ctrl+C copying, or printing, or print to pdf, etc. You can also now mark containers and outputs as items to not print -- so you can hide input containers, etc. when printing.

November 8, 2009
* Fixed errors in html validation; fixed for Opera (make sure you enable cookies!)

November 9, 2009
* Improve input variable text replacement (you can now use quotes, parens etc.)
* Added variable replacement text processing functions; See details on syntax help page (also available on bottom left in edit form text area).
* [BugFix] When using Ctrl+A Ctrl+C to select and copy text to clipboard from print/copy view, even hidden text was being copied; fixed.
* Supports tree form document xml that has been exported from The Form Letter Machine Desktop Application.
* [BugFix] A recent updated prevented the preview display from showing the interactive tree; fixed.

November 10, 2009
* Fixed several incompatibilities with different browsers; now tested to work on FF, IE, Chrome, Opera
* Fixed bug where you could not preview newly created tree documents.

November 11, 2009
* Added resizable, autosizing, dual scrolling sidebar for form trees, courtesy of UI.Layout (http://layout.jquery-dev.net/)

November 12, 2009
* Added some new input types: date (uses jquery.ui datepicker), textarea, multiple input combobox that can be displayed as a bulletted list. See here for demo.

November 13, 2009
* Changed the fadein/fadeout effects for blocks of text -- should be faster and easier to see now; should be reduced cpu usage as well.
* Removed the reliance on ajax cookie updating for printing -- should eliminate some odd bugs in printing not being synchronized to display, plus it will allow external sites to post data along with a request for a form, in order to force the settings of the form on display.

November 14, 2009
* output containers can now be collapsed
* tfdocs now remembers your previous checkbox/radiobox states and variable states and saves them with a more intelligent naming system that should surbive editing of the tree document.

November 15, 2009
* When you click on a node title whose content is included in the document, that paragraph flashes in the document; now when you click on a node title that is not currently active in the document, you see a pop up dialog showing it's contents.

November 18, 2009
* Fixed bugs on mouseover hints (didn't work in chrome; stopped working on some checkbox changes in some cases)