Julian Lam
|
a8c818c6cd
|
added new hook, filter:controllers.topic.get
|
10 years ago |
barisusakli
|
8965855218
|
made breadcrumbs regular function
less db calls as well
|
10 years ago |
barisusakli
|
be11577aa4
|
closes #2477
|
10 years ago |
Julian Lam
|
78763834fe
|
closed #2122
|
10 years ago |
Julian Lam
|
deac12c540
|
closed #2424
|
10 years ago |
barisusakli
|
114d0506e1
|
fixed typo
|
10 years ago |
barisusakli
|
c1b61522f7
|
check if topic is deleted
|
10 years ago |
barisusakli
|
556e7066e8
|
moved notFound notAllowed to helpers
|
10 years ago |
barisusakli
|
d9a071d710
|
removed unused code from category and topic controller
|
10 years ago |
barisusakli
|
af4cbfb20d
|
closes #2368
|
10 years ago |
Julian Lam
|
44175188c4
|
handling case where user does not satisfy any of the privilege thresholds given to the hasEnoughReputationFor method
|
10 years ago |
barisusakli
|
268ecd5157
|
single call to get slug and postcount
|
10 years ago |
barisusakli
|
209edf182f
|
404 pages that are out of range
|
10 years ago |
barisusakli
|
e97bfc139b
|
#1848
|
10 years ago |
barisusakli
|
c5ba327d8f
|
fix empty pages
|
10 years ago |
barisusakli
|
55a5d56989
|
fixed view count for guests
|
10 years ago |
psychobunny
|
1b2ccda40b
|
closes #2231; see #2218
|
11 years ago |
barisusakli
|
7b8656ef8b
|
facebook share doesn't display &
|
11 years ago |
barisusakli
|
97e4f13a4d
|
fix page count
|
11 years ago |
barisusakli
|
da64eb0873
|
closes #2117
|
11 years ago |
barisusakli
|
23197af725
|
closes #2114
|
11 years ago |
Julian Lam
|
e1211527b0
|
Merge branch '0.5.1' into hashtalk
Conflicts:
src/controllers/topics.js
|
11 years ago |
barisusakli
|
2d5dc44ce5
|
closes #2123
|
11 years ago |
psychobunny
|
0db93504ce
|
forgot comma
|
11 years ago |
psychobunny
|
2b90add560
|
fix for topics without category data (?)
@barisusakli lemme know if this is legit, if not, see line 195 as well
|
11 years ago |
barisusakli
|
0914004e12
|
crash fix
|
11 years ago |
Moritz Schmidt
|
d1273516b5
|
default for missing post_index parameter
Avoid getting NaN if post_index param is not set (NaN is passed through to redis, redis complains, and the user ends up at /404)
|
11 years ago |
barisusakli
|
5323934cc2
|
calculate page count in controller
|
11 years ago |
barisusakli
|
b7fd4c22d4
|
removed checkPostIndex middleware
1 less call to get topic post count
|
11 years ago |
psychobunny
|
a52c69d2a1
|
only send noscript paginator data on cold loads
|
11 years ago |
barisusakli
|
55cbaf6a19
|
#2032
|
11 years ago |
Julian Lam
|
8bac0bf361
|
Merge branch 'csrf-excision' into hashtalk
|
11 years ago |
Julian Lam
|
a061079995
|
fixed all POST routes to use new csrf middleware
|
11 years ago |
barisusakli
|
f1d5db6be0
|
pagination fix
|
11 years ago |
barisusakli
|
4b20e78de2
|
hopefully final fix
|
11 years ago |
barisusakli
|
518d731562
|
one more time
|
11 years ago |
barisusakli
|
f9c9f58561
|
post_index fix
|
11 years ago |
Julian Lam
|
063d270f1a
|
introducing "sort" querystring parameter in topic route, so that sorting can be overridden via query string.
|
11 years ago |
barisusakli
|
603cddc687
|
closes #1934
|
11 years ago |
barisusakli
|
4f5c78d675
|
merge
|
11 years ago |
barisusakli
|
537dea4e4b
|
crash fix
|
11 years ago |
barisusakli
|
ca90afd544
|
#1992
(drunk) not even done yet
|
11 years ago |
barisusakli
|
cfc67d4e90
|
closes #1924
|
11 years ago |
psychobunny
|
b6a8845d52
|
disable topic RSS
|
11 years ago |
barisusakli
|
64d04f7aa6
|
closes #1803
|
11 years ago |
psychobunny
|
92c0bd07c9
|
Ability to enable/disable the upvote/downvote system, closes #1672
|
11 years ago |
psychobunny
|
a2f85648c5
|
allow voting system to be disabled
|
11 years ago |
barisusakli
|
870bf95e5b
|
deleted topic feed fix
|
11 years ago |
psychobunny
|
eeabae5738
|
closes https://github.com/NodeBB/NodeBB/issues/1668
|
11 years ago |
barisusakli
|
d32dfd98b7
|
remove main post if page is greater than 1
this fixes pagination after the main post change
|
11 years ago |