By dewey on
Is it possible to use Drupal to edit and keep track of changes to Drupal code (themes, blocks, configuration files), or does one need to use a separate CMS?
If a separate CMS is used, are there any recommendations? I have FTP access, but not shell access to my web server?
--
Dewey
Comments
Drupl.org is the proof
Drupal.org is the proof, tracking changes, bugs, issues, mailing list in connection with Drupal
+ CVS
Well we do use CVS as a repository of course (for keeping the actual code), but we use Kjartan's excellent project.module to manage the rest.
There isn't an integrated Doxygen module yet
One problem I would point out is the lack of doxygen integration (as far as I can notice) into Drupal, although there's a lot of generated API docs out there. It would be nice if there was a way to automatically put the API into the Drupal Documentation book.
-- Irwin