Method for setting configuration values (auto resets cache too)
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
None
Attachments
1
Activity
Show:
Alex September 19, 2011 at 9:08 PM
Closing, since 5.1.3 release has been released.
Alex June 1, 2011 at 7:53 AM
Fix committed to [b]5.1.x branch/b. Commit Message:
Fixes #0001016: Method for setting configuration values (auto resets cache too)
Dmitry Andrejev May 23, 2011 at 1:05 PM
Tested good, please commit.
Alex May 23, 2011 at 7:25 AM
Moving to 5.1.3, since patch from related task needs it.
Fixed
Priority
Assignee
Reporter
Alex
AlexDeveloper
Alex
AlexChange Log Message
Add ability to set configuration variables from code
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
1016
External issue URL
Fix versions
Affects versions
Created March 13, 2011 at 11:10 AM
Updated December 29, 2024 at 9:13 PM
Resolved September 19, 2011 at 9:08 PM
I've recently came across situation, where I was in need to set a data to ConfigurationValues table. Since UPDATE sql statement won't suffice, since that data is also cached across the system.
So I've created a method to ease the process.