Régis Hanol
|
3ae1ebdfc3
|
FIX: use PostDestroyer when deleting/recovering a topic
|
2014-08-07 19:12:35 +02:00 |
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 |
Robin Ward
|
60cb5ea6a9
|
FIX: If a user is deleted, don't break embedded comments for admins.
|
2014-06-18 17:39:36 -04:00 |
Régis Hanol
|
0df666277d
|
BUGFIXES: properly deal with bookmarks and deleted posts
BUGFIX: removing a bookmark from the activity feed was busted for deleted posts
BUGFIX: delete associated user actions when deleting a post
|
2014-06-04 17:41:11 +02: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 |
Robin Ward
|
3211c60bbe
|
FEATURE: A new site setting `public_user_custom_fields` which allows you
to whitelist custom fields that will be exposed to the Ember client
application.
|
2014-05-14 14:39:01 -04:00 |
Neil Lalonde
|
9f4171e487
|
Fix my prev_page code, thanks to riking
|
2014-05-13 10:15:28 -04:00 |
Louis Rose
|
1574485443
|
Perform the where(...).first to find_by(...) refactoring.
This refactoring was automated using the command: bundle exec "ruby refactorings/where_dot_first_to_find_by/app.rb"
|
2014-05-06 14:41:59 +01:00 |
Robin Ward
|
158487dfc2
|
FIX: Clean up next/prev rel links
|
2014-03-03 12:56:37 -05:00 |
Robin Ward
|
b61df08d1b
|
FEATURE: Admin selector to choose a primary group for a user, display it
and apply a CSS class to their posts.
|
2014-02-10 17:00:15 -05:00 |
Robin Ward
|
194081ca47
|
FIX: Hidden posts were not being displayed with the correct messaging.
|
2014-01-21 17:23:03 -05:00 |
Robin Ward
|
1ffcf39448
|
Make embedded comments look nicer
|
2014-01-03 12:52:42 -05:00 |
Robin Ward
|
744add9ece
|
FIX: Post count progress was a little off. Minor fix to hidden posts
|
2013-12-09 14:28:32 -05: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 |
Robin Ward
|
a2b70f64ca
|
FIX: Hidden posts would screw up the docking of the post progress
|
2013-11-27 14:59:14 -05:00 |
Robin Ward
|
4ce81e1b01
|
Rename "Best Of" to "Summary"
|
2013-11-18 12:48:26 -05:00 |
Robin Ward
|
ad3e276b4b
|
Rename TopicSummary -> TopicMap
|
2013-11-18 12:08:21 -05:00 |
Manoj
|
9650dbb97c
|
Refactor topics controller
Refactor: 1) TopicsController to reduce code climate complexity.
2) Topic model, addressed comments
fix typo
|
2013-10-28 11:42:07 +05:30 |
Sam
|
094b5eccca
|
bug fixes for user_stat extraction, decrease querying
|
2013-10-07 15:05:00 +11:00 |
Sam
|
4933e9d6ab
|
todo added to code
|
2013-09-05 09:33:51 +10: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 |
Navin
|
2ea15adad9
|
Extract methods to improve flog score of TopicView
|
2013-08-13 18:23:04 +02:00 |
Navin
|
9c5b5e3c7d
|
Refactor TopicView - extract filter method to FilterBestPosts
Still much to do but this should reduce the complexity scores
for TopicView
|
2013-07-12 15:54:54 +02:00 |
Robin Ward
|
19c169540c
|
Staff can enter and view deleted topics
|
2013-07-11 16:39:35 -04:00 |
Neil Lalonde
|
8814f9ed05
|
Fix a case when a staff user views a topic with a deleted post by a nuked user; might be a temporary solution until we decide what to do with nuked records
|
2013-07-10 16:52:47 -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
|
88ca51bb00
|
FIX: Wordpress route wasn't updating filter count correctly
|
2013-07-05 16:59:16 -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
|
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 |
Sam
|
5e7ffd830e
|
hard code best requires trust level > 0, make it configurable later
|
2013-06-29 21:09:13 +10:00 |
Robin Ward
|
6106057328
|
FIX: Can view best filter while logged in
|
2013-06-28 12:20:06 -04:00 |
Sam
|
870e59883b
|
secure the links on the topic pages, eliminated deleted topics as well.
|
2013-06-05 16:10:26 +10: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
|
c2a4f16f24
|
Show posts for last page when page out of range
|
2013-05-18 13:11:01 -07:00 |
Sam
|
5ec52bd2e9
|
:s/moderator?/staff/g ... our naming was kind of crazy, renamed moderator? to staff
|
2013-05-02 17:22:27 +10:00 |
Régis Hanol
|
7105349f1f
|
FIX: accessing a topic with a 'page' parameter
|
2013-04-04 00:12:27 +02: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 |
Sam
|
2a047df4f1
|
cache reply_to_user_id in post to eliminate a very nasty n+1 query
|
2013-03-19 16:54:23 -07:00 |
Robin Ward
|
908bba8c13
|
First stab at oneboxing of meta.discourse.org
|
2013-03-08 15:59:12 -05:00 |
Robin Ward
|
d1d4530efd
|
User Profile enhancements:
- Added PreloadStore support to avoid duplicate requests
- preliminary SEO
- Support for opengraph/twitter cards
|
2013-03-08 15:04:37 -05:00 |