Aleksander Machniak
2f6ca6d672
Fix bug where namespace prefix could not be truncated on folders list if show_real_foldernames=true ( #5695 )
9 years ago
Aleksander Machniak
fa62496107
Fix so settings/upload.inc could not be used by plugins ( #5694 )
9 years ago
Aleksander Machniak
3608e0c666
Fix visual glitch when using disabled_actions for items in Settings menu
9 years ago
Aleksander Machniak
e0d7367f1f
Fix adding images to new identity signatures
...
It already worked only on edits, because the image data for new identity
was stored in the wrong session item.
9 years ago
Aleksander Machniak
9eac1dd513
Fix bug where it wasn't possible to store more that 2MB objects in memcache/apc ( #5452 )
...
Added memcache_max_allowed_packet and apc_max_allowed_packet settings
9 years ago
Aleksander Machniak
ed282b5358
Fix PHP warning when handling shared namespace with empty prefix ( #5420 )
9 years ago
Aleksander Machniak
92df79b37b
Fix subscription checkbox state on error in folder subscribe/unsubscribe action ( #5243 )
10 years ago
Aleksander Machniak
17ca166727
Protect INBOX folder even if protected_default_folders=false
10 years ago
Aleksander Machniak
6f2c007d1b
CS fixes: Replace use of "bool ? true : false" with just "bool"
10 years ago
Aleksander Machniak
5c253dd59e
Fix so SPECIAL-USE assignments are forced only until user sets special folders ( #4782 )
...
The old behaviour where SPECIAL-USE has always a prio can be bringed back
by setting lock_special_folders=false and adding it to dont_override.
10 years ago
Aleksander Machniak
faeeebdc55
Hide DSN option in Preferences when smtp_server is not used ( #1490666 )
10 years ago
Aleksander Machniak
8271597836
Use ternary operator where applicable
10 years ago
Aleksander Machniak
74ce01efc7
Q() -> rcube::Q()
10 years ago
Aleksander Machniak
399a2d68b6
Make optional adding of standard signature separator - sig_separator ( #1487768 )
10 years ago
Aleksander Machniak
4ceff8f353
Make optional hidding of folders with name starting with a dot - imap_skip_hidden_folders ( #1490468 )
10 years ago
Aleksander Machniak
6ca1e6add1
Add option to enable HTML editor always, except when replying to plain text messages ( #1489365 )
10 years ago
Aleksander Machniak
0c8794c94f
Use in_array_nocase() also for \\Noselect flag check ( #1490466 )
11 years ago
Aleksander Machniak
a958748947
CS fixes
11 years ago
Aleksander Machniak
c044d301ea
Fix blank image in html_signature when saving identity changes ( #1490412 )
11 years ago
Thomas Bruederli
5e97294372
Add new plugin hook 'identity_create_after' ( #1490358 )
11 years ago
Aleksander Machniak
09225a41ec
Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below]
11 years ago
corbosman
d9c22ab66d
move header block inside loop
11 years ago
Aleksander Machniak
9ad0fc489f
Fix javascript error after creating a folder which is a subfolder of another one ( #1490297 )
11 years ago
Aleksander Machniak
d1382aecb2
Fix so "set as default" option is hidden if identities_level > 1 ( #1490226 )
11 years ago
Thomas Bruederli
d1bf0feed4
Use current year for timezone offset display
11 years ago
Aleksander Machniak
681ba6fc3c
Improve system security by using optional special URL with security token
...
Allows to define separate server/path for image/js/css files
Fix bugs where CSRF attacks were still possible on some requests
11 years ago
Aleksander Machniak
61ca7956cc
Fix button label: ignore -> Ignore ( #1490170 )
11 years ago
Aleksander Machniak
2f46789081
Added rcube_user::list_emails() method with better performance than list_identities()
...
which should be used always if we want only all user email addresses (with names)
11 years ago
Aleksander Machniak
07a641c79f
Code cleanup - unused variables
11 years ago
Aleksander Machniak
a140e6d213
Fix bug where creating subfolders in shared folders wasn't possible without ACL extension ( #1490113 )
11 years ago
Thomas Bruederli
44b47dfb35
Add config/preference option to disable saving messages in localStorage ( #1489979 )
12 years ago
Aleksander Machniak
30f240478a
Get rid of "Properties" fieldset in folder form
12 years ago
Aleksander Machniak
b2a15c2c19
Set edited folder name to client environment
12 years ago
Aleksander Machniak
e9ecd49f74
Added namespace filter in Folder Manager
12 years ago
Thomas Bruederli
65baa033e0
List all plugins which have been attempted to load ( #1488871 )
12 years ago
Aleksander Machniak
ef5a1c66aa
Fix bug where last folder on the list wasn't displayed in folder manager
12 years ago
Aleksander Machniak
3cb61e7528
Collapsible (and iconized) folders tree in folder manager ( #1489648 )
12 years ago
Aleksander Machniak
ca01e25772
Fix security issue in delete-response action - allow only ajax request.
...
Unify code for identities and responses deletion.
12 years ago
Aleksander Machniak
c6447e2ce2
Use treelist widget for folders list in Settings/Folders ( #1489648 )
12 years ago
Aleksander Machniak
9fa8368b01
Support images drag-n-drop into image browser dialog in html signature editor
12 years ago
Aleksander Machniak
b8bcca7033
Display quota information for current folder not INBOX only ( #1487993 )
12 years ago
Aleksander Machniak
b0f816fa4b
Add forgotten file (for image uploads handling)
12 years ago
Aleksander Machniak
3cc1afa1c2
Support images in HTML signatures ( #1488676 )
...
This enables image button and file browser in html editor for signatures
12 years ago
Aleksander Machniak
cd01dc027b
Add option to set default message list mode - default_list_mode ( #1487312 )
12 years ago
Aleksander Machniak
1e22cb1e86
Unify some labels
12 years ago
David Carter
4a9a0e1f0f
The following:
...
program/steps/mail/compose.inc :: rcmail_store_target_selection()
program/steps/settings/edit_folder.inc :: rcmail_folder_form()
both try to localise mailbox names.
Push the logic down into the folder_selector() method which can use:
$this->config->get('show_real_foldernames')
to decide the correct default behaviour.
Clients functions and methods can still override by adding 'realnames'
named parameter to the folder_selector() call. The obvious example is
the Settings -> Preferences -> Special Folders screen.
12 years ago
Thomas Bruederli
99cdca46b7
Merge branch 'dev-accessibility'
...
Conflicts:
program/include/rcmail_output_html.php
program/js/app.js
program/js/treelist.js
program/lib/Roundcube/html.php
skins/larry/styles.css
skins/larry/templates/compose.html
12 years ago
Thomas Bruederli
77043f8469
Apply accessibility improvements to the settings section
12 years ago
Aleksander Machniak
646b64107a
Implemented Text Editor widget that integrates all operations on
...
textareas including HTML editor and spellchecking
12 years ago
corbosman
dba1c6f083
add preferences_section_header hook
12 years ago