1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 01:46:35 +02:00
Commit Graph

3527 Commits

Author SHA1 Message Date
dcsjapan
e3de8a5a23 Extract translations
- Adds app.translator calls for forum and admin interfaces.
- Locale file to follow later.
2015-11-29 11:24:14 +09:00
dcsjapan
a4a538aa8a Adds a missing translation text. 2015-11-28 17:44:52 +09:00
dcsjapan
3df88d6e33 Adds required double quotes to a translation. 2015-11-28 17:38:21 +09:00
dcsjapan
29dc0d5021 Extract leftover strings
- Adds resources in support of flarum/core #645.
- Also fixes a few comments in the core and Tags resources.
2015-11-28 17:19:53 +09:00
dcsjapan
42eb6e3c43 English revamp for i18n docs
- Moves `ref` below `email`, adjacent to `group`.
- Deletes block comment for `email` namespace.
- Adds detail to block comment for `group`.
- Changes "string" to "translation" in all files.
2015-11-28 13:48:02 +09:00
Franz Liedke
2a7ccf81d5 Merge pull request #47 from maelsoucaze/laravel-validation
Add "required_unless" lang line
2015-11-25 14:09:44 +01:00
Maël Soucaze
a2d6f82ad4 Add "required_unless" lang line 2015-11-25 13:34:33 +01:00
Franz Liedke
2e821a7d1b Merge pull request #46 from maelsoucaze/empty-text
Do not ask to create a new discussion anymore
2015-11-25 13:25:22 +01:00
Maël Soucaze
41b1334e20 Do not ask to create a new discussion anymore 2015-11-25 12:30:00 +01:00
Toby Zerner
f3a4174780 Truncate long tag names in tag selection modal 2015-11-25 15:45:51 +10:30
Toby Zerner
682cc0ac12 Merge pull request #43 from maelsoucaze/require
Add Flarum's Core as a requirement
2015-11-25 14:56:42 +10:30
Toby Zerner
d78bd82b65 Add FastClick 2015-11-23 10:38:20 +10:30
Toby Zerner
675412f181 More mobile UX improvements
- Reposition the composer when shown
- Make preview button scroll the parent frame down
- Fix iframe infinite height loop
2015-11-23 10:10:26 +10:30
David Bohn
dda09653ab Update translation according to suggestions 2015-11-21 14:17:03 +01:00
Toby Zerner
f199170054 Fix last commit 2015-11-21 15:14:53 +10:30
Toby Zerner
19e40f76fe Properly overflow tag selection input 2015-11-21 15:11:27 +10:30
Toby Zerner
f79844d1e3 Add translation for discussion composer title
Extracts "Start a Discussion" into a reference variable
2015-11-21 13:17:47 +10:30
Toby Zerner
4cb764e603 Don't directly change TextEditor styles 2015-11-21 13:11:22 +10:30
Toby Zerner
c9401ce150 Tweak UX on mobile
Since Mobile Safari automatically resizes iframes to fit their content, we need to avoid using position:fixed. In this commit we:

- Eliminate use of position:fixed for dropdowns. They are instead displayed statically, like on desktop.
- Reposition modals when they are shown according to the parent window's scroll position.
- Tweak the toolbar's appearance and height on mobile.
2015-11-20 12:44:42 +10:30
Toby Zerner
fdd837ae7e Use correct setting keys 2015-11-20 12:38:20 +10:30
Toby Zerner
21f2a28c01 Extend the dropdown component to inherit auto-positioning functionality 2015-11-20 12:38:00 +10:30
Toby Zerner
342ad776da Add new core translation 2015-11-20 12:37:29 +10:30
David Bohn
77d7c19386 Added language key for allowing edit of tags. Part of fix for flarum/core#330 2015-11-19 22:37:12 +01:00
Franz Liedke
d81100b21c Fix broken link 2015-11-06 10:25:25 +01:00
Maël Soucaze
aee5189abf Add Flarum's Core as a requirement 2015-11-06 04:06:30 +01:00
Toby Zerner
eefdb40f08 Release 0.1.0-beta.4 2015-11-05 16:42:25 +10:30
Toby Zerner
507b7bae84 Release 0.1.0-beta.4 2015-11-05 16:41:01 +10:30
Toby Zerner
56460a057f Fix diff link 2015-11-05 16:40:39 +10:30
Toby Zerner
8d6a44ff95 Release v0.1.0-beta.4 2015-11-05 16:36:16 +10:30
Toby Zerner
6e24d62000 Release v0.1.0-beta.4 2015-11-05 16:34:30 +10:30
dcsjapan
7319073f10 Add comment to core.ref.okay
- Adds a comment to indicate use by Tags extension
2015-11-05 07:49:39 +09:00
Toby Zerner
e2763c3b5a Remove unnecessary quotes 2015-11-04 18:34:12 +10:30
Toby Zerner
689ec697ed Add new translations for flag settings and reason descriptions 2015-11-04 13:00:11 +10:30
Toby Zerner
f2cf356542 Show success message after submitting a flag 2015-11-04 12:59:43 +10:30
Toby Zerner
379b1f0831 Expand reason descriptions and add configurable link to community guidelines 2015-11-04 12:59:29 +10:30
Toby Zerner
78283565a6 Remove unnecessary quotes 2015-11-04 09:07:58 +10:30
Toby Zerner
931c80dad0 Add translation for loading indicator 2015-11-03 18:13:43 +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
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
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