Commit Graph

158 Commits (9cf564a99fdc5a4a0925bb05dfcf6d9097897d49)

Author SHA1 Message Date
Mike Koch 39c5fc6f86 #264 Store leaflet CSS/JS locally 9 years ago
Mike Koch 40afa50bca #255 Update headers 9 years ago
Mike Koch e84c27fa16 #255 Update code to 2.6.4 9 years ago
Mike Koch 139853e0d4 #255 Update code for 2.6.3 9 years ago
Mike Koch 5d5a25bf2c Closes #256 Change sub_ticket to sub_support in header 9 years ago
Mike Koch 81553d4885 #196 Patch up some permission stuff 9 years ago
Mike Koch 9685a22aa1 Remove unused permission checks 9 years ago
Mike Koch 9a5bc49ac1 #196 Fix some "custom" template stuff 9 years ago
Mike Koch 18411f652a #196 Can now save/update templates 9 years ago
Mike Koch 7159a71bdb #196 Set template to custom if any checkboxes are clicked 9 years ago
Mike Koch ebfc51b302 #196 Bring back can_man_settings 9 years ago
Mike Koch 6a7ac9c03f #196 JavaScript for selecting checkboxes now working 9 years ago
Mike Koch 155da1fd5b #196 Working on wiring up the manage_users page 9 years ago
Mike Koch ef85d1c5f3 #196 Add permission type and navbar link to templates page 9 years ago
Mike Koch 0cff279adb #196 Move feature list into common 9 years ago
Mike Koch 0c0f1bc92e #249 Don't show the KB link if KB is disabled 9 years ago
Mike Koch 2d0f3ce037 Closes #226 Fix attachments for creating new tickets 9 years ago
Mike Koch b44884a99e #204 Use leaflet to get a basic map displayed.
Still needs to be improved though. Also may not use the CDN.
9 years ago
Mike Koch 1b73d0ec54 #204 Save lat/lon when creating new ticket 9 years ago
Mike Koch 52d80491df #205 Tweaked index page layout and now show top/latest articles based on value in settings 9 years ago
Mike Koch 7a9e20557b Closes #237 Add options to show # of merged tickets in ticket table 9 years ago
Mike Koch 820bd60b7a Fix email cookie on index, add iconpicker to customer header to prevent errors 9 years ago
Mike Koch 1d32ed3887 Fix permission name for email templates, add other two tools to navbar check 9 years ago
Mike Koch afa279d98d #195 Moved statuses to Tools menu
Still need to add the permission
9 years ago
Mike Koch 02a49171d5 #233 Fix panels when number of rows in top/latest are 0 9 years ago
Mike Koch 33dc2c3a9c Closes #141 Show correct icon for each service message 9 years ago
Mike Koch f927fb8f2b #141 Implement bootstrap-iconpicker 9 years ago
Mike Koch 7aabc1a4ae Revert "#141 Implement the icon picker"
This reverts commit e6bef55986.
9 years ago
Mike Koch e6bef55986 #141 Implement the icon picker
Still need to actually add the icons by parsing the YAML file of FontAwesome icons
9 years ago
Mike Koch 9c8887cd48 Fix missing $htmlPath reference, as it's not needed 9 years ago
Mike Koch bf2d8eabee Fixes #210 don't add tick marks around language 9 years ago
Mike Koch 0ae1d46aa7 Fixes #213 Only add attachments if %%MESSAGE%% tag is present 9 years ago
Mike Koch 48f0747669 #213 Add new parameter to hesk_mail and add helper function to check if message template has a particular tag 9 years ago
Mike Koch 2f33ec794c Fixes #214 always append outer boundary on sent emails 9 years ago
Mike Koch b103a39b90 #216 Improve layout of knowledgebase section 9 years ago
Mike Koch 0efb2250f3 #216 Starting on fixing the knowledgebase 9 years ago
Mike Koch 47b15f39e2 Closes #146 Use multipart/mixed to get multiple boundaries working
...trying to create these emails in plain PHP is torture. Note to self: use PHPMailer for future projects!
9 years ago
Mike Koch dd35c39440 #146 remove unused parameter 9 years ago
Mike Koch dc4eb3997c #146 Get Mailgun to properly send the attachments 9 years ago
Mike Koch 190b3ff475 #146 Attachments can now be embedded directly into emails
Only tested SMTP, still need to check PHP mail() and Mailgun
9 years ago
Mike Koch 2ddb61bb55 Fix attachment view on HTML-formatted emails 9 years ago
Mike Koch ab7f4e1cc1 #146 All emails will now be sent as multipart/alternative
Shouldn't cause issues w/plaintext emails, and it'll make it easier to add attachments.
9 years ago
Mike Koch 570ab0e54f #169 Add can_manage_email_template permission 9 years ago
Mike Koch 2962d9cf3e #182 Fixed this bug again for the tenth time... 😆 9 years ago
Mike Koch e11745c4cc Update headers to 2.6.2 9 years ago
Mike Koch 59fba0eeff Fixes #178 Show can manage helpdesk settings if the user can view the settings 9 years ago
Mike Koch dcd21cd760 Fixes #180 use the verification table, update stage_tickets table to match tickets table 9 years ago
Mike Koch b7c1b30b7c Fixes #177 Set checkbox state to current database value 9 years ago
Mike Koch 3e9d1b52c9 Closes #171 Wrap URLs in link tags automatically for HTML emails 9 years ago
Mike Koch ae7e022b3e Fixes #173 Escape HTML-sensitive characters in placeholders 9 years ago