Commit Graph

72 Commits

Author SHA1 Message Date
Miles Cellar
4643d92d27 Update license year range to 2018 2018-01-15 19:38:10 +01:00
Toby Zerner
c7aeef19ea Remove use of event priorities
Event priorities are no longer in Laravel - see dbbfc62bef

Now we can't force this event listener to be run before the discussion
metadata is updated; instead we just subtract one off of the new
last post number.
2018-01-11 14:06:43 +10:30
Toby Zerner
14bc69d6bd Use *Raw methods instead of Expression 2018-01-11 12:29:33 +10:30
Toby Zerner
d55945cefa Require beta 8 2018-01-11 12:28:46 +10:30
Toby Zerner
b5809d1b7f Merge branch 'master' into next-back 2017-12-27 07:06:09 +10:30
Toby Zerner
a95a89cb58 Don't sanitize values in plain-text emails 2017-11-05 15:29:29 +10:30
Franz Liedke
96f073c45f Fix class names 2017-10-03 19:45:42 +02:00
Franz Liedke
1ad71264c3 Fix a namespace 2017-10-03 19:15:16 +02:00
Franz Liedke
e2c97286e1 Update namespaces for beta 8
Refs flarum/core#1235.
2017-10-01 19:54:13 +02:00
Toby Zerner
86480a0d1a Update for display names 2017-09-20 16:44:03 +09:30
Toby Zerner
c134843633 Actually no npm lockfile, at least for now
Since I tend to do `npm link gulp flarum-gulp` so I'm not sure if the lockfile is valid?
2017-07-08 21:48:19 +09:30
Toby Zerner
a5d79ea287 Update dependencies 2017-07-08 21:41:36 +09:30
VSN Reddy Janga
ec5257dd9a Hide diff for compiled diff files 2017-02-20 19:32:25 +05:30
Miles Cellar
8ee46265e6 Update year 2017-01-01 22:47:19 +01:00
Toby Zerner
d136f4fae2 Apply fixes from StyleCI
[ci skip] [skip ci]
2016-11-29 05:29:46 +00:00
Toby Zerner
628c35c404 Recompile JS 2016-11-19 22:09:52 +10:30
Toby Zerner
b0c46a13e8 Update StyleCI rules 2016-11-16 15:46:24 +10:30
Toby Zerner
038b567fdf v0.1.0-beta.6 2016-10-19 21:13:45 +10:30
dcsjapan
45832485d1 Adjust ID key name
- Adjusts the key for the "Follow after reply" setting.
2016-06-04 18:22:39 +09:00
Toby Zerner
2c10a42d6b Use new event name 2016-06-03 11:02:48 +09:30
Toby Zerner
e16b960242 Recompile dist JS using latest version of babel 2016-06-03 11:02:43 +09:30
Toby Zerner
a0779cbdef Fix SubscriptionMenu button title 2016-04-08 13:47:22 +09:30
Toby Zerner
60e6cfdbbd Require core v0.1.0-beta.5 2016-03-29 18:49:21 +10:30
Toby Zerner
700cc15e20 Remove unmaintained changelog 2016-03-18 09:33:55 +10:30
Toby Zerner
793bc3ca12 Upgrade to flarum-gulp 0.2.0 / Babel 6 2016-03-18 09:33:41 +10:30
Toby Zerner
8aa6f60994 Clean up linting stuff 2016-03-10 17:21:31 +10:30
Peter Mein
689d139ca3 Add setting to automatically follow after reply. closes flarum/core#310 2016-03-07 23:01:34 +10:30
Franz Liedke
bd6ef05bb1 Use new shortcuts for migrations 2016-03-04 01:12:47 +09:00
Toby Zerner
d9013ae1da Applied fixes from StyleCI 2016-02-25 22:57:22 -05:00
Toby Zerner
155474d275 Add StyleCI config 2016-02-26 14:02:57 +10:30
Franz Liedke
45b11ece68 Use new migration format 2016-02-24 23:13:53 +09:00
Maël Soucaze
93e26715a3 Update license year range to 2016 2016-01-25 16:54:23 +01:00
Toby Zerner
8c228d9dcd Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:17:56 +10:30
Toby Zerner
d9d70aa43c Commit latest dist files
See https://github.com/flarum/core/issues/727#issuecomment-172384020
2016-01-19 16:53:13 +10:30
Toby Zerner
92c6eab287 Rename package 2015-12-29 12:55:50 +10:30
Toby Zerner
21f2a28c01 Extend the dropdown component to inherit auto-positioning functionality 2015-11-20 12:38:00 +10:30
Toby Zerner
6e24d62000 Release v0.1.0-beta.4 2015-11-05 16:34:30 +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
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
7dab0d76c0 Release 0.1.0-beta.3 2015-11-03 10:03:50 +10:30
Toby Zerner
57ac5190d5 Translations are now automatically included 2015-11-02 18:52:59 +10:30
Toby Zerner
896e8efee9 Temporary fix for email URLs 2015-11-01 17:13:37 +10:30
Toby Zerner
5431b84eef Fix typo in new post notification translation key 2015-10-31 18:19:00 +10:30
Toby Zerner
53444845cc Recompile JS 2015-10-27 12:17:15 +10:30
dcsjapan
9368030813 Reorganize key names
See [flarum/core #265](https://github.com/flarum/core/issues/265).

- Adjusts key names to three-tier namespacing.
- Extracts previously unextracted strings.
2015-10-22 14:49:38 +09:00
Toby Zerner
3c62230b62 Change app.trans calls to app.translator.trans calls 2015-10-21 10:29:48 +10:30
Toby Zerner
67da527255 Update metadata 2015-10-12 15:01:29 +10:30
Toby Zerner
b7c06ece8a Fix autoload namespace 2015-10-11 17:44:35 +10:30
Toby Zerner
fde7921487 Update for composer branch 2015-10-11 17:30:11 +10:30