alecpl
0213f8d4dd
- Added optional "multithreading" autocomplete feature
2011-07-25 10:49:39 +00:00
alecpl
d8aff9a651
- Round upload progress percentage value
2011-07-21 06:41:53 +00:00
alecpl
b1057a2781
- Remove debug code
2011-07-05 10:08:52 +00:00
alecpl
4171c59bd7
- Add optional textual upload progress indicator ( #1486039 )
2011-07-04 11:40:02 +00:00
alecpl
3ddca3b945
- Don't log errors when charset conversion fails
2011-06-17 06:39:39 +00:00
alecpl
d654e80084
- Fix identities "reply-to" and "bcc" fields have a bogus value when left empty ( #1487943 )
2011-06-02 12:24:22 +00:00
alecpl
fde361eb58
- Replace preg_match() with faster strpos()
2011-06-02 06:19:27 +00:00
alecpl
4fb6a28be2
- Fix doubled encoding in save-pref request ( #1487941 ), small code improvements
2011-06-01 19:31:53 +00:00
thomascube
09c59abf85
Case-insensitive matching in autocompletion ( #1487933 ); replace old string offset syntax
2011-05-31 16:17:23 +00:00
alecpl
516467080b
- Fix handling of "<" character in contact data, search fields and folder names, identity name and organization fields ( #1487864 )
2011-05-27 13:01:05 +00:00
alecpl
0deec44e7d
- Fixed handling of folder with name "0" in folder selector
2011-05-06 08:46:22 +00:00
alecpl
94bdcce081
- Add possibility (for plugins) to filter folders lists by some additional criteria (e.g. folder type)
2011-05-06 08:14:48 +00:00
alecpl
d08333ea57
- Fix problems with subfolders of INBOX folder on some IMAP servers ( #1487725 )
...
- Fix handling of folders that doesn't belong to any namespace (#1487637 )
2011-05-05 12:46:54 +00:00
vbenincasa
2a380018f9
- Now the %s variable (used in default_host) works with IDN and with Master users from dovecot too (like user@domain.com*master)
...
- rcube_parse_host() now returns false if %s is used and an invalid email is provided (to work better when a prefix is used in default_host like 'mail.%s')
2011-05-01 19:27:15 +00:00
vbenincasa
b04c51fafb
- Added the %s variable in 'default_host' and 'smtp_server' option (%s variable is the domain name after the '@' from e-mail address provided at login screen). The %s just returns a value if the provided e-mail is valid to avoid unnecessary lookups and reduce the possibility of connections to undesirable hosts.
...
- Small fix to the code comment of rcube_parse_host()
2011-04-27 08:38:21 +00:00
alecpl
926948e77f
- Use shortest include path for better performance
2011-04-25 09:54:35 +00:00
alecpl
4351f7cd66
- Improve performance by including files with absolute path ( #1487849 )
2011-04-20 13:58:21 +00:00
alecpl
23b49558cd
- Fix handling of debug_level=4 in ajax requests ( #1487831 )
2011-04-12 09:06:49 +00:00
thomascube
044d6647e0
Make it easier to add code to $(document).ready()
2011-03-01 22:33:12 +00:00
alecpl
f572575652
- Fix typo in html_editor hook name ( #1487796 )
2011-02-20 07:39:09 +00:00
alecpl
c5dedd79ca
- Add variable for 'Today' label in date_today option ( #1486120 )
2011-02-17 09:12:22 +00:00
alecpl
de3dde7f2c
- Support strftime format in date_today option
2011-02-10 07:42:36 +00:00
thomascube
ce988a0778
Always generate valid DOM identifiers using html_identifier() write original identifier string to rel attribute where possible
2011-02-09 10:33:26 +00:00
thomascube
a77cf2292b
Add optional referer check to prevent CSRF in GET requests
2011-02-08 08:13:06 +00:00
thomascube
07b95dc49b
Delegate contact input validation to rcube_addressbook instance; accept already localized texts in rcube_output::show_message()
2011-02-06 22:21:23 +00:00
alecpl
e8d5bdc84e
- Fix IDNA support when IDN/INTL modules are in use ( #1487742 )
2011-02-03 13:58:07 +00:00
thomascube
79e634040d
Don't block CSS styles having important keywords
2011-01-28 15:19:38 +00:00
thomascube
03d772e80d
Also wrap unread count in span on server side ( #1487720 )
2011-01-23 16:11:22 +00:00
thomascube
31278471d3
Use improved strtotime() function + reduce duplicated code
2011-01-21 16:50:07 +00:00
thomascube
0501b637a3
Merge branch devel-addressbook (r4193:4382) back into trunk
2011-01-18 18:00:57 +00:00
alecpl
a76cbddfc9
- Fix %h/%z variables in username_domain option ( #1487701 )
2011-01-17 12:21:08 +00:00
thomascube
e224b002c0
Missed some replacements in previous commit...
2011-01-12 18:31:55 +00:00
alecpl
a06535e20d
- Improved emoticons text representations
2010-12-10 11:08:22 +00:00
alecpl
ad399a95dd
- Add username and IP address to log message on unsuccessful login ( #1487626 )
2010-12-09 09:26:54 +00:00
alecpl
90f81a6c8d
- Better support for READ-ONLY and NOPERM responses handling ( #1487083 )
...
- Add confirmation message on purge/expunge commands response
- Fix CLOSE was called on unselected mailbox
2010-12-08 12:52:04 +00:00
alecpl
7472893512
- Fix plaintext versions of HTML messages don't contain placeholders for emotions ( #1485206 )
2010-12-06 11:13:55 +00:00
alecpl
af3c045ecf
- New Folder Manager UI
...
- Fix invalid Request when creating a folder (#1487443 )
- Add folder size and quota indicator in folder manager (#1485780 )
- Add possibility to move a subfolder into root folder (#1486791 )
2010-12-03 10:58:40 +00:00
alecpl
11a61a8ab3
- Fix last change in rcube_html_editor()
2010-11-19 13:52:39 +00:00
alecpl
4b410e2064
- Execute HTML editor initialization in page footer ( #1487125 )
2010-11-16 07:47:07 +00:00
alecpl
a4c970508b
- Re-fix handling of html entity strings in plain/text messages
2010-11-14 10:09:14 +00:00
alecpl
b72e2f9a17
- Fix handling of folders with "<>" characters in name
2010-11-12 13:05:18 +00:00
alecpl
44840971e8
- Fix handling of folders with name "0" ( #1487119 )
2010-11-12 10:47:04 +00:00
alecpl
d2b27d1175
- Fix displaying of text/plain messages containing HTML entities
2010-11-11 13:39:10 +00:00
alecpl
b8d8cbda45
- Skip conversion when input charset is BINARY
2010-11-04 13:05:29 +00:00
alecpl
3870bec7ff
- Add support for selection options from LIST-EXTENDED extension (RFC 5258)
...
- Don't list subscribed but non-existent folders (#1486225 )
- Fix \Noselect handling performance (#1487082 )
2010-10-26 13:44:39 +00:00
alecpl
a5a4bf46bd
- Add basic IMAP LIST's \Noselect option support (mark unselectable folders as virtual, etc.)
2010-10-25 12:39:36 +00:00
alecpl
10f08e6ce0
- Fix setting 'virtual' flag for non-existing folders in some cases
2010-10-25 10:49:53 +00:00
alecpl
03d3bab2af
- Add charset alias: WINDOWS-949 -> UHC ( #1487072 )
2010-10-21 10:49:09 +00:00
alecpl
4c6a61a684
- Add MS950 as alias for CP950 ( #1487063 )
2010-10-17 17:09:09 +00:00
alecpl
5c461bada9
- Update phpdoc ( #1486958 )
2010-09-29 16:47:05 +00:00