- Sep 15, 2014
-
-
Jared Hancock authored
-
- Sep 11, 2014
-
-
Jared Hancock authored
-
- Sep 04, 2014
-
-
Jared Hancock authored
-
- Sep 02, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Furthermore, revamp the __cdata system to better support multiple selection fields. Drop the `.._id` fields and use a coalesce of the ID value of the entry value or the entry value itself. For JSON backed fields, strip some JSON characters to result in a comma-separated list. The search engine now uses MySQL FIND_IN_SET to analyze a search selection in advanced searches. Also, interaction with the MySQL full text search backend is fully supported.
-
Jared Hancock authored
-
Jared Hancock authored
Not just the SelectionField. This will make room for the InlineFormField
-
Jared Hancock authored
-
- Sep 01, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Aug 30, 2014
-
-
Jared Hancock authored
-
- Aug 29, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Attachment settings are now exclusively handled by the settings on the ThreadEntry field on the ticket details form. Enabling attachments as well as tuning attachment validation settings are all handled from the one place now.
-
Jared Hancock authored
Only one file is supported at a time now; but at least the files are saved and displayed in the event of validation errors.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This will allow for more complex widgets to be added as plugins which include css and javascript media files without manually adding header or footer lines.
-
Peter Rotich authored
Add context to ticket state name (noun) and action (verbs) Conflicts: include/class.forms.php
-
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".
-
Jared Hancock authored
-
- Aug 27, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
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
This allows for subclasses to define how the choice is formatted. Split ticket status states into public and private
-
- Aug 15, 2014
-
-
Jared Hancock authored
-