View | Annotate | Download (2.3 KB)
Update copyright date to 2010
Remove an onclick event that wasn't supposed to be there
Change the rest of the links to jquery ui buttons
Change the buttons to be jquery ui-ed
All templates are same scheme now.
Removed pagination, and implemented searching and sorting on all pages. Fixes feature 77
Remove pagination from templates.
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.
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.
Worked on design a bit...Created nice looking pulldown boxes and buttons.
Implemented Feature #36, Sort Column Headers.
Many styling changes...CSSed it up.
Changed 'Foobar' to 'RPInventory' in license text, done with git because svn is dumb.
Added GPL license to all code files.
Updated style. Added style to all tables.
Added location management.