I'm trying to use the manual scan button to download new projects from drupal.org. But whatever how many projects I set to download (I've tried 100 just for good measure) I end up downloading just Drupal and the OG- and E-Commerce modules. I've initiated the manual scan I don't know how many times, and that's just what it returns.

I'm probably missing something vital in my installation, so will maybe someone put me out of my misery and point me in the general direction? :)

Running Drupal 5.7 in addition to the 5.x-1.0-alpha2 version of the l10n_server. I've also installed the organic groups module, to see if that gave off any clues, but nothing so far.

Comments

mflage’s picture

Hm, I just did some code dipping myself and found the following, somewhat obvious, reason why only those three packages were the ones being downloaded, they are the only three that's hardcoded into the code for testing:

$projects = array(
'drupal' => (object) array(
'uri' => 'drupal',
'title' => 'Drupal',
'link' => 'http://drupal.org/project/drupal',
),

and so on. I checked the latest dev-version of Drupal and the same three projects were hardcoded there as well. Are there planned work to get this implemented some other way? Like enabling the user to select which modules to include and/or just download and include everyone? The UI hints to this, by having that limit selection that goes all the way up to 100, so.

gábor hojtsy’s picture

Yeah, the drupal.org package connector has no data source on drupal.org to tie into yet (ARCHITECTURE.txt has more info). Also, I'd suggest you use the local package connector, since it provides you much more flexibility on what you download, and there is no need for complex settings. It parses whatever you throw at it.

mflage’s picture

Ok, but maybe this should be something to look into? Is anyone investigating further on this atm. or can I maybe take a closer look at it?

Should maybe alter both the category and the status of this issue now, I guess.

gábor hojtsy’s picture

Well, we need the drupal.org data source first. This is all dependent on solving http://drupal.org/node/157514 so please help out there first :) Thanks for contributing!

gábor hojtsy’s picture

Version: 5.x-1.0-alpha2 » 6.x-1.x-dev
Status: Active » Closed (won't fix)

The drupal.org connector is now discontinued. Use l10n_localpacks.