Standardise CA tmp path using __CA_APP_DIR__#142
Merged
collectiveaccess merged 4 commits intocollectiveaccess:dev/2.0from Mar 4, 2026
Merged
Standardise CA tmp path using __CA_APP_DIR__#142collectiveaccess merged 4 commits intocollectiveaccess:dev/2.0from
collectiveaccess merged 4 commits intocollectiveaccess:dev/2.0from
Conversation
570ea7b to
207aabc
Compare
207aabc to
28340d4
Compare
81294a5 to
118e850
Compare
Contributor
Author
|
updated to latest dev/2.0 |
Replaced multiple ways to reference the temporary files location which were used throughout the codebase with a single __CA_TEMP_DIR__ constant. Matches change proposed for Providence though may contain some Pawtucket specific extras.
118e850 to
6eaa091
Compare
Monica-Wood
approved these changes
Feb 24, 2026
Contributor
Monica-Wood
left a comment
There was a problem hiding this comment.
I have cleaned this up and tested with installing the testing profile. All working correctly.
If pull request #153 could also be merged at the same time, as there is one change in this pull request that relates to the purifier cache in the temp directory.
Thank you.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaced several variations of tmp access with one when referencing the temp dir.
Matches change proposed for Providence at collectiveaccess/providence#1655