Commit Graph

27 Commits

Author SHA1 Message Date
Geoff Humphrey
4b8c8e762f First post-beta fixes. 2010-11-04 15:12:33 +00:00
Geoff Humphrey
7705310aa7 Fixes for SourceForge reported bugs: 307620, 3076257, and 3076255. Further testing will verify. 2010-09-28 22:46:00 +00:00
Geoff Humphrey
5110d5eda4 Last-minute beta testing commits. Ugh. 2010-09-21 21:04:02 +00:00
Geoff Humphrey
d23b4d1d14 Last commits before beta testing period starting September 20, 2010. 2010-09-14 19:53:49 +00:00
Geoff Humphrey
32e3ac240d Made changes to fix the printing issue reported by Kevin M. Also made changes to make presentation of data more consistent. Added print.php stand-alone page and revised the layout to include a larger "Brew Day Data" section along with a new "Brew Day Notes" section. These will print on a separate page.
Defined constants in index.php for various paths (e.g., includes, sections, etc.). Will employ the use of these across the application - this commit begins the process.
2010-08-30 20:45:35 +00:00
Kevin Masaryk
0434bc5b54 Fixed bug 3037597 (Target OG/SG recalc issue).
Also, importing a blog from a recipe now assigns the recipe's OG/FG to
target OG/FG in the blog.
2010-08-21 15:57:53 +00:00
Geoff Humphrey
9b4843098b 2010-08-17 19:50:43 +00:00
Geoff Humphrey
ed13f5769d These are the final file commits with new, updated, or improved code that I have. I plan on releasing the 2.3.2 package by the end of the month, after testing of course.
If there is any code that is new, please finish it and commit ASAP.

All coding from this point forward should only be for bug fixes.

~ Geoff
2010-07-27 17:24:06 +00:00
Geoff Humphrey
ed77dd8f86 2010-07-24 20:17:15 +00:00
Kevin Masaryk
20cd4c88e3 Added a 'hopPelletFactor' field to the 'preferences' table.
Added ability for admin to set the hopPelletFactor in the Preferences form.
Added sanity checking to the new field.
The bitterness library pulls the pelletFactor value from the preferences
table now.
2010-07-23 22:34:02 +00:00
Geoff Humphrey
6b2d853614 CSS styling to the "Add Hop Entry" button on the bitterness calculator.
Getting ready to release 2.2.3. Any other revisions?
2010-07-23 19:39:18 +00:00
Geoff Humphrey
d26b9c056c Further refinements to recipe calculator to accommodate the additional hop and malt fields. Cleaned up some redundant code. 2010-07-20 20:57:38 +00:00
Geoff Humphrey
cdbb83cfb1 Working on adding more table rows for Grains and Hops. Just a temporary response to the request for more fields. In the future, I would like to work out a way to store extract, grain, adjunct, hop, and misc ingredients into relational DB tables instead of the current setup.
This piggybacks upon Kevin's new Bitterness calculator methodology.
2010-07-20 18:19:38 +00:00
Kevin Masaryk
b4640b6d07 Hydrometer Calc
Rearranged some of the code for readability and easier management.
Minor update to the interface.

Bitterness Calc
Significant rewrite to much of the code.
Modified interface to allow dynamic additions of hop entry fields.
Max number of hop entry fields is controlled by a constant at
the top of the file: $MAX_HOPS.
Moved all constants to the top.
Moved all JavaScript to bitterness.js since there's a lot more of
it now - the hop entry field stuff is all JS.
Modified the interface to make Garetz calculations optional.
Modifications to $pelletFactor. This is a constant at the top
right now but will soon be set in prefs.
Moved all IBU formulas into a separate library, bitterness.lib.php.
This will allow all IBU calculations to be handled in one file
instead of duplicating the code. The next step is to convert the
recipe/blog IBU code to start using it.

Updated all relevant files to link to the two calculators which
were modified/added.
2010-07-20 17:49:32 +00:00
Geoff Humphrey
85506af498 Finalizing 2.3.2 release items. 2010-06-24 21:01:22 +00:00
Geoff Humphrey
1383c232f3 Bug fixes. 2010-06-10 22:12:12 +00:00
Geoff Humphrey
8bfb68d82f More 2.3.2 commits. Looking to release in July after testing. 2010-05-28 20:17:43 +00:00
Geoff Humphrey
d32b264710 First 2.3.3 commits. 2010-03-22 22:24:31 +00:00
Geoff Humphrey
73e158028f Preliminary 2.3.2 commits. Updated navigation schemas and bug fixes. New theme. 2010-02-05 18:37:27 +00:00
Geoff Humphrey
66848ea1dd 2010-01-20 00:49:05 +00:00
Geoff Humphrey
650d2047bd 2010-01-19 22:39:07 +00:00
Geoff Humphrey
ea7bd6d6be 2010-01-19 22:38:50 +00:00
Geoff Humphrey
411b0f805b Finalizing 2.3.1 release. 2010-01-19 18:17:54 +00:00
Geoff Humphrey
dec14835eb Minor additions: yeast info popup for bb/recipe display; narrow recipe and bb lists by style with a click on a certain style; fixed some inconsistencies in the db_connect_log.inc.php file. 2010-01-05 21:44:17 +00:00
Geoff Humphrey
279b5ea8cb Finalizing 2.3.1 sub release. Fixed bug where brewBoilTime in the recipes table was not being recorded to the DB. 2009-11-14 00:14:09 +00:00
Geoff Humphrey
2e05236c35 2009-10-27 12:02:04 +00:00
visual77
89b9b4f575 Restructured the repository to follow the more traditional SVN structure.
The trunk folder is for all new features that are not yet ready for release. This folder will be for stabilizing work as it is built and creating new features.

The releases folder is used for release builds. The earliest available build is 2.3.x, and thus it will have the 2.3 folder. All maintenance and bug fixes go in this folder. No new features whatsoever are to be added in here, keeping those completely in the trunk. When the trunk is ready for the next version, it will have a new folder created for it (releases/2.4 for instance) to stabilizing for final release.

The tags folder is used for individual releases. When a release build is ready to go out for download, that release folder will be cloned into an appropriate tag folder. For example, the releases/2.3 folder will be cloned into tags/2.3.1 for that release, and after more work on bug fixes, it will be cloned to tags/2.3.2. Thus, these tag folders should never be modified for any reason. The tag exists purely as a snapshot of a certain point on the release path, and to modify a snapshot defeats the purpose. Any bug in a tagged release should be fixed in the appropriate release folder (such as releases/2.3 for a bug found in 2.3.1).
2009-10-16 22:09:45 +00:00