Skip to content

Releases: opensolutions/ViMbAdmin

Bug fix release

20 Jan 15:36
Compare
Choose a tag to compare

Fix a bug that stopped all database tables from being created.

Bug fix release

10 Jun 18:53
Compare
Choose a tag to compare

Fix a bug that prevented non-super admins from adding aliases.

Chrome v35 fix

10 Jun 19:23
Compare
Choose a tag to compare

Pop-ups stopped working in the latest release of Google Chrome. This is fixed by updating the throbber.js library.

Smarty and Chrome v35 fixes

07 Jun 09:50
Compare
Choose a tag to compare

Pop-ups stopped working in the latest release of Google Chrome. This is fixed by updating the throbber.js library.

Smarty is now pushed to v3.1.18.

Smarty fixes

20 May 06:06
Compare
Choose a tag to compare

Another minor version bump to fix issues caused by Smarty's releases. We now hardcode the required version of Smarty to 3.1.17. This is a temporary solution which we can hopefully remove with Smarty 3.1.19.

Bug fix release

08 May 08:04
Compare
Choose a tag to compare

A small number of bug fixes. The main one is a break in composer/Smarty which the folks at Smarty say will be fixed in their next release.

  • [BF] Fix Smarty date_format issue (11a6466 - Barry O'Donovan - 2014-05-08)
  • [BF] Fix issue with Smarty at the moment (2) (a80abc5 - Barry O'Donovan - 2014-05-05)
  • [BF] Seems to be an issue with Smarty at the moment - this fixes it (d91b97f - Barry O'Donovan - 2014-05-03)
  • [BF] Fix mailing lists (234539c - Barry O'Donovan - 2014-04-07)

Reminder: Upgrade instructions at https://github.com/opensolutions/ViMbAdmin/wiki/Updating

Numerous bug fixes

06 Mar 11:20
Compare
Choose a tag to compare

A large number of bug fixes - mostly thanks to @rozwell

  • Merge pull request #69 from rozwell/config (f657c43 - 2014-03-06)
  • Merge pull request #66 from rozwell/mailbox_add_fix (c9faadb - 2014-03-06)
  • Merge pull request #67 from rozwell/archive_fix (d072d0a - 2014-03-06)
  • Merge pull request #68 from rozwell/password (381f086 - 2014-03-06)
  • Merge pull request #70 from rozwell/wiki_urls (2958cd2 - 2014-03-06)
  • Merge pull request #71 from rozwell/config3 (bca8f95 - 2014-03-06)
  • Merge pull request #65 from rozwell/patch-2 (f00375d - 2014-03-06)
  • Set default connection charset to utf8 (609e382 - 2014-03-05)
  • Fix for wiki urls (42e6d30 - 2014-03-05)
  • Fixed misspelled config option: mailbox_deletion_fs_enabled (8668d99 - 2014-03-05)
  • Bugfix for viewing Archives with regular user (14f3d56 - 2014-03-05)
  • Changed password redirect url for regular user (10d2a57 - 2014-03-05)
  • Bugfix for saving mailboxes with regular account without domain filter (f82b7ad - 2014-03-05)
  • Changed version to 3.0.5 (d269095 - 2014-03-05)
  • Merge branch 'master' of https://github.com/opensolutions/ViMbAdmin (f80a61b - 2014-03-04)
  • [BF] Fix #63 - alias queries when using regular account (012b026 - 2014-03-04)
  • Merge pull request #64 from rozwell/captcha (5614cf9 - 2014-03-04)
  • Added missing tmp/captchas directory (65db7f6 - 2014-03-04)
  • Merge pull request #62 from rozwell/patch-1 (f01229c - 2014-03-03)
  • Bugfix for saving mailboxes with regular account (1ea6d4b - 2014-03-03)

Bug fixes

03 Mar 12:37
Compare
Choose a tag to compare

A new feature allowing the on disk deletion of mailboxes created an issue when purging mailboxes without deleting the file system in that the mailbox record was marked as soft-deleted rather than actually deleted. This prevented the same mailbox from being added again in the future. This is corrected in this release but it now requires that on disk deletion be explicitly enabled in application.ini by adding:

mailbox_deletion_fs_enable = true

Fix #61 - a Doctrine2 query issue which will affect all non-super administrators.

Dovecot password scheme fixes

18 Feb 10:48
Compare
Choose a tag to compare

Verification of Dovecot based passwords was broken. This update fixes that. Ensure you also do a composer update as tweaks to OSS-Framework are also part of the fix.

  • [BF] Fix Dovecot password scheme. Fixes #20 and closes #53 (1b74a2d)
  • [HK] Ignore OSX DS_Store files (fcf6df5)

Bug Fixes and PostgreSQL Support

17 Feb 10:42
Compare
Choose a tag to compare

Please follow the generic update instructions here.

Schema Update Required

You will need to execute the following ViMbAdmin command:

./bin/doctrine2-cli.php orm:schema-tool:update --force

The above command will execute the following SQL statements:

DROP INDEX ix_aliaspreference_1 ON domain_pref;
CREATE INDEX IX_DomainPreference_1 ON domain_pref (Domain_id, attribute, ix);

Changes

  • [BF] Fix #58 - Quickbutton to activate/deactivate a domain not working (823b087 - Barry O'Donovan - 2014-02-17)
  • [IM] Improve version check for admins (03776e9 - Barry O'Donovan - 2014-02-17)
  • [BF] Fix #60 - issues with PostgreSQL (2) (6520d1a - Barry O'Donovan - 2014-02-17)
  • [BF] Fix #60 - issues with PostgreSQL (5789a58 - Barry O'Donovan - 2014-02-17)
  • [BF] Fix #59 regarding duplicate index names causing issues for PostgreSQL (4759628 - Barry O'Donovan - 2014-02-17)