1
0
mirror of https://github.com/flarum/core.git synced 2025-08-22 08:04:37 +02:00
Commit Graph

8745 Commits

Author SHA1 Message Date
Toby Zerner
4bae199bdb Release 0.1.0-beta.3 2015-11-03 10:03:33 +10:30
Toby Zerner
e042fa2ada Release 0.1.0-beta.3 2015-11-03 10:03:24 +10:30
Toby Zerner
879ce7e4dd Release 0.1.0-beta.3 2015-11-03 10:03:14 +10:30
Toby Zerner
39b8f0ad7a Release 0.1.0-beta.3 2015-11-03 10:03:08 +10:30
Toby Zerner
5515ad91a5 Release 0.1.0-beta.3 2015-11-03 10:02:52 +10:30
Toby Zerner
cad85335a6 Release 0.1.0-beta.3 2015-11-03 10:02:47 +10:30
Toby Zerner
ed8681e901 Release 0.1.0-beta.3 2015-11-03 10:02:16 +10:30
Toby Zerner
43c556f4a8 Release 0.1.0-beta.3 2015-11-03 10:01:52 +10:30
Toby Zerner
ec7db5e8b4 Improve performance of translation reference parsing 2015-11-02 23:22:00 +10:30
Toby Zerner
8d50251ec5 Make sure we don't accidentally load all of a discussion's posts 2015-11-02 22:17:21 +10:30
Toby Zerner
478bfe4b40 Translations are now automatically included 2015-11-02 18:53:14 +10:30
Toby Zerner
ecf3e12947 Translations are now automatically included 2015-11-02 18:53:06 +10:30
Toby Zerner
57ac5190d5 Translations are now automatically included 2015-11-02 18:52:59 +10:30
Toby Zerner
395b45156b Translations are now automatically included 2015-11-02 18:52:52 +10:30
Toby Zerner
f95cc87522 Translations are now automatically included 2015-11-02 18:52:47 +10:30
Toby Zerner
5ffac115ad Translations are now automatically included 2015-11-02 18:52:41 +10:30
Toby Zerner
b7b8f4f90e Translations are now automatically included 2015-11-02 18:52:33 +10:30
Toby Zerner
8f9f904deb Translations are now automatically included 2015-11-02 18:52:23 +10:30
Toby Zerner
5be607a6a7 Translations are now automatically included 2015-11-02 18:52:17 +10:30
Toby Zerner
cb6be3fcc5 Translations are now automatically included 2015-11-02 18:51:44 +10:30
Toby Zerner
5c1b7aa288 Translations are now automatically included 2015-11-02 18:51:37 +10:30
Toby Zerner
1c8b43c0b9 Automatically include the appropriate translations from extensions 2015-11-02 18:51:12 +10:30
Toby Zerner
be18298687 Fall back to en after the forum's default locale
Since we'll be encouraging (requiring?) people to include an "en" translation in extensions they want to put on the Marketplace, we should have a further fallback to "en" if it can't find translations in the forum's default language. That way if people only use extensions from the Marketplace, they'll hardly ever see any key names.

Thanks to @dcsjapan for the suggestion.
2015-11-02 17:55:31 +10:30
Toby Zerner
832b31ebd9 Fix error when renaming discussion
Discussion/user info is needed when serialising posts (checking permissions, etc.) so we can't just use the ID.
2015-11-02 17:53:26 +10:30
Franz Liedke
aae333e008 Travis: Test on PHP 7 and HHVM, too 2015-11-02 08:11:22 +01:00
Toby Zerner
eed3755aa9 Display "Loading..." text while JS is loading 2015-11-02 16:47:36 +10:30
Toby Zerner
25e8c53af3 Temporary fix for email URLs 2015-11-01 17:13:48 +10:30
Toby Zerner
896e8efee9 Temporary fix for email URLs 2015-11-01 17:13:37 +10:30
Toby Zerner
d650c6c1f2 Update readme/contributing 2015-11-01 16:00:25 +10:30
Toby Zerner
1b53ee8562 Update ItemList API 2015-11-01 09:39:10 +10:30
Toby Zerner
d2c96287d4 Update ItemList API 2015-11-01 09:38:54 +10:30
Toby Zerner
ef7674dde9 Fix permissions being incorrectly granted 2015-11-01 09:38:25 +10:30
Franz Liedke
24d6a1c6b2 Update to newest version of Whoops middleware 2015-10-31 12:56:38 +01:00
Toby Zerner
34502bc286 Use relative path for core migrations 2015-10-31 18:22:03 +10:30
Toby Zerner
d5538f4931 Only attempt to get default locale if db is up to date 2015-10-31 18:21:39 +10:30
Toby Zerner
b869fb7068 Fix check for whether there is a translation for a group name 2015-10-31 18:20:55 +10:30
Toby Zerner
42d87d2b48 Add lib translations 2015-10-31 18:20:11 +10:30
Toby Zerner
2c94819144 Reduce length of slug field to prevent error when creating unique index 2015-10-31 18:19:45 +10:30
Toby Zerner
5431b84eef Fix typo in new post notification translation key 2015-10-31 18:19:00 +10:30
Toby Zerner
7b3cd8b1c1 Fix user mentioned notification registration 2015-10-31 18:18:44 +10:30
Toby Zerner
2a76c27814 Submit spam and ham feedback to Akismet 2015-10-31 14:50:07 +10:30
Toby Zerner
c39f4f01ea Fix flag count queries 2015-10-31 14:49:44 +10:30
Toby Zerner
ef9e438981 Revert b198927; always attempt to parse JSON
This way if there is a PHP error which outputs a 200 OK text/html response, Flarum will correctly show an error message.
2015-10-31 14:49:14 +10:30
Toby Zerner
7e3268be4c Use stable version of tobscure/json-api 2015-10-31 10:08:37 +10:30
Toby Zerner
2173d2d4a2 Merge pull request #615 from oldskool/ip-logging
Minor changes:
- Rename/restyle migration, fix namespace
- Make IP address optional on PostReply command
2015-10-31 10:04:06 +10:30
Toby Zerner
b86e0516fb Change ItemList API 2015-10-30 22:45:58 +10:30
Toby Zerner
0ec3b0aabb Update serializer API 2015-10-30 22:45:26 +10:30
Toby Zerner
7db94e6bc5 Update ItemList API 2015-10-30 22:45:07 +10:30
Toby Zerner
714464ab03 Update ItemList API 2015-10-30 22:44:51 +10:30
Toby Zerner
f7f25c8f41 Update ItemList API 2015-10-30 22:34:20 +10:30