View | Annotate | Download (4.9 KB)
Update copyright date to 2010
More interface work.
Add the ability to alter the condition of the item repaired
Make sure to show the add business fields if there is no business in the system
Fix the apparently busted repair items page
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).
Assorted bug fixes dealing with sidebar highlighting and top of content positioning
Updated the copyright to be the current year.
One more date picker
Worked on design a bit...Created nice looking pulldown boxes and buttons.
Fixed the validation stuff some more. Will now have sane input on phone, zip, and state in addBusiness.php
Allowed user to enter a new business when submitting a repair.
Redid the javascript validation. Cleaner approach, may not work in IE?
Adding javascript for the data validation instead of resorting to ugly die() calls. Also cleaned up the ExternalJS.js style.
Established a naming convention in all files. Lowercase first word, uppercase afterwards, e.g. viewInventory, insertLoanRecord.
Changed 'Foobar' to 'RPInventory' in license text, done with git because svn is dumb.
Added GPL license to all code files.
Added repair items page.