Commit Graph

127 Commits (c62a60029ad45103c3dbeabd474353d361c5da8d)

Author SHA1 Message Date
barisusakli 1a87767c2c removed extra isAdminOrMod check
barisusakli dbc04cb4a2 getTopicWithPosts change, fix feeds
barisusakli 53a88d5d63 fix crash due to hook change
pichalite 53bbc17f32 add uid to hook
barisusakli d9b6a06714 limit topic views by session
Julian Lam 97ce08f5af Removed rel="canonical", closes
On the advice of the following articles:
  - http://googlewebmastercentral.blogspot.com/2013/04/5-common-mistakes-with-relcanonical.html
  - https://moz.com/blog/rel-confused-answers-to-your-rel-canonical-questions

rel="canonical" should not be shown on the same page
as rel="prev" and rel="next" as Google will implicitly
assume that they all point to the same page. With the
"pageless" variety only showing the first page of posts,
it explains exactly why any post content after the first
page is not indexed by Google.

... or perhaps it *is* indexed, but not returned. Who
the heck knows. 😄
barisusakli b08f6073de check ogImageUrl
Raphael Beer cf7b7a8d4c Respond with 404 when topic inside hidden category
Julian Lam 34725ec3e5 Fixes
Added meta data to user profile pages, and also added noEscape
option to meta tag input. If set, validator escaping won't be
run on that value.
barisusakli 46c2563164 removed rooms.js removed browsing users, removed chat syncing across sockets
use lastonline for online detection
barisusakli 1ecf27417a removed commented out stuff removed topics.enter
barisusakli 353ebb71d2 removed unnecessary if
barisusakli c2b29ff4c4 add page to canonical link
barisusakli 2d96cdba1c closes
barisusakli 2d01fe78d0 removed privileges.posts.get from addPostData
privilege data is already available higher up
barisusakli 902f529d53 closes
barisusakli 5a3a627fcd fix rel tag urls
barisusakli c617a3f008 inf scroll changes
dont load main post if start > 0
barisusakli 933a89d2ae closes removed double escape
barisusakli 3416f600c5
barisusakli 80701f44d6 fix syntax
barisusakli b3cbb46010
include add post index
barisusakli fb6abd32c4 closes
barisusakli f3b6a5fbb9 generic getObject
barisusakli c139dfa843 closes
barisusakli 8af64ba984 closes
Julian Lam 8070de7962 closes
barisusakli 25502f0687 closes
barisusakli 1d4efaee68 fix indices if postsPerPage is an odd number
barisusakli a924c456b9 closes
barisusakli dc16a665ae page checks
barisusakli 47a2377229 closes
Barış Soner Uşaklı 21b634e03f closes
Julian Lam 8ee40ece71 removed checks that would send the user to 404 if the slug didn't match, restored old behaviour of redirecting to the correct slug.
barisusakli 835d4db481 dont add category/topic slug if user doesnt have read permission
or category is disabled etc.
barisusakli 2fd4bcde3f added req.uid user id for logged in users, 0 for guests
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
barisusakli ddd4680ea7 added helpers.redirect
acardinale 8975a0962e Update topics.js
acardinale a63c679935 Add hook "filter:topic.build"
Same behavior as "filter:register.build"
barisusakli 8bbd7d971b fix index to post if sorting is by votes and pagination is used
barisusakli c859586269 calculate topic post indices instead of querying db
barisusakli 38dd3d4281 search newer/older than and better pagination
barisusakli 6a837632fa fix first post loading when pagination is enabled
barisusakli aaa1fae558 closes
barisusakli 98ff75b9c3 closes
Julian Lam a8c818c6cd added new hook, filter:controllers.topic.get
barisusakli 8965855218 made breadcrumbs regular function
less db calls as well
barisusakli be11577aa4 closes
Julian Lam 78763834fe closed