- Oct 01, 2014
-
-
Jared Hancock authored
-
- Sep 29, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
forms: Add default selection to SelectionField Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
This allows administrators to select a default value for selection fields deriving from Custom Lists. This has been implemented on the ChoiceField, but was forgotten on the SelectionField
-
Peter Rotich authored
forms: Add free text field Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
bug: Decode mailbox when parsing an email address Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
This addresses cases where incoming emails doesn't include charset and mailbox may include non-ascii characters.
-
Jared Hancock authored
* Use the title of "Information" with internal tag of "info" * Add "Visibility" column to UI and retire "Required" and "Internal" columns * Add visibility selection to new fields and show visibility to the user information fields when displayed on the ticket details form * Make the visibility settings translatable * Use constants internally for visibility configuration detection * Use a larger input when managing the information HTML content * Fix validation errors for new fields * Enforce new field name uniqueness * Enforce new field name character validation
-
Jared Hancock authored
oops: Fix hardcoded table prefix Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
orm: Fix MySQL occasional "Commands OOS" error Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Sep 28, 2014
-
-
Peter Rotich authored
-
- Sep 27, 2014
-
-
Jared Hancock authored
Under certain intermittent circumstances (usually a significant number of ORM queries), the ORM will trigger a MySQL error: Commands out of sync; you can't run this command now Usually this MySQL error is related to buffered versus unbuffered queries. However, the ORM already uses buffered queries (MySQL calls it "store_result"). In this case, it appears there is some sort of race between fetching the result metadata before configuring the statement for buffering. (By "race" I mean that the error is not reliably triggered). This patch seems to fix the issue by configuring buffering before fetching result metadata — necessary to configure the fetching (output) phase of the statement.
-
- Sep 26, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Conflicts: js/osticket.js
-
Jared Hancock authored
-
Jared Hancock authored
This is similar to the section break but doesn't have the <hr> element before it and allows for HTML input (including images)
-
Jared Hancock authored
Add database name and schema signature to the system info page Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Improve info display & formatting Only show 8 chars of the last commit
-
Peter Rotich authored
-
- Sep 25, 2014
-
-
Peter Rotich authored
redactor: Add right-to-left support Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Support non-US locale on client portal Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
The staff portal has a feature where the date fields are converted to YYYY-MM-DD prior to form submission. However, this code was not ported to the client portal. Therefore, for non-US date formats (d/m/Y for instance) would not be processed properly by the server and would be nulled prior to validation.
-
Jared Hancock authored
bug: Add ticket status properties field exist before loading initial data Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Add ticket status properties field before loading init data.
-
Jared Hancock authored
-
Jared Hancock authored
Dependent fields Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Ticket statuses revisited Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Fix #1302. Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Hide multi selection option for typeahead selections
-
- Sep 24, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Consider current status settings to determine if a ticket is reopen-able Show a warning on staff's ticket view if the ticket is not reopen-able
-