- Jun 30, 2012
-
-
Jared Hancock authored
-
- Jun 23, 2012
-
-
Jared Hancock authored
-
- Jun 21, 2012
-
-
Jared Hancock authored
Map each of the inputs from $_POST['ids'] into a separate, sanitized database input (via the db_input() function), then implode() the array with commas and build the SQL statement.
-
- Jun 20, 2012
-
-
Jared Hancock authored
Protect againts cross-site request forgery attacks by requiring a special form-field or header to be sent with requests that modify ticket system data. This meant a slight change to the AJAX ticket locking mechanism. It was defined to lock with a GET request; however, GET requests are defined as safe methods and should not modify backend data (such as a lock acquisition). Therefore, the the lock acquire AJAX method was changed to require a POST method. Also remove old, no-longer-used staff panel include files
-
- Jun 18, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Issue/stop dashboard freezes
-
Jared Hancock authored
-
Peter Rotich authored
Looks good. Reviewed By: Peter 06/18/12
-
Jared Hancock authored
-
Jared Hancock authored
Looks good, thanks.
-
Peter Rotich authored
-
Jared Hancock authored
Looks good, thanks. Wonder where this broke?
-
Peter Rotich authored
Minor cleanups pending - parked for DPR5/RC1 Reviewed By: Peter 06/18/12
-
Peter Rotich authored
Looks good. Reviewed By: Peter 06/18/12
-
Peter Rotich authored
MySQL Strict mode overwrite - looks good. Reviewed By: Peter 06/18/12
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
-
Peter Rotich authored
Looks good Reviewed By: Peter 06/18/12
-
Peter Rotich authored
Looks good. Reviewed By: Peter 06/18/12
-
Jared Hancock authored
Rather than defaulting to either showing answered tickets or closed tickets if there are no open tickets.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Reviewed By: Peter 06/18/12
-
Peter Rotich authored
Reviewed By: Peter 06/18/12
-
Peter Rotich authored
Reviewed By Jared
-
Peter Rotich authored
Reviewed By: Jared 06/18/12 Reviewed By: Peter 06/18/12
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Allow staff members the ability to select a default paper size which will be used in printing tickets via PDF. In the future, this may be overridden per ticket by a dialog box at print time.
-
Jared Hancock authored
-
Jared Hancock authored
And fix various lint issues, include adding the yet-undefined-but-referenced deleteAttachment() function for canned-responses and faq entries
-
Jared Hancock authored
-
- Jun 14, 2012
-
-
Jared Hancock authored
Actually, Safari was probably just being really nice to me
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jun 12, 2012
-
-
Jared Hancock authored
-