Age | Commit message (Collapse) | Author |
|
CSS class for autocomplete list items
|
|
as array
|
|
|
|
|
|
|
|
|
|
by wrapping the clickable content in <span> tag
|
|
(#1489627)
|
|
Conflicts:
CHANGELOG
|
|
|
|
Added rcube_utils::is_absolute_path() method
|
|
|
|
|
|
in the main window with enoough space and better UI integration
|
|
|
|
|
|
Conflicts:
tests/Framework/Browser.php
|
|
mouse click on a record after the focus was put on preview frame.
|
|
|
|
|
|
|
|
|
|
that includes touch events (#1489431)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed rcube_result_index::intersect() method.
Changed rcube_result_index::filter() to filter in the same way as
rcube_result_thread::filter(), which means it actually does array_intersect().
Added tests scripts for rcube_result_index class.
|
|
Some clients encode quotes with name using base64/quoted-printable
encoding. Quotes were removed only for unencoded strings. Now also
encoded names are handled this way.
So, recipient/sender strings are displayed without quotes around
and e.g. saving to addressbook does not save these redundant quotes.
|
|
E.g. "font-family: 'Tahoma'" should not be removed.
|
|
doesn't find any messages
|
|
|
|
|
|
|
|
|
|
|
|
be written if a directory for the current user exists.
* The 'write_log' plugin hook now also supports the return property 'dir' to let plugins specify the log directory.
|
|
|
|
|
|
|
|
when read status of a child row is changed
|
|
|
|
|
|
local config file exists
|
|
Load plugin config file (by plugin name) from any configured path
|
|
|
|
Try to load plugin_name.inc.php config file from any pre-configured config path (rcube_config::path array) so webmail admins can move plugin configurations out of www root.
|