{strip} {* install_unavailable: shown near install links/buttons when installer is not accessible *} {if $install_pkg_accessible} {capture assign=install_unavailable}{/capture} {else} {capture assign=install_unavailable}
{tr}Installer not accessible — to install or upgrade packages, symlink the install directory into the web root, then reload this page.{/tr}
{biticon class="img-responsive" iname="large/dialog-warning" iexplain="Warning"} {tr}You seem to have at least one package that can be upgraded.{/tr} {if $install_pkg_accessible} {tr}We recommend you visit the installer now.{/tr} {else} {tr}Make the installer accessible to proceed with upgrades.{/tr} {/if}
{foreach from=$upgradable item=package key=name}{tr}Packages with checkmarks are currently enabled, packages without are disabled. To enable or disable a package, check or uncheck it, and click the 'Modify Activation' button.{/tr} {if $install_pkg_accessible} {tr}To uninstall or reinstall a package, visit the installer.{/tr} {else} {tr}You will need to enable the installer to manage packages.{/tr} {/if}
{$install_unavailable}
A service package is a package that allows you to extend the way you display bitweaver content - such as categorising your content. Activating more than one of any service type might lead to conflicts.
We therefore recommend that you enable only one of each service type.
{tr}Below you will find an illustration of how packages depend on each other.{/tr}
{tr}Below you will find a detailed table with package requirements. If not all package requirements are met, consider trying to meet all package requirements. If you don't meet them, you may continue at your own peril.{/tr}
| Requirement | Min Version | Max Version | Available | Result |
|---|---|---|---|---|
| {$dep.package|ucfirst} requirements | ||||
| {$dep.requires|ucfirst} | {$dep.required_version.min} | {$dep.required_version.max|default:''} | {$dep.required_version.available|default:''} | {if $dep.result == 'ok'} OK {elseif $dep.result == 'missing'} Package not installed or not activated {assign var=missing value=true} {elseif $dep.result == 'min_dep'} Minimum version not met {assign var=min_dep value=true} {elseif $dep.result == 'max_dep'} Maximum version exceeded {assign var=max_dep value=true} {/if} |