summaryrefslogtreecommitdiff
path: root/program/steps/settings/edit_folder.inc
AgeCommit message (Collapse)Author
2014-11-16Code cleanup - unused variablesAleksander Machniak
2014-08-13Get rid of "Properties" fieldset in folder formAleksander Machniak
2014-08-12Set edited folder name to client environmentAleksander Machniak
2014-07-16Collapsible (and iconized) folders tree in folder manager (#1489648)Aleksander Machniak
2014-06-30Display quota information for current folder not INBOX only (#1487993)Aleksander Machniak
2014-06-21Add option to set default message list mode - default_list_mode (#1487312)Aleksander Machniak
2014-06-06The following:David Carter
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-03Apply accessibility improvements to the settings sectionThomas Bruederli
2014-03-22Make sure parent folder selector always contains parent folderAleksander Machniak
of current folder, even if it does not exist
2013-12-31CS fixesAleksander Machniak
2013-12-22Remove deprecated functions (these listed in bc.php file) usageAleksander Machniak
2013-11-07Fix operations on folders with trailing spaces in name (#1489419)Aleksander Machniak
2013-08-26folder admin: omit fieldset if there is only one sectionPhilW
2013-04-13Fix display of HTML entities in protected folder name (#1489042)Aleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-02-13- Fix issue with folder creation under INBOX. namespace (#1488349)alecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2011-12-14Pass attributes from skin to form tablethomascube
2011-11-08- Fix so folders with \Noinferiors attribute aren't listed in parent selectoralecpl
- Add LIST result and folder attributes cache - rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option
2011-10-04- Fix issue where it wasn't possible to change list view mode in folder ↵alecpl
manager for INBOX (#1488107), also show messages count and size in such case
2011-08-04- Add ACL check on parent folderalecpl
2011-08-01- Move rcmail_localize_folderpath() to main.incalecpl
2011-08-01- Improved detection of folder rename possibility and its handlingalecpl
2011-07-29- Exclude edited folder from parent selectoralecpl
2011-07-28- Fix: folder selector doesn't list unsubscribed folders, followup to r4942alecpl
2011-07-20- Improved parent folder selectoralecpl
2011-07-06- Fix handling of other users namespace rootsalecpl
2011-06-17- Improved namespace roots handling in folder manageralecpl
2011-05-20- Improve performence of folder manager operations by moving subscriptions ↵alecpl
table operations (like adding/updateing/moving folders) into client-side - no need to invoke LIST, do sorting in browser - This change should also handle better situations when working with replicated IMAP backend (e.g.Cyrus Murder)
2011-05-06- Plugin API: Add name and parent_name arguments to folder_form hookalecpl
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers ↵alecpl
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637)
2011-02-28- Add simple ACL rights/namespace handling in folder manager (display ↵alecpl
folder's namespace, modify edit form fields according to MYRIGHTS)
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2011-01-04- Use improved get_capability() syntax, saves CAPABILITY call in some casesalecpl
2011-01-04- Fix typoalecpl
2010-12-18- Fix Fatal error: Call to a member function get_capability()...alecpl
2010-12-03- New Folder Manager UIalecpl
- Fix invalid Request when creating a folder (#1487443) - Add folder size and quota indicator in folder manager (#1485780) - Add possibility to move a subfolder into root folder (#1486791)