- Apr 28, 2014
-
-
Jared Hancock authored
On validation errors, `$faq` will be set to something non-null, like `false`, but will not be an instance of a Faq article.
-
- Apr 24, 2014
-
-
Peter Rotich authored
Users with edit permission should be able to change ticket owner in line.
-
- Apr 23, 2014
-
-
Peter Rotich authored
Clear ticket routing settings on topic, email or filter tables on department deletion.
-
- Apr 18, 2014
-
-
Jared Hancock authored
-
- Apr 16, 2014
-
-
Jared Hancock authored
For instance, current this style we be converted as ``` <span style="font-family:'courier new';"> ``` to ``` <span style="font-family:""> ``` Also discard Microsoft Office specific style attributes such as `mso-list` and friends
-
- Apr 15, 2014
-
-
Jared Hancock authored
-
- Apr 14, 2014
-
-
Jared Hancock authored
This stems from a confusing similarity between the + operator for arrays and array_merge() in php. Adding arrays will ignore items in the RHS where keys are present in the LHS. Therefore, when adding numerically indexed arrays together, only items on the RHS that have a key higher than the greatest key on the LHS will be included.
-
Jared Hancock authored
-
Jared Hancock authored
It is perfectectly fine to have an image cited in an HTML body similar to: <img width=909 height=302 src=cid:image002.jpg@01CF5426.BF5A72A0 alt=image> Which may or may not have quoted @src attribute, and may very well have an at sign (@) somewhere in the attribute text. The previous regular expression would not match such a @src attribute.
-
Jared Hancock authored
It is the defacto standard to reference an inline image in an email by referencing the Content-ID header of the referenced attachment in the @src attribute of the image. For instance, `<imc src="cid:image001.png">` where the `cid:` scheme of the attribute indicates that the referenced image URL is a separate content of the email. The image attached to the email would have an accompanying header like: `Content-Id: <image001.png>`. However, some mail systems, including a certain fax to email service, do not correctly indicate the location of the image with the content-id URL. Instead, the referenced image tag would be `<img src="image001.png">` This patch addresses the issue by searching the message body for all references to attached content-id's in all @src attributes with or without the content-id URL scheme indicator. Previously, such images would not be displayed inline in the ticket thread. References: https://tools.ietf.org/html/rfc2392
-
Jared Hancock authored
-
- Apr 08, 2014
-
-
Sahab Yazdani authored
-
- Apr 04, 2014
-
-
Jared Hancock authored
-
- Apr 02, 2014
-
-
Peter Rotich authored
Previously only admins and department managers could show assigned tickets on open queue -even- when the feature is disabled globally. This pull request extends the same previlege to all agents.
-
Jared Hancock authored
Such images are attached to emails by Lotus Notes. Technically, these images are valid attachments, although historically osTicket would reject them
-
Jared Hancock authored
-
- Apr 01, 2014
-
-
Judah Anthony authored
-
Jared Hancock authored
This is a regression introduced somewhere along the way in the new storage API system for osTicket.
-
- Mar 31, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 26, 2014
-
-
Judah Anthony authored
-
- Mar 22, 2014
-
-
MartyIX authored
There are extensions such as "7z" and "gz" that are valid.
-
- Mar 19, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 18, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
-
- Mar 17, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
* Administrator can disable the new activity alert * Administrator can disable automatic collaborators from email headers
-
Jared Hancock authored
Use `p:` in the database hostname specification, so `p:localhost` for instance. This will help with SSL and remote database users. References: http://www.php.net/manual/en/mysqli.persistconns.php
-
- Mar 14, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
It was also the last-modified date of the category -- not the actual FAQ article itself
-
Jared Hancock authored
-
Peter Rotich authored
-
Peter Rotich authored
When checking ticket access - only consider assignment IF the ticket is open. This is required since staff_id field is overloaded to show who closed the ticket.
-
Peter Rotich authored
This can happen when associated department is private and the system has no default department (which is possible with v1.6 upgrade)
-
Jared Hancock authored
-
Peter Rotich authored
-