Neil Lalonde
|
9b0f63627b
|
Add blocked users count to dashboard
|
2013-07-08 12:44:13 -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
|
013ad0fdda
|
Added `In-Reply-To` and `References` email headers. Additionally removed username from
email replies and new posts to keep the subjects collapsable.
|
2013-07-08 11:48:40 -04:00 |
Sam
|
f1a31cd9e6
|
Merge pull request #1163 from ZogStriP/refactor-cooked-post-processor
refactored CookedPostProcessor
|
2013-07-07 22:01:48 -07:00 |
Sam
|
f6a8f6cfe5
|
don't notify on moderator actions, they just cause noise,
also filter out pms properly while at it
|
2013-07-08 12:44:55 +10:00 |
Régis Hanol
|
ac7253a938
|
refactor CookedPostProcessor & specs
|
2013-07-08 01:39:08 +02:00 |
Robin Ward
|
337f393af5
|
Merge pull request #1155 from ZogStriP/remove-auto-link-images-wider-than-setting
removed auto_link_images_wider_than setting
|
2013-07-06 17:12:11 -07:00 |
Régis Hanol
|
6251935b1e
|
removed auto_link_images_wider_than setting
|
2013-07-06 22:19:16 +02:00 |
Régis Hanol
|
6d1d887b96
|
relaunch all the specs when a fabricator is modified
|
2013-07-06 19:05:23 +02: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
|
a1f1849392
|
getting weird exceptions after handling one, work around
|
2013-07-05 17:44:32 +10:00 |
Sam
|
1db9108c1b
|
add some error handling
|
2013-07-05 16:55:14 +10:00 |
Sam
|
50767be722
|
user where as opposed to find to compensate for deleted topics
|
2013-07-05 15:21:04 +10:00 |
Robin Ward
|
2d821d1ff4
|
Clicking the #site-logo will refresh the latest list.
|
2013-07-04 17:31:06 -04:00 |
Robin Ward
|
4a3bc1fb43
|
More Javascript Tests + Fixtures. Also a rake task to crawl them.
|
2013-07-04 16:20:43 -04:00 |
Robin Ward
|
ea11286ab6
|
Merge pull request #1131 from novemberkilo/feature/temporary-boost-trust-levels
Feature: Admin can modify user trust levels
|
2013-07-04 06:57:59 -07:00 |
Sam
|
f9120f1250
|
let us not fail the spec suite cause the local provider for site settings reloads.
|
2013-07-04 16:49:17 +10:00 |
Régis Hanol
|
5a56af03bc
|
FIX: can no longer paste image in Chrome post editor
|
2013-07-04 00:39:23 +02:00 |
Robin Ward
|
6364fc74ef
|
Merge branch 'rewrite_update_alls' of git://github.com/stephankaag/discourse-1 into stephankaag-rewrite_update_alls
Conflicts:
app/services/spam_rules_enforcer.rb
|
2013-07-03 11:13:56 -04:00 |
Navin
|
3da37506da
|
Back end - temporary boosting of trust levels
|
2013-07-03 10:30:40 +02:00 |
Sam
|
4d4a5735d2
|
logic to bypass trust level filter for high scoring posts
|
2013-07-03 12:37:17 +10:00 |
Robin Ward
|
7f70bc3bbd
|
Add `discourse.forum` to all List-Ids
|
2013-07-02 15:21:34 -04:00 |
Robin Ward
|
fab1be7c8e
|
Adds a List-Id header to outgoing mail
|
2013-07-02 14:13:46 -04:00 |
Stephan Kaag
|
89b621d31a
|
Refactor update_all statements in order to prevent deprecation warnings in Rails 4
|
2013-07-02 18:36:47 +02: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 |
Ryland Herrick and Vipul A M
|
2ffdc5fa27
|
Refactor duplicated #log method
|
2013-07-01 21:57:18 -05:00 |
Sam
|
f6b850e7a4
|
allow skipping the validations on creation if its an api call AND skip_validations is specified
this allows wordpress plugin to post very very short titles or titles that would otherwise be disallowed
|
2013-07-02 12:23:19 +10: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
|
023d18cab2
|
FIX: Admins should be able to post short titles. This is especially important for when syndicating
a blog via the wordpress plugin into Discourse.
|
2013-06-29 17:57:10 -04:00 |
Robin Ward
|
e076661759
|
Merge pull request #1110 from ZogStriP/fix-updating-min-topic-title-length-needs-a-restart
FIX: updating needs a restart
|
2013-06-29 14:10:49 -07:00 |
Robin Ward
|
8fa3eaea13
|
Merge pull request #1112 from jamesaanderson/use-existing-method
Use existing image_html method
|
2013-06-29 14:06:27 -07:00 |
Régis Hanol
|
5df9370ebe
|
Update search_result.rb
Fix code styling
|
2013-06-29 21:45:15 +02:00 |
James A. Anderson & Jalil Mohammed
|
635ec38222
|
Use existing image_html method
|
2013-06-29 11:20:18 -07:00 |
Sam
|
95facde04f
|
Merge pull request #1109 from ZogStriP/fix-search-results-for-posts
fix deep link to post in search
|
2013-06-29 04:11:38 -07:00 |
Sam
|
5e7ffd830e
|
hard code best requires trust level > 0, make it configurable later
|
2013-06-29 21:09:13 +10:00 |
Régis Hanol
|
121d08e25f
|
FIX: updating needs a restart
|
2013-06-29 03:49:54 +02:00 |
Régis Hanol
|
9656759ecf
|
fix deep link to post in search
|
2013-06-29 03:22:17 +02:00 |
Robin Ward
|
6106057328
|
FIX: Can view best filter while logged in
|
2013-06-28 12:20:06 -04:00 |
Sam
|
966513a66d
|
my spec suite has been playing up attempting to clean some stuff by avoiding type checks
|
2013-06-28 12:18:04 +10:00 |
Neil Lalonde
|
94b8286819
|
Configurable FAQ url
|
2013-06-27 12:10:43 -04:00 |
Jeff Atwood
|
63d967e634
|
Merge pull request #1097 from ZogStriP/blob-blob-blob
provide a way to give a default filename to pasted images...
|
2013-06-26 16:24:51 -07:00 |
Neil Lalonde
|
b47f6e80b8
|
Version bump to v0.9.4
|
2013-06-26 17:55:12 -04:00 |
Régis Hanol
|
72745d257d
|
provide a way to give a default filename to pasted images in the lightbox overlay
|
2013-06-26 21:54:08 +02:00 |
Robin Ward
|
89f182899f
|
Support for custom Privacy Policies
|
2013-06-26 10:59:36 -04:00 |
Régis Hanol
|
d3eae56e71
|
soften the lightbox overlay
|
2013-06-26 02:44:20 +02:00 |
Neil Lalonde
|
b2d300fe0b
|
Add ability to give users a title. Show them under usernames beside posts. Needs love from a designer.
|
2013-06-25 18:39:20 -04:00 |
Neil Lalonde
|
a86b35c873
|
Remove the access_password site setting
|
2013-06-25 15:05:25 -04:00 |
Robin Ward
|
3067c2ed3b
|
Private messages have instructions for reply by email. We also strip X-Discourse headers
before sending the message as they are no longer needed.
|
2013-06-25 11:35:26 -04:00 |