- Apr 11, 2015
-
-
Foad Tahmasebi authored
add __() function for not translated words.
-
- Dec 30, 2014
-
-
Peter Rotich authored
Use http::build_query instead of inline urlencode
-
- Oct 26, 2014
-
-
Jared Hancock authored
-
- Oct 02, 2014
-
-
Jared Hancock authored
-
- Aug 26, 2014
-
-
Jared Hancock authored
-
- Aug 22, 2014
-
-
Peter Rotich authored
Unify use of modal dialog Make popup dialog graggable
-
- Aug 05, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
Changed Resolved to resolved state Add ability to get statuses by states
-
- Jul 28, 2014
-
-
Peter Rotich authored
-
- Jul 15, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jul 07, 2014
-
-
Peter Rotich authored
Add an interface for custom list items. Implement CustomListItem for built-in and custom lists.
-
- Jun 30, 2014
-
-
Jared Hancock authored
-
- Jun 24, 2014
-
-
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.
-
- Jun 16, 2014
-
-
Jared Hancock authored
In both the client and staff interfaces, where the URL and request parameters were echo'd back without any escaping
-
- May 21, 2014
-
-
Peter Rotich authored
-
- May 19, 2014
-
-
Peter Rotich authored
Change v1.8.2 to v1.9.0 Drop help tips for list properties
-
- Apr 25, 2014
-
-
Joshua Eldridge authored
-
- Apr 22, 2014
-
-
Jared Hancock authored
-
- Apr 02, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Feb 25, 2014
-
-
Jared Hancock authored
-
- Oct 09, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Previously, form sections were grouped into form sets for reusability. This patch drops the form sets and makes form sections the new "forms". Eventually a section-header field will be added that technically does not add any dynamic data to the form, but allows for the same feature as having a form set with multiple sections.
-
Jared Hancock authored
*This is a major redesign / rework of the osTicket base* This patch drops the concept of static ticket metadata and allows for an admin-configurable arbitrary data that is attachable to tickets The system is architected such that the base osTicket install now comes with a "default" form that has fields for subject, name, email, and phone number. This form is editable to allow for the addition of arbitrary other fields; however, the basic fields must remain in order to be associated with a help-topic and attached to a ticket. This concept can be expanded to allow for arbitrary data associated with registered clients or ticket thread items. Forms are comprised of sections. Sections have a title and instructions properties and a list of fields. Fields have various implementations to represent different data such as text, long answer, phone number, datetime, yes/no, and selections, and are configurable to define the look and feel and interpretation of the respective form field. Dropdown lists are represented as "Dynamic Lists", which are admin-configurable lists of items. Dropdowns can be optionally represented as Bootstrap typeahead fields. This also adds the start of a simple ORM which will hopefully be expanded in the future to support multiple database platforms. Currently, only MySQL is implemented.
-