-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
Category: CleanupPR or issue introducing/requiring at least one clean-up operationPR or issue introducing/requiring at least one clean-up operationProposalPR or issue suggesting an improvement that can be accepted, rejected or alteredPR or issue suggesting an improvement that can be accepted, rejected or alteredState: Discussion requiredPR or issue that requires the resolution of a discussion with the relevant parties to proceedPR or issue that requires the resolution of a discussion with the relevant parties to proceed
Description
There's a note in Utility about removing user-generated PSCIDs.
Loris/php/libraries/Utility.class.inc
Lines 297 to 311 in 5aa861f
| /** | |
| * Transforms a config structure (such as in PSCID) into a | |
| * Perl-compatible regex expression for validation | |
| * | |
| * @param array $structure the structure root | |
| * @param string|null $siteAbbrev the site abbreviation, sometimes used as part | |
| * of the PSCID | |
| * | |
| * @return string the regex pattern | |
| * | |
| * @note This should probably be moved to the Candidate class, since it's | |
| * only used there to validate the PSCID | |
| * @note This should be removed when user-generated PSCID support is removed | |
| * @cleanup | |
| */ |
Is this something that projects are using? If not, can we delete it?
Metadata
Metadata
Assignees
Labels
Category: CleanupPR or issue introducing/requiring at least one clean-up operationPR or issue introducing/requiring at least one clean-up operationProposalPR or issue suggesting an improvement that can be accepted, rejected or alteredPR or issue suggesting an improvement that can be accepted, rejected or alteredState: Discussion requiredPR or issue that requires the resolution of a discussion with the relevant parties to proceedPR or issue that requires the resolution of a discussion with the relevant parties to proceed