WARNING LocalSite.cfg could not be found (This is normal for a new installation)
This Foswiki is running using a bootstrap configuration worked
out by detecting the layout of the installation.
To complete the bootstrap process you should either:
- Restore the missing LocalSite.cfg from a backup, or
- Complete the new Foswiki installation:
You have been logged in as a temporary administrator.
Any requests made to this Foswiki will be treated as requests made by an administrator with full rights
Your temporary administrator rights will "stick" until you've logged out from this session.
A Proxy server was detected. {ForceDefaultUrlHost} has been enabled.
If this page is rendered without any styles and you are using SSL (https), your proxy server may be misconfigured.
It must generate the
X-Forwarded-Proto header
. Try adding ?SSL=1 to the Foswiki URL to bypass this issue.
Homepage:
https://github.com/jquery/jquery-migrate/
Author(s): jQuery Foundation, Inc. and other contributors
Version: 3.4.0
This plugin can be used to detect and restore APIs, features or functionality that have been deprecated in jQuery and removed as of version 1.9. They include:
- jQuery.browser docs
- jQuery.fn.andSelf() docs
- jQuery.sub() docs
- jQuery.fn.toggle() docs (event click signature only)
- "hover" pseudo-event name docs
- jQuery.fn.error() docs
- ajaxStart, ajaxSend, ajaxSuccess, ajaxError, ajaxComplete, ajaxStop global events on non-document targets docs
- Use of attrChange, attrName, relatedNode, srcElement on the Event object (use Event.originalEvent.attrChange etc. instead)
- jQuery.fn.attr() using the pass argument (undocumented)
- jQuery.attrFn object (undocumented)
- jQuery.fn.data() data events (undocumented)
- jQuery.fn.data("events") to retrieve event-related data (undocumented)
See the warnings page for more information regarding messages the plugin generates.
Use
%JQREQUIRE{"migrate"}%
to load the plugin into the page.
The plugin can be included with versions of jQuery as old as 1.6.4 as a
migration tool to identify potential upgrade issues. However, the plugin is
only required for version 1.9 or higher to restore deprecated and removed
functionality.
See the
Upgrade guide for more information.