Commit Graph

16097 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
a9e15ae9d0 strip img tags on topic teaser 2017-12-15 10:29:12 -05:00
Barış Soner Uşaklı
e4ff1dc61b closes #6174 2017-12-15 10:21:33 -05:00
Barış Soner Uşaklı
108c3c980a show invalid url error if request.head fails 2017-12-14 18:07:32 -05:00
Barış Soner Uşaklı
926b763f74 show hit ratio instead 2017-12-14 14:18:56 -05:00
Barış Soner Uşaklı
e453057acc add settings-menu id 2017-12-14 13:55:47 -05:00
Barış Soner Uşaklı
802ec0e384 remove reduntant code 2017-12-14 11:27:18 -05:00
Barış Soner Uşaklı
2bb8227574 closes #6168 2017-12-14 10:53:01 -05:00
Julian Lam
1f10549cf5 added new user method isPrivilegedOrSelf 2017-12-14 10:18:56 -05:00
Barış Soner Uşaklı
76e8bcd80b closes #6167 2017-12-14 08:54:33 -05:00
Barış Soner Uşaklı
691fc2c6fd closes #5812 2017-12-14 08:47:33 -05:00
Barış Soner Uşaklı
b778c8433a change hook name 2017-12-13 12:06:52 -05:00
Barış Soner Uşaklı
b55087dab7 closes #6166 2017-12-13 12:06:45 -05:00
Barış Soner Uşaklı
53afa552d0 closes #6162 2017-12-11 11:40:42 -05:00
Barış Soner Uşaklı
ea83be50a1 closes #6161 2017-12-11 11:21:22 -05:00
Barış Soner Uşaklı
e3ce817ab9 show settings in digest email closes #6160 2017-12-11 11:00:11 -05:00
Barış Soner Uşaklı
99eb1d1785 closes #6163 2017-12-11 10:53:29 -05:00
Misty (Bot)
89f5015d83 Latest translations and fallbacks 2017-12-11 09:24:38 +00:00
Barış Soner Uşaklı
b84e132601 remove unused settings 2017-12-10 16:35:34 -05:00
Barış Soner Uşaklı
18b559bab0 fix test name 2017-12-10 11:10:59 -05:00
Barış Soner Uşaklı
2bf275fe29 #6158 2017-12-10 11:02:48 -05:00
Barış Soner Uşaklı
2565b6e542 on pin remove from votes sorted set 2017-12-10 09:59:00 -05:00
Barış Soner Uşaklı
b9d4b02780 sort tags by score 2017-12-09 15:21:27 -05:00
Barış Soner Uşaklı
2455df438c fix test 2017-12-09 12:48:41 -05:00
Barış Soner Uşaklı
7c1f8891a1 use helper 2017-12-09 12:25:27 -05:00
Barış Soner Uşaklı
ee398d3979 don't crash if meta is undefined 2017-12-09 11:20:03 -05:00
Barış Soner Uşaklı
a166304dcb #6158
remove from sorted sets on delete/purge
2017-12-09 09:00:34 -05:00
Misty (Bot)
0dc37abe1d Latest translations and fallbacks 2017-12-09 09:25:30 +00:00
Barış Soner Uşaklı
2856fb1d5d up persona 2017-12-08 20:19:02 -05:00
Barış Soner Uşaklı
f11fd566f9 add inf scroll method #6158 2017-12-08 20:10:37 -05:00
Barış Soner Uşaklı
43180d4b83 #6158 2017-12-08 19:58:12 -05:00
Barış Soner Uşaklı
27b65a439a refactor of og:image code 2017-12-08 12:17:16 -05:00
Barış Soner Uşaklı
dace7d716f get all images in post 2017-12-08 11:46:05 -05:00
Barış Soner Uşaklı
aa1d22ec79 handle relative images 2017-12-08 11:37:57 -05:00
Barış Soner Uşaklı
15a8ec2138 fix url 2017-12-08 11:27:55 -05:00
Barış Soner Uşaklı
ae5dc795c3 #5824 2017-12-08 11:23:47 -05:00
Barış Soner Uşaklı
e35d0624d3 closes #6091 2017-12-08 10:51:37 -05:00
Misty (Bot)
421685ee69 Latest translations and fallbacks 2017-12-08 09:26:28 +00:00
Barış Soner Uşaklı
8e04e86e24 closes #5912 2017-12-07 20:43:07 -05:00
Julian Lam
6d6a45c9fa bump mentions again 2017-12-07 13:10:40 -05:00
Barış Soner Uşaklı
19ae8dc7e7 closes #6154 2017-12-07 12:15:07 -05:00
Julian Lam
a5f121d0a3 bump mentions, #6152 2017-12-07 11:06:14 -05:00
Barış Soner Uşaklı
8353d8b9bb closes #6155 2017-12-07 09:26:45 -05:00
Misty (Bot)
302e20d47d Latest translations and fallbacks 2017-12-07 09:26:36 +00:00
Barış Soner Uşaklı
faded26dea Revert "disallow underscore in slugs (#6133)"
This reverts commit 4fc3115f33.
2017-12-06 21:12:42 -05:00
Julian Lam
f065f36215 bump version number 2017-12-06 16:26:29 -05:00
Julian Lam
94e8b2b38d Added ajaxify.isCold()
And used it in app.js, so window.scrollTo(0, 0); is not called
on cold load (since you're already at the top). Useful in low-
bandwidth modes since you might accidentally get kicked to the
top of the page due to a slow connection and delayed .init().

Slightly related to testing in #6150
2017-12-06 12:44:43 -05:00
Baris Usakli
32a8076f2a add missing meta 2017-12-06 12:06:41 -05:00
Baris Usakli
f177b01022 closes #6147 2017-12-06 11:54:08 -05:00
Julian Lam
9a59aaa755 topic merge fallbacks 2017-12-06 10:52:46 -05:00
Misty (Bot)
a77a681156 Latest translations and fallbacks 2017-12-06 09:26:44 +00:00