View | Annotate | Download (2.7 KB)
Update copyright date to 2010
All templates are same scheme now.
Removed pagination, and implemented searching and sorting on all pages. Fixes feature 77
Remove pagination from templates.
Fix some positioning, and add the add business link back
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.
The headers were really bugging me. I think this looks a lot better. But now the extra actions above the table (shows on viewLoans/Checkouts and the add user, add location) are bugging me.
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.
Paginate the viewBusinesses page.
Fixed Bug #44 "SQL Injections in Column Sorting".
Table headers are now generated using a function inside interface.lib.php.
Stylized sortable headers and such.
Sorting on most pages.
Many styling changes...CSSed it up.
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