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 |
|
Régis Hanol
|
6251935b1e
|
removed auto_link_images_wider_than setting
|
2013-07-06 22:19:16 +02: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
|
50767be722
|
user where as opposed to find to compensate for deleted topics
|
2013-07-05 15:21:04 +10: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 |
|
Robin Ward
|
7504da13e3
|
FIX: Whitespec in specs changed. We should really figure out a better way of ensuring correctness here.
|
2013-07-03 19:24:49 -04:00 |
|
Régis Hanol
|
5a56af03bc
|
FIX: can no longer paste image in Chrome post editor
|
2013-07-04 00:39:23 +02: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 |
|
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
|
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
|
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 |
|
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
|
2deaf8ef98
|
Custom Wordpress Serializer and Path, with Specs
|
2013-06-28 13:56:13 -04:00 |
|
Robin Ward
|
6106057328
|
FIX: Can view best filter while logged in
|
2013-06-28 12:20:06 -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
|
278ae7e413
|
Fix exporter spec brokenness in random mode
|
2013-06-26 17:02:24 -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 |
|
Neil Lalonde
|
03afe9280d
|
Fix failing import spec with seed 30239
|
2013-06-26 11:42:52 -04:00 |
|
Sam
|
38abac8877
|
no idea why, but jenkins does not like this pending spec
|
2013-06-26 16:38:52 +10:00 |
|
Sam
|
bb0c3302f3
|
oddly enough having this code in a pending block causes an error in jenkins
|
2013-06-26 16:28:07 +10:00 |
|
Sam
|
48d7a33157
|
Flag UI now displays deleted status for post/topic correctly on old flags
Commented out a spec that was failing in order random, with a TODO
|
2013-06-26 16:18:50 +10: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 |
|
Robin Ward
|
9a19c0d9c4
|
Fix for multiple paragraph emails with text em-dashes in them (--).
|
2013-06-25 14:06:05 -04:00 |
|
Régis Hanol
|
52b8e6014b
|
forgot to commit the test
|
2013-06-24 22:56:03 +02:00 |
|
Sam
|
ea932b74e7
|
values is a much more consistent name than all_values ... we use {}.values not {}.all_values
also fixes random ordering of tests failure in site settings
|
2013-06-23 15:07:49 +10:00 |
|
Sam
|
22d6f6784c
|
Merge pull request #1075 from ZogStriP/fix-lightboxing-when-using-s3
FIX: lightbox wasn't working when using s3 upload
|
2013-06-23 22:11:45 -07:00 |
|
Sam
|
7c726bd235
|
Merge pull request #1079 from ZogStriP/do-not-lightbox-oneboxed-images
do not lightbox oneboxed images
|
2013-06-23 22:07:25 -07:00 |
|
Régis Hanol
|
361062d53e
|
do not lightbox oneboxed images
|
2013-06-24 02:10:21 +02:00 |
|
Sam
|
0b94c3c456
|
fix all sorts of issues with random spec order
SiteSetting no longer persisted across tests
|
2013-06-23 13:35:25 +10:00 |
|
Sam
|
251aca3b00
|
lets not fail in order random
|
2013-06-23 13:35:25 +10:00 |
|
Régis Hanol
|
08aa23f0ca
|
FIX: lightbox wasn't working when using s3 upload
|
2013-06-22 13:38:42 +02:00 |
|
Robin Ward
|
bb908d5913
|
Email parsing uses Traditional Markdown Linebreaks by default. Added JS tests for line breaks.
|
2013-06-21 11:37:26 -04:00 |
|
Neil Lalonde
|
bfdbf373f3
|
Don't show invisible topics in uncategorized on categories page
|
2013-06-21 11:36:00 -04:00 |
|
Sam
|
e53aa45f54
|
I think this is more correct, admins/mods should always be able to invite
|
2013-06-21 16:35:27 +10:00 |
|
Robin Ward
|
0d10b5c9c4
|
More email receiving logic
|
2013-06-20 12:38:37 -04:00 |
|
Robin Ward
|
9f3d5b9f1e
|
Merge pull request #1044 from ZogStriP/clean-orphan-uploaded-files
added a rake task to clean orphan uploaded files
|
2013-06-20 07:53:50 -07:00 |
|
Robin Ward
|
8e6a903f9b
|
Merge pull request #1046 from house9/admin-user-index-2
extract Admin::UsersController#index to its own query class
|
2013-06-20 07:52:22 -07:00 |
|
Jesse House
|
e0ff74ead0
|
extract Admin::UsersController#index to its own query class
- move query to its own class
- use postgres ILIKE case insensitive
- removed duplicated list of trust levels
|
2013-06-19 13:48:45 -07:00 |
|
Régis Hanol
|
4a17d6dca6
|
added a rake task to clean orphan uploaded files
|
2013-06-19 21:51:41 +02:00 |
|
Robin Ward
|
82d1465d18
|
Ugly Hack: Remove improperly parsed headers from Mail::Message
|
2013-06-19 12:14:01 -04:00 |
|