mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-25 10:38:29 -04:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f62d16d274 | ||
|
|
f175712d4b | ||
|
|
5f942d78e6 | ||
|
|
538c8885ad | ||
|
|
c8158c3d62 | ||
|
|
1f4762060f | ||
|
|
81c3682781 | ||
|
|
2e6e1fdd55 | ||
|
|
1a09cd560b |
@@ -1,3 +1,8 @@
|
||||
Hubzilla 8.8.2 (2023-12-06)
|
||||
- Fix missing includes - issue #1820
|
||||
- Addon logger_stats: mproved performance reading big log files
|
||||
|
||||
|
||||
Hubzilla 8.8.1 (2023-11-27)
|
||||
- Fix error in cards addon
|
||||
- Fix error in articles addon
|
||||
|
||||
4
boot.php
4
boot.php
@@ -58,9 +58,11 @@ require_once('include/hubloc.php');
|
||||
require_once('include/attach.php');
|
||||
require_once('include/bbcode.php');
|
||||
require_once('include/items.php');
|
||||
require_once('include/conversation.php');
|
||||
require_once('include/acl_selectors.php');
|
||||
|
||||
define('PLATFORM_NAME', 'hubzilla');
|
||||
define('STD_VERSION', '8.8.1');
|
||||
define('STD_VERSION', '8.8.2');
|
||||
define('ZOT_REVISION', '6.0');
|
||||
|
||||
define('DB_UPDATE_VERSION', 1259);
|
||||
|
||||
@@ -1487,6 +1487,7 @@ dl.bb-dl > dd > li {
|
||||
|
||||
.onoffswitch-inner {
|
||||
display: block; width: 200%; margin-left: -100%;
|
||||
color: var(--bs-secondary-color);
|
||||
transition: margin 0.19s ease-in-out;
|
||||
}
|
||||
|
||||
@@ -1498,15 +1499,15 @@ dl.bb-dl > dd > li {
|
||||
.onoffswitch-inner:before {
|
||||
content: attr(data-on);
|
||||
padding-right: 21px;
|
||||
background-color: var(--bs-secondary-bg);
|
||||
text-align: right;
|
||||
background-color: var(--bs-tertiary-bg);
|
||||
}
|
||||
|
||||
.onoffswitch-inner:after {
|
||||
content: attr(data-off);
|
||||
padding-left: 21px;
|
||||
background-color: var(--bs-secondary-bg);
|
||||
text-align: left;
|
||||
background-color: var(--bs-tertiary-bg);
|
||||
}
|
||||
|
||||
.onoffswitch-switch {
|
||||
|
||||
Reference in New Issue
Block a user