a) On some sites and for example early projects, a security concern may mean that one does not want to make the site known to the outside world, perhaps at least not until later/ready. It seems that Commons makes such calls out to other web servers "uncalled for", for example trying to reach http://timeago.yarp.com/jquery.timeago.js . (which incidentally has not been available and thus causing errors).

Can this be avoided? For example, is that the case if that .js file is in the local folder? Any other such modules that also calls out/home/etc. before configuring them to become active? Obviously social-media related features calls home, but do any of them start doing that on their own before the administrator has configured them (started to actually use them)? Would like to know which modules are revealing the presence of a site before the admin can prevent it.

b) Can Commons be configured to work without the current dependency on the Timeago module? Would that be simple or complex to do?

Comments

Leeteq’s picture

japerry’s picture

You should be seeing this callback only when hitting the reports (status) page, or when enabling/disabling the module. It uses a callback in its install file to check to see if the version of the library is upto date.

This isn't really any different than other drupal modules, calling back to d.o to get their update status.

Leeteq’s picture

On most sites we are fine with calling back to d.o., but not necessariliy elsewhere, at least we want to make a decision in each case.
Which other modules or features (or whatever) in Commons are "calling" anywhere other than to d.o.?

lsolesen’s picture

Version: » 7.x-3.x-dev
Issue summary: View changes
Status: Active » Fixed
Leeteq’s picture

Component: Code » Documentation
Status: Fixed » Active

I would like to have this confirmed, please.
Are there any other modules in Commons that calls to any other sites than d.o.?
If so, can it be avoided?

Should also document this.