Régis Hanol
|
2e134742d4
|
FIX: only show 'defer flags' when there are active flags on the post
|
2014-08-04 17:29:01 +02:00 |
riking
|
19b757b058
|
FEATURE: Hide deleted posts by default for staff
|
2014-07-17 10:40:15 -07:00 |
Sam
|
3405253405
|
FEATURE: rush posting read times for newly read posts
FEATURE: "read" indicator on posts
CHANGE: anon is now assumed to have read everything
|
2014-06-03 11:48:52 +10:00 |
Sam
|
2ad756464e
|
SECURITY: TopicView not correctly restricting to topic
|
2014-05-29 21:56:26 +10:00 |
Neil Lalonde
|
e68e97d986
|
FIX: moderators can't see private topics that they aren't invited to see.
|
2014-05-12 15:26:46 -04:00 |
Robin Ward
|
79427732b2
|
Show Gaps in the post stream when filters are active
Conflicts:
app/assets/javascripts/discourse/templates/topic.js.handlebars
|
2013-12-05 16:46:59 -05:00 |
Neil Lalonde
|
117fc8db58
|
Change the way nuked users' posts are handled. Allow null in the user_id column of posts. Show these posts in the posts stream.
|
2013-09-04 15:42:21 -04:00 |
Régis Hanol
|
3922c9b6b5
|
FIX: specs for ruby 2.0.0-p247
|
2013-08-20 21:45:58 +02:00 |
Sam
|
58e7c3e1f3
|
push some work out of AR callbacks into PostCreator, add a couple of helpers for post and topic creation in test
fix it so the auto_track false marks topics as new
|
2013-07-22 15:07:20 +10:00 |
Robin Ward
|
19c169540c
|
Staff can enter and view deleted topics
|
2013-07-11 16:39:35 -04:00 |
Robin Ward
|
cfc4dda9ff
|
FIX: OpenGraph should feature the desired post, if found in the set.
|
2013-07-08 12:21:39 -04:00 |
Robin Ward
|
6cd6484b5e
|
New mode for Wordpress: Filter ONLY posts liked by moderators
|
2013-07-05 16:07:24 -04:00 |
Robin Ward
|
58d082d01e
|
OOPS: Left in some debugging info in specs. Removed
|
2013-07-05 15:06:21 -04:00 |
Robin Ward
|
4c90b16681
|
FIX: Next pages were missing on `<noscript>` content. Also fixed some long standing bugs.
|
2013-07-05 14:45:54 -04:00 |
Sam
|
4d4a5735d2
|
logic to bypass trust level filter for high scoring posts
|
2013-07-03 12:37:17 +10:00 |
Robin Ward
|
5770879472
|
Refactor: Move Topic Details into better objects, identity map, tests, query string filters
|
2013-07-02 10:36:46 -04:00 |
Sam
|
b92e912ac9
|
add min replies, min score and min trust level params for wordpress
|
2013-07-01 21:29:45 +10:00 |
Robin Ward
|
6106057328
|
FIX: Can view best filter while logged in
|
2013-06-28 12:20:06 -04:00 |
Sam
|
da6a88634b
|
improve best filter so it properly excludes all admin messages from count as well
|
2013-05-22 15:14:47 +10:00 |
Sam
|
c4d8085fc5
|
remove moderator status posts from best feed
|
2013-05-22 15:04:53 +10:00 |
Sam
|
80fb20816c
|
get rid of nonsense 404.html
correct 404 handling for invalid pages
|
2013-05-20 10:29:49 +10:00 |
Chris Hunt
|
fb4e5973db
|
Fix spelling mistake in spec doc
|
2013-05-18 13:11:34 -07:00 |
Chris Hunt
|
c2a4f16f24
|
Show posts for last page when page out of range
|
2013-05-18 13:11:01 -07:00 |
Sam
|
e9fc272db7
|
remove acts_as_paranoid, use .trash! , .recover! and .with_deleted as needed
makes upgrading to rails 4 possible
|
2013-05-07 14:39:01 +10:00 |
Sam
|
2295290383
|
added best=N option to get N best comment on a post
|
2013-03-27 22:53:11 -07:00 |
Robin Ward
|
f1e2923a91
|
Display correct post counts, even with a filter active
|
2013-03-26 15:06:23 -04:00 |
Robin Ward
|
5dc47c2d82
|
Rename `posts_count` in topic view to `post_counts_by_user` which makes much more sense
|
2013-03-26 14:06:24 -04:00 |
Robin Ward
|
2efd3e61c7
|
TopicView respects `sort_order` and better specs
|
2013-03-26 13:27:11 -04:00 |
Robin Ward
|
d848a9fedc
|
Add opengraph and twitter card support to topics
|
2013-03-07 17:46:43 -05:00 |
Gosha Arinich
|
0c99dea153
|
introduce Enum
|
2013-03-01 21:16:36 +03:00 |
Alexander
|
8855a0bfbe
|
RSS of a topic via new route
Adds TopicView#recent_posts; Post#by_newest, #with_user, #author_readable; User#readable_name
Autodiscovery tag in topic show HTML.
|
2013-02-26 14:54:17 -08:00 |
Gosha Arinich
|
cafc75b238
|
remove trailing whitespaces ❤️
|
2013-02-26 07:31:35 +03:00 |
Sam Saffron
|
a8085f15c4
|
grab highest post number from the raw data, so deletions at the end of a topic work
|
2013-02-15 13:08:37 +11:00 |
Robin Ward
|
27a07054d7
|
We never want to filter TopicView to just one post.
|
2013-02-12 19:02:16 -05:00 |
Grant Ammons
|
f3dc93a0db
|
WIP, a very nice refactoring of TopicsController#show
|
2013-02-11 17:54:56 -05:00 |
Robin Ward
|
21b5628528
|
Initial release of Discourse
|
2013-02-05 14:16:51 -05:00 |