File roundcubemail-plugin-contextmenu.changes of Package roundcubemail-plugin-contextmenu

-------------------------------------------------------------------
Tue Oct  8 16:43:37 UTC 2024 - Aeneas Jaißle <aj@ajaissle.de>

- Use apache-rpm-macros to define apache_serverroot, instead of
  using apxs2. This fixes an issue with builds for e.g 15.6.
- Add /srv/www directories to filelist [bsc#1231027]

-------------------------------------------------------------------
Mon Jan 30 14:24:28 UTC 2023 - Aeneas Jaißle <aj@ajaissle.de> - 3.3.1

- update to 3.3.1:
  * Add placeholder for undeleted icon

-------------------------------------------------------------------
Mon Jan 30 14:21:48 UTC 2023 - Aeneas Jaißle <aj@ajaissle.de>

- Requires roundcubemail >= 1.5

-------------------------------------------------------------------
Mon May  9 06:43:13 UTC 2022 - lars@linux-schulserver.de - 3.3

- update to 3.3:
  * Support Dark Mode in Elastic
  * Support for customizing Elastic skin

-------------------------------------------------------------------
Mon May 10 17:31:31 UTC 2021 - lars@linux-schulserver.de - 3.2.1

- Update to 3.2.1:
  * Various code improvements
  * Add user-select: none; to menus
  * For Roundcube 1.4.4 and above
- ran spec-cleaner

-------------------------------------------------------------------
Sun May 24 16:15:57 UTC 2020 - Lars Vogdt <lars@linux-schulserver.de>

- Update to 3.2:
  * Update command enabling after (req RC cb8c078)

-------------------------------------------------------------------
Tue Feb 18 10:34:30 UTC 2020 - Lars Vogdt <lars@linux-schulserver.de>

- Update to 3.1:
 * Fix invalid function call to init_addressbook in Larry skin
 * Replace "+ events" with new global_events object
 * Rework Contextmenu settings object
 * Rework core Contextmenu JS functions
    * rcm_listmenu_init() -> rcmail.contextmenu.init_list()
    * rcm_foldermenu_init()-> rcmail.contextmenu.init_folder()
    * rcm_abookmenu_init()-> rcmail.contextmenu.init_addressbook()
    * rcm_callbackmenu_init()-> return rcmail.contextmenu.init()
    * rcm_show_menu()-> rcmail.contextmenu.show_one()
    * rcm_hide_menu()-> rcmail.contextmenu.hide_all()
    * rcm_check_button_state()-> return rcmail.contextmenu.ui_button_check()
 * Allow skins to set Contextmenu classes
 * Remove IE8 hacks
 * Improve menu element parsing, allow for popup menu functions in skin
 * Add new event submenu_toggle to handle display of hidden menus
 * Disable right click on context menu
 * Depreciate right-arrow class, use sub-button instead
 * Depreciate contextRow class, use context-source instead
 * Depreciate rcmmainmenu class, use rcm-mainmenu instead
 * Depreciate rcmsubmenu and submenu classes, use rcm-submenu instead
 * Depreciate rcm_active class, use rcm-active instead
 * Depreciate rcm_ignore class, use rcm-ignore instead
 * Add new event addmenuitem
 * Add ability to add to core event handlers as well as replace them
 * Improve collapseall/expandall JS functions to better mimic true click
 * Use getselection list event added (req RC e9eb87d, afaaa77, 2f7aaca)
 * Change rcube_context_menu.list_object from Object to String, backwards
   compatibility added for Contact list but no others
 * Replace overload_commands option with always_enable_commands
 * overload_commands option removed (req RC afaaa77)
 * Add Elastic skin support
 * Add menu-change JS event listener
 * Support new Contacts toolbar with Copy/Move actions (req RC eb0228b)
 * Add menus to Settings screens
 * Add contextmenu_mouseover_timeout config option to override default
   mouseover timeout for submenus
 * Extend activate hook, now returns JSON rather than Boolean
 * Make menu button inactive if all subactions are inactive (req RC daf4607)
 * Use new treelist collapse_all/expand_all functions (req RC 3a40f6c)
 * Remove special handling for group-create/rename (requires roundcube rev ec98aa5)
 * "Flattened" the larry theme: fresher look by removing shadows and gradients
 * Fix handling of folder names containing special chars
 * Use new 'Mark all as read' function from core (requires 1.3)
 * Enable compact+purge actions on all folders
- require roundcubemail >= 1.4
- package MANUAL.md in docdir
- remove documentation from plugin directory: not needed there

-------------------------------------------------------------------
Fri Sep 22 10:13:48 UTC 2017 - lars@linux-schulserver.de

- Update to 2.3:
  * For Roundcube 1.3.x and above

-------------------------------------------------------------------
Sun May  7 15:31:53 UTC 2017 - lars@linux-schulserver.de

- Update to 2.2:
  * Use new 'Mark all as read' function from core (requires 1.3)
  * Enable compact+purge actions on all folders
- enhance required base roundcube version to be >= 1.3

-------------------------------------------------------------------
Thu Dec 31 11:21:17 UTC 2015 - lars@linux-schulserver.de

- Update to 2.1.2:
  * Fix #67 address book copy/move action not updated

-------------------------------------------------------------------
Sat Mar 28 09:35:25 UTC 2015 - aj@ajaissle.de

- New upstream release 2.1.1, requires roundcubemail >= 1.1

- Version 2.1.1 (2015-03-18, rc-1.1)
  * Update submenu detection after 619891c

- Version 2.1 (2015-01-06, rc-1.1)
  * Add specific menu for adding contact to group
  * Update after dev-accessibility merged to RC master
  * Support multi-folder search results (66536974fe)
  * Fix possible CSRF in readfolder action
  * Add option to move/copy contacts in address book

-------------------------------------------------------------------
Tue May 13 13:18:42 UTC 2014 - aj@ajaissle.de

- New upstream release 2.0, requires roundcubemail >= 1.0

- Version 2.0 (2014-04-30, rc-1.0)
  * Remove IE6 support
  * Remove rcm_contextmenu_register_command, use commands from toolbars
  * Remove specially created manus, generate context menu dynamically from UI
  * Much better menu generation, improve loading times

- Version 1.13 (2014-02-01, rc-1.0)
  * Add menu to contact list on compose screen (requires b3c034c)

- Version 1.12 (2013-12-01, rc-1.0)
  * Update depreciated moveto command to move
  * Update config file var names to match core

- Version 1.11 (2013-05-19, rc-1.0)
  * Add export option to address book menu
  * Add contextmenu_show JS event

-------------------------------------------------------------------
Fri Nov  8 19:04:50 UTC 2013 - aj@ajaissle.de

- New upstream release 1.10
  * Add remove selected contacts from group option
  * Rename default skin to classic (c40419bdfe)
  * rcube_ui > rcube_utils (r6091)
  * Update for Roundcube framework

-------------------------------------------------------------------
Wed Apr  3 09:55:53 UTC 2013 - aj@ajaissle.de

- Initial package 

openSUSE Build Service is sponsored by