Closed
Bug 436167
Opened 17 years ago
Closed 16 years ago
separate config variables from code in bootstrap.php
Categories
(Webtools Graveyard :: Party Tool, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
2.3
People
(Reporter: abuchanan, Unassigned)
Details
take and configuration variables out of bootstrap.php, because code lives there. make configuration independent
Updated•17 years ago
|
Assignee: nobody → buchanae
Updated•17 years ago
|
Target Milestone: 2.2 → ---
| Reporter | ||
Comment 1•17 years ago
|
||
should be able to just move the define() statements from the top of bootstrap.php to core.php
except define('DEFAULT_LANG') as that is part of locale bootstrapping
that way if we change our bootstrap code (locale detection) we don't have to worry about changing production unique config e.g. GMAP_API_KEY
Ryan, does that sound good? any problems there?
Updated•17 years ago
|
Target Milestone: --- → 2.3
| Reporter | ||
Comment 2•16 years ago
|
||
un-assigning myself as I haven't worked on this project lately, and probably won't in the very near future
Assignee: buchanae → nobody
| Reporter | ||
Comment 3•16 years ago
|
||
Closing old bugs. This website doesn't exist anymore
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•