Note that the hidden element is now 'clickable' and can be misaligned in some instances. If this becomes a problem, explore ways to reduce its footprint
There was never any good reason to include this, since plugins are installed by
- composer: where dependencies become merged
- gateway: where dependencies are already included
- developers (A): include a custom repo in composer
- developers (B): run composer update in the plugin directory
It makes the system unpredictable and needlessly complex. Also there are reports of it slowing down composer
This has potential for recursion in composer lookups and should be directed by the main composer file or rain library
Also removed Luke from authors, he added himself and this was never authorized by us
* added perPageOptions to allowed config attributes
* Update Lists.php
Updated List Widget to be able to change perPageOptions according to lists config
During the regular october install using october:install, the user-defined password is overwritten with the random generated string password. Instead, now it uses random password only if the user-defined password defaults to *admin* and if a user did set a custom password, that is used instead.
Fixes a long standing issue where when safe mode is enabled and the line endings present in the templates differed from the line endings used by the user's browser it would cause safe mode to prevent saving any changes (even when those changes did not include real changes to the code property) because the user's browser would "helpfully" change the original line endings to the line endings of the browser before sending it back to the server.
The Rain library is separately tested with a TestCase base class which does not instantiate an application. This removes the conflict caused from the TestCase class which is within October CMS itself, which instantiates an applications and handles things differently.