Menu

ReciPants Recipe Manager / News: Recent posts

ReciPants v1.2 Released

New features: support for Oracle databases, F <-> C temperature converter, Brix <-> Baume sweetness converter, and database connection test utility.

Tweaks: anti-Cross-Site Scripting security improvements, IP address verification in user cookies, ability to connect to databases on remote machines, ability to supply custom database connect string.

Bug fixes: date displays show correct month, email address format checker allows hyphenx in mailbox names, single quotes no longer crash recipe search.

Posted by Nick Grossman 2004-04-28

Version 1.1.1 Released (bugfix for MySQL)

Fixes ingredient quantity column type in MySQL that caused fractional quantities to get rounded off to the nearest whole number (e.g. 1/2 got rounded off to 0).

Alternatively, you can issue the following SQL command:

ALTER TABLE 'ingredients' CHANGE 'qty' 'qty' DECIMAL(10, 5) NOT NULL;

...and update your existing quantity values.

*** Systems using Postgres are not effected. ***

Posted by Nick Grossman 2003-12-05

Version 1.1 Released

Contains new features and bugfixes. See the Release Notes or http://recipants.pantsblazing.com/download.html for changes.

Posted by Nick Grossman 2003-12-02

Oracle support on the way!

Cintra Software & Services ( http://cintra.com/ ) have kindly donated development access to Oracle, so look for a release with Oracle support soon! Thanks, Cintra!

Posted by Nick Grossman 2003-10-14
MongoDB Logo MongoDB