diff --git a/.scss-lint.yml b/.scss-lint.yml new file mode 100644 index 00000000..c4d63b75 --- /dev/null +++ b/.scss-lint.yml @@ -0,0 +1,9 @@ +linters: + SingleLinePerSelector: + enabled: true + exclude: + - '**.css' + EmptyLineBetweenBlocks: + enabled: true + exclude: + - '**.css' diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 00000000..400cd759 --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,11 @@ +Stanford MRC + +Version 8.0.2 2017-11-09 +-------------------------------------------------------------------------------- +- Set Display settings for news nodes & events nodes. +- New visitor content type in mrc_visitor module. +- Media browser with wysiwyg support and bulk upload page in new module mrc_media. + +Version 8.0.1 2017-11-09 +-------------------------------------------------------------------------------- +- Initial Release diff --git a/README.md b/README.md new file mode 100644 index 00000000..c0421fe1 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# [Stanford MRC](https://github.com/SU-HSDO/stanford_mrc) + +Changelog: [Changelog.txt](CHANGELOG.txt) + +Description +--- + +Math Research Center installation profile. Contains all the theme and necessary module for the MRC site. + + +Troubleshooting +--- + +If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page. + + +Contribution / Collaboration +--- + +You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests) diff --git a/stanford_mrc.info.yml b/stanford_mrc.info.yml index 221c1226..a3fd3500 100644 --- a/stanford_mrc.info.yml +++ b/stanford_mrc.info.yml @@ -1,7 +1,7 @@ name: Stanford MRC type: profile description: 'Installation profile for MRC.' -version: 8.0.1 +version: 8.0.2 core: 8.x distribution: