Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-18 | Improved minified files handling, added css minification (#1486988) | Aleksander Machniak | |
2013-12-18 | Fix Closure-compiler warnings, small code improvements | Aleksander Machniak | |
2013-12-15 | Implemented menu actions to copy/move messages, added folder-selector widget ↵ | Aleksander Machniak | |
(#1484086) | |||
2013-12-09 | Fix quota image broken in e71ceb0c98b33409af5978f0f33c6c95148bd86b (#1489467) | Aleksander Machniak | |
2013-11-10 | First version of the local storage compose data saving feature; some ↵ | Thomas Bruederli | |
behavioral improvements and encrytion are still to be added | |||
2013-11-10 | Fix errors in error page :-) | Thomas Bruederli | |
2013-10-29 | Avoid duplicate elements with the same id in HTML. Fixes broken icons in ↵ | Thomas Bruederli | |
classic skin. | |||
2013-10-25 | Merge branch 'dev-canned-responses' | Thomas Bruederli | |
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html | |||
2013-10-16 | Do not add css files to the page when body is empty, e.g. upload iframes | Aleksander Machniak | |
2013-09-28 | Generate settings tabs with a template object 'settingstabs' and let plugins ↵ | Thomas Bruederli | |
register themselves there using the 'settings_actions' hook | |||
2013-09-19 | Allow sysadmins to define static responses which are immutable for the user | Thomas Bruederli | |
2013-09-16 | Merge pull request #107 from JohnDoh/multi-logo | Aleksander Machniak | |
allow different logos for different functions (eg. normal and print) | |||
2013-09-15 | Add a render_response hook, similar to render_page hook. | JohnDoh | |
2013-09-09 | Add option force specified domain in user login - username_domain_forced ↵ | Aleksander Machniak | |
(#1489264) | |||
2013-09-04 | Make result of rcmail::get_compose_responses() always an (indexed) array; ↵ | Thomas Bruederli | |
add plugin hook for updating user prefs: 'preferences_update' | |||
2013-09-04 | Fix indentation | Thomas Bruederli | |
2013-09-04 | Keep current selection on IE browsers by adding unselectable=on to link elements | Thomas Bruederli | |
2013-09-04 | New settings section to manage canned responses | Thomas Bruederli | |
2013-09-02 | Fix "PHP Warning: Missing argument 1 for rcmail::log_login()" | Aleksander Machniak | |
2013-09-02 | Log also failed logins to userlogins log | Aleksander Machniak | |
2013-08-31 | only call config->get() once | PhilW | |
2013-08-26 | use template file name rather than special attribute | PhilW | |
2013-08-26 | allow different logos for different functions (eg. normal and print) | PhilW | |
2013-08-26 | Fix bugs when invoking contact creation form when read-only addressbook is ↵ | Aleksander Machniak | |
selected (#1489296) | |||
2013-07-21 | Update rcmail_output_html.php | Dennis1993 | |
added required Attribute to Login fields | |||
2013-07-12 | Allow to load config files for different environments (#1487311); keep ↵ | Thomas Bruederli | |
(non-default) filename in URLs throughout the webmail app | |||
2013-06-30 | Use absolute paths in is_dir() checks to prevent open_basedir related warnings | Aleksander Machniak | |
2013-06-21 | Disable workaround for http://bugs.php.net/bug.php?id=18556 if PHP 5.5 is ↵ | Aleksander Machniak | |
detected | |||
2013-06-20 | Canonize boolean ini_get() results (#1489189) | Aleksander Machniak | |
2013-06-18 | Merge branch 'dev-advanced-ldap-groups': | Thomas Bruederli | |
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list | |||
2013-06-16 | Fix session issues when local and database time differs (#1486132) | Aleksander Machniak | |
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP | |||
2013-06-11 | Fix error when there's no writeable addressbook source (#1489162) | Aleksander Machniak | |
2013-06-11 | Improvements to PR merge "add option show_real_foldernames" | Aleksander Machniak | |
2013-06-11 | Merge pull request #77 from dpc22/realnames | Aleksander Machniak | |
Add show_real_foldernames preference and configuration option. | |||
2013-06-06 | Fix resolving /this/ in file_callback() | Aleksander Machniak | |
2013-06-05 | Small code improvement | Aleksander Machniak | |
2013-06-05 | Improvements in garbage collector: created gc() method to run all | Aleksander Machniak | |
gc-related cleanups in one place, added posibility to run gc in environments without session | |||
2013-06-05 | Add option to use PHP's native session save handlers | Thomas Bruederli | |
2013-05-31 | Added user preference to open all popups as standard windows | Aleksander Machniak | |
2013-05-29 | Change show_actual_foldernames to be show_real_foldernames. | David Carter | |
Change requested by alec@alec.pl. | |||
2013-05-29 | Remove (move to bc.php) unused strip_newlines() and strip_quotes() functions | Aleksander Machniak | |
2013-05-29 | Add show_actual_foldernames preference and configuration option. | David Carter | |
When enabled this setting shows actual folder names rather than the localised verions for the four default folders: $rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'sent-mail', 'spam', 'Trash'); | |||
2013-05-16 | Move rcmail::deliver_message() to framework for common use | Thomas Bruederli | |
2013-05-07 | Avoid uninitialized/unused variables | Aleksander Machniak | |
2013-05-03 | Experimental: refactored list.js and html_table class to render lists with ↵ | Thomas Bruederli | |
different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support | |||
2013-05-01 | Small code improvements | Aleksander Machniak | |
2013-05-01 | Merge pull request #67 from andywer/master | Aleksander Machniak | |
Replaced nasty eval() code | |||
2013-04-29 | Fix list page reset when viewing a message in Larry skin (#1489076) | Aleksander Machniak | |
2013-04-29 | Fix possible warning on some misconfig | Aleksander Machniak | |
2013-04-28 | Prepare for the composer-based plugin repository; skip PEAR dependencies for now | Thomas Bruederli | |