flarum-bot
b6715fb21c
Bundled output for commit 2b5cf3a021
[skip ci]
2018-09-21 01:04:13 +00:00
Toby Zerner
2b5cf3a021
Update dependencies
2018-09-21 10:25:47 +09:30
flarum-bot
9d0a3d5101
Bundled output for commit c4692d2bcd
[skip ci]
2018-09-16 18:52:33 +00:00
Toby Zerner
c4692d2bcd
Database changes ( #11 )
...
* Update core references
* Update remaining core references
2018-09-16 20:50:31 +02:00
Franz Liedke
6b67263f01
Ensure compatibility with DB table prefix
2018-08-03 01:24:17 +02:00
Franz Liedke
716428882d
Use new Frontend extender
...
See flarum/core#851 .
2018-07-23 16:30:22 +02:00
flarum-bot
067df578c9
Bundled output for commit c89b4f79f7
[skip ci]
2018-06-20 05:23:22 +00:00
Toby Zerner
c89b4f79f7
Fix Travis' deploy key
2018-06-20 14:27:18 +09:30
Toby Zerner
d7b0d5c42c
Remove progress flag
2018-06-20 13:54:01 +09:30
Toby Zerner
70f2b63bf5
Webpack ( #10 )
...
See https://github.com/flarum/core/pull/1367
* Replace gulp with webpack and npm scripts for JS compilation
* Set up Travis CI to commit compiled JS
* Restructure `js` directory; only one instance of npm, forum/admin are "submodules"
* Restructure `less` directory
2018-06-20 13:36:00 +09:30
Ammar Fadhlur Rahman
28e4bfa409
Change fa icon prefix to fas
2018-05-10 15:03:19 +07:00
Toby Zerner
a3755e06f0
Only show sticky excerpt on unread discussions
2018-02-24 16:00:45 +10:30
AFR
d3baf624d1
Adapt to FontAwesome v5.0.6 icon name changes ( #8 )
2018-02-23 23:47:51 +01:00
Toby Zerner
8b5f1839b6
Recompile JS
2018-02-04 12:54:41 +10:30
Toby Zerner
6138794712
Excerpt added to core
2018-02-04 12:53:52 +10:30
Franz Liedke
4c8bea217b
Extender: List all assets explicitly
2018-01-21 21:10:26 +01:00
Franz Liedke
a4c42dcfff
Adapt new bootstrap format, use Asset extender
2018-01-16 23:19:29 +01:00
Miles Cellar
b5460b6b59
Update license year range to 2018
2018-01-15 19:38:45 +01:00
Toby Zerner
cf0ae80691
Remove use of event priorities
...
Event priorities are no longer in Laravel - see dbbfc62bef
2018-01-11 14:22:43 +10:30
Toby Zerner
8bfaff339e
Only pin to top if viewing a tag with no other filters
2018-01-11 12:28:35 +10:30
Toby Zerner
b58f97fd5e
Require beta 8
2018-01-11 12:26:49 +10:30
Toby Zerner
57c730af29
Merge branch 'master' into next-back
...
# Conflicts:
# src/Listener/PinStickiedDiscussionsToTop.php
2017-12-26 20:38:55 +10:30
Toby Zerner
20f6a256d5
Only touch orders property if we're going to add to it
2017-11-13 13:18:36 +10:30
Toby Zerner
c7d7b2d360
Fix subsequent pages of results not working properly
2017-11-13 09:17:55 +10:30
Toby Zerner
0ce00c6d16
Performance: Refactor SQL that pins unread sticky posts to the top
...
Ordering by `is_sticky and (unread subquery) desc` removes MySQL's
ability to use an index for ordering by `last_time`, which triggers a
filesort across the whole discussions table which is BAD.
This commit uses a union to add all stickied discussions to the query.
The results of the unioned queries are then ordered by the `is_sticky
and (unread subquery)` criteria, so the filesort only takes place on
a maximum of limit * 2 rows. Big performance win when you get up to
thousands of discussions!
2017-11-12 21:28:17 +10:30
Toby Zerner
7ff57e1ba4
Refactor sticky order clause into a subquery
...
Based on some limited testing, using a subquery seems to outperform a
join in this case (the join was invoking a temporary table, which is
always a bad sign).
This also adds logic to fix a bug where sticky discussions would remain
at the top even when marked as read using the "mark all as read" button.
I thought we had an open issue for this somewhere, but I can't seem to
find one. ref #988 #1003
2017-11-08 11:34:37 +10:30
Franz Liedke
b28f116b06
Fix class names
2017-10-03 19:45:54 +02:00
Franz Liedke
a8c43097d7
Update namespaces for beta 8
...
Refs flarum/core#1235 .
2017-10-01 19:55:07 +02:00
Toby Zerner
86cc5fe9c8
Remove unused imports
2017-09-29 12:35:59 +09:30
Toby Zerner
5a9711fac9
Require b7 for new migration helper
2017-07-22 12:17:30 +09:30
Toby Zerner
9fb03d3549
Add default permissions
2017-07-22 12:09:36 +09:30
VSN Reddy Janga
b7f2469523
Hide diff for compiled diff files
2017-02-20 19:28:13 +05:30
Miles Cellar
c1d7a2db51
Update year
2017-01-01 22:46:59 +01:00
Toby Zerner
7564533d1d
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2016-11-29 05:29:44 +00:00
Toby Zerner
0653d74f0d
Recompile JS
2016-11-19 22:09:38 +10:30
Toby Zerner
0802a9f139
Update StyleCI rules
2016-11-16 15:46:23 +10:30
Toby Zerner
6cb446837d
v0.1.0-beta.6
2016-10-19 21:13:40 +10:30
Toby Zerner
dce149b536
Use new event name
2016-06-03 11:02:34 +09:30
Toby Zerner
5c6089b4df
Recompile dist JS using latest version of babel
2016-06-03 11:02:28 +09:30
Toby Zerner
71db5f23e9
Require core v0.1.0-beta.5
2016-03-29 18:48:57 +10:30
Toby Zerner
fe90e5d6a5
Upgrade to flarum-gulp 0.2.0 / Babel 6
2016-03-18 09:33:31 +10:30
Toby Zerner
ad80f1bc1e
Clean up linting stuff
2016-03-10 17:22:05 +10:30
Franz Liedke
da664d1624
Use new shortcuts for migrations
2016-03-04 01:12:30 +09:00
Toby Zerner
3b6fc53f91
Update MergeableInterface method arguments
2016-02-29 18:54:25 +10:30
Toby Zerner
b59268b856
Applied fixes from StyleCI
2016-02-25 22:56:55 -05:00
Toby Zerner
648cad1a38
Add StyleCI config
2016-02-26 14:02:50 +10:30
Franz Liedke
ead84c29c5
Use new migration format
2016-02-24 23:13:39 +09:00
Maël Soucaze
a82d256366
Update license year range to 2016
2016-01-25 16:54:00 +01:00
Toby Zerner
1fdcf58014
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:18:10 +10:30
Toby Zerner
85c71af3a5
Rename package
2015-12-29 12:55:46 +10:30
Toby Zerner
a6a9e87873
Release 0.1.0-beta.3
2015-11-03 10:03:45 +10:30
Toby Zerner
395b45156b
Translations are now automatically included
2015-11-02 18:52:52 +10:30
Toby Zerner
36b81b55bb
Recompile JS
2015-10-27 12:40:16 +10:30
Toby Zerner
f7e815f6e6
Recompile JS
2015-10-27 12:17:08 +10:30
Toby Zerner
50e838e990
Remove unused notification component
2015-10-22 11:14:11 +10:30
dcsjapan
160f092810
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 09:21:00 +09:00
Toby Zerner
45e3e0fbff
Change app.trans
calls to app.translator.trans
calls
2015-10-21 10:29:31 +10:30
Toby Zerner
d11d9d144a
Update metadata
2015-10-12 15:01:20 +10:30
Toby Zerner
030e0c9938
Update API, add default translations
2015-10-11 22:24:12 +10:30
Toby Zerner
0ddd1dcd59
Rename initializer
2015-10-11 13:01:53 +10:30
Toby Zerner
37d7874705
Update for composer branch
...
Also remove sticky notification
2015-10-11 11:43:13 +10:30
Toby Zerner
0d7a7682be
Add sticky permission to grid
2015-09-22 18:05:40 +09:30
Toby Zerner
efcbc80b7e
Add gitattributes
2015-09-17 09:09:16 +09:30
Toby Zerner
04f33261ee
Namespace migrations
2015-09-17 09:09:11 +09:30
Toby Zerner
3ab62fb0ca
Add LICENSE information
2015-09-04 12:30:25 +09:30
Toby Zerner
33c86f38f1
Update npm dependency
2015-09-04 12:07:19 +09:30
Toby Zerner
fd5a6e6a5d
Update flarum.json
2015-09-04 11:47:53 +09:30
Toby Zerner
76a6673088
Add phpcs, Travis, clean up editorconfig and eslint
2015-09-04 11:36:07 +09:30
Franz Liedke
a90dfd686a
Make sure query filter works with database prefix, too
...
Related to flarum/core#269 .
2015-08-29 23:02:00 +02:00
Toby Zerner
05c7438396
Update migrations
2015-08-14 12:55:33 +09:30
Toby Zerner
8531580f06
Use new listen API
2015-08-13 12:50:59 +09:30
Toby Zerner
84abfd1a58
Add icon
2015-08-13 12:50:52 +09:30
Toby Zerner
145f783006
Fix notification error
2015-07-28 15:35:28 +09:30
Toby Zerner
e450a90464
Update gulp module configuration
2015-07-27 14:19:43 +09:30
Toby Zerner
14b8ed7236
PERF: avoid reinstantiation of event subscribers
2015-07-27 11:54:35 +09:30
Toby Zerner
97ef05de20
Fix notification error
2015-07-23 16:40:41 +09:30
Toby Zerner
115551c9ce
Group assets by client
2015-07-22 10:14:20 +09:30
Toby Zerner
4f4bc43575
Update meta
2015-07-20 18:14:52 +09:30
Toby Zerner
1ad057d4d7
Update for evented API
2015-07-20 18:14:42 +09:30
Toby Zerner
27ed9ab636
Update gambit for search API
2015-06-26 12:21:47 +09:30
Toby Zerner
76d58ababa
Give the sticky badge precedence
2015-06-25 15:40:02 +09:30
Toby Zerner
b65c1f8624
Update for discussion controls API
2015-06-25 15:39:53 +09:30
Toby Zerner
d44b2e840b
Get rid of console.log
2015-06-25 10:45:42 +09:30
Toby Zerner
039606e325
Bring back sticky discussion excerpts
2015-06-25 09:58:35 +09:30
Toby Zerner
835c3eef71
Fix compatibility with tags extension
2015-06-25 09:58:11 +09:30
Toby Zerner
0892a979be
Update APIs
2015-06-18 12:45:44 +09:30
Toby Zerner
35ca32a733
Update manifest.
2015-06-08 15:04:51 +09:30
Toby Zerner
8c8f2bb802
Use new flarum-gulp package.
2015-06-08 15:04:42 +09:30
Toby Zerner
194de6be37
Fix error when there are no orders on the query
2015-06-03 18:05:23 +09:30
Toby Zerner
d5e9ad84b8
Fix class names
2015-05-29 18:56:49 +09:30
Toby Zerner
5b323d7c08
Update for new post stream
2015-05-29 18:23:01 +09:30
Toby Zerner
cb1dfe1726
Remove box from excerpts again
2015-05-21 13:07:46 +09:30
Toby Zerner
ba31890aa4
Update for new notifications API
2015-05-20 12:32:17 +09:30
Toby Zerner
ed98a18681
Rename JS sub-components so that descriptors are before the noun, not after
2015-05-18 18:50:58 +09:30
Toby Zerner
2be7c4affc
Rename ActivityPost to EventPost
2015-05-18 18:47:55 +09:30
Toby Zerner
d4b8c9c8d7
Make excerpts look a little cooler
2015-05-18 18:14:52 +09:30
Toby Zerner
d16a6a0a5d
More defined style for sticky excerpts
2015-05-18 18:11:51 +09:30
Toby Zerner
0797a58eb7
Move sticky excerpts to below the category/last post info
2015-05-18 13:52:25 +09:30
Toby Zerner
bd1d165355
Update for new extension API
2015-05-17 10:20:26 +09:30
Toby Zerner
30d546383e
Add sticky permission
2015-05-15 17:06:50 +09:30