Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-10 | Don't init output in CLI mode | Aleksander Machniak | |
Fixes infinite recurssion on raise_error() call when executing scripts out of the INSTALL_PATH. Also use 'rcube' if 'rcmail' is not needed. | |||
2014-08-30 | Seek vendor/autoload.php in install path to make tests working | Aleksander Machniak | |
2014-08-27 | Remove 3rd party libs from our repository and define the dependencies in ↵ | Thomas Bruederli | |
composer.json-dist. Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'. For direct git checkouts, copy composer.json-dist into composer.json and run `php composer.phar install` to install the dependencies. | |||
2014-08-24 | Added rcube_utils::resolve_url() | Aleksander Machniak | |
2014-08-24 | Remove code for PHP<5.3, use PHP_VERSION_ID instead of version_compare() for ↵ | Aleksander Machniak | |
version checks | |||
2014-08-22 | Fix comm_path update on task switch (#1490041) | Aleksander Machniak | |
2014-08-13 | Extend rcmail::url() to produce absolute and fully qualified URLs | Thomas Bruederli | |
2014-08-04 | Add option (disabled_actions) to disable UI elements/actions (#1489638) | Aleksander Machniak | |
2014-07-28 | Set 'compose_extwin' env property on every step; accept a list of URL ↵ | Thomas Bruederli | |
parameters for the 'compose' command | |||
2014-07-22 | Fix some mime-type to extension mapping checks in Installer (#1489983) | Aleksander Machniak | |
2014-07-02 | Reset also page header/footer on "dummy frames" - to prevent js error e.g. ↵ | Aleksander Machniak | |
if some script depends on jQuery | |||
2014-06-30 | Allways return current folder from quota_content() | Aleksander Machniak | |
2014-06-30 | Display quota information for current folder not INBOX only (#1487993) | Aleksander Machniak | |
2014-06-29 | Support images in HTML signatures (#1488676) | Aleksander Machniak | |
This enables image button and file browser in html editor for signatures | |||
2014-06-28 | Get rid of some rcube_config::all() calls | Aleksander Machniak | |
2014-06-26 | Display full quota information in popup (#1485769, #1486604) | Aleksander Machniak | |
2014-06-24 | Extend get_quota() so it's possible to specify GETQUOTAROOT folder and ↵ | Aleksander Machniak | |
return full quota info (including all roots and types, e.g. MESSAGE) - for future use | |||
2014-06-09 | Make sure set_env and add_label commands are always sent first - other ↵ | Aleksander Machniak | |
commands might depend on them. Fixes loading message in managesieve filters frame. | |||
2014-06-06 | The 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-05 | Merge branch 'dev-accessibility' | Thomas Bruederli | |
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html | |||
2014-06-04 | Improved video support, all tinymce related resources moved to ↵ | Aleksander Machniak | |
program/js/tinymce/roundcube dir | |||
2014-06-03 | Apply accessibility improvements to the settings section | Thomas Bruederli | |
2014-06-02 | Some more improvemements on content structure, text representation and ↵ | Thomas Bruederli | |
keyboard navigation within the mail view | |||
2014-06-02 | Localize title and summary attributes; make message count display box a live ↵ | Thomas Bruederli | |
area | |||
2014-05-30 | Display a warning if popup window was blocked (#1489618) | Aleksander Machniak | |
2014-05-30 | Implemented Text Editor widget that integrates all operations on | Aleksander Machniak | |
textareas including HTML editor and spellchecking | |||
2014-05-28 | Merge branch 'tinymce4' | Aleksander Machniak | |
Conflicts: program/js/app.js program/js/editor.js program/js/tiny_mce/tiny_mce.js program/steps/utils/spell_html.inc | |||
2014-05-28 | Improved folders sorting by name - use Intl.Collator if supported | Aleksander Machniak | |
2014-05-27 | Implemented image selector dialog for TinyMCE, css fixes in classic skin for ↵ | Aleksander Machniak | |
TinyMCE4 | |||
2014-05-25 | Silence possible PHP Warning: file_exists(): open_basedir restriction in effect. | Aleksander Machniak | |
2014-05-12 | Optimize "empty" framed pages size (#1489792) | Aleksander Machniak | |
2014-05-12 | Code improvements | Aleksander Machniak | |
2014-05-08 | Allow data-* attributes (#1489860) | Aleksander Machniak | |
2014-05-08 | Add 'performance_stats' option, so perf. stats can be logged with disabled ↵ | Aleksander Machniak | |
devel_mode | |||
2014-05-07 | Improve keyboard navigation on compose screen: define tabindex groups + ↵ | Thomas Bruederli | |
enable keyboard controls of contacts list widget | |||
2014-05-07 | Declare content language for proper text-to-speech support | Thomas Bruederli | |
2014-05-04 | Support upload progress with session.upload_progress and PECL uploadprogress ↵ | Aleksander Machniak | |
module (#1488702) | |||
2014-05-01 | Make skin meta/hierarchy information accessible for plugins (#1488831) | Thomas Bruederli | |
2014-04-30 | 1. Prepare core and Larry skin for improved accessibility | Thomas Bruederli | |
2. Implement full keyboard navigation in main mail view | |||
2014-04-30 | Fix invalid host validation on login (#1489841) | Aleksander Machniak | |
2014-04-29 | Fix varius db_prefix issues (#1489839) | Aleksander Machniak | |
- Move DDL script execution code to rcube_db class(es). - Improve prefix replacement code, so index names are also modified | |||
2014-04-27 | Specify licenses in all javascript files and blocks to please LibreJS | Thomas Bruederli | |
2014-04-23 | Set task variable to 'cli' when loading rcmail instance in shell scripts | Thomas Bruederli | |
2014-04-21 | Move rcube_installer class to include/rcmail_installer in order to remain ↵ | Thomas Bruederli | |
accessible by the update script even if the installer directory was removed | |||
2014-04-15 | Remove useless debug_level=8 and javascripts's rcube_console | Aleksander Machniak | |
2014-04-14 | Fix invalid page title for some folders (1489804) | Aleksander Machniak | |
2014-04-13 | Fix deleting/moving folders from folders with name "0", "00", etc. | Aleksander Machniak | |
2014-04-13 | Fix lack of translation of special folders in some configurations (#1489799) | Aleksander Machniak | |
2014-04-10 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2014-04-10 | Make sure preformance info logged in devel_mode uses locale-independent ↵ | Aleksander Machniak | |
number format |