1
0
mirror of https://github.com/flarum/core.git synced 2025-08-23 08:33:45 +02:00
Commit Graph

8781 Commits

Author SHA1 Message Date
Franz Liedke
033a118e97 Rename HTTP method override header
This is the name recommended by the JSON-API spec:
http://jsonapi.org/recommendations/#patchless-clients
2015-11-26 17:43:32 +01:00
Toby Zerner
22331306c6 Update changelog 2015-11-26 10:43:48 +10:30
Toby Zerner
fa1232ee20 Merge pull request #642 from binaryoung/master
Fixed #627
2015-11-26 10:32:36 +10:30
young
37917bf2c8 Fix #627 2015-11-26 02:03:00 +08: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
a21a18721f cs fix 2015-11-23 14:18:56 +10:30
Toby Zerner
06dc4edb3a Prevent error if no input is given in create actions 2015-11-23 14:15:30 +10:30
Toby Zerner
b76c2f16e7 Validate avatar URL
Still needs refactor
2015-11-23 14:14:53 +10:30
Toby Zerner
4949cbc89e Prevent crash if logged in user has been deleted 2015-11-23 11:54:30 +10:30
Toby Zerner
08034c0d9a Allow provision of an avatar URL to upload during sign up
This can be used by authentication extensions (i.e. mirror Facebook/Twitter profile picture). Rough implementation, needs refactoring.
2015-11-23 11:53:57 +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
Toby Zerner
7b0817900e Don't pad the body when the composer is positioned absolutely (on mobile) 2015-11-23 10:07:23 +10:30
Toby Zerner
11560342a2 Refactor composer preview logic 2015-11-23 08:47:16 +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
ca83a5b9ea Truncate long dropdown menu items (e.g. tags in the sidebar)
ref #391
2015-11-21 14:01:07 +10:30
Toby Zerner
4752fa6785 Improve spacing of drawer elements 2015-11-21 13:21: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
f14c238625 Tweak mobile drawer appearance 2015-11-21 13:16:46 +10:30
Toby Zerner
208e923c15 Fix composer preview button on mobile. closes #196 2015-11-21 13:16:25 +10:30
Toby Zerner
e8836bad46 Improve composer appearance/usability on mobile
On mobile:
- Move submit button to right side of toolbar
- Move first header item to toolbar
- Size textarea correctly
2015-11-21 13:16:05 +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
Toby Zerner
86dd1ac9f4 Make sure dropdowns stay within the viewport horizontally too 2015-11-20 12:35:07 +10:30
Toby Zerner
28c3877454 Add a "load more" button to the end of the post stream
This is necessary if the page is viewed in a context with no scrolling, i.e. an auto-resizing iframe
2015-11-20 12:35:07 +10:30
Toby Zerner
b780111af5 Show "reply" action in discussion menu on mobile 2015-11-20 12:35:07 +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
9cc6a6fd79 Update text-formatter dependency 2015-11-19 13:00:32 +01:00
Franz Liedke
5f9fe677a5 Inject hardcoded prerequisite parameters
This affects version numbers, extensions and paths, which might be
skeleton-specific. This commit moves those hardcoded values out of
the classes and instead injects them through the constructor. This
way, all prerequisites can be configured in the service provider.
2015-11-11 19:30:35 +01:00
Franz Liedke
d538db898c Merge pull request #628 from binaryoung/patch-1
[beta4]Fixed login input fields have different style
2015-11-09 10:37:02 +01:00
Franz Liedke
d81100b21c Fix broken link 2015-11-06 10:25:25 +01:00
young
fb038867f7 Update LogInModal.js 2015-11-06 15:54:06 +08:00
Maël Soucaze
aee5189abf Add Flarum's Core as a requirement 2015-11-06 04:06:30 +01:00
Franz Liedke
2518cb2526 Fix another error handling regression 2015-11-05 14:17:48 +01:00
Franz Liedke
6d798b110e Update version number 2015-11-05 09:58:05 +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