Mercurial > hg > rc1
comparison plugins/contextmenu/CHANGELOG @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1e000243b222 |
|---|---|
| 1 Roundcube Webmail ContextMenu | |
| 2 ============================= | |
| 3 | |
| 4 Version 2.3 (2017-06-14, rc-1.3) | |
| 5 ================================================= | |
| 6 * Remove special handling for group-create/rename (requires roundcube rev ec98aa5) | |
| 7 * "Flattened" the larry theme: fresher look by removing shadows and gradients | |
| 8 * Fix handling of folder names containing special chars | |
| 9 | |
| 10 Version 2.2 (2017-01-02, rc-1.3) | |
| 11 ================================================= | |
| 12 * Use new 'Mark all as read' function from core (requires 1.3) | |
| 13 * Enable compact+purge actions on all folders | |
| 14 | |
| 15 Version 2.1.2 (2015-04-18, rc-1.1) | |
| 16 ================================================= | |
| 17 * Fix #67 address book copy/move action not updated | |
| 18 | |
| 19 Version 2.1.1 (2015-03-18, rc-1.1) | |
| 20 ================================================= | |
| 21 * Update submenu detection after 619891c | |
| 22 | |
| 23 Version 2.1 (2015-01-06, rc-1.1) | |
| 24 ================================================= | |
| 25 * Add specific menu for adding contact to group | |
| 26 * Update after dev-accessibility merged to RC master | |
| 27 * Support multi-folder search results (66536974fe) | |
| 28 * Fix possible CSRF in readfolder action | |
| 29 * Add option to move/copy contacts in address book | |
| 30 | |
| 31 Version 2.0 (2014-04-30, rc-1.0) | |
| 32 ================================================= | |
| 33 * Remove IE6 support | |
| 34 * Remove rcm_contextmenu_register_command, use commands from toolbars | |
| 35 * Remove specially created manus, generate context menu dynamically from UI | |
| 36 * Much better menu generation, improve loading times | |
| 37 | |
| 38 Version 1.13 (2014-02-01, rc-1.0) | |
| 39 ================================================= | |
| 40 * Add menu to contact list on compose screen (requires b3c034c) | |
| 41 | |
| 42 Version 1.12 (2013-12-01, rc-1.0) | |
| 43 ================================================= | |
| 44 * Update depreciated moveto command to move | |
| 45 * Update config file var names to match core | |
| 46 | |
| 47 Version 1.11 (2013-05-19, rc-1.0) | |
| 48 ================================================= | |
| 49 * Add export option to address book menu | |
| 50 * Add contextmenu_show JS event | |
| 51 **** code branching/tagging no longer sync'd to roundcube versions **** | |
| 52 | |
| 53 Version 1.10 (2013-03-03, rc-0.9) | |
| 54 ================================================= | |
| 55 * Add remove selected contacts from group option | |
| 56 * Rename default skin to classic (c40419bdfe) | |
| 57 * rcube_ui > rcube_utils (r6091) | |
| 58 * Update for Roundcube framework | |
| 59 | |
| 60 Version 1.9 (2012-04-14, rc-0.8) | |
| 61 ================================================= | |
| 62 * Update after r5781 | |
| 63 * Add inital support for Larry | |
| 64 | |
| 65 Version 1.8 (2011-05-14, rc-0.8) | |
| 66 ================================================= | |
| 67 * Fix readfolder method after r5557 | |
| 68 * Use new labels for group delete/rename (r4864) | |
| 69 * Add forward-attachment function (r4761) | |
| 70 | |
| 71 Version 1.7 (2011-10-01, rc-0.5) | |
| 72 ================================================= | |
| 73 * Add reply-list function (r4032) | |
| 74 | |
| 75 Version 1.6 (2010-08-01, rc-0.4) | |
| 76 ================================================= | |
| 77 * Fix error in deleteing after moving using context menu | |
| 78 * Update hooks (r3840) | |
| 79 | |
| 80 Version 1.5 (2010-05-29, rc-0.4) | |
| 81 ================================================= | |
| 82 * Hide menu after click in iframes | |
| 83 * Update contact copying after r3694 | |
| 84 * Update hooks after r3685 | |
| 85 | |
| 86 Version 1.4 (2010-03-30, rc-0.4) | |
| 87 ================================================= | |
| 88 * Update after r3614 | |
| 89 * Update jquery.ContextMenu to 1.01 | |
| 90 * Use new imap->search_once function (r3446) | |
| 91 * Add initial support for contact groups in address book | |
| 92 * Fix mark all as read function | |
| 93 * Update to r3393 | |
| 94 * Fix folder count with nested folders | |
| 95 | |
| 96 Version 1.3 (2010-02-07, rc-0.4) | |
| 97 ================================================= | |
| 98 * Update after r3258 | |
| 99 * CSS update after r3141 | |
| 100 * Use local_skin_path() (rev 3076) | |
| 101 * Added address book context menu (requires r3023) | |
| 102 | |
| 103 Version 1.2 (2009-09-18, rc-0.3) | |
| 104 ================================================= | |
| 105 * Fix folder menu for UTF8 folders | |
| 106 * Use rcmail_send_unread_count (r2960) | |
| 107 * Add 'move to' to message list menu | |
| 108 | |
| 109 Version 1.1 (2009-09-11, rc-0.3) | |
| 110 ================================================= | |
| 111 * Added folder list context menu | |
| 112 * Moved menu generation from JS to PHP | |
| 113 * Added support for sub menus | |
| 114 * Added new "edit" action | |
| 115 * Update insertrow event listener following changes in core | |
| 116 * Add fallback to default skin | |
| 117 * Better init restrictions | |
| 118 * Correct style after r2541 | |
| 119 * Only init when on mailbox screen (while _uid is empty and user is logged in) | |
| 120 * Added hook for other plugins to add items to the menu (see README) | |
| 121 * Added support for new actions: show source, save .eml, open in new window | |
| 122 * Added support for plugin template system | |
| 123 * Added highlighting of selected row | |
| 124 * Fixed menu in IE | |
| 125 * Fixed delete in Trash folder | |
| 126 * Added ability to mark or delete multiple messages | |
| 127 * Fixed delete function | |
| 128 * Fixed working with "Select" functions | |
| 129 * Added event hooks when message list is updated | |
| 130 * Created plugin |
