Thomas Bruederli
|
551ebd46de
|
Ensure backwards compatibility by considering old-style skin_path attribute for <roundcube:include ...> tags
|
12 years ago |
Aleksander Machniak
|
c60f58f9fd
|
Fix "rcmail is undefined" error in HTML attachment preview - regression
from commit d30460ad2f , small improvements
|
12 years ago |
Thomas Bruederli
|
4279dd18ee
|
Bump version to 0.9-rc
|
12 years ago |
Thomas Bruederli
|
df22967745
|
Let some env variables survive reset(); don't show taskbar and top line in framed error pages (#1488938)
|
12 years ago |
Aleksander Machniak
|
8514ab48d4
|
Fix reference to non-existing class rcube_output_html (#1488948)
|
12 years ago |
Thomas Bruederli
|
6782fe1fd7
|
Merge branch 'release-0.9' of github.com:roundcube/roundcubemail into release-0.9
|
12 years ago |
Thomas Bruederli
|
b4a30ac84f
|
Catch connection timeouts on message sending form submissions
|
12 years ago |
Aleksander Machniak
|
a188a9a305
|
Fix PHP Warning: Missing argument 2 for rcmail_output_html::get_skin_file()
|
12 years ago |
Thomas Bruederli
|
39bb93d9ae
|
Load a default stylesheet (embed.css) from skin in plain html pages (e.g. attachment warnings and html messages)
|
12 years ago |
Aleksander Machniak
|
01f1afbccc
|
Fix login in case when default_host is an array with one element (#1488928)
|
12 years ago |
Thomas Bruederli
|
0938f6622b
|
Fix /this/ paths from plugin templates in extended skins
|
12 years ago |
Thomas Bruederli
|
2c6aea9b8e
|
Bump versions for 0.9 release branch
|
12 years ago |
Aleksander Machniak
|
66afd70b75
|
Framework'ize html2text class
|
12 years ago |
Aleksander Machniak
|
7ac94421bf
|
Move washtml class into Roundcube Framework (rcube_washtml), add some improvements
|
12 years ago |
Aleksander Machniak
|
dfc57863d1
|
Plugin API: Added message_before_send hook
|
12 years ago |
Thomas Bruederli
|
a072247dde
|
Fix package definitions and include framework classes in phpdoc
|
12 years ago |
Aleksander Machniak
|
b01d84d0f7
|
Extend just_parse() method with conditions parsing
|
12 years ago |
Aleksander Machniak
|
0fa54df638
|
enriched.inc -> rcube_enriched
|
12 years ago |
Thomas Bruederli
|
297a74adf1
|
Bring back rcube_html_page class which was lost in framework refactoring; fix typo
|
12 years ago |
Thomas Bruederli
|
60226a75d8
|
Separate the very application-specific output classes from the Roundcube framework; add autoloader for rmail* classes
|
12 years ago |
Thomas Bruederli
|
10da75f364
|
Move shortcut functions to framework class
|
12 years ago |
Aleksander Machniak
|
a92beb6bdb
|
Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency
|
12 years ago |
Thomas Bruederli
|
5926684aab
|
Unify path schema in global constants: paths always end with a /. Keep RCMAIL_CONFIG_DIR for backwards compatibility
|
12 years ago |
Thomas Bruederli
|
fdbe5a8804
|
Separate framework and application constants
|
12 years ago |
Thomas Bruederli
|
9be2f43d02
|
Define more (uniquely prefixed) constants for Roundcube directories in order to enhance the interoperability of the Roundcube framework
|
12 years ago |
Aleksander Machniak
|
65dff8f812
|
Fix hidden flag and default_addressbook settings handling
|
12 years ago |
Aleksander Machniak
|
15cf4fa925
|
Rename rcube_bc.inc to bc.php for consistency
|
12 years ago |
Aleksander Machniak
|
ba6f21caeb
|
Framework files moved to lib/Roundcube
|
12 years ago |
Aleksander Machniak
|
f707fec000
|
Create Roundcube Framework initialization script (bootstrap)
|
12 years ago |
Aleksander Machniak
|
9290303e80
|
Move prompt_silent() and get_opt() to rcube_utils class
|
12 years ago |
Aleksander Machniak
|
9ff3459d7b
|
Check if checkdnsrr() and getmxrr() functions exist before using them
|
12 years ago |
Thomas Bruederli
|
f27c536401
|
Unset null values in user prefs
|
12 years ago |
Thomas Bruederli
|
19de536b86
|
Check mbstring extension before calling mb_internal_encoding()
|
12 years ago |
Aleksander Machniak
|
42b8a60cf3
|
Fix wrapping of quoted text with format=flowed (#1488177)
|
12 years ago |
Thomas Bruederli
|
c72a96144d
|
Improve line wrapping behavior where message charset is changed by plugins (including html2plaintext conversion)
|
12 years ago |
Aleksander Machniak
|
584e356920
|
Fix so mobile phone has TYPE=CELL in exported vCard (#1488812)
|
12 years ago |
Thomas Bruederli
|
8fb4f05725
|
Move default value for client_mimetypes to rcube_config; make sure an array is returned
|
12 years ago |
Thomas Bruederli
|
6ddb16d181
|
Merge branch 'master' of github.com:roundcube/roundcubemail
|
12 years ago |
Aleksander Machniak
|
9ab34604d9
|
Define @package and @subpackage of Framework classes
|
12 years ago |
Aleksander Machniak
|
92bd3a7c3f
|
Fix parsing header in English when localized map is defined
|
12 years ago |
Aleksander Machniak
|
c66b605435
|
Add more data validation
|
12 years ago |
Aleksander Machniak
|
3833790db4
|
Support contacts import from CSV file (#1486399)
|
12 years ago |
Aleksander Machniak
|
c055587d45
|
Properly set object properties in set() method, small perf. improvement
|
12 years ago |
Aleksander Machniak
|
3a54cc5013
|
Fix rcube_utils::explode_quoted_string() with explode(), added tests
|
12 years ago |
Aleksander Machniak
|
c8558a182c
|
Move BIG5 at the end of charsets list in detect()
|
12 years ago |
Aleksander Machniak
|
0679b22150
|
Improved rcube_charset::detect() with BOM checks from rcube_vcard::detect_encoding() - removed code duplication
|
12 years ago |
Aleksander Machniak
|
8d54286df8
|
Merge branch 'keep-alive'
Conflicts:
CHANGELOG
|
12 years ago |
Aleksander Machniak
|
52d0d94910
|
Fix handling of text/enriched content on message reply/forward/edit
|
12 years ago |
Aleksander Machniak
|
ce248f83e5
|
Remove useless code
|
12 years ago |
Thomas Bruederli
|
e30500643f
|
Enable default behavior of the browser when shift/ctrl-click task links (e.g. open in new window/tab)
|
12 years ago |