I don't think any of these are insecure or unsupported, but Archimedes is reporting the lot as being bad.

Comments

xurizaemon’s picture


mysql> SELECT n.title, a.type, a.cvid FROM node_revisions n INNER JOIN archimedes_drupal_modules a ON n.vid = a.cvid WHERE a.vid = 131 ORDER BY n.title ASC;
+----------------------------------+--------------------+------+
| title                            | type               | cvid |
+----------------------------------+--------------------+------+
| Admin                            | field_drupal_theme |  112 |
| Admin Tools                      | field_drupal_theme |   67 |
| Advanced help                    | field_drupal_theme |   68 |
| Archimedes Client                | field_drupal_theme |  125 |
| Archimedes Diagrams              | field_drupal_theme |  108 |
| Archimedes Drupal Site           | field_drupal_theme |  109 |
| Archimedes Git                   | field_drupal_theme |  110 |
| Archimedes Server                | field_drupal_theme |  107 |

Those are not themes.

xurizaemon’s picture

The 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.

xurizaemon’s picture

Project: Archimedes Server Profile ☒ » Archimedes Server
Status: Active » Needs review
StatusFileSize
new7.39 KB

This 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.

josh waihi’s picture

Committed, thank you very muchly!

xurizaemon’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.