Commit Graph

1518 Commits (b1b16fe3812d5e62163c1c56189efe96c41bdd95)
 

Author SHA1 Message Date
Mike Koch 6b1d746b7c Prep install files for 1.7.0 10 years ago
Mike Koch 4a410887f7 Miscellaneous settings page changes 10 years ago
Mike Koch 029e2ffa65 Closes #102 add MySQL version to settings page 10 years ago
Mike Koch 1a502e7a1e Only allow getTicketById 10 years ago
Mike Koch d7876bfe50 Merge branch 'master' into web-services 10 years ago
Mike Koch 71fd581dde Tell user what to add to modsForHesk_settings.inc.php if script fails 10 years ago
Mike Koch 4871394265 Only add new settings if they aren't already there 10 years ago
Mike Koch 1a663324e3 Add verify email setting to update script 10 years ago
Mike Koch b419d47c94 Closes #97 Fix status update script 10 years ago
Mike Koch 073ff3c765 Include multiselect with checkbox check 10 years ago
Mike Koch 351bb5c272 Add select/deselect all buttons to multiselect custom fields 10 years ago
Mike Koch 6e84309289 #30 Some fixes for verify email.
- Actually add the email to the verified_emails table
 - Pass in the $ticket variable to add the customer's name to the email
 - Actually call the correct email function.
10 years ago
Mike Koch 13953d5627 #30 Tell user to verify email if it hasn't been verified yet 10 years ago
Mike Koch e339b90efd #30 Let the page actually save the setting 10 years ago
Mike Koch 88c8fe5967 #30 Send emails for validated tickets 10 years ago
Mike Koch efce82d1d6 #30 Only validate emails if the help desk is configured to do so 10 years ago
Mike Koch 94b2b97994 #30 also output if no tickets were created 10 years ago
Mike Koch 9a0da6f16a #30 Use the email as the source of truth, not the # of tickets added 10 years ago
Mike Koch 7e22ce897c #30 Remove the incorrect comment 10 years ago
Mike Koch 47e4fc5f6a #30 Finish up the verification page 10 years ago
Mike Koch 222f1271e5 #30 Start on the verifyemail page.
Still need to do the form portion
10 years ago
Mike Koch 81fb037335 #30 Add email function for verify email 10 years ago
Mike Koch 418338c509 Closes #101 Edit post should support the new custom fields 10 years ago
Mike Koch a762682ddb Closes #99 Only attempt to send email if ticket's email is not blank 10 years ago
Mike Koch dfb07b979c Closes #98 Add email template for re-opening ticket assigned to diff user 10 years ago
Mike Koch 3d2616ba89 #30 If the email hasn't been verified, add it to the pending verification table 10 years ago
Mike Koch e11f14e67c #30 Add pending_verification_emails table 10 years ago
Mike Koch 691deb7f67 #30 Submit ticket now checks the verified_emails table before creating 10 years ago
Mike Koch 75b0e8233f #30 Fix SQL 10 years ago
Mike Koch 3ec81da8d1 #30 Added SQL migrations to update script 10 years ago
Mike Koch dde55cf4e1 #91 Support multilanguage custom fields 10 years ago
Mike Koch aa4f8bb736 Fix indentation courtesy of PHPStorm 10 years ago
Mike Koch 94b5f65241 #91 Show respective text on custom fields page depending on MFH setting 10 years ago
Mike Koch e2c6e2c179 #91 Save custom field multilanguage selection.
Also fixed popovers so they're aren't crammed in on the MFH settings section
10 years ago
Mike Koch a003a9d89f #91 Some UI updates for multilanguage custom field support 10 years ago
Mike Koch 16606f75b9 #91 Add UI setting for enabling language file custom fields 10 years ago
Mike Koch 69a514a057 #91 Multiselect custom field now working 10 years ago
Mike Koch 2b234e8e1d #91 Finished date custom fields 10 years ago
Mike Koch b449953950 #91 Dates must be in YYYY-MM-DD format
To prevent any ambiguous M/D/Y vs D/M/Y dates
10 years ago
Mike Koch 602d9c6c27 #91 Use Bootstrap datepicker instead of jQuery UI 10 years ago
Mike Koch f9590fe67c #91 add date/multiselect to before/after for both pages 10 years ago
Mike Koch e1880316d7 #91 Actually store the actual timestamp from the date entered 10 years ago
Mike Koch 5941bf7e35 #91 Use jQuery UI's date picker rather than HTML 5 date field
To ensure cross-browser compatibility
10 years ago
Mike Koch f7064ed399 #91 Add jQuery UI 10 years ago
Mike Koch 085d1b6d22 Multiselect is already working 10 years ago
Mike Koch e943e44f29 #91 Support multi-select and date custom fields on new ticket page (admin) 10 years ago
Mike Koch 50f5ce4596 #91 Add new custom field options to the array of possible choices 10 years ago
Mike Koch 46e09d618c #91 Add options text for the new custom field types 10 years ago
Mike Koch 73be89c472 #91 Add new custom field options to settings dropdown 10 years ago
Mike Koch 23b68707ec Closes #93 Show the language dropdown on the header 10 years ago