Sharing Cart

Blocks ::: block_sharing_cart
Maintained by Don Hinkelman, Tue Korsgaard
**Sharing Cart 4.4, release 3 is from 5 February 2024. Requires Moodle 4.2 and PHP 8.0** Download here or go to github: https://github.com/donhinkelman/moodle-block_sharing_cart/. Sorry for any confusion: Sharing 4.2 and Sharing Cart 4.3 were skipped here on the Plugins Database. And Sharing 4.4 was an overly ambitious name--it is actually for Moodle 4.3, and requires PHP 8.0. The Sharing Cart is a block that enables sharing of Moodle content (resources, activities) between multiple courses on your site.

Sharing Cart 3.10, release 8

Moodle 3.6, 3.7, 3.8, 3.9, 3.10, 3.11
Released: Wednesday, 29 September 2021, 10:21 AM

Sharing Cart

Version 3.10, release 8 - 2021.09.29

The "master" branch requires Moodle 3.6 or newer.

  • Moodle 3.2 => "MOODLE_32_STABLE" branch
  • Moodle 2.2 => "MOODLE_22_STABLE" branch
  • Moodle 1.9 => "MOODLE_19_STABLE" branch

Warning: PHP versions 7.2 and older are deprecated, and will cause problems, unrelated to the Sharing Cart, such as badges. PHP 7.4 is recommended, and will be needed in future releases.

Change Log

  • 3.10, release 8 2021.09.29
    • Tested and passed a fix for Issue #101: Exception Call to a member function get_tasks() on null
  • 3.10, release 7 2021.08.05
    • Fixed a bug that prevent user from delete an empty section, because plugin try to delete the file that does not exist.
    • Replaced class property type with PHPDoc annotation to support PHP 7.2+ or above.
  • 3.10, release 6 2021.07.23
    • Added improvements to section copy, added backuptempdir support and fixed multiple bugs
  • 3.10, release 5 2021.07.07
    • Fixed a bug where you could import from another user's sharing cart
  • 3.10, release 4 2021.07.06
    • Fixed a minor PHP notice
    • Cleaned code
  • 3.10, release 3 2021.06.26
    • Merged several pull requests and improved copying of empty sections
  • 3.10, release 2 2021.05.25
    • Made the "Do you want to copy user data..." checkbox unchecked by default
  • 3.10, release 1 2021.05.07
    • Made the sharing cart Moodle 3.10 compatible
  • 3.9, release 5 2021.04.26
    • Fixed issues with capabilities and user data during backup.
    • Fixed Error when different users create folders with the same name #95
  • 3.9, release 4 2021.03.25
    • Minor css and javascript changes
    • Fixed "Copy section button" title
    • If a module in the sharing cart is uninstalled it now:
    • Is marked by a warning icon with a tooltip and light red background color
    • Is unable to be restored until reinstalled
  • 3.9, release 3 2021.03.13
    • Added more support for moodle 3.9 and fixed some minor issues #84.
    • Merged pull request about metadata table #89.
  • 3.9, release 2 2021.01.25
    • Remove incompatible HTML from help button language string.
  • 3.9, release 1 2021.01.11
    • Improved section copy process
    • Removing html tags, when showing label in sharing cart block.
  • 3.8, release 20 2020.10.14
    • Improved performance.
    • Add sharing cart entity cleaner, after the file got delete from the system.
  • 3.8, release 19 2020.10.06
    • Load cart items for the active user only during directory restore.
  • 3.8, release 18 2020.09.02
    • Now only shows heavy load warning on sections.
    • Warnings appear on the top of modals instead of the bottom.
  • 3.8, release 17 2020.09.01
    • Set active course to make sure capabilities work as expected.
    • Make course id naming similar for rest actions.
    • Avoid notice when Moodle removes duplicate records from the DB result.
  • 3.8, release 16 2020.08.28
    • Added warnings when making a restore or backup on multiple items at once.
    • Make the backup support check use the built in Moodle function and secure the module class.
    • Fix issue #42 - Setting locked by config. Avoid copying locked settings.
  • 3.8, release 15 2020.08.03
    • Remove a Sharing Cart item if the corresponding backup file is removed from the "User private backup area"
  • 3.8, release 14 2020.07.31
    • Add a prefix to files to let the user know this is a Sharing Cart file. Especially useful in the private backup area for the user.
  • 3.8, release 13 2020.07.30
    • Fix an unsupported query for Postgres when create a folder name.
    • Fix upgrade script that doesn't match the install.xml properties.
  • 3.8, release 12 2020.07.30
    • Show a "more welcoming" error message and remove copy to course when the user does not have the required capabilities.
  • 3.8, release 11 2020.07.27
    • Add privacy API.
    • Folder naming and creation improved
    • Fix Sharing cart folder name when copy the same section name, it shouldn't affect other user(s) that have the same folder name.
  • 3.8, release 10 2020.05.29
    • Added fix for the spinner in the block when restoring an item from the block to a course.
    • Added fix for duplicate entry in database, when two created a section in the same second. This was a random error and is NOT confirmed fixed. A log table is added to the plugin is an exception is thown in the REST api (block_sharing_cart_log).
    • Added a loading-spinner when you copy an item from the block to the course
    • Fixes bug on admin setting which may change the setting name.
  • 3.8, release 9 2020.05.14
    • Limited sharing cart icon on sections, only to be added once when inplaceeditable.
  • 3.8, release 8 2020.04.29
    • Re-added possibility to add sharing cart on site outside courses (Redirect=0).
    • Added check, if section copy dropdown should be rendered.
  • 3.8, release 7 2020.04.27
    • Fix bug where the active user is redirected out of a section while copying content into the course
  • 3.8, release 6 2020.03.31
    • Quick edit bugs
      • Fix bug where quick edit removes the backup icon for the edited section.
      • Fix bug where the old section name is used when a section is copied to the Sharing Cart after quick edit.
  • 3.8, release 5 2020.03.30
    • Make sure the ID of the section can be extracted when no action menu is found
    • Fixed a bug in section copy where some items in the section were skipped or copied twice. (issue #40)
  • 3.8, release 4 2020.04.03
    • Minor css update.
    • Added css fix, to prevent elements to overflow in firefox.
    • Removed pluginname near help button on speciallayouts.
    • Removed hardcoded color for commands icons.
  • 3.8, release 3 2020.03.26
    • Fix bug with HTML entities where sections can't be copied/deleted.
    • Only make backup of modules where deletion is not in progress.
  • 3.8, release 2 2020.03.17
    • Fixed a bug where copy sharing cart icons weren't loaded in Firefox. (issue #31)
  • 3.8, release 1 2020.03.15
    • No code change. Version number and version.php changed to prepare for Moodle plugins database release.
  • 3.6, release 11 2020.03.10
    • When moving activities, backup sharing icon would not be created in the new place.
  • 3.6, release 10 2020.03.05
    • Fixed bug caused by refactored code in record.php, updated to work.
  • 3.6, release 9 2020.03.05
    • Updated applicable_formats, to only show sharing cart in courses.
    • In bulkdelete.js updated javascript to jquery.
    • Cleaned and optimized code according to code review.
  • 3.6, release 8 2020.02.27
    • Hotfix, missing 'use' in rest.php.
  • 3.6, release 7 2020.02.27
    • Small bugfixes.
    • Few style improvements.
    • Tested on Moodle 3.6, 3.7 & 3.8 - tested in New (old) classic theme.
  • 3.6, release 6 2020.02.26
    • Copy section dropdown, now won't display empty sections.
    • Bulkdelete view updated.
      • Modal added.
      • Won't be seperated in groups of 10.
      • JS moved to amd module.
    • Namespace updated to follow moodle standards.
  • 3.6, release 5 2020.02.21
    • Updated loading icons.
    • Fixed code to use fewer functions, cleaned up some checks.
    • Added copy section dropdown to the block.
  • 3.6, release 4 2020.02.21
    • Updated UI to match moodle standards better.
      • Pix images changed to font-awesome icons.
      • Background color to hightlight folder structure in the tree.
      • Aligned command icons to hug the right side.
      • Label images has max height and width.
      • Dropzones when moving activities/folders, shown with icon and border.
      • Inputfields updated and has been styles so the icons can fit the same line.
      • When creating new folder, the cursor will autofocus the input field.
      • Added modals instead of alerts.
      • Updated bulkdelete page (Missing modal for confirm.).
  • 3.6, release 3 2020.02.12
    • Bugfix: When removing dir, that shared a name with another user. The sql would not check for userid.
  • 3.6, release 2 2020.02.11
  • 3.6, release 1 2019.01.20
    • No code changes, fixed text in Readme and version.php
    • Tested OK in Moodle 3.6
  • 3.5, release 1 2018.12.24
    • Fixed some theme issues
  • 3.3, release 3 2018.01.24
    • No longer compatible with Moodle 3.2 or earlier
  • 3.3, release 2
    • Fixed problem in PostgreSQL
    • Fixed warning messages from using deprecated functions
    • Added ability to copy section title
  • 3.3, release 1
    • Compatible with Moodle 3.3
  • 3.2, release 1
    • Compatible with Moodle 3.2
    • Ability to copy the whole section to Sharing Cart
  • 3.0, release 1
    • Compatible with Moodle 3.0
  • 2.9, release 1
    • Compatible with Moodle 2.9
  • 2.6, release 1 patch 7
    • Improve javascript
  • 2.6, release 1 patch 6
    • Support frontpage
  • 2.6, release 1 patch 5
    • Support Moodle 2.7
  • 2.6, release 1 patch 4
    • Fixed issue #16
  • 2.6, release 1 patch 3
  • 2.6, release 1 patch 2
    • Support experimental setting "Enable new backup format"
  • 2.6, release 1 patch 1
    • Fixed issue: PHP's numeric string does not work properly
    • Improved indentation of cart items
  • 2.6, release 1
    • Rename version number
  • 2.4, release 1 patch 9
    • Improved capability checking (issue #10)
  • 2.4, release 1 patch 8
    • Support Moodle 2.6
  • 2.4, release 1 patch 7
    • Removed block/sharing_cart:myaddinstance capability (issue #6)
    • Reduced unused strings and moved help content into lang file (issue #7)
  • 2.4, release 1 patch 6
    • Add block/sharing_cart:myaddinstance capability (issue #6)
    • Used wrong string from core in bulkdelete.php (issue #8)
  • 2.4, release 1 patch 5
    • Fixed Sharing cart causing file upload box to hang (issue #3 of old repository)
  • 2.4, release 1 patch 4
    • Improve icon usage and themability for Moodle 2.4 (pull request #2)
    • Add element's html code to clipboard div without indents (issue #5)
    • Notify user that JavaScript is needed for Sharing Cart functionality (issue #3)
  • 2.4, release 1 patch 3
    • IE8 JavaScript workaround (CONTRIB-4209)
    • HTML visible on settings screen (issue #1)
  • 2.4, release 1 patch 2
    • Limit applicable formats (issue #2 of old repository)
    • lib.php is no longer required
  • 2.4, release 1 patch 1
    • Set instance_can_be_docked to false
  • 2.4, release 1
    • Supports Moodle 2.4
  • 2.3, release 2
    • New feature: Workaround for question bank restore issue (error_question_match_sub_missing_in_db)
  • 2.3, release 1
    • Some minor fixes
  • 2.3, release candidate 1
    • New feature: Option to copy with user data (for Wiki, Forum, Database, etc.)
    • Improvement: Ajaxify

Purpose

The Sharing Cart is a block that enables sharing of Moodle content (resources, activities) between multiple courses on your site. You can share among teachers or among your own courses. It copies and moves single course items without user data -- similar to the "Import" function in Course Administration. Items can be collected and saved on the Sharing Cart indefinitely, serving as a library of frequently used course items available for duplication.

Requirements

New Versions: Moodle 3.3 or later Older Versions: Moodle 2.3.1 or later, with AJAX enabled PHP version 7.2 required, PHP version 7.4 recommended to cover future upgrades * Capabilities - moodle/restore:restoreactivity - moodle/restore:restorecourse

Supports

Supported course formats * format_topics * format_grid * format_pxgrid * format_pxflexsections (from v. 2019102102)

License

GPL v3

Version information

Version build number
2021092900
Version release name
3.10, release 8
Maturity
Stable version
MD5 Sum
b87366872940643d9a30c6410a949774
Supported software
Moodle 3.6, Moodle 3.7, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.