Closed (fixed)
Project:
Domain
Version:
6.x-2.0-rc8
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
10 Apr 2009 at 20:34 UTC
Updated:
5 Aug 2011 at 18:27 UTC
Remove the dependency on the following variables:
domain_root
domain_sitename
domain_scheme
This will allow us to clean up the admin interface. But beware of cascading fails.
Comments
Comment #1
michaelfavia commentedThis will let us ditch the domain portion of the "configure form and reuse the domain_form logic for validate/submit and fapi structure for display. This will also let us ditch the countless strtolower() and trim checks littered about and just do it i 1 place domain_form_validate() on the form_state value for the domain where it is passed by reference.
Comment #2
agentrickardThis is a nice-to-have but not critical improvement.
Comment #3
agentrickardFixed in 7.x.3