View | Annotate | Download (3.6 KB)
Fix up overzealous validation
Implement the removeButton and fix bugs
Allow users to enter a dropdown selection for an option
Update copyright date to 2010
Remove the now null $db
Fix up the AJAX call to add a user to a club
Add ajax calls to change user privileges for a club
Allow users to be added to a club
Selectively require files
Call "session_start" for all AJAX
Add AJAX calls to store the borrower_id from a selected borrower_name
Categories are now working properly.
Locations on addPurchase page are now handled dynamically, just like categories.
Progress on categories, categories now show up on front page correctly (when not logged in)
More work on categories.
They are now saved into the database from the "New Category" drop down when adding a purchase.
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 first swipe at being able to add new users on the loan page
Fix the user-completion to pull from the correct list
First working ajax
More setup of the javascript for the savebusiness ajax call
Prototype for the ajax call for saving a business
Modify the ajax drivers for the onfocus event on the locations dropdown
Updated the copyright to be the current year.
Fixed up the drop-down a little bit more. CSS'ed it up a little as well.
Added the dropdown list for the username selection
Moved up the "Successfully saved" message to be next to the drop-down. Still can't ge the JS to work.
Adding this file to the other branch
Added ajax.php file