commit
b8b7294e4d
@ -1,20 +0,0 @@ |
|||||||
db_adapter = ActiveRecord::Base.configurations[Rails.env]['adapter'] |
|
||||||
if db_adapter.start_with? 'mysql' |
|
||||||
warn <<~ERROR |
|
||||||
======= INCOMPATIBLE DATABASE DETECTED ======= |
|
||||||
Your database is set up for use with a MySQL or MySQL-compatible variant. |
|
||||||
This installation of OpenProject 10.0. no longer supports these variants. |
|
||||||
|
|
||||||
The following guides provide extensive documentation for migrating |
|
||||||
your installation to a PostgreSQL database: |
|
||||||
|
|
||||||
https://www.openproject.org/migration-guides/ |
|
||||||
|
|
||||||
This process is mostly automated so you can continue using your |
|
||||||
OpenProject installation within a few minutes! |
|
||||||
|
|
||||||
============================================== |
|
||||||
ERROR |
|
||||||
|
|
||||||
Kernel.exit 1 |
|
||||||
end |
|
@ -1,7 +1,14 @@ |
|||||||
.widget-box--header.-editable |
.widget-box--header |
||||||
.icon-context |
margin-top: 5px |
||||||
padding-top: 5px |
|
||||||
|
|
||||||
|
&.-editable |
||||||
|
margin-top: 0 |
||||||
|
|
||||||
|
.widget-box--header-icon |
||||||
|
padding-top: 5px |
||||||
|
|
||||||
|
.widget-box--header-icon |
||||||
|
align-self: center |
||||||
|
|
||||||
.widget-box--header-title |
.widget-box--header-title |
||||||
padding-right: 5px |
padding-right: 5px |
||||||
|
@ -0,0 +1,31 @@ |
|||||||
|
<% html_title(t(:label_administration), t('openid_connect.providers.plural')) -%> |
||||||
|
|
||||||
|
|
||||||
|
<%= breadcrumb_toolbar(t('openid_connect.providers.plural')) %> |
||||||
|
<div class="notification-box upsale-notification"> |
||||||
|
<div class="notification-box--content"> |
||||||
|
<h3><%= t('admin.enterprise.upgrade_to_ee') %></h3> |
||||||
|
<%= image_tag "enterprise_edition.png", class: "widget-box--teaser-image" %> |
||||||
|
|
||||||
|
<p><%= t('homescreen.blocks.upsale.description') %></p> |
||||||
|
|
||||||
|
<ul class=""> |
||||||
|
<li> |
||||||
|
<%= t('homescreen.blocks.upsale.additional_features') %> |
||||||
|
</li> |
||||||
|
<li> |
||||||
|
<%= t('homescreen.blocks.upsale.professional_support') %> |
||||||
|
</li> |
||||||
|
</ul> |
||||||
|
<p> |
||||||
|
<b><%= t('homescreen.blocks.upsale.become_hero') %></b> <%= t('homescreen.blocks.upsale.you_contribute') %> |
||||||
|
</p> |
||||||
|
<%= link_to( "#{OpenProject::Static::Links.links[:upsale][:href]}/?utm_source=unknown&utm_medium=community-edition&utm_campaign=enterprise-openid-connect", |
||||||
|
{ class: 'button -alt-highlight', |
||||||
|
aria: {label: t('admin.enterprise.order')}, |
||||||
|
title: t('admin.enterprise.order')}) do %> |
||||||
|
<%= op_icon('button--icon icon-add') %> |
||||||
|
<span class="button--text"><%= t('admin.enterprise.order') %></span> |
||||||
|
<% end %> |
||||||
|
</div> |
||||||
|
</div> |
Loading…
Reference in new issue