View | Annotate | Download (3.9 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).
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.
Forgot the change the pagination limit again.
Use the SmartyPaginate::reset() instead of the disconnect() function ( accomplishes the same task, possibly more correctly )
Missed a <br /> on the viewInventory page, and forgot to change the 2 back to 15
Moved the pagination links. Added pagination for the manageUsers page.
Don't show pagination links unless it's necessary. Fixed the action cells in manageLocations and added pagination for that page. More sql injection prevention as well.
Whoops, forgot to change the pagination number back
Saves the sorting directions in the pagination links
15 items per page is about right I think.
Paginate the viewBusinesses page.
Paginated the viewPurchases page.
Paginate the viewRepairs page
Pagination for checkouts
Pagination for the viewLoans page
Fixed up some inventory errors I made. Paginated viewBorrowers page. Also abstracted viewBorrowers into the lib/borrowers.lib.php
Abstracted the pagination.