I have need of this module, but I don't know how I'm supposed to download it from the project page? Is there another location where the module is hosted?

Comments

hazah’s picture

Its currently in the repository. You can download a snapshot. Im waiting for the module to be approved by the overlords so that i can provide a standard install path.

mitylite’s picture

Ah, I've never dealt with that particular aspect of drupal.org before. Are things in the repository accessible to non-maintaners? Is it that git link(which doesn't seem to work in the browser) a link to the module in the repository?

hazah’s picture

Its a bit convoluted but yes, its accessible. You need to manually download the snapshot and untar it manually into the modules folder.

azuledu’s picture

The project is actually in the 7.x-1.x branch of git instead of master branch.

To download:
git clone -b 7.x-1.x http://git.drupal.org/sandbox/hazah/1488826.git prepopulate_create_node_links

It's necessary update the documentation or merge the 7.x-1.x branch with master branch.

kaizerking’s picture

...or you can download the the snapshot which can be downloaded , it zip file will have some number extract and open the folder, you will have anothe folder with in that with the same number rename the folder to indicate module name and ther is another file pax file, ignore it, copy the re named module file and use it as you would use any other module

hazah’s picture

Status: Active » Closed (works as designed)