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

8249 Commits

Author SHA1 Message Date
Toby Zerner
cbb7e91eb4 Only display the first page of posts
Extra posts may be in the payload (mention links etc.) but we do not
want to display them.
2015-06-24 11:45:58 +09:30
Toby Zerner
fcd1b081d9 Significantly improve mobile UX
Most of #137 done.

- Use FastClick to make everything feel more responsive
- Use transforms for animations to make them silky smooth
- Style the drawer the same as the header to keep things simple
- Revert to fixed composer, but allow it to be minimised
- Add a separate notifications page for mobile so it’s easy to go back
- Add indicator to the menu button when there are unread notifications
- Close the drawer when navigating away
- Make dropdowns/modals scrollable
- Many other mobile tweaks and bug fixes

Didn’t take much care to keep CSS clean, due to #103
2015-06-24 11:44:53 +09:30
Toby Zerner
ff0c078e5a Give author permission to delete discussion if there are no replies
Forgot to commit this part in 3223f65ce3
:3
2015-06-24 09:13:54 +09:30
Toby Zerner
951db23ffd Revert from a while ago: always append if reference item not found
API still needs some work though
2015-06-23 11:12:37 +09:30
Toby Zerner
6596fb4734 Fix migration 2015-06-23 11:01:25 +09:30
Toby Zerner
35cd1f3b51 Extend hover area for post control visibility 2015-06-23 10:57:09 +09:30
Toby Zerner
3eb5c7e701 Yo dawg I heard you like APIs so I put an API in your API so you can API while you API 2015-06-23 10:38:17 +09:30
Toby Zerner
13c30c040b Add gitignore to extension stub 2015-06-23 10:37:07 +09:30
Toby Zerner
7a05f71987 Update extension stub with new APIs 2015-06-23 10:37:01 +09:30
Toby Zerner
c2883bc85e Add light horizontal rule between posts. closes flarum/core#133
Also remove time information from event posts (it’s not useful)
2015-06-23 10:36:36 +09:30
Toby Zerner
3223f65ce3 Allow author to delete discussion if there are no replies
Also disallow the first post in a discussion to be deleted or hidden
(thus preventing discussions with zero posts)

closes flarum/core#90 closes flarum/core#92
2015-06-23 10:34:33 +09:30
Toby Zerner
dfe1a9bae5 Gracefully handle discussions with no posts
Although this should never happen
2015-06-23 10:30:06 +09:30
Toby Zerner
93b865efd1 Speed up committing of scroll position in URL/marking as read 2015-06-23 10:29:08 +09:30
Toby Zerner
f6f254a167 Default submit handler for form modals 2015-06-23 10:28:24 +09:30
Toby Zerner
880f3072ea Only show reply list if there are replies not adjacent 2015-06-23 10:27:42 +09:30
Toby Zerner
8bdbdeb433 Don't use hash in generated mention URLs 2015-06-23 10:27:14 +09:30
Toby Zerner
e57eb5a14f Initial commit 2015-06-23 10:25:24 +09:30
Franz Liedke
20b814642f Implement middleware for presenting pretty error pages 2015-06-20 22:39:33 +02:00
Franz Liedke
5dcc13ec11 Add method for checking debug mode 2015-06-20 20:38:44 +02:00
Franz Liedke
f65830948c Rename console commands 2015-06-20 20:09:47 +02:00
Franz Liedke
0c66bd6872 Implement middleware for handling errors according to JSON API spec 2015-06-20 19:45:32 +02:00
Franz Liedke
3a0103de7b Clean up 2015-06-20 18:21:26 +02:00
Toby Zerner
195a3e42d8 Fix broken forgot password form. closes #116 2015-06-20 10:29:57 +09:30
Toby Zerner
4060d575a8 Tweak avatar/count alignment 2015-06-20 10:28:58 +09:30
Toby Zerner
1ea91dc707 Reduce discussion list padding 2015-06-19 20:57:49 +09:30
Toby Zerner
281d744006 Make discussion list more compact 2015-06-19 20:57:36 +09:30
Toby Zerner
d698804d3f Fix incorrect login after confirming token 2015-06-19 19:25:47 +09:30
Toby Zerner
2cc910e234 Actually sort notifications (please) 2015-06-19 19:10:54 +09:30
Toby Zerner
6a39ef5659 Make sure notifications are sorted 2015-06-19 19:05:03 +09:30
Toby Zerner
d0f72fb05d Fix up sorting of children in the tag selection list 2015-06-19 18:19:13 +09:30
Toby Zerner
c04e2e3db2 Show full description in tooltip 2015-06-19 17:48:59 +09:30
Toby Zerner
f519a2740b Bad text! No wrap! 2015-06-19 17:43:54 +09:30
Toby Zerner
537741dd5a Only show tags that exist in the tags label 2015-06-19 17:28:21 +09:30
Toby Zerner
0d1d61922f Reverse tag visibility logic
So that discussions with non-existent tags are still visible
2015-06-19 17:26:46 +09:30
Toby Zerner
6aff8ebca5 Don't color the hero if the tag doesn't have a color 2015-06-19 17:26:01 +09:30
Toby Zerner
24eabb1bb3 Ensure we make a new separator 2015-06-19 17:19:27 +09:30
Toby Zerner
525af6f168 Cleanup 2015-06-19 17:19:13 +09:30
Toby Zerner
f07e2d9520 Fix newly-created event posts being undeletable 2015-06-19 17:19:09 +09:30
Toby Zerner
de3f9d82a0 Update avatar uploading code for psr-7
Not sure if a tmp file is the best way, but it works
2015-06-19 16:26:16 +09:30
Toby Zerner
090e0f1e94 Link replies to their discussion to ensure we can link to them 2015-06-19 15:49:44 +09:30
Toby Zerner
80474ec544 No need to query the API about nothing 2015-06-19 15:49:20 +09:30
Toby Zerner
f571a40ca8 Fix infinite loop when @mentioning in a discussion composer 2015-06-19 15:48:51 +09:30
Toby Zerner
6a248ea6a6 Default to 404 code for RouteNotFoundException
Just want to get Stratigility’s FinalHandler showing something more apt
than “Internal server error”
2015-06-19 15:29:27 +09:30
Toby Zerner
d34ddd94ed Generate a new revision string when files change 2015-06-19 14:44:42 +09:30
Toby Zerner
82f487c4bb Don't destroy discussion list in case of a redraw 2015-06-19 14:35:01 +09:30
Toby Zerner
e472f911b5 Don't destroy discussion list in case of a redraw
i.e. the one in index-page’s onunload → composer.minimize
2015-06-19 14:34:52 +09:30
Toby Zerner
b2d2bfa34e Correctly style uncolored tags in discussion hero 2015-06-19 14:22:15 +09:30
Toby Zerner
d58d7eb27d Tweak hero appearance 2015-06-19 13:55:20 +09:30
Toby Zerner
f48a9b2aca Add model validation messages 2015-06-19 11:43:49 +09:30
Toby Zerner
1a1ccec5a3 Get signup working again 2015-06-19 11:43:36 +09:30