Commit Graph

974 Commits

Author SHA1 Message Date
Aleksander Machniak
a7dad44267 Skip setting button state (css classes, etc.) if the state didn't change
- this fixes disappearing listmode selection after clicking search reset button
2014-05-26 09:24:19 +02:00
Aleksander Machniak
10a3972313 CS fixes 2014-05-23 10:38:57 +02:00
Aleksander Machniak
8833432c61 Fix wrong set-listmode command (button) status set by getunread request 2014-05-21 18:51:43 +02:00
Aleksander Machniak
59b765d839 Don't remove links when html signature is converted to text (#1489621)
Fix so when switching editor mode original version of signature is used (#1488849)
2014-05-18 09:01:12 +02:00
Aleksander Machniak
efc470f0ac Merge branch 'dev-text2html'
Conflicts:
	program/js/app.js

Fix handling magic_quotes in rcube_text2html and rcube_html2text - move
stripslashes from these classes to action files
2014-05-17 09:27:17 +02:00
Aleksander Machniak
f1aaca6807 Improve variables scope: rcmail -> ref 2014-05-16 19:04:37 +02:00
Aleksander Machniak
47a7833aca CS fixes 2014-05-15 13:57:18 +02:00
Aleksander Machniak
7d3d62e5ed Fix unintentional draft autosave request if autosave is disabled (#1489882) 2014-05-12 17:56:07 +02:00
Aleksander Machniak
eda92ed4c0 Improved display of plain text messages and text to HTML conversion (#1488937)
Now instead of <pre> we use <div class="pre"> styled with monospace
font. We replace whitespace characters with non-breaking spaces where
needed. I.e. plain text is always unwrappable, until it uses format=flowed,
in such a case only flowed paragraphs are wrappable.

Also conversion of text to HTML in compose editor was modified in the same way.
2014-05-11 11:03:45 +02:00
Aleksander Machniak
672621e389 Fix searching in addressbook broken with multi-folder search implementation (#1489869) 2014-05-09 10:19:42 +02:00
Aleksander Machniak
3cf97b112b Remove unused 'foldertray' container 2014-05-08 15:31:07 +02:00
Thomas Bruederli
fd4436475c Reset search when swicthing folders to meet common expecations 2014-05-07 10:01:58 +02:00
Aleksander Machniak
378efddbbe MOve more IE<9 code to legacy_browser 2014-05-02 11:01:18 +02:00
Aleksander Machniak
3dfb94fe45 Replace setSelectionRange() call with universal rcmail.set_caret_pos() 2014-05-02 09:57:17 +02:00
Aleksander Machniak
65070fcbf4 Small code improvements 2014-04-30 10:14:32 +02:00
Aleksander Machniak
c3ce9c9d16 Fix broken threads structure (#1489845) 2014-04-30 10:10:34 +02:00
Aleksander Machniak
fb1203c07f Fix redundant warning when switching from html to text in empty editor (#1489819)
We also skip ajax request in such a case. We assume "empty" here means "with no text excluding whitespace".
2014-04-29 19:21:19 +02:00
Aleksander Machniak
9f3fad6e1f Revert unintentional change 2014-04-28 09:46:45 +02:00
Aleksander Machniak
54185837c8 Make identity name field optional (#1489510)
Get rid of unhelpful error message.
2014-04-28 09:38:07 +02:00
Thomas Bruederli
b34d679075 Specify licenses in all javascript files and blocks to please LibreJS 2014-04-27 15:35:07 +02:00
Thomas Bruederli
31aa080609 Further refine cross-folder searching:
- Store incomplete search results in session and re-send search requests
  to the server if returned before complete (this should avoid hitting request timeouts).
- Display full folder path on mouseover in message list
- Remove pthreads implementation stuff as this wasn't really working
2014-04-23 13:21:51 +02:00
Aleksander Machniak
d2e3a22d24 Allow aborting of running search requests 2014-04-20 13:39:02 +02:00
Aleksander Machniak
2611ac9570 Unify use of local 'this' variable reference 2014-04-20 12:43:16 +02:00
Aleksander Machniak
eb7e452ecd CS fixes 2014-04-20 12:34:25 +02:00
Aleksander Machniak
701905727c Add _mbox argument to headers action URL 2014-04-20 12:01:32 +02:00
Thomas Bruederli
26b5200322 Consider search scope (and changes) for filter searches + disable folder operation commands in multi-folder search mode (#1485234) 2014-04-18 16:39:41 +02:00
Aleksander Machniak
fb162e7445 Fix redundant alert message on over-size uploads (#1489817) 2014-04-18 11:26:07 +02:00
Aleksander Machniak
a5f8c8307a Fix invalid and infinite redirect for unsupported browsers 2014-04-14 21:29:27 +02:00
Aleksander Machniak
7a5c3a3224 Fix regression where title attribute for long message subjects wasn't used on IE 2014-04-14 20:41:27 +02:00
Aleksander Machniak
a594999135 Use POST for refresh/check-recent request 2014-04-13 17:38:18 +02:00
Thomas Bruederli
14423c867c Avoid empty _action= parameters in URLs 2014-04-12 19:59:10 +02:00
Aleksander Machniak
361a919424 Remove last check for IE6 2014-04-12 15:26:08 +02:00
Aleksander Machniak
64542fc803 Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update to jQuery-2.1.0 2014-04-12 14:01:07 +02:00
Thomas Bruederli
467374ca12 Avoid unexpected redirects to inbox after auto-saving a draft (#1489789) 2014-04-10 16:57:42 +02:00
Thomas Bruederli
a2049621c7 Allow plugins to define custom attachment classes 2014-04-10 14:19:28 +02:00
Thomas Bruederli
45924a1a8a Foward locking parameter 2014-04-10 10:40:18 +02:00
Thomas Bruederli
188247894f Make multi-folder message identifiers work with folders containing commas 2014-04-08 19:11:12 +02:00
Thomas Bruederli
f50a66c616 Enable listmode switch if listing is not multi-folder 2014-04-08 16:26:56 +02:00
Thomas Bruederli
aafbe8efdc Fix forwarding all ('*') messages of a search set 2014-04-08 15:48:27 +02:00
Thomas Bruederli
1e9a59ab89 Don't remove messages from list when moving to another folder in multi-folder search mode, just update the list 2014-04-08 14:38:54 +02:00
Thomas Bruederli
f0c94a3dc3 Don't display error when moving a message to the same folder it already resides 2014-04-08 10:04:53 +02:00
Thomas Bruederli
f5799df36b Fix folder column display and message moving in multi-folder search mode 2014-04-07 17:59:28 +02:00
Thomas Bruederli
6dc1a66451 Fix page title and folder selection in search mode 2014-04-07 17:01:30 +02:00
Thomas Bruederli
c83535876c Small refactoring of message list column configuration; fixes table column resorting issues with hidden 'folder' column 2014-04-07 12:53:06 +02:00
Thomas Bruederli
66536974fe Merge branch 'dev-multi-folder-search' 2014-04-07 09:53:46 +02:00
Aleksander Machniak
adaddf0b18 Improve error message on failed http connection 2014-04-04 19:54:08 +02:00
Thomas Bruederli
d221576489 Disable link registering mailto: protocol handler if not supported by the browser (#1489569) 2014-03-21 18:32:13 +01:00
Thomas Bruederli
08da302af0 Don't hide upload dialog if no file was selected. Display an alert message for all empty file uploads (#1489685) 2014-03-20 22:07:02 +01:00
Thomas Bruederli
a36369c383 Fix message import dialog (#1489685):
- Display alert if no file is chosen
- Unlock the UI if form is not submitted
- Avoid duplicate error messages
- Fix javascript error due to missing attachments list widget
2014-03-13 22:58:57 +01:00
Thomas Bruederli
34ddfcecef Fix input-button disabled state; add support for jquery UI buttons of type 'uibutton' 2014-03-09 15:35:38 +01:00