- Jan 24, 2014
-
-
Jared Hancock authored
Conflicts: include/staff/tickets.inc.php
-
- Jan 23, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
If a custom list item were added to an email template, and there is no data for the field (ie. the field is not required) when the template is rendered, the system would crash. toString() is required to return a string, no matter what. This patch cascades the (string) coercion to the current value of the list field if it is not an instance of a DynamicListItem
-
Peter Rotich authored
Don't send out SQL error on upgrade to 1.8.1 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix display of priority field in queue export Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Jan 22, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Also removes the fetching of priorities separately and addresses sorting of priorities by the ID field rather than the urgency field.
-
Peter Rotich authored
oops: Fixup deploy for 1.8.1 and onward Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- Jan 21, 2014
-
-
Peter Rotich authored
Fixup querying drop-down lists via advanced search Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
It turns out that the _id field was not added to the cdata table when it was created for SelectionField items, because the ::hasIdValue() method was not implemented. This patch correctly searches SelectionFields via advanced search.
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 20, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Several small edits to initial email templates Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Add CLI app for file management Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Add the current backend to the list results output Add a --limit switch to support limit results sent to a command like `migrate`
-
Jared Hancock authored
Allows for backend listing, file listing, single file dump and file migration.
-
Jared Hancock authored
Allow arguments to have sub-command 'options', so an argument like 'action' can have a specified list of values, each with respective help output.
-
Jared Hancock authored
-
Jared Hancock authored
Ticket Access Link Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Ticket owner as well as collaborators can request access link by entering email and ticket number.
-
Jared Hancock authored
Update recipients count in realtime Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
A ticket owner can't be a collaborator.
-
Peter Rotich authored
Allow clients to edit their information Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Fix ambiguous id / value for typeahead Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Log password reset attempts Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
-
Jared Hancock authored
This reverts commit bc773adb.
-
Jared Hancock authored
Ticket count Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
If the text does not match the value on record in the custom list, then the value entered in the field cannot be accepted. NOTE: This may have unintended i18n consequences, where there are varying ways to write a letter in Unicode which may be rendered the same but will not be correct with a string ==.
-
Jared Hancock authored
-
Jared Hancock authored
Administrators can disable client edits of ticket information. Hopefully, this will eventually be replaced by role-based ACLs placed on individual forms and fields.
-