AamAadmiParty / india-standalone-drupal

A drupal based website that currently powers http://aamaadmiparty.org/, the "main" site. It is different from other AAP websites in drupal for primarily large scale email sending capabilities, among many other small things. (This website is a contender for merging with 'regional-domainsite-drupal' reposiroty when the latter is ready)
GNU General Public License v2.0
0 stars 1 forks source link

Cleanup unused modules on the site and report about it #19

Open sumeetpareek opened 10 years ago

sumeetpareek commented 10 years ago

Cleanup unused modules on the site and report about it

sumeetpareek commented 10 years ago

Some work has already happened here as part of users cleanup - #21 Given how the modules are entangled a bit with each other and the features. Another 4-5 hours of work remains here.

sapekshm commented 10 years ago

Can you guys share names/count of modules cleaned up?

sumeetpareek commented 10 years ago

Below 14 modules were not requried at all on the prod site > have been disabled > uninstalled > but are yet to be removed from the code.

Advanced Poll
Backup and Migrate
complete profile
entity ref prepopulate
http client oauth
masqurade
newsletters
no current password
oauth2
panels ajax tabs
profile complete percentage
real name
SMTP auth
snippets

Below 7 modules not required > are disabled > uninstalled > but NOT removed from code (so that we can use them from time to time when needed, by just turning them on)

devel generate
syslog
xhprof
feeds tamper admin UI
feeds admin UI
site feed importer
feeds tamper

Below 7 modules were being used very early on, but are not relevant in our current strategy anymore.

contact
contact importer
contact importer form integration
invite and contact importer
openinviter retrival engine
invite statistics
invite

Though recommended to be turned off on the prod machine, we are keeping the Views UI module ON for now.