View | Annotate | Download (9.5 KB)
Update copyright date to 2010
Move VerifyBorrowerExists from auth.lib.php
Add optional $db argument
Remove all connect.lib.php functions
Add getBorrowerFromName function
Add updateBorrwer function
Add a deleteBorrower function
Add getBorrowerId function
Centralize the borrowers
Add an addBorrower function
User name searching on loan items now works better.
Removed pagination, and implemented searching and sorting on all pages. Fixes feature 77
Fix borrower implementations due to database changes
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).
Mistype
Fix up the borrowers.lib.php
The first swipe at being able to add new users on the loan page
Fix the user-completion to pull from the correct list
Final round of changes. Add a viewAddress link to the manageBorrowers page. Remove the viewBorrowers page as that is now unnecessary
The start to making an edit borrower page
Add the first draft for a manage borrowers page
Updated the copyright to be the current year.
Fixed up some inventory errors I made. Paginated viewBorrowers page. Also abstracted viewBorrowers into the lib/borrowers.lib.php