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

3489 Commits

Author SHA1 Message Date
Toby Zerner
89f417097b Performance: Load only basic information about lastDiscussion 2017-11-11 22:40:48 +10:30
Toby Zerner
6a21d292c5 Performance: Eager load parent tags 2017-11-11 22:40:22 +10:30
Toby Zerner
14215773b3 Fix positioning of quote button when parents are positioned relatively 2017-11-10 17:45:21 +10:30
Toby Zerner
41616e45ca Revert omission of image size
Turns out this is still required in SVG mode :D
2017-11-09 21:00:27 +10:30
Toby Zerner
ca788d711c Remove B) shortcut
It's pretty common in text (eg. and A), B), C) list) and is usually not
intended.
2017-11-08 20:21:41 +10:30
Zeokat
996f1724de Use SVG emoji instead of PNG 2017-11-08 20:18:26 +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
Toby Zerner
f00f522d6c Merge pull request #108 from milescellar/patch-1
Remove unnecessary double quotes
2017-11-05 12:57:07 +02:00
Toby Zerner
60f111ca87 Add translation for Preview tooltip 2017-11-05 16:28:00 +10:30
Toby Zerner
101af171b1 Don't sanitize values in plain-text emails 2017-11-05 15:29:46 +10:30
Toby Zerner
a95a89cb58 Don't sanitize values in plain-text emails 2017-11-05 15:29:29 +10:30
Miles Cellar
f16ccc775c Remove unnecessary double quotes
Due to 0ec346fbfb (the comma was the special character which needed double quotes before its removal)
2017-11-02 23:33:14 +01:00
Franz Liedke
b36bf98d8a Remove user bio placeholder
Refs flarum/core#1214.
2017-11-02 01:01:35 +01:00
Franz Liedke
0ec346fbfb Remove obsolete help text
The custom path field has been removed a while ago.

Refs flarum/core#1231.
2017-11-02 00:27:53 +01:00
Mark
4bc06b4276 Fix downscaled image rendering in chrome 2017-10-28 10:13:26 +10:30
Toby Zerner
e3e7da3f52 Add class to IndexPage when viewing a tag 2017-10-25 20:23:06 +10:30
Franz Liedke
1bed2fefa3 Fix class names 2017-10-03 20:52:33 +02:00
Franz Liedke
b28f116b06 Fix class names 2017-10-03 19:45:54 +02:00
Franz Liedke
96f073c45f Fix class names 2017-10-03 19:45:42 +02:00
Franz Liedke
bd635b55f7 Fix class names 2017-10-03 19:45:26 +02:00
Franz Liedke
0b5a9d59ba Fix class names 2017-10-03 19:44:53 +02:00
Franz Liedke
41980082ea Fix class names 2017-10-03 19:44:29 +02:00
Franz Liedke
d528cd03e2 Fix class names 2017-10-03 19:22:33 +02:00
Franz Liedke
7518578a13 Fix class names 2017-10-03 19:22:11 +02:00
Franz Liedke
1ad71264c3 Fix a namespace 2017-10-03 19:15:16 +02:00
Franz Liedke
ce9e2926de Fix a namespace 2017-10-03 19:14:53 +02:00
Franz Liedke
2ba7554b5c Fix some namespaces 2017-10-03 16:29:42 +02:00
Franz Liedke
3fc150cd23 Update namespaces for beta 8
Refs flarum/core#1235.
2017-10-01 20:25:23 +02:00
Franz Liedke
30cbe76643 Update namespaces for beta 8
Refs flarum/core#1235.
2017-10-01 19:57:12 +02:00
Franz Liedke
494f953ace Update namespaces for beta 8
Refs flarum/core#1235.
2017-10-01 19:56:38 +02:00
Franz Liedke
909870c381 Update namespaces for beta 8
Refs flarum/core#1235.
2017-10-01 19:56:14 +02:00
Franz Liedke
5dcfccd2d8 Update namespaces for beta 8
Refs flarum/core#1235.
2017-10-01 19:55:56 +02:00
Franz Liedke
a8c43097d7 Update namespaces for beta 8
Refs flarum/core#1235.
2017-10-01 19:55:07 +02:00
Franz Liedke
e2c97286e1 Update namespaces for beta 8
Refs flarum/core#1235.
2017-10-01 19:54:13 +02:00
Toby Zerner
86cc5fe9c8 Remove unused imports 2017-09-29 12:35:59 +09:30
Toby Zerner
4a7d5ba788 Fix notifications not including post content
closes flarum/core#1248
2017-09-24 18:01:56 +09:30
Toby Zerner
17e181bb0d Fix notifications not including post content 2017-09-22 16:45:45 +09:30
Toby Zerner
fa3194fcef Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-20 07:37:55 +00:00
Toby Zerner
86480a0d1a Update for display names 2017-09-20 16:44:03 +09:30
Toby Zerner
408d882598 Update to sub in "display names" from database when rendering
This also improves the behaviour of mentions in the JS preview (no more
broken links, mention is only picked up if corresponding user/post is
found).

See flarum/core#1246

Closes flarum/core#315
2017-09-19 20:16:30 +09:30
Toby Zerner
acd3195491 Make autocomplete dropdown slightly less tall so that it fits below the cursor 2017-09-19 19:38:02 +09:30
Toby Zerner
53e63069c1 Properly inactivate the autocomplete dropdown when there are no suggestions 2017-09-19 19:35:44 +09:30
Charlie
d6be091b79 Apply namespace changes for beta 8 (#12)
* Update for beta 8

* StyleCI :)

* docBlock

* whenSavingUser
2017-09-14 19:41:56 +02:00
Toby Zerner
910ddc9f55 Apply fixes from StyleCI
[ci skip] [skip ci]
2017-09-14 09:15:48 +09:30
AakLak
2ea6cbee46 run the convert.sh script by CDK2020 to replace namespaces to be comp… (#8)
* run the convert.sh script by CDK2020 to replace namespaces to be compatible for beta8

* update docbloc to match updated namespace
2017-09-14 09:15:11 +09:30
Franz Liedke
0dcbdd6218 Remove empty line 2017-09-13 23:53:42 +02:00
Charlie
ca46ab10a3 Apply namespace changes for beta 8 (#7)
* Update for beta 8

* Remove docblock

* StyleCI is a stickler
2017-09-13 23:52:49 +02:00
Toby Zerner
8de87cc5cc Support cluster setting on backend 2017-09-13 20:43:32 +09:30
Charlie
f4e7a80033 Update for beta 8 (#11)
* Update for beta 8

* Never changed for the deprecated event
2017-09-05 08:32:01 +02:00
Charlie
60ea08c846 Update for beta 8 2017-09-04 21:15:10 -07:00