- Jan 14, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
Provide facility to set collaborator status on add.
-
- Jan 10, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jan 08, 2014
-
-
Jared Hancock authored
-
- Jan 06, 2014
-
-
Jared Hancock authored
-
- Dec 18, 2013
-
-
Peter Rotich authored
-
- Dec 16, 2013
-
-
Jared Hancock authored
Fixes a regression in 1.8 where user names and emails submitted via the web interface would not properly be detected by the filter system for rejection. References: http://osticket.com/forum/discussion/75456/v1-8-ticket-filter-for-banning-domain-doesn-t-work
-
- Dec 11, 2013
-
-
Jared Hancock authored
-
- Nov 30, 2013
-
-
Jared Hancock authored
Previously, due to a bug in Ticket::getPhone(), the first digit of the formatted phone number was displayed only. This patch will allow display of the entire formatted phone number. Fixes osTicket/osTicket-1.8#248
-
Jared Hancock authored
'where 1' and 'where 1=1' gives me hives...
-
Eivind Ravndal authored
-
- Nov 27, 2013
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
If a ticket is currently unassigned and your respond to it, it's yours. If a ticket is closed and later reopened due to a new message, the last respondent will always be assigned if available at the time.
-
Peter Rotich authored
-
Peter Rotich authored
Change fromForm routine takes the actual form and do validation and call fromVars with clean data Add fromVars to do the actual user creation (previously named fromForm.
-
- Nov 26, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Unpack user data for filtering purposes for staff created tickets
-
Peter Rotich authored
Add ability to change ticket owner on ticket view Add get last updated date to user class
-
Peter Rotich authored
We do not support multiple emails per user at the moment. We'll revisit the issue once such support is added.
-
Jared Hancock authored
-
- Nov 25, 2013
-
-
Jared Hancock authored
without required, internal contact field
-
- Nov 21, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Nov 18, 2013
-
-
Jared Hancock authored
The detection of inline images in the mail processor causes inline images to be removed from the attachment list, if listed there. However, the attachments in the attachment list were not keyed by the attachment-id, so there was no proper way to detect and remove the attachments from the list. This patch properly keys the attachment list by the attachment file_id
-
- Nov 16, 2013
-
-
Jared Hancock authored
-
- Nov 14, 2013
-
-
Jared Hancock authored
-
- Nov 13, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
Allows the client to be changed on a ticket. Previously, only the information about the client associated with the ticket was editable. This patch permits assigning a completely different user to the ticket.
-
Jared Hancock authored
Fixes a case where multiple tickets are created in one request (such as a cron job triggering multiple email fetches). The TicketForm::getInstance() called in Ticket::create() used a singleton pattern to retrieve a cached instance of the TicketForm. In the case of ticket creation, each ticket needs a new TicketForm entry instance.
-
- Nov 08, 2013
-
-
Jared Hancock authored
Before, the draft was only cleaned up when progress on the ticket was tracked with the reply box.
-
Jared Hancock authored
Validation errors in user form were not displayed on the interface
-
- Nov 07, 2013
-
-
Jared Hancock authored
-
- Nov 06, 2013
-
-
Jared Hancock authored
Filters should not be run alongside basic ticket validation
-