shell 8.x-1.0

Shell 8.x-1.0
========

There are no changes since beta1.

shell 8.x-1.0-beta1

New features

Shell 8.x-1.0-beta1
----------------------------------------

Changes since 8.x-1.0-alpha2:
----------------------------------------
Issue #2856911 by mondrake: Add a throbber while executing commands, and prevent reentrance during execution
Issue #2856636 by mondrake: Add 'clear' and 'reset' special commands

shell 8.x-1.0-alpha2

Second alpha for the Shell module for Drupal 8.

Since alpha1, added a composer.json file, and cleaned up code style.

Please submit any issue to the module's issue queue.

shell 8.x-1.0-alpha1

First alpha for the Shell module for Drupal 8.

Please submit any issue to the module's issue queue.

shell 7.x-1.0-beta5

Bug fixes

Submitted the wrong version before. This is the correct version for D7

shell 7.x-1.0-beta4

** Due to mistakes I made configuring git, do not use this version!

shell 7.x-1.0-beta3

Bug fixes

** Due to mistakes I made configuring git, do not use this version!

shell 7.x-1.0-beta2

** Due to mistakes I made configuring git, do not use this version!

shell 7.x-1.0-beta1

*** THIS WAS A BAD UPLOAD ***

Sorry-- still a little new to git, I'm afraid. This isn't the D7 version, but rather the D6 version. I will try again with "beta2"

shell 6.x-1.1

Since the code has been very stable for months, I am moving this out of "RC" and into a full release, of 1.1. If you have RC1, there is no reason to upgrade, as the code is functionally identical.

shell 6.x-1.0-rc1

Since there have been no new bugs or feature requests for several months, and because the code is now very stable, I am moving this module to "rc1" status. This release is identical in code to the beta2 release, so there is no reason to upgrade if you currently have the beta2 release installed.

shell 6.x-1.0-beta2

New features

Adding support for loading Shell into popup windows. These changes include modifications to the css, js files, and the addition of a new template file which can be overridden. In the previous version, we kept track of the user's cwd (current working directory) in the session, making it impossible to have multiple shell windows open. But now it is held in a GLOBALS variable and passed around in javascript.

shell 6.x-1.0-beta1

Modified the module to make sure it checks the form_token when sending a command, to prevent against a possible CSRF attack. Also, renamed the permissions so that it is more obvious to administrators that the permission is a somewhat dangerous one to give out.

shell 6.x-1.0-unstable1

Security team found a possible vulnerability, so until it is fixed I am marking this as unstable. It is because the JS is not sending a token.

Subscribe with RSS Subscribe to Releases for Shell