Closed (fixed)
Project:
Archimedes Server
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2011 at 02:51 UTC
Updated:
19 May 2012 at 10:50 UTC
Jump to comment: Most recent file
I don't think any of these are insecure or unsupported, but Archimedes is reporting the lot as being bad.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | archimedes_server-1323050-everything_is_unsupported.patch | 7.39 KB | xurizaemon |
| Screen Shot 2011-10-27 at 3.49.34 PM.png | 45.65 KB | xurizaemon |
Comments
Comment #1
xurizaemonThose are not themes.
Comment #2
xurizaemonThe above is a red herring - looks like
archimedes_drupal_site_calculate_project_data()is not getting enough data (existing version and existing major are checked but not available). Need to review that function and fix up.Comment #3
xurizaemonThis patch passes in the installed version of each module to archimedes_drupal_site_calculate_project_data(), adds some code from update_process_project_info() to same, and corrects a couple of references.
As update status data is cached, you may need to flush cache or test on a fresh install to see it work.
Comment #4
josh waihi commentedCommitted, thank you very muchly!
Comment #5
xurizaemon