5 Commits

Author SHA1 Message Date
George Hotelling
9da2f4ec9f Adds iCalendar file for upcoming brewBlogs and the upcoming recipes. It can be accessed from a link in the upper-right of the calendar screen, and should work both with single-player and massively multiplayer sites.
Note that this adds a new 3rd-party library, iCalcreator.class.php from http://kigkonsult.se/iCalcreator/index.php (GPL/LGPL dual licensed)
2012-08-13 02:38:42 +00:00
George Hotelling
5d6bdd07aa Stabilizing trunk so that development can continue.
* Removed check_mobile include which was crashing pages like the admin section (it was previously added to functions.inc.php)
* Fixed ABV display in lists
* Fixed bitterness calculations.
* Removed call-time pass-by-reference in BeerXML parser, since it is no longer supported by PHP
2012-08-11 15:08:49 +00:00
Geoff Humphrey
6de47e4da0 Beginning consolidation effort. The plan is to house all functions in the functions.inc.php file, streamline db calls by "modules" to call when needed and not on every page load (hence the addition of the 'db' sub-directory in the 'includes' directory. Also, beginning to eliminate unneeded tables in favor of CSS for presentation purposes. The recipe_specifics.inc.php file reflects the newer presentation schema. 2011-09-04 18:35:17 +00:00
Geoff Humphrey
bc73bf90ce Mostly cleaning up and standardizing paths. 2011-08-25 22:04:14 +00:00
Geoff Humphrey
fc70db68e8 Made some minor revisions. Turning my attention back to this project - planning on cleaning up code (Kevin has a great start at it) for a 2.3.3 release before a full conversion built upon a framework, most likely CakePHP. 2011-08-12 15:43:36 +00:00