Commit Graph

572 Commits (b2f89369ac81aa4ae7df876021a1ac38d5f5ba00)
 

Author SHA1 Message Date
Mike Koch b2f89369ac #141 Add missing language tags 9 years ago
Mike Koch 9defb24235 Merge branch 'master' into service-messages
Conflicts:
	language/en/text.php
9 years ago
Mike Koch d53c1285f0 #141 Remove bootstrap-iconpicker
Using different library instead
9 years ago
Mike Koch 082aa5ff33 Basic starting point for service message updates 9 years ago
Mike Koch b10d4ae971 Fixes #228 Fix file path for plaintext templates 9 years ago
Mike Koch a29fb44c5b Fix link 9 years ago
Mike Koch 5171512f85 Update install scripts 9 years ago
Mike Koch 9cc69d57c4 Update README 9 years ago
Mike Koch 15bbdcd978 Closes #225 Fix inserting for new statuses 9 years ago
Mike Koch 77ed135c40 Add non-english directories to .gitignore 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 5b8a00af8d Merge pull request #221 from mkoch227/fix-attachments
Fix attachments
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 6c92977f4a Merge pull request #219 from mkoch227/fix-knowledgebase
Fix knowledgebase
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 50da09b201 Fixes #217 Perform case-insensitive comparison for file extensions
Also include jpeg as a valid photo extension
9 years ago
Mike Koch e1f25b0e52 Fix variable name 9 years ago
Mike Koch a2f1b2045d Update README.md 9 years ago
Mike Koch 6f4f1f6da0 Switch to PNG 😦 9 years ago
Mike Koch 67bee2b249 Update README 9 years ago
Mike Koch a914642622 Closes #200 Actually link the button to the download file 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 f25edc47f1 fix query string 9 years ago
Mike Koch 2b2392af48 Update install scripts 9 years ago
Mike Koch dbc351f09c Merge pull request #199 from mkoch227/attachments-in-emails
Attachments in emails
9 years ago
Mike Koch a22c9c3867 #146 Add file update to install script 9 years ago
Mike Koch dd35c39440 #146 remove unused parameter 9 years ago
Mike Koch 8963d7396c #146 Update delete attachment queries 9 years ago
Mike Koch fb25ee73d3 Merge branch 'master' into attachments-in-emails 9 years ago
Mike Koch 292adde39b Merge pull request #198 from mkoch227/widen-ticket-table
Widen admin_main and show_tickets to the full page
9 years ago
Mike Koch ad1580bf0c Closes #194 Widen admin_main and show_tickets to the full page 9 years ago
Mike Koch 823332a2ee #146 Add setting for attachments to the settings page 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 42f67322c5 Merge pull request #193 from mkoch227/show-other-tickets-from-email
Show other tickets from email
9 years ago
Mike Koch 297afdbf88 #153 Finish adding basic "recent tickets" information 9 years ago
Mike Koch 93ffba2a43 #153 got basic output going. just need to add links and color-coded circles with tooltips 9 years ago
Mike Koch 069c2ebc26 Fixes #191 Only show statuses relevant to the default action (open/closed/don't care) 9 years ago
Mike Koch 91ef48c323 Merge pull request #192 from mkoch227/non-closeable-statuses-157
Non closable statuses 157
9 years ago
Mike Koch 6d01eebb5e Add option for default status for when tickets are autoclosed 9 years ago
Mike Koch eff75b27b1 Fix a small bug with auto-close and only auto-close if staff is allowed to 9 years ago
Mike Koch e2d3eb92ac #157 Enforce closable on the customer-side ticket page 9 years ago
Mike Koch 8be17f91e7 Only show "close ticket" if staff can close it 9 years ago
Mike Koch 62d19e255e #157 Add closable setting to statuses
Still need to enforce this though
9 years ago