[Svn] [roundcube/roundcubemail] 647a7e: Unify content frame (watermark) template objects (...
GitHub
noreply at github.com
Mon May 21 11:54:25 CEST 2018
Branch: refs/heads/dev/elastic
Home: https://github.com/roundcube/roundcubemail
Commit: 647a7e91c634a9952e68902ff6e38be05eea0ab2
https://github.com/roundcube/roundcubemail/commit/647a7e91c634a9952e68902ff6e38be05eea0ab2
Author: johndoh <roundcube at tehinterweb.co.uk>
Date: 2018-05-18 (Fri, 18 May 2018)
Changed paths:
M plugins/enigma/lib/enigma_ui.php
M plugins/enigma/skins/classic/templates/keys.html
M plugins/enigma/skins/elastic/templates/keys.html
M plugins/enigma/skins/larry/templates/keys.html
M plugins/help/help.php
M plugins/help/skins/classic/templates/help.html
M plugins/help/skins/elastic/templates/help.html
M plugins/help/skins/larry/templates/help.html
M plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
M plugins/managesieve/skins/classic/templates/managesieve.html
M plugins/managesieve/skins/elastic/templates/managesieve.html
M plugins/managesieve/skins/larry/templates/managesieve.html
M program/include/rcmail_output_html.php
M program/steps/addressbook/func.inc
M program/steps/mail/func.inc
M program/steps/settings/folders.inc
M program/steps/settings/func.inc
M program/steps/settings/identities.inc
M program/steps/settings/responses.inc
M skins/classic/templates/addressbook.html
M skins/classic/templates/folders.html
M skins/classic/templates/identities.html
M skins/classic/templates/mail.html
M skins/classic/templates/responses.html
M skins/classic/templates/settings.html
M skins/elastic/templates/addressbook.html
M skins/elastic/templates/folders.html
M skins/elastic/templates/identities.html
M skins/elastic/templates/mail.html
M skins/elastic/templates/responses.html
M skins/elastic/templates/settings.html
M skins/larry/templates/addressbook.html
M skins/larry/templates/folders.html
M skins/larry/templates/identities.html
M skins/larry/templates/mail.html
M skins/larry/templates/responses.html
M skins/larry/templates/settings.html
Log Message:
-----------
Unify content frame (watermark) template objects (#6285)
* unify content frame (watermark) template objects
* several improvements, use existing env var for watermark url
* tighten up var parsing for contentframe template object
Commit: 71eec07d252b8b668009a2ef9cb2c24646c9a6fc
https://github.com/roundcube/roundcubemail/commit/71eec07d252b8b668009a2ef9cb2c24646c9a6fc
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-05-18 (Fri, 18 May 2018)
Changed paths:
M program/lib/Roundcube/rcube_message.php
Log Message:
-----------
Fix regression where some non-inline attachments could be not listed (#6291)
Commit: b497908040ea6755ac0034d20c635b871b8b9bd9
https://github.com/roundcube/roundcubemail/commit/b497908040ea6755ac0034d20c635b871b8b9bd9
Author: Athanasios Douitsis <aduitsis at cpan.org>
Date: 2018-05-19 (Sat, 19 May 2018)
Changed paths:
M plugins/managesieve/config.inc.php.dist
M plugins/managesieve/managesieve.php
Log Message:
-----------
Managesieve allowed hosts (#6292)
* Introduce managesieve_allowed_hosts setting
If managesieve_allowed_hosts has been set, then check that the array contains the current mail_host for the user session. If not, just return. This will cause the managesieve plugin to not appear under the settings menu.
* Include managesieve_allowed_hosts example
An example of the managesieve_allowed_hosts setting is included. By default, it is left commented to preserve existing behaviour.
Commit: 53fe9d7048fdc8d0788e2b7504a6d3a67be5308b
https://github.com/roundcube/roundcubemail/commit/53fe9d7048fdc8d0788e2b7504a6d3a67be5308b
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-05-19 (Sat, 19 May 2018)
Changed paths:
M CHANGELOG
M plugins/managesieve/Changelog
M plugins/managesieve/config.inc.php.dist
M plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
M plugins/managesieve/managesieve.php
Log Message:
-----------
Bump managesieve version number, cs improvements
Commit: 339121b121aed14fda41b924719d94dfd47e9a16
https://github.com/roundcube/roundcubemail/commit/339121b121aed14fda41b924719d94dfd47e9a16
Author: Aleksander Machniak <alec at alec.pl>
Date: 2018-05-20 (Sun, 20 May 2018)
Changed paths:
M plugins/managesieve/managesieve.php
Log Message:
-----------
Fix bug where managesieve_allowed_hosts config wasn't respected on mail screen (#6295)
Commit: 750827ad65c9556815b7d2be9ec9179bc4deb7e6
https://github.com/roundcube/roundcubemail/commit/750827ad65c9556815b7d2be9ec9179bc4deb7e6
Author: Aleksander Machniak <machniak at kolabsys.com>
Date: 2018-05-21 (Mon, 21 May 2018)
Changed paths:
M CHANGELOG
M plugins/enigma/lib/enigma_ui.php
M plugins/enigma/skins/classic/templates/keys.html
M plugins/enigma/skins/elastic/templates/keys.html
M plugins/enigma/skins/larry/templates/keys.html
M plugins/help/help.php
M plugins/help/skins/classic/templates/help.html
M plugins/help/skins/elastic/templates/help.html
M plugins/help/skins/larry/templates/help.html
M plugins/managesieve/Changelog
M plugins/managesieve/config.inc.php.dist
M plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
M plugins/managesieve/managesieve.php
M plugins/managesieve/skins/classic/templates/managesieve.html
M plugins/managesieve/skins/elastic/templates/managesieve.html
M plugins/managesieve/skins/larry/templates/managesieve.html
M program/include/rcmail_output_html.php
M program/lib/Roundcube/rcube_message.php
M program/steps/addressbook/func.inc
M program/steps/mail/func.inc
M program/steps/settings/folders.inc
M program/steps/settings/func.inc
M program/steps/settings/identities.inc
M program/steps/settings/responses.inc
M skins/classic/templates/addressbook.html
M skins/classic/templates/folders.html
M skins/classic/templates/identities.html
M skins/classic/templates/mail.html
M skins/classic/templates/responses.html
M skins/classic/templates/settings.html
M skins/elastic/templates/addressbook.html
M skins/elastic/templates/folders.html
M skins/elastic/templates/identities.html
M skins/elastic/templates/mail.html
M skins/elastic/templates/responses.html
M skins/elastic/templates/settings.html
M skins/larry/templates/addressbook.html
M skins/larry/templates/folders.html
M skins/larry/templates/identities.html
M skins/larry/templates/mail.html
M skins/larry/templates/responses.html
M skins/larry/templates/settings.html
Log Message:
-----------
Merge branch 'master' into dev/elastic
Commit: d6c19431bee2efe1b90372da3f5ab5924f9949ae
https://github.com/roundcube/roundcubemail/commit/d6c19431bee2efe1b90372da3f5ab5924f9949ae
Author: Aleksander Machniak <machniak at kolabsys.com>
Date: 2018-05-21 (Mon, 21 May 2018)
Changed paths:
M plugins/acl/acl.php
M skins/elastic/styles/widgets/forms.less
M skins/elastic/styles/widgets/toolbar.less
Log Message:
-----------
Elastic: .proplist improvements
Compare: https://github.com/roundcube/roundcubemail/compare/5e9dd80c471e...d6c19431bee2
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the svn
mailing list