49 Commits (6f544aba7987a245bf773e683f644ed38eeb7771)

Author SHA1 Message Date
barisusakli 5e5e46e95f closes #4499 9 years ago
Julian Lam 5f36bfab01 re: #4578 9 years ago
Julian Lam de9357970f fixes #4578 9 years ago
Julian Lam 8eaff1492a Added ACP option to customise recent post
Before, could either be OP or last reply.

Now, you can choose between OP, last reply, or last post (which
includes OP)
9 years ago
barisusakli b0151502c2 use '-inf'/'+inf' 9 years ago
barisusakli fddc6157a3 fix return of getRecentTopicReplies 9 years ago
barisusakli 53d29e29af performance improvements
store parsed category description
removed mongo _key from returns
dont get category teaser for parent
9 years ago
barisusakli 49afe544e1 recursive #3227 10 years ago
barisusakli 7db41275a3 closes #3227 10 years ago
barisusakli 072d287183 closes #3311 10 years ago
EvSpirit 2ea840e65d #2886 Check subcategories when showing category recent topics 10 years ago
EvSpirit 0fcd4dee58 #2886 Check subcategories when showing category recent topics 10 years ago
barisusakli 39a75ea2d7 fix recent replies 10 years ago
Baris Usakli a36391864a fix recent replies crash, closes #2575 10 years ago
barisusakli 15c2b124e3 recent replies needs stripTags true
changed [self] to _
10 years ago
barisusakli 21459fff84 use getPostsFromSet for recent replies 10 years ago
barisusakli 52c12fa1b1 use wrapper functions getPostsFields and getTopicsFields 10 years ago
barisusakli 6b13a84d2f removed extra priv checks
-removed category check from recentreplies since pids are already
checked
-removed category check from topics/unread.js since topics are filtered
now
-added array checks to src/topics.js
10 years ago
Julian Lam 9debfd94ec removed the hook I just added: filter:category.recent, was a bit misleading. 10 years ago
Julian Lam 20ea40133b added four new hooks: filter:categories.recent, filter:privileges.categories.get, filter:privileges.posts.filter, filter:privileges.topics.filter 10 years ago
barisusakli 485827db84 check count before privileges 10 years ago
barisusakli 6a3a3669d2 check privs on getRecentReplies and getRecentTopicReplies 10 years ago
barisusakli 7823416410 err check, assignPostsToCategory is sync 10 years ago
barisusakli c56b9aafff closes #2289, replace Infinity with '+inf' 10 years ago
barisusakli 1ae39d638a closes #2356 10 years ago
barisusakli f463030e76 closes #2264 10 years ago
barisusakli 32d0e0d7e5 dont update category post coint if topic post count is invalid 11 years ago
barisusakli 40fff367d1 faster topic move 11 years ago
barisusakli aae7f2434d closes #2088 11 years ago
barisusakli 6cd84ebe81 removed parseInt from sorts 11 years ago
barisusakli ca90afd544 #1992
(drunk) not even done yet
11 years ago
barisusakli 60624eedec small tweak 11 years ago
barisusakli 5c91bc4335 optimized home 11 years ago
barisusakli bc2f7339ee getLatestUndeletedPid will return string #1884 11 years ago
barisusakli 20df6fd5cd small fix 11 years ago
barisusakli 2bf38ec84b handle pinned topics 11 years ago
barisusakli 1e6d589080 show topics on home instead of replies
no template changes, instead of showing the latest x posts under
categories, we are now showing the latest x posts of the latest x
topics.
11 years ago
barisusakli a69973e7a7 topics.getPids will return mainPid as well 11 years ago
barisusakli 64d04f7aa6 closes #1803 11 years ago
Barış Soner Uşaklı 2d734c1648 fixed move recent replies 11 years ago
barisusakli eb9b4a62dc fix topic move, fix moveAll
move topic wasnt moving mainPid, also fixed crash on move all
clicking permissions on admin/categories no longer goes to top of page
11 years ago
barisusakli a9adfe9428 fix crash in topic move 11 years ago
barisusakli 7c84680b06 closes #1709 11 years ago
barisusakli b1aae05a08 closes #1518 11 years ago
barisusakli 68fd997efd closes #1419 11 years ago
barisusakli e12beccc09 closes #1371
adds a dropdown to category view to move/pin/lock/delete multiple topics
11 years ago
Julian Lam b9aa0d2121 stripping paragraph tags from post summaries in an effort to collapse it all into one paragraph block. 11 years ago
barisusakli 26d67257fe moved privilege check out of getRecentReplies
it was being called twice in api/home
11 years ago
barisusakli cc0ac29b36 categories refactor 11 years ago