Skip to content
Snippets Groups Projects
Commit 4120cd22 authored by srosse's avatar srosse
Browse files

Merge remote-tracking branch 'origin/OpenOLAT_14.1'

parents af907a33 efa743b2
No related branches found
No related tags found
No related merge requests found
Showing
with 49 additions and 13 deletions
......@@ -109,6 +109,16 @@ test database that you configured in `src/test/profile/mysql/olat.local.properti
MySQL or `src/test/profile/postgresql/olat.local.properties` for PostgreSQL.
*For Oracle*:
Oracle support is experimental. The database schema is available and
updated for historic reason, however running OpenOlat with Oracle is
largely untested. Do not use it for production before you tested the
entire application. We are interested in adding Oracle to our list of
fully supported and recommended database, contact us if you want to
sponsor this compatibility.
#### 3. Setting up the Tomcat server in Eclipse
Setup a tomcat server by clicking on OpenOlat -> Run As -> "Run on Server". The
......
EXPERIMENTAL
============
Oracle support is experimental. The database schema is available and
updated for historic reason, however running OpenOlat with Oracle is
largely untested. Do not use it for production before you tested the
entire application. We are interested in adding Oracle to our list of
fully supported and recommended database, contact us if you want to
sponsor this compatibility.
Oracle Database Support
=======================
......
This diff is collapsed.
This diff is collapsed.
......@@ -44,6 +44,10 @@ a {
h1 {
color: $o-content-h1-color;
}
body > h1:first-child {
margin-top: 0;
}
h2 {
color: $o-content-h2-color;
}
......
......@@ -68,14 +68,14 @@ a.o_chelp {
.o_singlepage {
.o_edit {
position: absolute;
top: $padding-large-vertical;
top: 0;
right: $padding-base-horizontal + $padding-xs-horizontal + $line-height-computed;
}
}
/* the clone controller is used to pop content out of the window into another window. */
.o_content_popup {
position: absolute;
top: $padding-large-vertical;
top: 0;
right: $padding-base-horizontal;
}
......@@ -83,7 +83,7 @@ a.o_chelp {
.o_module_cp_wrapper {
.o_tools {
position: absolute;
top: $padding-large-vertical;
top: 0;
right: $padding-base-horizontal;
text-align: right;
vertical-align: middle;
......
.o_wikimod_nav .o_noti {
margin:0;
.o_wikimod_nav {
/* room for popup icon */
margin-right: 20px;
.o_noti {
margin:0;
}
.o_portfolio_collector {
/* fix awkward positioning */
position: relative;
top: -5px;
}
}
.o_wikimod_editform_wrapper {
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment