Closed (won't fix)
Project:
Localization server
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2008 at 06:46 UTC
Updated:
18 Jan 2010 at 12:09 UTC
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
Comment #1
mflage commentedHm, 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.
Comment #2
gábor hojtsyYeah, 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.
Comment #3
mflage commentedOk, 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.
Comment #4
gábor hojtsyWell, 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!
Comment #5
gábor hojtsyThe drupal.org connector is now discontinued. Use l10n_localpacks.