- Feb 10, 2015
-
-
Jared Hancock authored
-
- Jan 30, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 23, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Fixes #1660
-
- Jan 20, 2015
-
-
Peter Rotich authored
-
Peter Rotich authored
Refactor filter.yaml and related code base Move isBanned routine to banlist class and make it banlist specific Refactor how canned responses get list of filters
-
- Jan 16, 2015
-
-
Peter Rotich authored
-
- Jan 14, 2015
-
-
Peter Rotich authored
This is necessary because group table gets renamed as part of the upgrade.
-
Peter Rotich authored
Don't crash when login-banner page doesn't exist yet.
-
Peter Rotich authored
Make the upgrader play nice when loading latest yaml files.
-
- Jan 13, 2015
-
-
Jared Hancock authored
* Add trashcan icon for newly-added actions * Categorize filter actions * Use imperative phrases for action descriptions * Drop check boxes from simple actions (like reject ticket) * Hide empty forms on new ticket pages * Do not store config for nondata fields for actions * Implement a multi-use feature for actions, which will allow using a action more than once (for instance, multiple email sends) * Filter actions are sortable * Send email has from address configurable * %{user} token is valid as a recipient
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This patch rebases filters into a row-based layout and redesigns the filter apply method to be more extensible. It also redesigns the UI to be more dynamic and to allow for actions to be added without database modification and actions can also have complex configurations.
-
- Jan 12, 2015
-
-
Jared Hancock authored
And properly escape and display form title and instructions
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Help topics can now specify one or more additional forms to be included on the help topic and can also specify the sort order of those forms. Furthermore, individual fields can be disabled per help topic, so that unnecessary fields can be omitted when necessary, per help topic. The disabled flag is recorded along side the field data so that the field will not be accidentally added to the form later automatically. There is no interface in this commit to enable a field which was disabled by the help topic when ticket was created.
-
- Jan 09, 2015
-
-
Jared Hancock authored
-
- Jan 07, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 06, 2015
-
-
Jared Hancock authored
Don't add to endTime if not already set
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 05, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
* Fix missing attachments join for Category (fixes #1654) * Fix crash on user account registration * Fix save button on user account (fixes #1655) — regression from bebc2d79
-
Jared Hancock authored
* Fix fatal errors adding a new FAQ (fixes #1648) * Fix removal of attachments when deleting a thread (fixes #1650) * Fix crash discovering department members for alerts (fixes #1652)
-
- Jan 02, 2015
-
-
Jared Hancock authored
* Fix translation of pages * Localize client thank-you page on new ticket * Fix adding new category * Fix crash on staff login when upgrading from < 1.9 * Don't show self locks on ticket queue pages
-
Peter Rotich authored
Show the form title on edit instead of "Custom Form" - which can be misleading since the user might be editing a built-in form.
-
- Dec 31, 2014
-
-
Jared Hancock authored
If a new ticket is assigned to both an individual agent and a team, do not send the email alert to the team lead or the team members.
-
Jared Hancock authored
-
Jared Hancock authored
This patch changes the ticket filter system so that it can be recursively looped to allow for banning and matching on the reply-to address and name.
-
Jared Hancock authored
This script adds a single download script, 'file.php', which provides access to files of all types to all users. It uses a HMAC signature system with an expires time, which allows signed URLs to be sent to external users. This also fixes an issue with the Http::cacheable() method, where the last-modified and Etag headers were not properly compared, which resulted in permanent cache misses by the client.
-
Peter Rotich authored
Key permissions definition array Move canned and faq permissions to their respective classes.
-
- Dec 30, 2014
-
-
Peter Rotich authored
Use http::build_query instead of inline urlencode
-