Commit Graph

1469 Commits (065fdbaa6560e017d87f96414a2146ff6bc84969)

Author SHA1 Message Date
Aleksander Machniak 62fe7203e6 Hide Delivery Status Notification option when smtp_server is unset (#1489336)
Conflicts:

	CHANGELOG
	config/main.inc.php.dist
11 years ago
Aleksander Machniak 7f1218caea Display full attachment name using title attribute when name is too long to display (#1489320)
Conflicts:

	CHANGELOG
	program/steps/mail/show.inc
11 years ago
Aleksander Machniak b403ede321 Fix attachment icon issue when rare font/language is used (#1489326)
Conflicts:

	CHANGELOG
	skins/larry/styles.css
11 years ago
Aleksander Machniak e02bfe0831 Fix expanded thread root message styling after refreshing messages list (#1489327) 11 years ago
Aleksander Machniak 63ec68b026 Fix de_DE localization of "About" label in Help plugin (#1489325) 11 years ago
Aleksander Machniak 6632d42717 Fix issue where From address was removed from Cc and Bcc fields when editing a draft (#1489319)
Conflicts:

	CHANGELOG
11 years ago
Aleksander Machniak 6a76f22759 Fix error_reporting directive check (#1489323)
Conflicts:

	CHANGELOG
	program/lib/Roundcube/bootstrap.php
11 years ago
Thomas Bruederli 4b125969ae Move these two fixes to the 0.9.4 release 11 years ago
Aleksander Machniak 93adce7abf Make identities matching case insensitive (#1485480) 11 years ago
Aleksander Machniak 262f485538 Fix issue where too big message data was stored in cache causing sql errors (#1489316)
Conflicts:

	CHANGELOG
11 years ago
Thomas Bruederli 183c7ffd32 Bump version and update Changelog 11 years ago
Aleksander Machniak 74adada93c Fix issue where legacy config was overriden by default config (#1489288)
Conflicts:

	CHANGELOG
11 years ago
Aleksander Machniak c9e1e386e1 Fix newmail_notifier issue where favicon wasn't changed back to default (#1489313) 11 years ago
Aleksander Machniak c1a0b07242 Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)
Added possibility to register flag mappings by a plugin.

Conflicts:

	plugins/markasjunk/markasjunk.php
	program/lib/Roundcube/rcube_imap_generic.php
11 years ago
Aleksander Machniak 5df7179b32 Fix lack of Reply-To address in header of forwarded message body (#1489298) 11 years ago
Aleksander Machniak 4fbbd81b9b Fix bugs when invoking contact creation form when read-only addressbook is selected (#1489296) 11 years ago
Aleksander Machniak 652577d1fe Fix wrong close tag in /template/mail.html (#1489295) 11 years ago
Aleksander Machniak 5fd90b9a6b Fix identity selection on reply (#1489291) 11 years ago
Aleksander Machniak 70eac89a5c Fix so additional headers are added to all messages sent (#1489284)
Conflicts:

	plugins/additional_message_headers/additional_message_headers.php
	program/lib/Roundcube/rcube.php
11 years ago
Aleksander Machniak eae2a1e684 Fix display issue after moving folder in Folder Manager (#1489293)
Conflicts:

	CHANGELOG
11 years ago
Aleksander Machniak 4db26a430b Fix handling of non-default date formats (#1489294)
- remove ambiguous m/d/Y format from default config

Conflicts:

	CHANGELOG
	config/main.inc.php.dist
	program/lib/Roundcube/rcube_utils.php
	tests/Framework/Utils.php
11 years ago
Aleksander Machniak 6e14fcf9bf Fix Junk folder icon alignment when it's nested in inbox folder (#1489292)
- reverted commit 856ec447fa which shouldn't
  be cherry-picked from master
11 years ago
Aleksander Machniak e9c5b9f096 Fix unquoted path in PREG expression on Windows (#1489290)
Conflicts:

	CHANGELOG
	program/lib/Roundcube/bootstrap.php
11 years ago
Thomas Bruederli a6f5a68880 Include last fix in 0.9.3 release 11 years ago
Aleksander Machniak 896aa0d604 - Fix setting refresh_interval to "Never" in Preferences (#1489286)
Conflicts:

	CHANGELOG
11 years ago
Thomas Bruederli 5a3eb6fdeb Bump version for next release 11 years ago
Thomas Bruederli 680d0ec072 Update changelog 11 years ago
Thomas Bruederli cf89e87eff Updated changelog 11 years ago
Aleksander Machniak f4ba655a41 Fix purge action in folder manager (#1489280)
Conflicts:

	CHANGELOG
11 years ago
Aleksander Machniak 216fdb891a Fix base URL resolving on attribute values with no quotes (#1489275) 11 years ago
Aleksander Machniak 17f11330f8 Fix wrong handling of links with '|' character (#1489276)
Conflicts:

	CHANGELOG
	tests/Framework/StringReplacer.php
11 years ago
Aleksander Machniak 6d26369021 Fix XSS vulnerability when saving HTML signatures (#1489251)
Conflicts:

	CHANGELOG
11 years ago
Aleksander Machniak 5591a63d70 Fix colorspace issue on image conversion using ImageMagick (#1489270) - s/RGB/sRGB/ 11 years ago
Aleksander Machniak 276ea5fcae Fix XSS vulnerability when editing a message "as new" or draft (#1489251) - added HTML content "washing"
Conflicts:

	CHANGELOG
11 years ago
Aleksander Machniak dfaf8c5b8c - Fix rewrite rule in .htaccess (#1489240) 11 years ago
Aleksander Machniak 7adcd62f62 - Fix detecting Turkish language in ISO-8859-9 encoding (#1489252) 11 years ago
Thomas Bruederli cd0633cf52 Updated changelog 12 years ago
Thomas Bruederli 08f5bbd26b Updated Changelog 12 years ago
Aleksander Machniak 39d14ee22b Fix bug where signature wasn't changed on identity selection when editing a draft (#1489229)
Conflicts:

	program/js/app.js
12 years ago
Aleksander Machniak 0cf43e310c Fix IMAP SETMETADATA parameters quoting (#1489231)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak 00c2a90f69 Fix "could not load message" error on valid empty message body (#1489228)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak e6b6925b67 Fix handling of message/rfc822 attachments on message forward and edit (#1489214)
Conflicts:

	CHANGELOG
	program/steps/mail/compose.inc
12 years ago
Aleksander Machniak 88e49b37f7 Fix parsing of square bracket characters in IMAP response strings (#1489223)
Conflicts:

	program/lib/Roundcube/rcube_imap_generic.php
12 years ago
Aleksander Machniak c78a652746 Don't clear References and in-Reply-To when a message is "edited as new" (#1489216)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak d2fa254d90 Fix messages list sorting with THREAD=REFS
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak daa131395e Remove deprecated (in PHP 5.5) PREG /e modifier usage (#1489174) 12 years ago
Aleksander Machniak 2f98161392 Fix empty messages list when register_globals is enabled (#1489157)
Conflicts:

	CHANGELOG
12 years ago
Aleksander Machniak 738c446078 Fix so valid and set date.timezone is not required by installer checks (#1489180) 12 years ago
Aleksander Machniak b96be346de Canonize boolean ini_get() results (#1489189)
Conflicts:

	CHANGELOG
	program/lib/Roundcube/rcube.php
12 years ago
Aleksander Machniak 8b81c61396 Fix so install do not fail when one of DB driver checks fails but other drivers exist (#1489178) 12 years ago