mirror of
https://github.com/flarum/core.git
synced 2025-08-24 17:13:44 +02:00
Compare commits
6 Commits
v1.2.1
...
dw/docs-ur
Author | SHA1 | Date | |
---|---|---|---|
|
4aa60b4ff8 | ||
|
db26ea3db9 | ||
|
373b08eebd | ||
|
7c4992c401 | ||
|
a7254773dd | ||
|
1217b11896 |
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",
|
"name": "@flarum/core",
|
||||||
"prettier": "@flarum/prettier-config",
|
"prettier": "@flarum/prettier-config",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@askvortsov/rich-icu-message-formatter": "^0.2.3",
|
"@askvortsov/rich-icu-message-formatter": "^0.2.4",
|
||||||
"@ultraq/icu-message-formatter": "^0.12.0",
|
"@ultraq/icu-message-formatter": "^0.12.0",
|
||||||
"bootstrap": "^3.4.1",
|
"bootstrap": "^3.4.1",
|
||||||
"clsx": "^1.1.1",
|
"clsx": "^1.1.1",
|
||||||
|
10
js/yarn.lock
10
js/yarn.lock
@@ -5,14 +5,14 @@ __metadata:
|
|||||||
version: 5
|
version: 5
|
||||||
cacheKey: 8
|
cacheKey: 8
|
||||||
|
|
||||||
"@askvortsov/rich-icu-message-formatter@npm:^0.2.3":
|
"@askvortsov/rich-icu-message-formatter@npm:^0.2.4":
|
||||||
version: 0.2.3
|
version: 0.2.4
|
||||||
resolution: "@askvortsov/rich-icu-message-formatter@npm:0.2.3"
|
resolution: "@askvortsov/rich-icu-message-formatter@npm:0.2.4"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime": ^7.11.2
|
"@babel/runtime": ^7.11.2
|
||||||
"@ultraq/array-utils": ^2.1.0
|
"@ultraq/array-utils": ^2.1.0
|
||||||
"@ultraq/icu-message-formatter": ^0.12.0
|
"@ultraq/icu-message-formatter": ^0.12.0
|
||||||
checksum: b73665819c877f2c13ed4198d3b635225aebabe087ac55efa7f623e936cc62be600b3edd8fcd003a863addee00255a552b9205470e36607e1133e8e85175d662
|
checksum: dc6ebec438f27d70564c6082506c7df7c31ff558948e58911370a23413fa7ea352e8c8931a100d920bb6696b5dde3e7723e7341e0dffdfba6c1105bdb4d170a5
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1388,7 +1388,7 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@flarum/core@workspace:."
|
resolution: "@flarum/core@workspace:."
|
||||||
dependencies:
|
dependencies:
|
||||||
"@askvortsov/rich-icu-message-formatter": ^0.2.3
|
"@askvortsov/rich-icu-message-formatter": ^0.2.4
|
||||||
"@flarum/prettier-config": ^1.0.0
|
"@flarum/prettier-config": ^1.0.0
|
||||||
"@types/jquery": ^3.5.10
|
"@types/jquery": ^3.5.10
|
||||||
"@types/mithril": ^2.0.8
|
"@types/mithril": ^2.0.8
|
||||||
|
@@ -21,7 +21,7 @@ class Application
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = '1.2.0';
|
const VERSION = '1.3.0-dev';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The IoC container for the Flarum application.
|
* The IoC container for the Flarum application.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<h2>Install Flarum</h2>
|
<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">
|
<form method="post">
|
||||||
<div id="error" style="display:none"></div>
|
<div id="error" style="display:none"></div>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<h2>Hold Up!</h2>
|
<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">
|
<div class="Problems">
|
||||||
<?php foreach ($problems as $problem) { ?>
|
<?php foreach ($problems as $problem) { ?>
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<h2>Update Flarum</h2>
|
<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">
|
<form method="post">
|
||||||
<div id="error" style="display:none"></div>
|
<div id="error" style="display:none"></div>
|
||||||
|
Reference in New Issue
Block a user