OpenInteract
view release on metacpan or search on metacpan
files.
- When installing SQL, call OI::Startup->create_temp_lib() directly;
other actions that use the full OI environment don't have to do this
because it's called in setup_static_environment(), which we can't do
when installing SQL due to bootstrapping issues.
* template/base_(main|simple):
- Moved the base template and the base 'simple' template (for
popups and such) from the 'base_theme' package to the server
root. That way they will not get overwritten every time you update
the package.
* template/error_(not_found|task_forbidden|task_no_default):
- Moved these error messages from the base_error package to the
global template directory so they're easier to customize for your
site.
* template/*:
conf/sample-server.ini view on Meta::CPAN
[display_info]
use_meta_redirect = 1
use_http_redirect = 0
show_redirect_message = 0
#
# Page directives come before the rest of the URL and
# control some fundamental aspect of display. For instance,
# 'NoTmpl' before a URL will not put the content in a
# template, and 'Popup' before a URL will put the content
# into the template used for popup windows (usually a really
# simple one that you set in your theme). For all directives
# except the 'No' ones the key should be found as the value
# in 'template_names' below which matches up to a key in the
# theme. (Slightly confusing.)
[page_directives]
Popup = simple_template
NoTemplate = 1
NoTmpl = 1
conf/sample-server.perl view on Meta::CPAN
show_redirect_message => 0,
},
########################################
# Page Directives
#
# Page directives come before the rest of the URL and
# control some fundamental aspect of display. For instance,
# 'NoTmpl' before a URL will not put the content in a
# template, and 'Popup' before a URL will put the content
# into the template used for popup windows (usually a really
# simple one that you set in your theme). For all directives
# except the 'No' ones the key should be found as the value
# in 'template_names' below which matches up to a key in the
# theme. (Slightly confusing.)
'page_directives' => {
'Popup' => 'simple_template',
'NoTemplate' => 1,
'NoTmpl' => 1,
},
doc/sample-server-ini.html view on Meta::CPAN
# Various simple miscellaneous display items can go here
[display_info]
show_redirect_message = 0
#
# Page directives come before the rest of the URL and
# control some fundamental aspect of display. For instance,
# 'NoTmpl' before a URL will not put the content in a
# template, and 'Popup' before a URL will put the content
# into the template used for popup windows (usually a really
# simple one that you set in your theme). For all directives
# except the 'No' ones the key should be found as the value
# in 'template_names' below which matches up to a key in the
# theme. (Slightly confusing.)
[page_directives]
Popup = simple_template
NoTemplate = 1
NoTmpl = 1
doc/sample-server-perl.html view on Meta::CPAN
show_redirect_message => 0,
},
########################################
# Page Directives
#
# Page directives come before the rest of the URL and
# control some fundamental aspect of display. For instance,
# 'NoTmpl' before a URL will not put the content in a
# template, and 'Popup' before a URL will put the content
# into the template used for popup windows (usually a really
# simple one that you set in your theme). For all directives
# except the 'No' ones the key should be found as the value
# in 'template_names' below which matches up to a key in the
# theme. (Slightly confusing.)
'page_directives' => {
'Popup' => 'simple_template',
'NoTemplate' => 1,
'NoTmpl' => 1,
},
( run in 2.099 seconds using v1.01-cache-2.11-cpan-364913b4093 )