Skip to content
Snippets Groups Projects
Commit 77c5ac97 authored by nicol's avatar nicol
Browse files

Merge branch '0.15' into 'master'

v0.15 - Removes a bug (an extra comma in the minified BS), tidies up Bootstrap...

See merge request extensions/finsburypark!1
parents 6a865e27 6f9c629c
No related branches found
No related tags found
1 merge request!1v0.15 - Removes a bug (an extra comma in the minified BS), tidies up Bootstrap...
......@@ -15,7 +15,6 @@ The extension is licensed under [AGPL-3.0](LICENSE.txt).
This extension has not yet been published for installation via the web UI.
## Installation (CLI, Zip)
Sysadmins and developers may download the `.zip` file for this extension and
......@@ -23,7 +22,8 @@ install it with the command-line tool [cv](https://github.com/civicrm/cv).
```bash
cd <extension-dir>
cv dl finsburypark@https://github.com/vingle/finsburypark/archive/master.zip
wget https://lab.civicrm.org/extensions/finsburypark/-/archive/master/finsburypark-master.zip
unzip finsburypark-master.zip
```
## Installation (CLI, Git)
......@@ -32,7 +32,7 @@ Sysadmins and developers may clone the [Git](https://en.wikipedia.org/wiki/Git)
install it with the command-line tool [cv](https://github.com/civicrm/cv).
```bash
git clone https://github.com/vingle/finsburypark.git
git clone https://lab.civicrm.org/extensions/finsburypark.git
cv en finsburypark
```
......@@ -43,6 +43,8 @@ After installing the extension, select it via Nav menu > Administer > Customize
## Changelog / known issues
Version 0.15 - Resolved a problematic Bootstrap issue. Improved display on Civi Bootstrap screens (API4, FormBuilder, SearchKit, etc)
Version 0.14 - Backdrop test and tweak. Swapped fonts to system fonts to improve speed & reduce size.
Version 0.13 - Drupal 9 & Joomla 4, addresses cascade order (loads theme CSS after other Civi css) – thanks @aydun. Tested against 5.42
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -2660,6 +2660,7 @@ span.crm-status-icon {
line-height: 28px;
text-shadow: none;
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
min-height: 31px;
}
#crm-container .crm-button input[type="submit"] {
border: 0 solid transparent;
......@@ -2796,6 +2797,15 @@ i.fa-pencil {
#crm-recently-viewed li.crm-recently-viewed {
white-space: inherit;
}
#crm-container button.icon-button {
border-radius: 8px;
}
#crm-container button.icon-button i.crm-i {
margin: 0 -10px;
border: 0 solid transparent;
border-radius: 8px;
background: transparent;
}
/*
......@@ -5010,9 +5020,6 @@ body.path-civicrm .crm-container fieldset:not(.fieldgroup) > legend {
/* Joomla */
#crm-main-content-wrapper .row {
margin-left: 0;
}
body.task-civicrmcontactview #sidebar-left {
display: none; /* Why is there a sidebar? */
}
......@@ -5098,4 +5105,4 @@ html.admin-bar .crm-container :not(.crm-footer) .messages.status .crm-i {
html.admin-bar #crm-container :not(.crm-footer) .messages.status,
html.admin-bar .crm-container div.messages.status::before {
background-color: var(--light-green);
}
\ No newline at end of file
}
......@@ -13,8 +13,8 @@
<url desc="Support">https://visuali.st</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-26-09</releaseDate>
<version>0.14</version>
<releaseDate>2021-25-11</releaseDate>
<version>0.15</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.0</ver>
......@@ -26,4 +26,4 @@
<civix>
<namespace>CRM/Finsburypark</namespace>
</civix>
</extension>
\ No newline at end of file
</extension>
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