Some non-existing configuration variables are used
Components
Labels
Description
Context Information
None
Additional information (do not use)
None
Attachments
2
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:39 AM
Fix committed to [b]5.1.x branch/b. Commit Message:
Fixes #0001065: Some non-existing configuration variables are used
Dmitry Andrejev May 31, 2011 at 3:43 AM
Reviewed and tested okay.
Alex May 28, 2011 at 7:45 PM
Moving to 5.1.3, since parent task is already there.
Fixed
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexChange Log Message
Removing usage of missing configuration variables
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
1065
External issue URL
Fix versions
Affects versions
Created May 28, 2011 at 7:44 PM
Updated December 29, 2024 at 11:09 PM
Resolved September 19, 2011 at 9:08 PM
I've found a set of missing, but used, configuration variables after patch from #001021 has been applied.
Here they are:
Perpage_SessionLogs (Core)
Comm_Perpage_Tests (Core)
Comm_Perpage_Tests_Short (Core)
Comm_Perpage_Widgets (Dev. Kit)
Comm_Perpage_Widgets_Short (Dev. Kit)
Comm_Perpage_DetailTemplates (In-Auction)
Comm_Perpage_DetailTemplates_Short (In-Auction)
Comm_Perpage_Schedules (In-Auction)
Comm_Perpage_Schedules_Short (In-Auction)
After a bit of research I deleted all the code, that used them, since it has a huge copy/paste error.