The stockapi-5.x-1.x-dev version of the StockAPI modules has been placed in the sites/all/modules directory on a new Drupal 5.1 installation. Drupal does not recognize the StockAPI module so it is not displayed on the /admin/build/modules screen.

Also, the module files extracted from stockapi-5.x-1.x-dev.tar.gz (stockapi.install, stockapi.module ) have dates of 7/1/2006 which seem to be too old for a Drupal 5.X version.

Comments

oadaeh’s picture

That's because it hasn't actually been upgraded to 5.x status yet. I branched the code and started the upgrade, but got side-tracked before it was completed. I believe I have it done now, but I want to do a little more review before merging the changes. I will try to upload it in the next day or two.

oadaeh’s picture

Assigned: Unassigned » oadaeh
oadaeh’s picture

Status: Active » Fixed

I just committed changes to update the 5.x branch to be compatible with Drupal 5. There's still an update that needs to be made from using $_POST to using $form_values, but I couldn't get that to work correctly. I'm leaving the tag as 5.x-1.x-dev for a couple of weeks until I convert the $_POST variables and for any potentially obviously wrong problems to be fixed. If there are any problems with the newly released code, please open new issues for them. Thanks.

oadaeh’s picture

Oops! Actually, stockapi should be good to go. It's the stock module that needs variable conversion.

Anonymous’s picture

Status: Fixed » Closed (fixed)