- Jul 16, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
- Move access to it's own table. - Refactor what department membership means in relation to group access
-
- Jul 02, 2012
-
-
Jared Hancock authored
-
- Jun 30, 2012
-
-
Jared Hancock authored
-
- Jun 29, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jun 28, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jun 23, 2012
-
-
Jared Hancock authored
Add Team::hasMember utility method to assist in determining if a ticket is owned by a team that he currently-logged-in-staff is a member of. Then, check if the ticket is assigned to a staff member other than the current staff or to a team that the current staff is not a member of. If so (the ticket is not assigned to the current staff), then display the warning banner showing who currently owns the ticket.
-
- Jun 18, 2012
-
-
Jared Hancock authored
-
Jared Hancock authored
Rather than defaulting to either showing answered tickets or closed tickets if there are no open tickets.
-
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.
-
- May 13, 2012
-
-
Peter Rotich authored
-
- May 10, 2012
-
-
Peter Rotich authored
-
- May 01, 2012
-
-
Peter Rotich authored
-
- Apr 29, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 28, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 27, 2012
-
-
Peter Rotich authored
-
- Apr 25, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 22, 2012
-
-
Peter Rotich authored
-
- Apr 21, 2012
-
-
Jared Hancock authored
And correct several undefined function errors from several source files. So while function names in PHP are considered case-insensitive, it still makes sense to use consistent camel casing for both defining and calling methods. The lint test searches the code base for method calls, and then searches the code base again looking for a function definition matching the name of the function invoked. It's not failsafe, because it doesn't detect the class from which the method should belong, so it's likely to have false negatives. Furthermore, it won't work well for PHP 5 where several classes are built into PHP (and aren't searchable in the osTicket code base). Remove the include/staff/api.inc.php as it no longer appears to be used (and contains references to undefined methods).
-
- Apr 20, 2012
-
-
Kelli Shaver authored
-
- Apr 19, 2012
-
-
Kelli Shaver authored
changing ticket create/status bottons on client landing page, redoing navbar shadow with css, adding kb icons
-
- Apr 09, 2012
-
-
Jared Hancock authored
Replace the ticket_{message,response,note} tables with a single ticket_thread table that will contain data for all three current message types. This simplifies much of the ticket thread code and paves the way for other types of messages in the future.
-
Peter Rotich authored
-
- Apr 02, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 01, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 30, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Mar 27, 2012
-
-
Jared Hancock authored
Adds a link to the scp/tickets.php page (Tickets) allowing for the export of the data to CSV file. This is preliminary and still needs a few items: * An icon + button CSS definition * Support for alternate columns (staff assigned, etc.) Also add beginnings of complex export support (PDF, JSON and other formats to follow). CSV is fully supported for now. And for brevity, add a Http::download method to allow for consistent and browser-independent forced page content downloads
-
- Mar 26, 2012
-
-
Kelli Shaver authored
-