Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom ticket statuses #1094

Closed
wants to merge 15 commits into from

Commits on Jun 24, 2014

  1. Add the concept of built-in lists

    Generalize custom list interface in order to provide for facility to manage
    system's built-in list like ticket statuses, priorities ...etc.
    protich committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    a8bf928 View commit details
    Browse the repository at this point in the history
  2. Add ticket status list

    First implementation of built-in custom list
    protich committed Jun 24, 2014
    Configuration menu
    Copy the full SHA
    eb957e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. Configuration menu
    Copy the full SHA
    cb9e3ce View commit details
    Browse the repository at this point in the history
  2. Add custom list item interface

    Add an interface for custom list items.
    Implement CustomListItem for built-in and custom lists.
    protich committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    049f0c6 View commit details
    Browse the repository at this point in the history
  3. Implement TicketStatusList

    Add TicketStatus class and ticket_status table
    protich committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    7a5b1c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c6b2a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2014

  1. Configuration menu
    Copy the full SHA
    b954fee View commit details
    Browse the repository at this point in the history
  2. Add multiselect support

    Add multiselect  option to selection and choices fields.
    protich committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    dd1d663 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Configuration menu
    Copy the full SHA
    e31408b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    053a323 View commit details
    Browse the repository at this point in the history
  3. Add list.yaml

    DynamicList initial data
    protich committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    9bad2fb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2014

  1. Dynamic list

    Changed Resolved to resolved state
    Add ability to get statuses by states
    protich committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    4d25efc View commit details
    Browse the repository at this point in the history
  2. Add default ticket status setting

    Help topics and filters can override the default status
    protich committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    ca446a5 View commit details
    Browse the repository at this point in the history
  3. Add status_id to ticket table.

    Implement the logic to set status
    protich committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    92f7e4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d06d69 View commit details
    Browse the repository at this point in the history