1
0
mirror of https://github.com/flarum/core.git synced 2025-06-10 16:44:59 +02:00
Commit Graph

1063 Commits

Author SHA1 Message Date
242f5b67a6 Fix discussion list item unread style on mobile 2015-07-28 17:38:36 +09:30
5a2c00e41d Make sure slidable parameters are reset correctly 2015-07-28 17:37:46 +09:30
85831a62ee Update the composer height on redraw
For some reason, the text editor isn't being retained across route
changes, and it loses its height style. This reapplies it on every
redraw.
2015-07-28 17:26:03 +09:30
ff6f2ebf82 Properly disable buttons 2015-07-28 17:19:00 +09:30
97334bea12 Don't display notifications with deleted subjects 2015-07-28 17:15:09 +09:30
8f29949016 Fix email confirmation 2015-07-28 17:14:08 +09:30
79ea5d833a Slightly less padding on blockquotes 2015-07-28 16:42:03 +09:30
609e0416d0 Fix LESS syntax error 2015-07-28 16:09:57 +09:30
40112ae553 Refactor composer live previews for better performance 2015-07-28 16:06:25 +09:30
d445b49d7a Add vendor prefixes to composer outline 2015-07-28 15:49:49 +09:30
02944548a1 Clean up 2015-07-28 15:35:03 +09:30
b87cd3ed53 Fix scrolling to the bottom of an item 2015-07-28 15:26:51 +09:30
697cb2ed63 Supporting routing of URL with nothing after the discussion ID
closes flarum/core#181
2015-07-28 13:46:43 +09:30
bb04eada7a Prevent crash if user's groups aren't loaded. closes flarum/core#173 2015-07-28 13:35:07 +09:30
e2a4cf5ccb Add preview button to composer 2015-07-28 13:34:42 +09:30
8c18ff3349 Tweak TextFormatter JS settings 2015-07-28 12:44:58 +09:30
62a01c69a9 Make sure sort key exists 2015-07-28 12:27:59 +09:30
f07ab4633b Add ability to refresh index page by clicking on logo. closes flarum/core#188 2015-07-28 12:27:45 +09:30
7a67d3ab95 Fix swiping to the right to mark as read 2015-07-28 12:15:45 +09:30
c789d0aef2 Only make controls slidable on phones. Fixed flarum/core#178 2015-07-28 12:15:32 +09:30
680809e1d7 Update dependencies 2015-07-28 10:14:03 +09:30
283dcad848 Fix Safari header redraw problem. closes flarum/core#187 2015-07-28 10:13:58 +09:30
427450f137 Fix attribute name 2015-07-27 19:54:15 +09:30
9631e7b759 Ensure that the sidepane positions correctly with custom layout 2015-07-27 16:03:56 +09:30
3489791932 Allow customisation of the client layout 2015-07-27 14:45:35 +09:30
e257454343 Make formatText util an object so it can be extended 2015-07-27 14:17:12 +09:30
ab6b44f2db Update gulp module configuration 2015-07-27 14:16:55 +09:30
aec641d65b Use System.get instead of System.import
Means we get drop Promise polyfill
2015-07-27 14:16:39 +09:30
8d1ff8e6ae Update alert colors 2015-07-27 12:49:22 +09:30
aaffbe4aa8 Selectively construct request params 2015-07-27 12:44:24 +09:30
b2badde77f Always show results container to ensure it gets config'd 2015-07-27 12:32:30 +09:30
00de9ee9a4 Another pages loading count fix 2015-07-27 12:28:03 +09:30
cdb26eb226 Prevent pages loading count from going negative 2015-07-27 12:23:36 +09:30
de210108c3 Make sure pages loading count is kept in sync 2015-07-27 12:16:05 +09:30
3467aa9e90 Start loading the next page of posts immediately 2015-07-27 12:12:07 +09:30
153a5b7ce4 PERF: avoid reinstantiation of event subscribers 2015-07-27 11:53:47 +09:30
c0d57fd399 PERF: further simplify User::hasPermission() 2015-07-27 11:20:18 +09:30
07b4a5125f PERF: cache the results of User::hasPermssion() 2015-07-27 11:17:21 +09:30
b04e7f96c8 Cache model dates 2015-07-27 10:59:24 +09:30
2422643de6 Fix notifications icon alignment 2015-07-24 13:15:03 +09:30
53f97b240d Update dependencies 2015-07-24 12:42:03 +09:30
e5e737eca4 Update LESS variable names 2015-07-24 10:03:11 +09:30
ae3bbc1700 Replace duplicate tags instead of erroring 2015-07-23 20:29:39 +09:30
c1b12c7fc9 Extract emoticons, BBCode, and Markdown into extensions 2015-07-23 20:24:41 +09:30
cb3004b6de Various fixes to extension generator/stub 2015-07-23 20:24:28 +09:30
b01b4b04d3 Fix user page display on mobile 2015-07-23 20:24:05 +09:30
c8e6fbc338 Pass correct param to notification email views 2015-07-23 16:39:56 +09:30
52c9539be3 Appearance tweaks 2015-07-23 16:39:20 +09:30
e698e2220b Fix translation key 2015-07-23 16:38:51 +09:30
512c2b10f4 Redraw after loading missing posts 2015-07-23 16:38:39 +09:30