View | Annotate | Download (1.9 KB)
Update copyright date to 2010
Make sure that only site-admins can make site-admin accounts
All templates are same scheme now.
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).
Fix the addUser page
Assorted bug fixes dealing with sidebar highlighting and top of content positioning
Updated the copyright to be the current year.
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
Fixed some more javascript validation. Should print out a logical message for them all. Prints "a address", however.
Changed 'Foobar' to 'RPInventory' in license text, done with git because svn is dumb.
Added GPL license to all code files.
Moved borrower details into user table.
Added user management section. (add, edit, delete)