Skip to content

Releases: ColdTrick/widget_manager

v6.0.1

04 May 12:56
Compare
Choose a tag to compare
  • fixed: widget cache was not resetting correctly on cache flush

v6.0

13 Apr 09:26
Compare
Choose a tag to compare
  • added: cached data for cacheable widgets is now reset on cache flush
  • fixed: accidentally deactivated registration cacheable widgets
  • fixed: widget cache clear took too long

v6.0-beta

26 Jan 11:11
Compare
Choose a tag to compare
  • added: support for Elgg 2.0 added
  • removed: no longer provide favorites widget
  • removed: no longer provide index_bookmarks widget
  • removed: no longer provide tagcloud widget

v5.2

20 Jan 16:39
Compare
Choose a tag to compare
  • added: ability for group owners to update all widgets access level
  • added: content by tag widget now supports static pages
  • added: option to alphabetically sort content in content_by_tag widget
  • added: support for poll and questions in content_by_tag widget
  • added: allow additional contexts based on default widgets config
  • added: use title menu for Add widgets button
  • changed: content_by_tag supported plugins list is now centralized
  • changed: moved favorites extras menu item to a register hook
  • changed: widget add panel contents are fetched on demand
  • changed: convert favorites widgets JS to an AMD module
  • changed: convert site and admin JS to AMD
  • changed: dutch translation
  • fixed: community favorites working again and fixed saving of title
  • fixed: incorrect access options available in specific widgets contexts
  • fixed: more specific selector for widget insert
  • fixed: only output icon if there is any
  • fixed: user search widget content not loaded when search with spaces
  • fixed: wrong composer include

v5.1

08 Jul 11:52
Compare
Choose a tag to compare
  • added: mechanisme to permanently cache widgets based on their handler
  • added: support for object/thewire entities
  • added: composer support
  • added: widget edit and delete icon now only show when hovering widget
  • changed: reorganized javascript
  • changed: Simplepie library is now loaded by composer
  • changed: delayed loading of the AMD modules to document ready to prevent conflicts
  • fixed: correctly ajax load search results for user_search widget
  • fixed: performance of rss server widget
  • fixed: replaced deprecate ->get calls with variable variables
  • fixed: replaced deprecated use of class in ElggMenuItem::factory
  • fixed: output/confirmlink deprecation notices
  • fixed: content by tag widget case insensitive tag search
  • fixed: moved favorites toggle action file to correct location
  • fixed: non admins can not correctly manage widgets on landing pages
  • fixed: twitter search embed code parsing failed
  • fixed: use input/text view to output search input on addpanel

v5.0

08 Dec 11:10
Compare
Choose a tag to compare
  • added: widget collapsed state is remember for logged in users in the database
  • added: widget advanced setting to set default collapse state
  • added: widget advanced setting to set availability of collapse toggle button
  • added: custom more link for widgets
  • added: group forum topics added to content by tag widget
  • added: content by tag support multi tag search link if search_advanced is available
  • added: widget setting is showed in a lightbox
  • added: support for bookmark_tools link setting
  • added: extra css class to widget layout so there is more styling control
  • added: client side rss widget using Google Feed API
  • added: plugin setting to force use of group widgets
  • added: hooks to have widgets added/removed when related group tool option is toggled
  • added: admin action to update widgets on all groups to verify group tool option
  • added: single column layout
  • added: iframe widget
  • added: rss widget now has option to show feed contents in lightbox
  • added: per rss widget setting of feed timeout
  • added: content by tag widget now also has an exclusion list of tags
  • added: extra context pages now also support top row config
  • changed: hide header widget option also hides for admins
  • changed: free html widget now uses long text so there is an editor
  • changed: updated for Elgg 1.9
  • changed: split css views
  • changed: updated to Elgg coding standards
  • changed: replaced some language keys with core versions
  • changed: relocated widgets code
  • changed: plugin settings view only shows applicable
  • fixed: widgets created in groups get unusable access #25
  • fixed: ability to globally hide a widget on the widgets manage page
  • fixed: issue with extra minus sign in content by tag widget #31
  • deprecated: widgets url hook is no longer usable, use the entity url hook if you want to set widget title links
  • removed: widget url links for non core plugins (plugins should provide themselves)