thomascube
50ee4cc91f
Script to export Roundcube (PHP) localization files to gettext .po(t) format
13 years ago
thomascube
1803f83a4b
Improve check of attribute changes when updating a contact
13 years ago
thomascube
d6aafdce3b
Fix saving of composite fields in LDAP
13 years ago
thomascube
b4b3777c92
Set (empty) value of member attribute when creating a new group
13 years ago
alecpl
3633f09b75
- Reset messages list page when clicking on logo ( #1487757 )
13 years ago
alecpl
6e0fdedfce
- Use strpos() instead of strstr() when possible ( #1488211 )
13 years ago
alecpl
ca0cd05973
- Fix handling HTML entities when converting HTML to text ( #1488212 )
13 years ago
alecpl
79db330983
- Fix fit_string_to_size() renders browser and ui unresponsive ( #1488207 ):
...
1) improve its performance by half,
2) don't call it on UI init, it's called after getunread action
3) don't call it for big number of folders (limit is 100 for IE and 500 for others)
13 years ago
alecpl
2cf55f4096
- Fix handling of invalid characters in request ( #1488124 )
13 years ago
alecpl
0829b76598
- Fix merging some configuration options in update.sh script ( #1485864 )
13 years ago
alecpl
3e5c709fa7
- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH ( #1488208 )
13 years ago
alecpl
6a6168619a
- Fix handling contact photo url with https:// prefix ( #1488202 )
13 years ago
alecpl
e0960f6365
- Prevent from memory_limit exceeding when trying to parse big messages bodies ( #1487424 ):
...
don't try to parse it, display notice with a link to download it directly
13 years ago
alecpl
9b33118bf5
- Add some debug and error handling around vlv_search
13 years ago
alecpl
d0924d48d8
- Unmark folder after unseen count has been changed to zero
13 years ago
alecpl
6ba7764555
- gl_ES update ( #1488205 )
13 years ago
alecpl
e4a4ca1948
- Performance improvements
13 years ago
alecpl
3875eb6813
- Add possibility to add SASL mechanisms for SMTP in smtp_connect hook ( #1487937 )
13 years ago
alecpl
f4cfb1414a
- Mark folder as recent only when it contains unseen messages
13 years ago
alecpl
636bd77074
- Mark (with different color) folders with recent messages ( #1486234 )
13 years ago
alecpl
80216d0b79
- Change version number to 0.8-svn
13 years ago
alecpl
5510a5278b
- Fix possible infinite redirect on attachment preview ( #1488199 )
13 years ago
thomascube
f78b944779
Updated changelog
13 years ago
thomascube
10e2dbbb9c
Improve clickjacking protection: bust frame or disable all form elements and abort UI initialization
13 years ago
alecpl
d65dd9cbe8
- Small optimisations
13 years ago
thomascube
e7c445bea0
Started with the new skin, codename 'Larry'
13 years ago
alecpl
fb6d86b9ad
- Fixed bug where similiar folder names were highlighted wrong ( #1487860 )
13 years ago
thomascube
ef22eee5ac
Improve task switching for tasks added by plugins
13 years ago
thomascube
4693fe11a9
Set selected state on task buttons; increase display time of messages/notifications
13 years ago
alecpl
f45074341c
- Add version markers
13 years ago
alecpl
e01e798517
- Fix action when toggling prefer_html option state
13 years ago
alecpl
2498155abe
- Code improvements
13 years ago
alecpl
3b50d2edf5
- Remove test for HTML inputs existance, now they are allowed
13 years ago
alecpl
ae7ac91c31
- Fixed bug in handling link with '!' character in it ( #1488195 )
13 years ago
alecpl
b8ae0ecb22
- Fixed bug where session ID's length was limited to 40 characters. Since PHP5.3 it's possible
...
to set session.hash_function to any hash algorithm that would produce strings
up to 128 characters long (#1488196 )
13 years ago
thomascube
15cd3e5c0b
Fit watermark background in about box
13 years ago
thomascube
ce22f1e0c6
Show configurable support link in about page; refer on <srcuri> for download link; no link to roundcube.net to avoid tons of support requests
13 years ago
alecpl
b1867b8f19
- Added TinyMCE localizations
13 years ago
alecpl
bda028e31e
- Small style improvements
13 years ago
alecpl
1911cc4062
- Use channel/uri as possible source locations
...
- Handle dependent/required plugins
13 years ago
alecpl
e37e7dda37
- Fix typo in _list_unsubscribed() ( #1488186 )
13 years ago
alecpl
45fa64c3c9
- Added About tab in Settings
13 years ago
thomascube
307e684211
Clarify licenseing of forked Googiespell code
13 years ago
alecpl
fa9edc3daa
- Don't add PRE tags when switching to html mode and textarea is empty
13 years ago
alecpl
91e589afde
- Small improvement for Chrome
13 years ago
alecpl
50b22b96a5
- Force font-family on body only, makes possible to set/display fonts of email message bodies
13 years ago
alecpl
4f1c0a5d89
- Fix typo
13 years ago
alecpl
2eeb128d06
- Fix washing styles with quoted values e.g. font-family
13 years ago
alecpl
c136f62ab0
- Cleanup
13 years ago
alecpl
c1fcd1b838
- Fix handling of HTML form elements in messages ( #1485137 )
13 years ago