Skip to content

Releases: eventum/eventum

3.8.17

20 Jun 06:39
v3.8.17
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to the latest 3.5.x version first.

  • Fix category/priority mapping when moving an issue between projects, #864
  • Convert htdocs/js/page.js to modules, #861
  • Move Partner handling out of Workflow class to PartnerLegacyExtension, #865
  • Process dynamic_custom_field.js with webpack, #863
  • Add model for issue_partner table, #866

3.8.16

04 Jun 15:09
v3.8.16
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to the latest 3.5.x version first.

  • Markdown preview and help link, #860

3.8.15

02 Jun 17:00
v3.8.15
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to the latest 3.5.x version first.

  • Fix privilege check when closing issues, #857
  • Convert js/main.js to a module, #852
  • Migrate Email_Account class logic to Models and Doctrine Repository, #850

3.8.14

28 May 07:37
v3.8.14
Compare
Choose a tag to compare
3.8.14 Pre-release
Pre-release

Upgrading to 3.8.x versions requires that you upgrade to the latest 3.5.x version first.

This release tarball is buggy having app.js empty. It's recommended that you skip this version.

  • Remove dangerous feature: removing emails when deleting email account, #853
  • Cleanup leftovers from components, #851
  • RemoteApi: Add method to retrieve note details by note id, #854
  • Move mail dumper logic to an extension, #856
  • Add iss_updated_date_ts to Issue::getDetails, issue_url to Note::getDetails, #855

3.8.13

24 May 11:05
v3.8.13
Compare
Choose a tag to compare
3.8.13 Pre-release
Pre-release

Upgrading to 3.8.x versions requires that you upgrade to the latest 3.5.x version first.

This version is buggy with Workflow being enabled. It's recommended that you skip this version.

  • Move JavaScript classes (CustomField, ExpandableCell, GrowingFileField, Validation) to modules, #839
  • Move workflow handling to WorkflowLegacyExtension extension, #832
  • Use container for Silly console application, #844
  • With this release, we reached 11000th commit! 💯
  • Use cmd-ctrl-enter from node package, #842
  • Use jquery datatables from webpack bundle, #843
  • Replace jquery-cookie with a js-cookie npm module, #836
  • Make commands available from Symfony Console, #845
  • Setup symfony/monolog-bundle for improved console error logging, #846
  • Extract and add verbosity to mail downloader command, #841
  • MailDownloader: Process ImapResource first, #848
  • Allow choosing Auth adapters from Extension provides, #849

3.8.12

14 May 21:39
v3.8.12
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to latest 3.5.x version first.

  • Add error message to email error reports, #831
  • Use npm packages instead of component installer, #823
  • Update jQuery UI to 1.12, #835
  • Extract ExpandableCell into a class, #837
  • Use Doctrine methods to save in ProjectsController, #833

3.8.11

06 May 07:17
v3.8.11
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to latest 3.5.x version first.

  • Add MAIL_PROCESS_BEFORE event to skip processing certain emails, #820
  • Catch and log fatal errors if XhguiProfile fails to initialize, #822
  • Migrate SPHINX_SEARCHD_HOST constant to setup.php, #824
  • Add Pimple based service container, #826
  • Add ACCESS_ISSUE event for checking issue access, #830

3.8.10

29 Apr 08:20
v3.8.10
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to latest 3.5.x version first.

  • Increase font size on the pages, #809
  • Remove APP_LOG_PATH constant leftover, #811
  • Convert .css files to .scss, #810
  • Update jquery-chosen from 1.2.0 to 1.8.7, #812
  • Add example Subscriber/PhinxConfig how to add custom migrations, #818
  • Update perftools/php-profiler to 0.3.0, #817
  • Add heading permalink markdown extension, #819

3.8.9 - 2020-03-27

27 Mar 23:23
v3.8.9
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to latest 3.5.x version first.

  • Query workflow backend for allowed next statuses when writing notes or emails, #802
  • Store 'Segregate Reporters' setting when creating a new project, #803
  • Use laravel-mix for assets, #801
  • This is our 100th release! 💯

3.8.8 - 2020-03-19

19 Mar 17:47
v3.8.8
Compare
Choose a tag to compare

Upgrading to 3.8.x versions requires that you upgrade to latest 3.5.x version first.

  • Fix URL normalization not handling non-UTF-8 sequences properly in Markdown render, #789
  • Update thephpleague/commonmark to 1.3.0, #795
  • Add CSS overflow to notes view, #794
  • Support LDAP encryption, #797