root / editItem.php

View | Annotate | Download (2.4 KB)

# Date Author Comment
3cd3d1cc 03/30/2010 02:00 PM Josh Elser

Update, if necessary, the custom fields

9e37c481 03/30/2010 02:33 AM Josh Elser

Add the customfields for editing inventory items

6ebba44e 02/18/2010 06:59 PM Cameron Fackler

Update copyright date to 2010

d09d7cc5 12/25/2009 11:36 PM Josh Elser

Use one $db object

903adc9a 12/23/2009 01:52 AM Josh Elser

Make editItem use library functions

890dff83 12/19/2009 02:11 PM Josh Elser

Migrate the editItem page and fix the table width

aca68b72 12/04/2009 12:20 AM Josh Elser

Add a stripslashes function and a function to get an array of objects

d8ef9bb2 10/29/2009 07:59 PM Colin Sullivan

Bug fix.

312c22d6 10/27/2009 12:53 PM Colin Sullivan

Categories are now working properly.

d8562dcf 10/22/2009 05:15 PM Colin Sullivan

Progress on categories, categories now show up on front page correctly (when not logged in)

c2fb724f 10/09/2009 01:38 PM Colin Sullivan

Categories can now be edited through the "Edit Item" page. Still, only one category per item.

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

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.

f201d8d8 02/11/2009 11:38 AM Cameron Fackler

Clean up formatting. Check authentication before opening database connection.

6b61b194 01/28/2009 01:22 PM Cameron Fackler

Remove config.php require_once from remaining files

88661269 12/16/2008 01:26 AM Cameron Fackler

Refactor smarty setup, inc/setup.php contains a new Smarty_Inv definition to set directory locations

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.

b026fd9a 11/23/2008 10:05 PM Daniel Delaney

Finished edit page. You can now edit multiple items at once.

7cd1aa6c 11/19/2008 12:02 AM Daniel Delaney

Added "Edit Inventory" ability.