View | Annotate | Download (1.1 KB)
Update copyright date to 2010
Fixed permissions back to the way they were before I messed them up :)
Proper escaping of characters when inserted into database
This was only happening for the '&' character (upon inserting a new business), because the values were being passed along via $_GET over AJAX. I changed it to use $_POST instead, using the jQuery ajax framework (since I don't know how to use the prototype one).
Updated the copyright to be the current year.
Change database and custom template class includes. HUGE change. If anything breaks, blame Cameron.
Move auth.php into lib directory, renamed to auth.lib.php. Update require statements.
Remove unnecessary database connection and clean up formatting.
Remove config.php require_once from remaining files
Refactor smarty setup, inc/setup.php contains a new Smarty_Inv definition to set directory locations
Changed left sidebar to be a list, semantic difference. Updated the permissions, and made another name change to make viewBusinesses page line up with the same template page instead of manageBusinesses
Changed 'Foobar' to 'RPInventory' in license text, done with git because svn is dumb.
Added GPL license to all code files.
One more try.