--- old +++ new @@ -1,1 +1,1 @@-What tools should be installed, what order, what ACLs. This probably can be accomplished best with a whole project that is "special" in the neighborhood. Then the project can contain default content that gets copied too.+What tools should be installed, what order, what ACLs. This probably can be accomplished best with a whole project that is "special" in the neighborhood. Then the project can contain default content that gets copied too. Rick suggest using the backup & restore functionality.
size: --> 8
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old +++ new @@ -1,1 +1,3 @@-What tools should be installed, what order, what ACLs. This probably can be accomplished best with a whole project that is "special" in the neighborhood. Then the project can contain default content that gets copied too. Rick suggest using the backup & restore functionality.+What tools should be installed, with their order, ACLs, and configs. Project metadata. Default wiki page content. No other artifacts are needed.++Also a UI (just a checkbox?) for nbhd admins to choose to use the template.
status: in-progress --> open
size: 8 --> 4
milestone: jul-08 --> backlog
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I did this as a textarea field on the neighborhood admin page where some json defining the project template can be pasted. I'm attaching a template which will work for what motorola requested in the email you sent. Changes are on allura js/2077.
template changes are needed in forge-classic also, so it works on a sandbox/prod where registration.method=sfx
They didn't mention, but I remember from migrations: the news (blog) needs to set the option for allowing discussions to false
They also didn't mention, but could you add "icon": "http://sourceforge.net/motorola/xoom/icon" and copy that into the project's icon?
It might be nice to change tool info to something like the following. As an array, you don't need to put the ordering separately, and it groups the options with each tool.
Diff:
Diff:
I did this as a textarea field on the neighborhood admin page where some json defining the project template can be pasted. I'm attaching a template which will work for what motorola requested in the email you sent. Changes are on allura js/2077.
It might be nice to change tool info to something like the following. As an array, you don't need to put the ordering separately, and it groups the options with each tool.
I added js/2077 on ForgeClassic for the sfx project reg form and made the other tweaks to the allura branch. I'm attaching an updated template.