1
0
mirror of https://github.com/flarum/core.git synced 2025-08-18 06:11:23 +02:00

Compare commits

...

6 Commits

Author SHA1 Message Date
David Wheatley
4aa60b4ff8 Update install.php 2022-01-25 09:22:29 +00:00
David Wheatley
db26ea3db9 Update update.php 2022-01-25 09:21:23 +00:00
David Wheatley
373b08eebd Update URL 2022-01-25 09:19:18 +00:00
flarum-bot
7c4992c401 Bundled output for commit a7254773dd
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2022-01-24 04:31:39 +00:00
Alexander Skvortsov
a7254773dd chore: bump rich text ICU Message formatter
This fixes https://discuss.flarum.org/d/29914-utf-encoding-error-in-title/6
2022-01-23 23:24:51 -05:00
Daniël Klabbers
1217b11896 Update Application.php
update constant for next version
2022-01-20 14:20:36 +01:00
10 changed files with 14 additions and 14 deletions

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

View File

@@ -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",

View File

@@ -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

View File

@@ -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.

View File

@@ -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>

View File

@@ -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) { ?>

View File

@@ -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>