I've got a few drupal sites I'm maintaining now and it's hard to keep track of which is using what version. How hard would it be to disclose on the admin page the drupal version number that we are using? While we're at it how hard would it be to disclose the module versions on the modules page?
Comments
Comment #1
shane birley commentedYes, this would be a good "reminder" feature of the admin module.
Comment #2
Uwe Hermann commentedStill valid today.
Comment #3
judah commentedA really easy solution. Create a file called "version.php" with the version number in it. Manually update it with the version number. Distribute this file in the includes directory.
If you want to get a little more complex, have a cron job run a script on drupal that updates the revision number (if applicable). I'm not sure if drupal head is separate repository from modules.
Comment #4
rstamm commentedmay be the System Info module is something for you.
It displays informations of your drupal installation and system environment like drupal version but also revision numbers of enabled module.
Its not finished yet but you can still see the goal.
Comment #5
forngren commentedhttp://drupal.org/node/2986