stockapi-5.x-1.x-dev not recognized under Drupal 5.1
TallDavid - February 1, 2007 - 22:07
| Project: | Stock API |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | oadaeh |
| Status: | closed |
Jump to:
Description
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.

#1
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.
#2
#3
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.
#4
Oops! Actually, stockapi should be good to go. It's the stock module that needs variable conversion.
#5