Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-04-24 | Fix error when using check_referer=true | Aleksander Machniak | |
2013-04-16 | Remove redundant ini checks | Aleksander Machniak | |
2013-04-08 | Removed parse_expression() & added error logging to eval_expression(). | Andy Wermke | |
2013-04-05 | Replaced last eval(). Allowing function calls in expressions. | Andy Wermke | |
2013-04-05 | Replaced stupid fix by create_function() based approach. | Andy Wermke | |
2013-04-04 | Merge branch 'master' of https://github.com/roundcube/roundcubemail | Andy Wermke | |
2013-04-04 | Replaced nasty eval() expressions. | Andy Wermke | |
2013-03-24 | Ensure backwards compatibility by considering old-style skin_path attribute ↵ | Thomas Bruederli | |
for <roundcube:include ...> tags | |||
2013-03-17 | Fix "rcmail is undefined" error in HTML attachment preview - regression | Aleksander Machniak | |
from commit d30460ad2fc0f78ce44d474fa2c466d660596d27, small improvements | |||
2013-03-15 | Bump version number up to 1.0-git | Aleksander Machniak | |
2013-03-10 | Fix so task name can really contain all from a-z0-9_- characters (#1488941) | Aleksander Machniak | |
2013-03-06 | Add attachment menu with Open and Download options (#1488975) | Aleksander Machniak | |
2013-03-04 | Really fix "quotum would exceed" error message handling | Aleksander Machniak | |
2013-03-04 | Smarter overquota error detection (known error strings are: | Aleksander Machniak | |
"Quota exceeded" and "quotum would exceed") (#1484164) | |||
2013-03-02 | Even better message on over quota error in move to trash operation (#1484164) | Aleksander Machniak | |
2013-03-02 | Display user-friendly message on IMAP "over quota" errors (#1484164) | Aleksander Machniak | |
2013-02-10 | Let some env variables survive reset(); don't show taskbar and top line in ↵ | Thomas Bruederli | |
framed error pages (#1488938) | |||
2013-02-08 | Fix reference to non-existing class rcube_output_html (#1488948) | Aleksander Machniak | |
2013-02-05 | Add special config attribute 'group_filters' to specify a fixed list of ↵ | Thomas Bruederli | |
groups to be listed in the leftmost pane, each having individual base-dn/filter parameters for contact listing | |||
2013-01-31 | - Refactored the hierarchical mailboxlist control into a separate widget class | Thomas Bruederli | |
- Build address book directories list as hierarchical list - Make address book groups collapsible using the new new treelist widget - Use encoded identifiers for address book directory list items | |||
2013-01-28 | Catch connection timeouts on message sending form submissions | Thomas Bruederli | |
2013-01-27 | Fix PHP Warning: Missing argument 2 for rcmail_output_html::get_skin_file() | Aleksander Machniak | |
2013-01-24 | Load a default stylesheet (embed.css) from skin in plain html pages (e.g. ↵ | Thomas Bruederli | |
attachment warnings and html messages) |