Commit Graph

304 Commits (63ed75c7ef2a2879c7105042379ebfae4724a847)
 

Author SHA1 Message Date
Mike Koch 63ed75c7ef #88 Remove edit note functionality 9 years ago
Mike Koch e56bde8e2d #88 Remove attachments to notes feature 9 years ago
Mike Koch 8bf124fa8b Merge branch 'master' into remove-2-6-0-features
Conflicts:
	admin/admin_settings.php
	admin/admin_settings_save.php
	modsForHesk_settings.inc.php
9 years ago
Mike Koch be48540bf1 Update README and install_functions 9 years ago
Mike Koch dcf9f26295 Closes #103 Install errors should be displayed in the main install area, not in the panel 9 years ago
Mike Koch 6b1d746b7c Prep install files for 1.7.0 9 years ago
Mike Koch 4a410887f7 Miscellaneous settings page changes 9 years ago
Mike Koch 029e2ffa65 Closes #102 add MySQL version to settings page 9 years ago
Mike Koch 71fd581dde Tell user what to add to modsForHesk_settings.inc.php if script fails 9 years ago
Mike Koch 4871394265 Only add new settings if they aren't already there 9 years ago
Mike Koch 1a663324e3 Add verify email setting to update script 9 years ago
Mike Koch b419d47c94 Closes #97 Fix status update script 9 years ago
Mike Koch 073ff3c765 Include multiselect with checkbox check 9 years ago
Mike Koch 351bb5c272 Add select/deselect all buttons to multiselect custom fields 9 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.
9 years ago
Mike Koch 13953d5627 #30 Tell user to verify email if it hasn't been verified yet 9 years ago
Mike Koch e339b90efd #30 Let the page actually save the setting 9 years ago
Mike Koch 88c8fe5967 #30 Send emails for validated tickets 9 years ago
Mike Koch efce82d1d6 #30 Only validate emails if the help desk is configured to do so 9 years ago
Mike Koch 94b2b97994 #30 also output if no tickets were created 9 years ago
Mike Koch 9a0da6f16a #30 Use the email as the source of truth, not the # of tickets added 9 years ago
Mike Koch 7e22ce897c #30 Remove the incorrect comment 9 years ago
Mike Koch 47e4fc5f6a #30 Finish up the verification page 9 years ago
Mike Koch 222f1271e5 #30 Start on the verifyemail page.
Still need to do the form portion
9 years ago
Mike Koch 81fb037335 #30 Add email function for verify email 9 years ago
Mike Koch 418338c509 Closes #101 Edit post should support the new custom fields 9 years ago
Mike Koch a762682ddb Closes #99 Only attempt to send email if ticket's email is not blank 9 years ago
Mike Koch dfb07b979c Closes #98 Add email template for re-opening ticket assigned to diff user 9 years ago
Mike Koch 3d2616ba89 #30 If the email hasn't been verified, add it to the pending verification table 9 years ago
Mike Koch e11f14e67c #30 Add pending_verification_emails table 9 years ago
Mike Koch 691deb7f67 #30 Submit ticket now checks the verified_emails table before creating 9 years ago
Mike Koch 75b0e8233f #30 Fix SQL 9 years ago
Mike Koch 3ec81da8d1 #30 Added SQL migrations to update script 9 years ago
Mike Koch dde55cf4e1 #91 Support multilanguage custom fields 9 years ago
Mike Koch aa4f8bb736 Fix indentation courtesy of PHPStorm 9 years ago
Mike Koch 94b5f65241 #91 Show respective text on custom fields page depending on MFH setting 9 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
9 years ago
Mike Koch a003a9d89f #91 Some UI updates for multilanguage custom field support 9 years ago
Mike Koch 16606f75b9 #91 Add UI setting for enabling language file custom fields 9 years ago
Mike Koch 69a514a057 #91 Multiselect custom field now working 9 years ago
Mike Koch 2b234e8e1d #91 Finished date custom fields 9 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
9 years ago
Mike Koch 602d9c6c27 #91 Use Bootstrap datepicker instead of jQuery UI 9 years ago
Mike Koch f9590fe67c #91 add date/multiselect to before/after for both pages 9 years ago
Mike Koch e1880316d7 #91 Actually store the actual timestamp from the date entered 9 years ago
Mike Koch 5941bf7e35 #91 Use jQuery UI's date picker rather than HTML 5 date field
To ensure cross-browser compatibility
9 years ago
Mike Koch f7064ed399 #91 Add jQuery UI 9 years ago
Mike Koch 085d1b6d22 Multiselect is already working 9 years ago
Mike Koch e943e44f29 #91 Support multi-select and date custom fields on new ticket page (admin) 9 years ago
Mike Koch 50f5ce4596 #91 Add new custom field options to the array of possible choices 9 years ago