mirror of
https://github.com/flarum/core.git
synced 2025-08-18 06:11:23 +02:00
Compare commits
7 Commits
dk/fix-tim
...
dw/docs-ur
Author | SHA1 | Date | |
---|---|---|---|
|
4aa60b4ff8 | ||
|
db26ea3db9 | ||
|
373b08eebd | ||
|
7c4992c401 | ||
|
a7254773dd | ||
|
1217b11896 | ||
|
7a22527b72 |
@@ -100,7 +100,8 @@
|
||||
- `last_activity_at, last_seen_at` updated on all API requests (https://github.com/flarum/core/pull/3231).
|
||||
- `RememberMe` access token updated twice in API requests (https://github.com/flarum/core/pull/3233).
|
||||
- Error in `funding` item in `composer.json` bricks the frontend (https://github.com/flarum/core/pull/3239).
|
||||
- Fix escaped quotes in window title (https://github.com/flarum/core/pull/3264)
|
||||
- Escaped quotes in window title (https://github.com/flarum/core/pull/3264)
|
||||
- `schedule:list` command fails due to missing timezone configuration.
|
||||
|
||||
### Deprecated
|
||||
- Unused `evented` utility (https://github.com/flarum/core/pull/3125).
|
||||
|
2
js/dist/admin.js
generated
vendored
2
js/dist/admin.js
generated
vendored
File diff suppressed because one or more lines are too long
2
js/dist/admin.js.map
generated
vendored
2
js/dist/admin.js.map
generated
vendored
File diff suppressed because one or more lines are too long
2
js/dist/forum.js
generated
vendored
2
js/dist/forum.js
generated
vendored
File diff suppressed because one or more lines are too long
2
js/dist/forum.js.map
generated
vendored
2
js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
||||
"name": "@flarum/core",
|
||||
"prettier": "@flarum/prettier-config",
|
||||
"dependencies": {
|
||||
"@askvortsov/rich-icu-message-formatter": "^0.2.3",
|
||||
"@askvortsov/rich-icu-message-formatter": "^0.2.4",
|
||||
"@ultraq/icu-message-formatter": "^0.12.0",
|
||||
"bootstrap": "^3.4.1",
|
||||
"clsx": "^1.1.1",
|
||||
|
10
js/yarn.lock
10
js/yarn.lock
@@ -5,14 +5,14 @@ __metadata:
|
||||
version: 5
|
||||
cacheKey: 8
|
||||
|
||||
"@askvortsov/rich-icu-message-formatter@npm:^0.2.3":
|
||||
version: 0.2.3
|
||||
resolution: "@askvortsov/rich-icu-message-formatter@npm:0.2.3"
|
||||
"@askvortsov/rich-icu-message-formatter@npm:^0.2.4":
|
||||
version: 0.2.4
|
||||
resolution: "@askvortsov/rich-icu-message-formatter@npm:0.2.4"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.11.2
|
||||
"@ultraq/array-utils": ^2.1.0
|
||||
"@ultraq/icu-message-formatter": ^0.12.0
|
||||
checksum: b73665819c877f2c13ed4198d3b635225aebabe087ac55efa7f623e936cc62be600b3edd8fcd003a863addee00255a552b9205470e36607e1133e8e85175d662
|
||||
checksum: dc6ebec438f27d70564c6082506c7df7c31ff558948e58911370a23413fa7ea352e8c8931a100d920bb6696b5dde3e7723e7341e0dffdfba6c1105bdb4d170a5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -1388,7 +1388,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@flarum/core@workspace:."
|
||||
dependencies:
|
||||
"@askvortsov/rich-icu-message-formatter": ^0.2.3
|
||||
"@askvortsov/rich-icu-message-formatter": ^0.2.4
|
||||
"@flarum/prettier-config": ^1.0.0
|
||||
"@types/jquery": ^3.5.10
|
||||
"@types/mithril": ^2.0.8
|
||||
|
@@ -21,7 +21,7 @@ class Application
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '1.2.0';
|
||||
const VERSION = '1.3.0-dev';
|
||||
|
||||
/**
|
||||
* The IoC container for the Flarum application.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<h2>Install Flarum</h2>
|
||||
|
||||
<p>Set up your forum by filling out your details below. If you have any trouble, get help on the <a href="https://flarum.org/docs/install.html" target="_blank">Flarum website</a>.</p>
|
||||
<p>Set up your forum by filling out your details below. If you have any trouble, get help on the <a href="https://docs.flarum.org/install" target="_blank">Flarum website</a>.</p>
|
||||
|
||||
<form method="post">
|
||||
<div id="error" style="display:none"></div>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<h2>Hold Up!</h2>
|
||||
|
||||
<p>These problems must be resolved before you can continue the installation. If you're having trouble, get help on the <a href="https://flarum.org/docs/install.html" target="_blank">Flarum website</a>.</p>
|
||||
<p>These problems must be resolved before you can continue the installation. If you're having trouble, get help on the <a href="https://docs.flarum.org/install" target="_blank">Flarum website</a>.</p>
|
||||
|
||||
<div class="Problems">
|
||||
<?php foreach ($problems as $problem) { ?>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<h2>Update Flarum</h2>
|
||||
|
||||
<p>Enter your database password to update Flarum. Before you proceed, you should <strong>back up your database</strong>. If you have any trouble, get help on the <a href="http://flarum.org/docs/update.html" target="_blank">Flarum website</a>.</p>
|
||||
<p>Enter your database password to update Flarum. Before you proceed, you should <strong>back up your database</strong>. If you have any trouble, get help on the <a href="https://docs.flarum.org/update" target="_blank">Flarum website</a>.</p>
|
||||
|
||||
<form method="post">
|
||||
<div id="error" style="display:none"></div>
|
||||
|
Reference in New Issue
Block a user