Closed (fixed)
Project:
Update Status Advanced Settings
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
10 Jan 2008 at 00:42 UTC
Updated:
28 Nov 2023 at 22:14 UTC
Jump to comment: Most recent
Comments
Comment #1
dwwa) no.
b) yes. you can set "project status url" in your .info file if you really want.
c) yes, unfortunately. that's why that module exists, since that functionality was deemed "too complicated" for inclusion in core.
however, i really wouldn't worry about it. every update scan == 1/day usually (or 1/week if so configured), and "hammer" == a single http fetch, which d.o handles bazillions of every day.
Comment #2
pasqualleEnabled the update_advanced module, but my custom theme is not listed on page admin/reports/updates/settings.
Is it a bug or is it intentional functionality?
Notes:
1. The custom theme is listed on page admin/reports/updates with status "No available releases found"
2. I did not set the "project status url" in .info file
Comment #3
hanv3 commentedI am using a module not known to drupal.org. I get on the available update page (drupal version 6.2) the text "No available releases found" .
Someone advised me to use this special module to exclude my module from the dayly or weekly scan. The problem is that on the drupal module list you see all modules and on the list on the available updates page you can select only the known (to drupal.org) modules.
Is it possible to get here also the unknown (to drupal.org) modules?
Comment #4
bxlredlabel commentedYet no way to ignore some project during the daily scan? A modification in the .info file maybe?
This would be a good ability when you develop a custom theme since drupal don't appear up to date even if all the modules are up to date (except the base theme obviously).
Comment #5
pasqualleI found that the answer for the question (a) is YES
just remove the "project" line from the info file and it will not show up on the "Available updates" page
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
mugginsoft.net commentedComment 5 above is effective.
I found it necessary to disable and then re-enable the module before it was de-listed from the update scan.
Comment #8
ressaThanks @Pasqualle (in #5): I can confirm that commenting out (put a semicolon at the beginning of) the line that says
; project = "YOUR_THEME_NAME"in the info file works for themes, without having to install the 'Update status advanced settings' module.Comment #9
ressaI added it to the documentation: https://www.drupal.org/docs/develop/theming-drupal/creating-sub-themes#s....