summaryrefslogtreecommitdiff
path: root/program/steps/settings
AgeCommit message (Collapse)Author
2015-01-13Fix so "set as default" option is hidden if identities_level > 1 (#1490226)Aleksander Machniak
2014-12-27Use current year for timezone offset displayThomas Bruederli
2014-11-16The 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-10-28Fix bug where creating subfolders in shared folders wasn't possible without ↵Aleksander Machniak
ACL extension (#1490113)
2014-07-31Backported option to set default message list mode - default_list_mode ↵Aleksander Machniak
(#1487312)
2014-07-05Fix security issue in delete-response action - allow only ajax request.Aleksander Machniak
Unify code for identities and responses deletion. Conflicts: program/steps/settings/func.inc
2014-06-11Fix PHP error in Preferences when default_folders was in dont_override ↵Aleksander Machniak
(#1489940)
2014-05-28add preferences_section_header hookcorbosman
2014-03-23Make sure parent folder selector always contains parent folderAleksander Machniak
of current folder, even if it does not exist
2014-03-21Disable link registering mailto: protocol handler if not supported by the ↵Thomas Bruederli
browser (#1489569)
2014-01-29Fix canned responses in HTML mode (#1489536)Thomas Bruederli
2014-01-14Update class name in subscriptions folder list after saving folder propertiesThomas Bruederli
2014-01-05Fix compat. with PHP 5.2 (#1489500)Aleksander Machniak
2014-01-02Fix possible warning when advances_prefs setting is not an arrayAleksander Machniak
2013-12-31CS fixesAleksander Machniak
2013-12-31More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()Aleksander Machniak
2013-12-22Remove deprecated functions (these listed in bc.php file) usageAleksander Machniak
2013-12-11Fix use of non-existing localization label (#1489474)Aleksander Machniak
2013-11-16Move 'advanced' block to the end of the settings formThomas Bruederli
2013-11-08Finish advanced prefs feature (#1488829)Thomas Bruederli
2013-11-07Fix operations on folders with trailing spaces in name (#1489419)Aleksander Machniak
2013-10-30Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734)Aleksander Machniak
2013-10-25Applied the (modified) patch to extend configuration possibilities of LDAP ↵Thomas Bruederli
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-25Merge branch 'dev-canned-responses'Thomas Bruederli
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html
2013-09-28Generate settings tabs with a template object 'settingstabs' and let plugins ↵Thomas Bruederli
register themselves there using the 'settings_actions' hook
2013-09-21Bring back possibility to unset default font family and font sizeAleksander Machniak
Fix style attribute quoting when font-family contains double quotes SOme code improvements
2013-09-19Allow sysadmins to define static responses which are immutable for the userThomas Bruederli
2013-09-16Touch new default font size settings: simplified + codestyle + updated changelogThomas Bruederli
2013-09-16Merge pull request #118 from Dennis1993/patch-12Thomas B.
Added support for default font size and fix legacy code for default font
2013-09-13Move some config options to new and collapsible 'advanced' blocksThomas Bruederli
2013-09-04New settings section to manage canned responsesThomas Bruederli
2013-09-04Add new feature to save and recall text snippets (aka canned responses) when ↵Thomas Bruederli
composing messages
2013-09-02Update func.incDennis1993
2013-09-02Update func.incDennis1993
2013-09-02Update func.incDennis1993
2013-09-02Update save_prefs.incDennis1993
2013-09-01Merge pull request #106 from JohnDoh/edit-foldersAleksander Machniak
folder admin: omit fieldset if there is only one section
2013-08-29Allow setting INBOX as Sent folder (#1489219)Aleksander Machniak
2013-08-26folder admin: omit fieldset if there is only one sectionPhilW
2013-08-24Fix display issue after moving folder in Folder Manager (#1489293)Aleksander Machniak
2013-08-20- Fix setting refresh_interval to "Never" in Preferences (#1489286)Aleksander Machniak
2013-08-04Fix XSS vulnerability when saving HTML signatures (#1489251)Aleksander Machniak
2013-07-23Update func.incDennis1993
added missing ID for label
2013-07-10Fix parse error from last commitAleksander Machniak
2013-07-09Performance fix: Do not ask for folder attributes if we know that folder do ↵Aleksander Machniak
not exists
2013-06-30Use absolute paths in is_dir() checks to prevent open_basedir related warningsAleksander Machniak
2013-06-11Improved main preferences page performance by skipping form generationAleksander Machniak
when sections list is being build, CS fixes
2013-06-11Merge pull request #77 from dpc22/realnamesAleksander Machniak
Add show_real_foldernames preference and configuration option.
2013-05-31Added user preference to open all popups as standard windowsAleksander Machniak
2013-05-29Change show_actual_foldernames to be show_real_foldernames.David Carter
Change requested by alec@alec.pl.