Thomas Bruederli
67cb017b0c
Extend archive plugin with user-configurable options to move messages into subfolders according to their date, sender or originating folder
2013-01-20 16:28:02 +01:00
Aleksander Machniak
b005927f91
Add basic tests for plugins
2013-01-19 12:16:16 +01:00
Aleksander Machniak
61be822d62
Remove deprecated functions (from bc.php file) usage in plugins
2013-01-18 15:24:49 +01:00
Thomas Bruederli
174257d677
Update localization files with the latest version from Transifex (yet another import test)
2013-01-14 22:16:01 +01:00
Aleksander Machniak
6c7ac2ef4b
Support tls:// prefix in managesieve_host option
2013-01-07 19:51:38 +01:00
Aleksander Machniak
45db375738
Add frameborder="0" on iframe elements for IE<=8
2013-01-03 20:00:37 +01:00
Thomas Bruederli
de2009ec2c
Pulled de_CH translations from Transifex (first test)
2013-01-02 19:23:11 +01:00
Thomas Bruederli
5438956deb
Avoid double-quotation for header values
2012-12-30 15:26:03 +01:00
Aleksander Machniak
43382f7c18
Fix Help task icon on new Larry header
2012-12-30 10:41:19 +01:00
Thomas Bruederli
49437c123a
Add proper headers to localization template files
2012-12-29 15:13:24 +01:00
Thomas Bruederli
ee3e27dc09
Rename/remove invalid localization files from last launchpad import
2012-12-26 19:58:06 +01:00
Thomas Bruederli
c942e4a2e9
Merge branch 'master' of github.com:roundcube/roundcubemail
2012-12-26 18:49:06 +01:00
Thomas Bruederli
aabeab1e4e
Updated localizations from launchpad
2012-12-26 18:48:46 +01:00
Mike Hennessy
a622b7d580
Update plugins/password/drivers/pam.php
...
The Ubuntu package php5-auth-pam renames the PECL PAM extension to pam_auth, so this file should check for both.
2012-12-26 11:54:13 -05:00
Aleksander Machniak
0a9d414084
Update changelog, set version to 6.1
2012-12-21 14:31:35 +01:00
Aleksander Machniak
04c856774d
Don't force 'stop' action on last rule in a script
2012-12-21 14:31:07 +01:00
Aleksander Machniak
d6938bd1ea
CS fixes, mostly tabs to spaces conversion
2012-12-17 14:38:59 +01:00
Aleksander Machniak
df8ada1f19
Merge pull request #50 from weisslj/master
...
Add host config option to http_authentication plugin.
2012-12-16 00:35:19 -08:00
Alex_Go
2884303903
fixed sq_usercopy to correctly copy SQ-label to RC-notes.
2012-12-09 13:15:40 +01:00
Aleksander Machniak
f11cf3e600
Fix typo, the issue unintentionally removes password from the session
2012-12-05 18:33:16 +01:00
Johannes Weißl
aec2869e49
Add host config option to http_authentication plugin.
...
This is useful if the users are free to choose arbitrary mail hosts (or
from a list), but have one host they usually want to log into.
Otherwise the username/password must always be typed in twice.
2012-12-03 21:44:46 +01:00
Aleksander Machniak
46f06cd0e9
Fixed compatibility with jQueryUI-1.9
2012-11-28 08:31:54 +01:00
Aleksander Machniak
da7905f9c6
Fixed filter operations after filter deletion ( #1488832 )
2012-11-27 19:31:57 +01:00
Thomas Bruederli
1bfe958ed8
Option to disable localization of the archive folder name
2012-11-26 15:34:37 +01:00
Aleksander Machniak
789e5988aa
Clarify rcube::get_user_name() usage, add rcube::get_user_email()
2012-11-26 10:08:40 +01:00
Aleksander Machniak
a648ba6489
Fixed filter selection after filter deletion ( #1488832 )
2012-11-25 19:23:50 +01:00
Thomas Bruederli
92964a4a6c
Merge branch 'master' of github.com:roundcube/roundcubemail
2012-11-25 17:49:53 +01:00
Thomas Bruederli
e2e2e8f379
Use new RCUBE_PLUGINS_DIR constant
2012-11-25 17:44:51 +01:00
Aleksander Machniak
0d4ccb8d88
Moved rcube_* classes to <plugin>/lib/Roundcube for compat. with Roundcube Framework autoloader
2012-11-25 16:25:17 +01:00
Thomas Bruederli
5e1775691c
Adapt stylesheets to recent changes in jQuery UI 1.9
2012-11-21 15:56:09 +01:00
Thomas Bruederli
6199a72c8e
Updated localization files from launchpad
2012-11-19 15:30:07 +01:00
Aleksander Machniak
e27a61a50d
Skip invalid vCards ( #1488788 )
2012-11-18 12:58:49 +01:00
Aleksander Machniak
98128f13fc
Rename option password_supported_hosts to password_hosts, code cleanup
2012-11-16 19:49:02 +01:00
Aleksander Machniak
657864a29c
Merge pull request #42 from NETLINK/patch-1
...
Add option to define IMAP hosts that support password changes
2012-11-16 10:42:57 -08:00
Aleksander Machniak
3067458acb
Fix wrong (non-specific) error message on crypt or connection error ( #1488808 )
2012-11-15 08:18:48 +01:00
Thomas Bruederli
93a41586db
Remove non-matching </div>
2012-11-11 14:44:04 +01:00
Aleksander Machniak
5af9312889
Add #message element on Help plugin pages, update files list in package.xml
2012-11-11 11:23:49 +01:00
NETLINK
204e1e03e9
Update plugins/password/password.php
2012-11-09 05:13:22 +00:00
NETLINK
7978f872cb
Update plugins/password/password.php
...
Add logic for checking supported IMAP hosts
Make use of additional config option
'password_supported_hosts' (see config.inc.php.dist).
If current IMAP host is not in array of defined
hosts, exit and suppress Password option in Settings.
2012-11-09 05:00:22 +00:00
NETLINK
32395bde1a
Update plugins/password/config.inc.php.dist
...
Added config option to specify hosts that support password changing.
2012-11-09 04:46:07 +00:00
Thomas Bruederli
91c0990385
Updated to jQuery 1.8.2 and jQuery UI 1.9.1
2012-11-07 18:51:06 +01:00
Aleksander Machniak
ea547c232e
Don't include settings.css - is not needed anymore
2012-11-07 10:04:26 +01:00
Aleksander Machniak
789baafb2a
Fix watermark in a frame regression
2012-11-06 13:52:00 +01:00
Aleksander Machniak
9946e756b1
Fix watermark in a frame regression
2012-11-06 13:50:06 +01:00
Thomas Bruederli
28de391182
Recursively resolve paths of iframe contents; unify contentframe registration and reduce code-duplication
2012-11-06 13:21:04 +01:00
Thomas Bruederli
9f0ca2dca6
Merge branch 'master' of github.com:roundcube/roundcubemail
2012-10-18 12:14:02 +02:00
Thomas Bruederli
1f369223c0
Add gradient styles for IE
2012-10-18 12:12:59 +02:00
Aleksander Machniak
84f2a72408
Fixed filter activation/deactivation confirmation message ( #1488765 )
2012-10-18 09:13:20 +02:00
Thomas Bruederli
0c1005da3f
Reduce spacing between UI tabs and content
2012-10-04 16:05:23 +02:00
Thomas Bruederli
35cdf9771f
Bring back lost localization files
2012-10-04 10:02:36 +02:00