Opened 14 years ago

Closed 14 years ago

Last modified 12 years ago

#11933 closed (fixed)

Missing cached_db value in SESSION_ENGINE setting docs

Reported by: Gabriel Hurley Owned by: Gabriel Hurley
Component: Documentation Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The docs don't list cached_db as a "valid value" in either ref/settings or topics/http/sessions.

The submitted patch corrects both instances and updates the .. versionadded:: 1.0 to .. versionchanged:: 1.1 for each.

Attachments (2)

docs_session_engine_cached_db.diff (1.2 KB ) - added by Gabriel Hurley 14 years ago.
11933_correction.diff (1.4 KB ) - added by Gabriel Hurley 14 years ago.
corrects cache_db to cached_db, patched against current trunk

Download all attachments as: .zip

Change History (12)

by Gabriel Hurley, 14 years ago

comment:1 by Gabriel Hurley, 14 years ago

Owner: changed from nobody to Gabriel Hurley
Status: newassigned

comment:2 by Russell Keith-Magee, 14 years ago

milestone: 1.2
Triage Stage: UnreviewedAccepted

comment:3 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [12569]) Fixed #11933 -- Added versionchanged marker for the cache_db session backend. Thanks to gabrielhurley for the report and patch.

comment:4 by Russell Keith-Magee, 14 years ago

(In [12571]) [1.1.X] Fixed #11933 -- Added versionchanged marker for the cache_db session backend. Thanks to gabrielhurley for the report and patch.

Backport of r12569 from trunk.

comment:5 by mb0@…, 14 years ago

Patch needs improvement: set
Resolution: fixed
Status: closedreopened

sorry guys, the patch is incorrect the backend is called cached_db and not cache_db.

by Gabriel Hurley, 14 years ago

Attachment: 11933_correction.diff added

corrects cache_db to cached_db, patched against current trunk

comment:6 by Gabriel Hurley, 14 years ago

Patch needs improvement: unset

fixed (again). corrections done against latest trunk [12949] so it applies cleanly. sorry 'bout that.

comment:7 by Russell Keith-Magee, 14 years ago

Triage Stage: AcceptedReady for checkin

comment:8 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: reopenedclosed

(In [13169]) Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks to mb0@… for the report and Gabriel Hurley for the patch.

comment:9 by Russell Keith-Magee, 14 years ago

(In [13175]) [1.1.X] Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks to mb0@… for the report and Gabriel Hurley for the patch.

Backport of r13169 from trunk.

comment:10 by Jacob, 12 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top