1
0
mirror of https://github.com/flarum/core.git synced 2025-08-24 17:13:44 +02:00
Commit Graph

8914 Commits

Author SHA1 Message Date
Toby Zerner
931c80dad0 Add translation for loading indicator 2015-11-03 18:13:43 +10:30
Toby Zerner
5c0b6d68f5 Merge branch 'loading-indicator' 2015-11-03 18:13:11 +10:30
Toby Zerner
5041428b8c Make the toolbar fixed to the top; tweak contents
Add a comment count (which links to the full discussion) and show the reply button normally on mobile.
2015-11-03 18:11:31 +10:30
Toby Zerner
b21374e520 Fix incorrect post permalinks 2015-11-03 18:10:26 +10:30
Toby Zerner
80094ae413 Apply split dropdown styles on mobiles too
Normal split dropdowns, not in the context of the app's primary control (top-right toolbar button), may be used by extensions (e.g. embed)
2015-11-03 18:09:49 +10:30
Toby Zerner
18f1960481 Prevent browser tooltip from appearing
Bootstrap JS was clearing the `title` attribute, but then Mithril was redrawing and filling it back in.
2015-11-03 17:41:31 +10:30
Toby Zerner
850ba9fdc0 Add translation for "Follow" button tooltip 2015-11-03 17:18:18 +10:30
Toby Zerner
8785baf1a1 Add a tooltip to the "Follow" button 2015-11-03 17:17:46 +10:30
Toby Zerner
1e49c46d51 PERF: Don't redefine subscription menu items on each redraw 2015-11-03 16:04:39 +10:30
Toby Zerner
8b819c21ca Change flag post modal "Reason" heading 2015-11-03 16:01:43 +10:30
Toby Zerner
3cc5be1270 Add back button icon 2015-11-03 15:59:47 +10:30
Toby Zerner
eef5101238 Use icon instead of "Discussions" text, fix bugs
- Fix admin page crash
- Only show invisible pin button on desktop; hide it completely on ≤ tablet
2015-11-03 15:54:06 +10:30
Toby Zerner
e69d277c87 Add label to back button, change behaviour
The back button longer shows if the user hasn't actually navigated anywhere. e.g. if they come in directly to a discussion, it will be hidden.
2015-11-03 15:54:05 +10:30
Toby Zerner
5e873562f9 Fix private channel auth 2015-11-03 15:29:11 +10:30
Toby Zerner
4d558c0b29 Release 0.1.0-beta.3 2015-11-03 10:04:05 +10:30
Toby Zerner
ec7b781adc Release 0.1.0-beta.3 2015-11-03 10:03:59 +10:30
Toby Zerner
7dab0d76c0 Release 0.1.0-beta.3 2015-11-03 10:03:50 +10:30
Toby Zerner
a6a9e87873 Release 0.1.0-beta.3 2015-11-03 10:03:45 +10:30
Toby Zerner
9c9cadb8c2 Release 0.1.0-beta.3 2015-11-03 10:03:40 +10:30
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