fix: #5255 prevent shortcode conflict with reserved system routes - #5443
fix: #5255 prevent shortcode conflict with reserved system routes#5443StephDriver wants to merge 10 commits into
Conversation
|
Notes:
|
|
The first commit here sets the respository shortcode to be unique. I have included a safeguard to warn if non-unique values are found on migration. Ordinarily this would be a breaking change, however in this particular case I cannot see how duplicate values could have gone unnoticed. They would have caused problems accessing the different repos. So all this is doing is bringing the repository shortcode into line with teh journal shortcode which already has This makes the validation against reserved routes simpler. @ajrbyers are you happy with this approach? |
a6c2dac to
2df6784
Compare
|
pausing this work as 1.9 testing is more urgent. This is in a state that someone else could probably pick it up if need be. I think the solution is mostly there, but it needs full testing. work to do:
|
2df6784 to
f661fc9
Compare
closes #5255