summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Collapse)Author
2014-12-18Bump version1.0.4Thomas 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-30Fix possible issues in skin/skin_path config handling (#1490125)Aleksander Machniak
Conflicts: program/lib/Roundcube/rcube_plugin.php
2014-10-23Fix "PHP Fatal error: Cannot redeclare class PEAR" if both ↵Aleksander Machniak
program/lib/PEAR.php and composer loaders exist (#1490112)
2014-09-27Updated Changelog + bump versionThomas Bruederli
2014-09-26Initialize TinyMCE editor in rcmail.init() instead of a separate call after. ↵Thomas Bruederli
This makes the edior ready when restoring a HTML message from localStorage (#1490016)
2014-09-17Make noshow attribute for roundcube:label tags actually work as supposedThomas Bruederli
2014-08-22Fix comm_path update on task switch (#1490041)Aleksander Machniak
2014-07-28Set 'compose_extwin' env property on every step; accept a list of URL ↵Thomas Bruederli
parameters for the 'compose' command
2014-07-20Update Changelog and bump version1.0.2Thomas Bruederli
2014-05-25Silence possible PHP Warning: file_exists(): open_basedir restriction in effect.Aleksander Machniak
2014-05-07Bump version for 1.0.1Thomas Bruederli
2014-04-30Fix invalid host validation on login (#1489841)Aleksander Machniak
2014-04-14Fix invalid page title for some folders (1489804)Aleksander Machniak
2014-04-13Fix lack of translation of special folders in some configurations (#1489799)Aleksander Machniak
2014-04-10Make sure preformance info logged in devel_mode uses locale-independent ↵Aleksander Machniak
number format
2014-04-04Improve error message on failed http connectionAleksander Machniak
2014-03-23Make sure parent folder selector always contains parent folderAleksander Machniak
of current folder, even if it does not exist
2014-03-21Update Changelog and bump version to 1.0.0Thomas Bruederli
2014-03-11Add id for login submit button (#1489676) - make it skin independentAleksander Machniak
2014-02-13Added toolbar button to move message in message viewAleksander Machniak
Conflicts: CHANGELOG
2014-01-30Branching off for release 1.0Thomas Bruederli
2014-01-27Do not use rcube_config::all()Aleksander Machniak
2014-01-27Check/create default folders on every login not only the first (#1489423)Aleksander Machniak
2014-01-01CS 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-18Improved minified files handling, added css minification (#1486988)Aleksander Machniak
2013-12-18Fix Closure-compiler warnings, small code improvementsAleksander Machniak
2013-12-15Implemented menu actions to copy/move messages, added folder-selector widget ↵Aleksander Machniak
(#1484086)
2013-12-09Fix quota image broken in e71ceb0c98b33409af5978f0f33c6c95148bd86b (#1489467)Aleksander Machniak
2013-11-10First version of the local storage compose data saving feature; some ↵Thomas Bruederli
behavioral improvements and encrytion are still to be added
2013-11-10Fix errors in error page :-)Thomas Bruederli
2013-10-29Avoid duplicate elements with the same id in HTML. Fixes broken icons in ↵Thomas Bruederli
classic skin.
2013-10-25Merge branch 'dev-canned-responses'Thomas Bruederli
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html
2013-10-16Do not add css files to the page when body is empty, e.g. upload iframesAleksander Machniak
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-19Allow sysadmins to define static responses which are immutable for the userThomas Bruederli
2013-09-16Merge pull request #107 from JohnDoh/multi-logoAleksander Machniak
allow different logos for different functions (eg. normal and print)
2013-09-15Add a render_response hook, similar to render_page hook.JohnDoh
2013-09-09Add option force specified domain in user login - username_domain_forced ↵Aleksander Machniak
(#1489264)
2013-09-04Make result of rcmail::get_compose_responses() always an (indexed) array; ↵Thomas Bruederli
add plugin hook for updating user prefs: 'preferences_update'
2013-09-04Fix indentationThomas Bruederli
2013-09-04Keep current selection on IE browsers by adding unselectable=on to link elementsThomas Bruederli
2013-09-04New settings section to manage canned responsesThomas Bruederli
2013-09-02Fix "PHP Warning: Missing argument 1 for rcmail::log_login()"Aleksander Machniak
2013-09-02Log also failed logins to userlogins logAleksander Machniak
2013-08-31only call config->get() oncePhilW
2013-08-26use template file name rather than special attributePhilW
2013-08-26allow different logos for different functions (eg. normal and print)PhilW