TWiki
>
TWiki Web
>
TWikiConfigureLoadDotPm
(2007-01-16,
TWikiContributor
)
(raw view)
E
dit
A
ttach
---+ Package =TWiki::Configure::Load= ---++ Purpose This module consists of just a single subroutine =readConfig=. It allows to safely modify configuration variables _for one single run_ without affecting normal TWiki operation. %TOC% ---++ StaticMethod *readConfig* <tt>()</tt> In normal TWiki operations as a web server this routine is called by the =BEGIN= block of =TWiki.pm=. However, when benchmarking/debugging it can be replaced by custom code which sets the configuration hash. To prevent us from overriding the custom code again, we use an "unconfigurable" key =$cfg{ConfigurationFinished}= as an indicator. Note that this method is called by TWiki and configure, and *only* reads TWiki.spec= to get defaults. Other spec files (those for extensions) are *not* read. The assumption is that =configure= will be run when an extension is installed, and that will add the config values to LocalSite.cfg, so no defaults are needed. TWiki.spec is still read because so much of the core code doesn't provide defaults, and it would be silly to have them in two places anyway. ---++ StaticMethod *expandValue* <tt>($string) -> $boolean</tt> Expands references to TWiki configuration items which occur in the value of other configuration items. Use expand($hashref) if the item is not a plain scalar. Happens to return true if something has been expanded, though I don't know whether you would want that. The replacement is done in-place, ---++ StaticMethod *readDefaults* <tt>() -> \@errors</tt> This is only called by =configure= to initialise the TWiki config hash with default values from the .spec files. Normally all configuration values come from LocalSite.cfg. However when =configure= runs it has to get default values for config vars that have not yet been saved to =LocalSite.cfg=. Returns a reference to a list of the errors it saw. SEE ALSO: TWiki::Configure::TWikiCfg::load
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r1 - 2007-01-16
-
TWikiContributor
TWiki
Log In
TWiki Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
User Reference
ATasteOfTWiki
TextFormattingRules
TWikiVariables
FormattedSearch
QuerySearch
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Admin Maintenance
Reference Manual
AdminToolsCategory
InterWikis
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Webs
IVOA
PDL1RFC
PhotDM1
Spectral2
SpectralDM2
Know
Main
Sandbox
TWiki
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback
Note:
Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.TWikiConfigureLoadDotPm
.