Skip to content

Karnaf v5.0.10

Compare
Choose a tag to compare
@kobishmueli kobishmueli released this 04 May 21:50
· 260 commits to master since this release
  • php/karnaf/search.php: Typo fix (uname --> ufullname).
  • php/karnaf-scripts/fetch-emails.php fixes:
    • Fixed the \d+ \d,+ checks order.
    • Try to find common html tags and strip all html tags if found.
    • Cosmetic changes to new emails to groups.
    • Added automatic oper/group email for ticket replies.
  • Cosmetic change to php/karnaf/edit.php to show the reply when a ticket is getting closed with a reply.
  • Added title support to new.php.
  • Added custom_view_row_more() support to view.php & ktools.php.
  • Code cleanup.
  • Version increase.
  • Fixed php/karnaf-scripts/fetch-emails.php to support utf8 subject headers.
  • Changed php/karnaf-scripts/fetch-emails.php to only put TO+CC headers on the body when running in IRC_MODE.
  • Changed php/karnaf/mylist.php to skip tickets for other teams even for root admins (when not running in IRC_MODE).
  • Added oper stats.
  • Fixed a small karnaf_mail_rules bug on php/karnaf/mng_editsql.php.
  • Updated edit.php to email opers when a ticket is (re-)assign to them.
  • Fixed fetch-emails.php typos (result2 --> result3 & result --> result2).
  • Cosmetic changes to php/karnaf/new.php.
  • Added Elad's styling changes (php/karnaf/view.php).
  • Fixed a typo error (custom_view_row_more --> custom_view_more) on php/karnaf/view.php.
  • Fixed a bug on php/karnaf/list.php where the oper none filter didn't work correctly in some cases.
  • Fixed php/karnaf-scripts/fetch-emails.php to save the CC on the ticket.
  • Strip ironSource signatures on mylist.php and list.php & escape < on view.php.
  • Fixed CC matching, UTF-8 body and other minor issues on php/karnaf-scripts/fetch-emails.php.
  • Remove waiting for user reply status from tickets that are re-assigned (php/karnaf/edit.php).
  • Added reassign option to php/karnaf/mylist.php.
  • Fixed a duplicate form closure on php/karnaf/mylist.php.

-Kobi.