- Dec 11, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Dec 08, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Oct 14, 2014
-
-
Peter Rotich authored
Add order by method to ticket status list to return appropriate sort columns Delegate __get method in CustomListHandler to the parent list
-
- Sep 24, 2014
-
-
Peter Rotich authored
This will allow administrator to indicate if end users are allowed to reopen tickets in a particular closed status.
-
- Sep 19, 2014
-
-
Peter Rotich authored
-
- Sep 17, 2014
-
-
Peter Rotich authored
-
- Sep 12, 2014
-
-
Peter Rotich authored
-
- Sep 02, 2014
-
-
Jared Hancock authored
-
- Sep 01, 2014
-
-
Peter Rotich authored
-
- Aug 29, 2014
-
-
Jared Hancock authored
And allow for @context to add context to the bare string literal. For instance, /* @trans, @context "noun" */ 'Open' Would mark the string 'Open' translatable with context "noun".
-
- Aug 27, 2014
-
-
Jared Hancock authored
Always save a key/value hash of the selected value(s). However, if the field does not have the multivalue configuration setting, then retrieve just the key with the to_php() function. to_database(), however, will always return a JSON string with the value(s) formatted as a hash array.
-
- Aug 22, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
Statuses with tickets cannot be deleted Fix orm to class gracefully when joins are not inspected Add create date to new statuses
-
Peter Rotich authored
Reserve 'archived' state for automation
-
Peter Rotich authored
Move ticket status change to unified backend.
-
Peter Rotich authored
Only cache results for ALL items
-
- Aug 11, 2014
-
-
Jared Hancock authored
-
- Aug 07, 2014
-
-
Jared Hancock authored
-
- Aug 05, 2014
-
-
Peter Rotich authored
Changed Resolved to resolved state Add ability to get statuses by states
-
- Jul 28, 2014
-
-
Peter Rotich authored
DynamicList initial data
-
Peter Rotich authored
-
- Jul 09, 2014
-
-
Peter Rotich authored
Add multiselect option to selection and choices fields.
-
Peter Rotich authored
-
- Jul 07, 2014
-
-
Peter Rotich authored
Add TicketStatus class and ticket_status table
-
Peter Rotich authored
Add an interface for custom list items. Implement CustomListItem for built-in and custom lists.
-
- Jun 24, 2014
-
-
Peter Rotich authored
First implementation of built-in custom list
-
Peter Rotich authored
Generalize custom list interface in order to provide for facility to manage system's built-in list like ticket statuses, priorities ...etc.
-