dev-master
9999999-devChecker
GPL-2.0+
The Requires
Checker
Drupal Projects Status Board is a way to monitor modules & themes used in your project. All data retrieved from Drupal.org using available APIs., (*2)
, (*3)
Typical small/medium size Drupal project has ~30 to 50 contributed modules and it is hard to know them all to validate around times like security updates and keep up with the development / new versions of them. It is certainly harder when managing more than one site., (*4)
Simply clone this repository and update data/projects.csv
file with modules used on your site(s)., (*5)
The projects CSV file provides list of projects to monitor. This can be generated by below drush command on your Drupal installation, (*6)
(echo "Project,Version" && drush pmpi --format=csv --fields=label,version) > ../dpsb/data/projects.csv
Note:, (*7)
The echo command is to add header to CSV. Makes sure the label/name field is represented as Project. The CSV can have addition fields(like version number) just to display on the table but make sure you are not adding them with reserved header keys (Maintainers, Versions, Details) and add the fields as
<th>
inindex.html
., (*8)
, (*9)
Checkout gh-pages of this repository for sample output. Check generated metadata file for additional details available., (*10)
Integrated with TravisCI to refresh daily and every push to master., (*11)
Feel free to open an issue or pull request to improve, add new features and bug fixes., (*12)
This project is distributed under the terms of the GNU General Public License version 2, (*13)
Checker
GPL-2.0+