root / addUserRecord.php

View | Annotate | Download (1.9 KB)

# Date Author Comment
6ebba44e 02/18/2010 06:59 PM Cameron Fackler

Update copyright date to 2010

2c054fd8 02/14/2010 09:06 PM Josh Elser

Make sure that only site-admins can make site-admin accounts

334c484c 12/26/2009 12:10 AM Josh Elser

Use single $db

48efe00f 12/22/2009 06:45 PM Josh Elser

Change the authentication checking

87453ce0 12/19/2009 11:30 AM Josh Elser

Use the addUser function in the library

9884f9a8 12/10/2009 02:41 AM Josh Elser

Migrate to new database and fix for centralization

fd389ac4 09/16/2009 12:17 PM Colin Sullivan

Fixed permissions back to the way they were before I messed them up :)

856037c4 09/16/2009 10:38 AM Colin Sullivan

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).

401b9c20 07/25/2009 10:23 PM Josh Elser

Fix the addUser page

bd279a60 06/02/2009 01:51 PM Josh Elser

Updated the copyright to be the current year.

90a3eeac 03/20/2009 11:13 PM Cameron Fackler

Change database and custom template class includes. HUGE change. If anything breaks, blame Cameron.

1bd7d0a5 03/18/2009 11:22 AM Cameron Fackler

Move auth.php into lib directory, renamed to auth.lib.php. Update require statements.

2c17b280 02/04/2009 01:08 PM Cameron Fackler

Fix comment

1c1a1069 02/04/2009 12:53 PM Cameron Fackler

Sanitize input, validate username in the PHP, and clean up formatting.

13b54cbb 12/15/2008 01:31 PM Josh Elser

Established a naming convention in all files. Lowercase first word, uppercase afterwards, e.g. viewInventory, insertLoanRecord.

3c7cee64 12/02/2008 11:58 PM Cameron Fackler

Changed 'Foobar' to 'RPInventory' in license text, done with git because svn is dumb.

5c4db27d 12/01/2008 12:27 PM Daniel Delaney

Added GPL license to all code files.

09ceea67 11/21/2008 04:28 PM Daniel Delaney

Added loan addresses (entered when loaning items)
Added ajax retrieval of old addresses.

c5bf6cda 11/21/2008 01:25 PM Daniel Delaney

Moved borrower details into user table.

bf9dee21 11/18/2008 11:13 PM Daniel Delaney

Switched to mysqli connection.
Added user sessions (Login/logout)
User management page is protected for admins only.

0b22b563 11/18/2008 02:04 PM Daniel Delaney

Added user management section. (add, edit, delete)