Commit Graph

400 Commits

Author SHA1 Message Date
Aleksander Machniak
30f240478a Get rid of "Properties" fieldset in folder form 2014-08-13 14:30:20 +02:00
Aleksander Machniak
b2a15c2c19 Set edited folder name to client environment 2014-08-12 13:31:10 +02:00
Aleksander Machniak
e9ecd49f74 Added namespace filter in Folder Manager 2014-08-11 13:11:10 +02:00
Thomas Bruederli
65baa033e0 List all plugins which have been attempted to load (#1488871) 2014-08-03 19:17:23 +02:00
Aleksander Machniak
ef5a1c66aa Fix bug where last folder on the list wasn't displayed in folder manager 2014-08-03 15:55:43 +02:00
Aleksander Machniak
3cb61e7528 Collapsible (and iconized) folders tree in folder manager (#1489648) 2014-07-16 11:08:11 +02:00
Aleksander Machniak
ca01e25772 Fix security issue in delete-response action - allow only ajax request.
Unify code for identities and responses deletion.
2014-07-05 12:33:03 +02:00
Aleksander Machniak
c6447e2ce2 Use treelist widget for folders list in Settings/Folders (#1489648) 2014-07-02 13:03:22 +02:00
Aleksander Machniak
9fa8368b01 Support images drag-n-drop into image browser dialog in html signature editor 2014-06-30 13:56:06 +02:00
Aleksander Machniak
b8bcca7033 Display quota information for current folder not INBOX only (#1487993) 2014-06-30 12:26:15 +02:00
Aleksander Machniak
b0f816fa4b Add forgotten file (for image uploads handling) 2014-06-29 17:59:03 +02:00
Aleksander Machniak
3cc1afa1c2 Support images in HTML signatures (#1488676)
This enables image button and file browser in html editor for signatures
2014-06-29 16:35:18 +02:00
Aleksander Machniak
cd01dc027b Add option to set default message list mode - default_list_mode (#1487312) 2014-06-21 15:41:40 +02:00
Aleksander Machniak
1e22cb1e86 Unify some labels 2014-06-14 17:54:36 +02:00
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.
2014-06-06 11:29:40 +01:00
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
2014-06-05 09:18:07 +02:00
Thomas Bruederli
77043f8469 Apply accessibility improvements to the settings section 2014-06-03 19:13:54 +02:00
Aleksander Machniak
646b64107a Implemented Text Editor widget that integrates all operations on
textareas including HTML editor and spellchecking
2014-05-30 08:32:06 +02:00
corbosman
dba1c6f083 add preferences_section_header hook 2014-05-03 20:38:21 +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
Chris Kulbacki
c75670d500 Skins sorted by skin name in the Settings. 2014-04-10 10:52:04 +02:00
Aleksander Machniak
dc0b500e78 Removed redundant default_folders config option (#1489737)
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
2014-04-01 19:27:07 +02:00
Aleksander Machniak
1597c8a0c2 Make sure parent folder selector always contains parent folder
of current folder, even if it does not exist
2014-03-22 14:55:12 +01: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
9675702579 Fix canned responses in HTML mode (#1489536) 2014-01-29 10:47:58 +01:00
Thomas Bruederli
7c28d45c8e Update class name in subscriptions folder list after saving folder properties 2014-01-14 18:19:16 +01:00
Aleksander Machniak
090d3ed38c Fix compat. with PHP 5.2 (#1489500) 2014-01-05 18:59:24 +01:00
Aleksander Machniak
ee43f09724 Fix possible warning when advances_prefs setting is not an array 2014-01-02 08:40:00 +01:00
Aleksander Machniak
d575e46067 CS fixes 2013-12-31 16:57:58 +01:00
Aleksander Machniak
f5d2eef55c More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get() 2013-12-31 13:58:29 +01:00
Aleksander Machniak
6b2b2eca5f Remove deprecated functions (these listed in bc.php file) usage 2013-12-22 14:12:15 +01:00
Aleksander Machniak
48660a881c Fix use of non-existing localization label (#1489474) 2013-12-11 15:36:16 +01:00
Thomas Bruederli
f9c8e8285b Move 'advanced' block to the end of the settings form 2013-11-16 15:39:31 +01:00
Thomas Bruederli
4a05e8a7e8 Finish advanced prefs feature (#1488829) 2013-11-08 10:57:00 +01:00
Aleksander Machniak
96247867f2 Fix operations on folders with trailing spaces in name (#1489419) 2013-11-07 15:00:54 +01:00
Aleksander Machniak
b972b4c4c0 Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734) 2013-10-30 12:04:09 +01:00
Thomas Bruederli
3ce7c56826 Applied the (modified) patch to extend configuration possibilities of LDAP address books as suggested in #1488753:
- Add option to specify arbitrary replacements of config options with attributes from the bound user
- Allow mapping of group object class => member attribute used in these objects
- Describe the 'member_filter' property for groups config
2013-10-25 16:54:58 +02:00
Thomas Bruederli
98b7b548a2 Merge branch 'dev-canned-responses'
Conflicts (resolved):
	skins/classic/includes/settingstabs.html
	skins/larry/includes/settingstabs.html
2013-10-25 16:50:25 +02:00
Thomas Bruederli
c49c35ca0f Generate settings tabs with a template object 'settingstabs' and let plugins register themselves there using the 'settings_actions' hook 2013-09-28 12:03:20 +02:00
Aleksander Machniak
f7b2bfba09 Bring back possibility to unset default font family and font size
Fix style attribute quoting when font-family contains double quotes
SOme code improvements
2013-09-21 11:24:16 +02:00
Thomas Bruederli
9c41ba3c9e Allow sysadmins to define static responses which are immutable for the user 2013-09-19 17:56:14 +02:00
Thomas Bruederli
c1ff572e17 Touch new default font size settings: simplified + codestyle + updated changelog 2013-09-16 20:01:10 +02:00
Thomas B.
0201298cd8 Merge pull request #118 from Dennis1993/patch-12
Added support for default font size and fix legacy code for default font
2013-09-16 10:47:24 -07:00
Thomas Bruederli
7be8a9134c Move some config options to new and collapsible 'advanced' blocks 2013-09-13 19:10:12 +02:00
Thomas Bruederli
0ce2126ac9 New settings section to manage canned responses 2013-09-04 09:32:01 +02:00
Thomas Bruederli
0b1de8a487 Add new feature to save and recall text snippets (aka canned responses) when composing messages 2013-09-04 09:32:00 +02:00
Dennis1993
153e455f65 Update func.inc 2013-09-02 13:16:04 +02:00
Dennis1993
d8d5692cff Update func.inc 2013-09-02 12:57:15 +02:00
Dennis1993
888f911835 Update func.inc 2013-09-02 12:55:28 +02:00
Dennis1993
c3fe3fc316 Update save_prefs.inc 2013-09-02 12:52:21 +02:00