-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate bundles, optional install stanzas, and dependent stanzas #113
Labels
Core (ckan.dll)
Issues affecting the core part of CKAN
Enhancement
New features or functionality
Policy
Issues with our policy
Spec
Issues affecting the spec
Comments
pjf
added
Core (ckan.dll)
Issues affecting the core part of CKAN
design
Enhancement
New features or functionality
★★☆
Policy
Issues with our policy
Spec
Issues affecting the spec
and removed
design
labels
Oct 21, 2014
This was referenced Oct 26, 2014
Working on this now. :) |
pjf
added a commit
to pjf/CKAN
that referenced
this issue
Oct 31, 2014
Updates the spec, the schema, and the code. Includes tests. Closes KSP-CKAN#113 (deprecate things). Closes KSP-CKAN#129 (add filter keywords). This will require an update to CKAN-meta, which I've already got ready.
pjf
added a commit
to pjf/CKAN
that referenced
this issue
Oct 31, 2014
Updates the spec, the schema, and the code. Includes tests. Closes KSP-CKAN#113 (deprecate things). Closes KSP-CKAN#129 (add filter keywords). This will require an update to CKAN-meta, which I've already got ready.
This was referenced Nov 16, 2014
RichardLake
pushed a commit
to RichardLake/CKAN
that referenced
this issue
May 30, 2015
Updates the spec, the schema, and the code. Includes tests. Closes KSP-CKAN#113 (deprecate things). Closes KSP-CKAN#129 (add filter keywords). This will require an update to CKAN-meta, which I've already got ready.
RichardLake
added a commit
to RichardLake/CKAN
that referenced
this issue
May 30, 2015
Lower "not removing directory" messages to info level.
RichardLake
pushed a commit
to RichardLake/CKAN
that referenced
this issue
May 30, 2015
Show incompatible but installed mods in the GUI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Core (ckan.dll)
Issues affecting the core part of CKAN
Enhancement
New features or functionality
Policy
Issues with our policy
Spec
Issues affecting the spec
After writing this post and combined with #110 and #112, there doesn't seem to be a great need for bundled mods, or optional sections.
This even works for previously thorny things like RSS bundling CustomBiomes with its own maps. We simply have CustomBiomes depend upon CustomBiomesData, and that can be provided by either CustomBiomesKerbal (which uses the same file as CustomBiomes), or RealSolarSystem.
This may mean that we'll want to support embedded CKAN/NetCKAN files which describe multiple mods that come from the same file, so things don't end up going out of sync in the future.
The text was updated successfully, but these errors were encountered: