Contemplate Formulator

1.0b

5/27/03
Initial release. No known issues.

1.0

8/29/03
The Start page now includes a delete option for removing definitions from your page definitions file.

The Formulator now correctly reads page definitions from their default location if you do not specify a page definitions file in your Contemplate preferences file, or if you do not use a preferences file. Previously, the Formulator would not show a list of existing pages at the Choose step if you did not specify a location for the page definitions file.

The get_setting function now contains an extra line to ensure that Contemplate will evaluate a setting of "0" in the preferences file as false in every language. The ASP version was evaluating "0" as true, resulting in some preference settings not taking effect.

1.0.1

10/30/03
The PHP and Perl versions of the Formulator were timing out on the Fill step when form tags in the content files contained some special characters, such as the parenthesis that comprise a part of a reference to a JavaScript function. This behavior is fixed.

If you're using Apache's mod_rewrite or other software to rewrite dynamic URLs, you no longer need to use "assembled" as the string that triggers the rewrite. If you wish to use a different string, you can open each of the server-side scripts included with your version of Contemplate, look for the $URL_rewriting_flag variable definition, and change it in the script. (This setting is not available in the preferences file because the scripts need it in order to read the preferences file.)