Closed (fixed)
Project:
Course
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Apr 2012 at 05:03 UTC
Updated:
2 Jun 2014 at 20:20 UTC
Jump to comment: Most recent
Comments
Comment #1
djdevinSo far I thought of some things that might need changing
Comment #2
scottrigby2-3. yeah, i was thinking all uses of 'requirements' should be replaced (except the functionality that sets a course object as literally required before proceeding to another step).
5. there's a ticket just for that (because, i think there's more that needs to be done): #1517256: Course outline handler
6. personally i like 'settings' (only because 'config' feels more like global configurations).
Comment #3
scottrigbyQuickly noting I added a related @todo on course_determine_context(): 2e2bf1ea1f002239f42adde2fa7f66efd052473d
Comment #4
djdevinCommitted: http://drupalcode.org/project/course.git/commit/2999854827072bf0fdb5fdab...
snid = coid
sfid = cofid
requirement_type = module
requirement_component = object_type
Comment #5
djdevinComment #6
scottrigbyJust committed the rest: 01c3049
Strip out all unnecessary uses of 'requirement' (variables, form elements, comments, dom). Also remove old requirement-related function, and refactor usages (including actions) with Course object API methods instead.