Commit Graph

4568 Commits (aa30cf8f3c05ab4fd69f7ab2dea39e56d8bf1976)

Author SHA1 Message Date
Aleksander Machniak aa30cf8f3c Better fix for "saving draft just after entering compose window (#1489012)" 13 years ago
Aleksander Machniak d608088a64 Fix saving draft just after entering compose window (#1489012)
Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak ae0821f1dd Be less restrictive on vCard import, do not require FN when N exists 13 years ago
Aleksander Machniak 1f8fbf9455 Fix vcard folding when outputing already generated vcard 13 years ago
Thomas Bruederli 73be4b5296 Match regex on multi-line sql statements 13 years ago
Thomas Bruederli 551ebd46de Ensure backwards compatibility by considering old-style skin_path attribute for <roundcube:include ...> tags 13 years ago
Aleksander Machniak e5a3e61052 Add some extension/mimetype aliases to fix some quirks in attachment type validation (#1488891) 13 years ago
Aleksander Machniak ad5cefeefc Better fix for IE9 issue with document.activeElement error (#1489008) 13 years ago
Aleksander Machniak 73f094ff3c Fix javascript error in IE9 when loading form with placeholders into an iframe (#1489008) 13 years ago
Aleksander Machniak da595a5027 Fix handling of some conditional comment tags in HTML message (#1489004)
Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak 15963b7165 Workaround for some versions/systems where finfo_open() with second
argument doesn't do the same as with no 2nd argument as it should
13 years ago
Aleksander Machniak a15a595158 Make mime.types common locations list OS-aware 13 years ago
Aleksander Machniak 1d719e43fb Fix so forward as attachment works if additional attachment is added by message_compose hook (#1489000)
Prevent from re-adding the same forward attachment on compose page refresh

Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak ec27006ebe Fix wrapping of text lines with the same length as specified length limit 13 years ago
Aleksander Machniak 2c8afa8ac2 Fix javascript error when window name (for window.open()) in IE8 contains a dot
Conflicts:

	program/js/app.js
13 years ago
Aleksander Machniak c60f58f9fd Fix "rcmail is undefined" error in HTML attachment preview - regression
from commit d30460ad2f, small improvements
13 years ago
Aleksander Machniak 4c0c248dd9 Fix storing 'safe' flag on a message. The key for session value should include
folder name. A message with the same UID may exist in another folder.
13 years ago
Thomas Bruederli 713259002f Re-implement rcube_db::num_rows() to ensure backwards compatibility 13 years ago
Aleksander Machniak 5b82ed62dc Better handling of session errors in ajax requests - do page reload
on 403 Forbidden response (#1488960)
13 years ago
Aleksander Machniak 58993ffcbb Fix HTML part detection for some specific message structures (#1488992) 13 years ago
Aleksander Machniak 097c544d98 Don't show fake address - phishing prevention (#1488981) 13 years ago
Aleksander Machniak 2bbbca39ff Fix forward as attachment bug with editormode != 1 (#1488991) 13 years ago
Aleksander Machniak 5410eff830 Fix handling of empty $uids argument in change_flag() 13 years ago
Aleksander Machniak c4ff57c75f Fix LIMIT/OFFSET queries handling on MS SQL Server (#1488984) - require version 2005+
Conflicts:

	CHANGELOG
	program/lib/Roundcube/rcube_db_mssql.php
13 years ago
Thomas Bruederli 5aa77efcbe Trigger 'refresh' hook in mail view 13 years ago
Aleksander Machniak 527e7d4509 Fix javascript errors when working in a page opened with taget="_blank" 13 years ago
Aleksander Machniak 91deac7c91 Move spellcheck options section below signature options section 13 years ago
Aleksander Machniak 4999702e1e Increase maxlength to 254 chars for email input fields in addressbook (#1488987)
Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak 9eb6d9e46a Add type 'ident' in quote() so we can quote identifiers (eg. column names) there.
Using array2list() for list of identifiers is now possible.
13 years ago
Aleksander Machniak 0ae20f6b9c Fix so full filename is used for title attribute 13 years ago
Aleksander Machniak dedf138795 Fix thumbnail size when GD extension is used for image resize (#1488985)
Conflicts:

	CHANGELOG
13 years ago
Aleksander Machniak fddb9ff383 Display notice that message is encrypted also for application/pkcs7-mime messages (#1488526) 13 years ago
Thomas Bruederli 91a4864231 Merge branch 'release-0.9' of github.com:roundcube/roundcubemail into release-0.9 13 years ago
Thomas Bruederli 22819a3081 Don't skip message/* attachments when opening a draft. Restore check as it was before [fa57c988] 13 years ago
Thomas Bruederli e3eda60a60 Localization updates from Transifex 13 years ago
Aleksander Machniak ccc2e358f2 Fix plain text spellchecker icorrect highlighting in non-ASCII text (#1488973) 13 years ago
Thomas Bruederli f5533cf722 Synced localizations with Transifex 13 years ago
Aleksander Machniak e68d2a15f5 Don't try to print file extension in a warning message if it's not available 13 years ago
Aleksander Machniak fd777a8627 Add workaround for invalid message charset detection by IMAP servers (#1488968) 13 years ago
Aleksander Machniak 203251838b Fix NUL characters in content-type of ms-tnef attachment (#1488964) 13 years ago
Aleksander Machniak 60dabb35ae - Fix regression in handling LDAP contact identifiers (#1488959) 13 years ago
Aleksander Machniak 8b08ec158b Make cleanup() method public 13 years ago
Thomas Bruederli cbb695a6de Correctly quote spell text contents inside the xml container 13 years ago
Thomas Bruederli 4279dd18ee Bump version to 0.9-rc 13 years ago
Thomas Bruederli 6b5e31f0af Import all translations from Transifex 13 years ago
Thomas Bruederli df22967745 Let some env variables survive reset(); don't show taskbar and top line in framed error pages (#1488938) 13 years ago
Thomas Bruederli a33717b230 Properly quote form validation error messages 13 years ago
Aleksander Machniak 8514ab48d4 Fix reference to non-existing class rcube_output_html (#1488948) 13 years ago
Thomas Bruederli 24d7cc5dd1 Ignore file extension difference for text/plain attachments (#1488891) 13 years ago
Aleksander Machniak d3b18e6fc9 Slightly improve database driver chack 13 years ago