Commit Graph

18142 Commits

Author SHA1 Message Date
Robin Ward
4b7046efa4 Remove unused commented out code 2016-03-14 13:26:30 -04:00
Régis Hanol
4a3cb4a000 FIX: use MD5 of the email_string when there's no 'Message-Id' 2016-03-14 18:18:58 +01:00
Robin Ward
1ba65765e4 Merge pull request #4073 from adrapereira/ap_fixSidebarLinkCount
Fix: Link count on the topic sidebar
2016-03-14 12:32:20 -04:00
Régis Hanol
9fc9f029ea fix title for posted notification 2016-03-14 16:53:53 +01:00
Andre Pereira
3e3aa91934 Refactor to use a single piece of logic 2016-03-14 12:27:31 +00:00
Sam Saffron
e00850a1ab FEATURE: implement before and after filters in search remove max_age and min_age
supports

- before:monday
- after:june
- before:2001
- before:2001-01-22
2016-03-14 23:27:02 +11:00
Sam
b35186bfe2 Merge pull request #4063 from sghebuz/sghebuz-patch-1
Fix mbox.rb for updated Email::Receiver API
2016-03-14 11:30:30 +11:00
Andre Pereira
da4c96fad2 Fixes scope problem. 2016-03-13 14:37:15 +00:00
Andre Pereira
e7a4900baf Removed use of ES6 Set. 2016-03-13 14:31:03 +00:00
Andre Pereira
129cc92ec9 Fixes the link count on the sidebar by only counting unique titles. 2016-03-13 13:54:03 +00:00
Jeff Atwood
a78392d218 Update INSTALL-cloud.md 2016-03-11 23:15:05 -08:00
Jeff Atwood
f3ef8dfd7b Update INSTALL-email.md 2016-03-11 23:09:19 -08:00
Jeff Atwood
090e097a4d Update INSTALL-email.md 2016-03-11 23:08:22 -08:00
Jeff Atwood
c3534fd9d8 Merge pull request #4071 from sethherr/esp_templates_page
Add an Email Services Template page
2016-03-11 14:26:25 -08:00
Robin Ward
2cd6649ba0 FIX: Was leaking tagName across plugin outlets 2016-03-11 16:32:28 -05:00
Robin Ward
1006b1ba94 Various Plugin Enhancements and Extension Points 2016-03-11 15:53:37 -05:00
Régis Hanol
841cec1bc1 FIX: support emails in with weird encoding 2016-03-11 18:51:53 +01:00
sethherr
3d6deb0a72 Add an Email Services Template page
- Link Admin Quick Start and basic install to services page
- Provide templates for various email service providers
2016-03-11 11:37:17 -06:00
Arpit Jalan
01f2f05f2d Merge pull request #4070 from techAPJ/revert-post
FEATURE: revert post to a specific revision
2016-03-11 23:00:13 +05:30
Régis Hanol
6d84a8a1b3 FIX: don't send out elided message in email notifications
UX: improved details tag for elided messages
2016-03-11 17:51:16 +01:00
Guo Xiang Tan
bf209d8344 FIX: Redis hostname may resolve to nothing. 2016-03-11 19:06:37 +08:00
Guo Xiang Tan
90fde5053d FIX: Load Redis patch much earlier. 2016-03-11 17:29:00 +08:00
Arpit Jalan
eb6a17f587 UX: show emoji in topic title on groups page 2016-03-11 13:36:31 +05:30
Guo Xiang Tan
89b1998174 Add default port for redis_slave. 2016-03-11 15:07:07 +08:00
Guo Xiang Tan
b1e0da2b50 Merge pull request #4056 from tgxworld/redis_failover
FEATURE: Master-Slave Redis configuration with fallback and switch over.
2016-03-11 14:54:02 +08:00
Guo Xiang Tan
c07c474575 FEATURE: Master-Slave Redis configuration with fallback and switch over. 2016-03-11 12:18:58 +08:00
Sam
963d558bee update message bus 2016-03-11 14:17:06 +11:00
Arpit Jalan
89248580dc FEATURE: revert post to a specific revision 2016-03-11 02:46:55 +05:30
Robin Ward
1fc335d84a FIX: When showing subcategory list you couldn't see the bulk button 2016-03-10 13:28:22 -05:00
Robin Ward
d8127a1590 UX: Add icons to mobile Topic Controls drop down 2016-03-10 12:20:58 -05:00
Robin Ward
5bfc9cdf50 FIX: Top map is actually expanded when there is a summary 2016-03-10 10:59:53 -05:00
Sam Saffron
dd65e78431 only trim leading spaces for italic and bold 2016-03-10 23:54:33 +11:00
Sam Saffron
7be90a885c FIX: bolding text when selection has a leading space 2016-03-10 22:43:48 +11:00
Jeff Atwood
a212540779 clarify when you need to be root 2016-03-10 00:07:09 -08:00
Jeff Atwood
85dc30f16c clarify after bootstrapping 2016-03-09 23:46:16 -08:00
Jeff Atwood
417d900adc add re-bootstrap reminder 2016-03-09 23:42:03 -08:00
Jeff Atwood
a6a4f1a969 minor improvements to install guide 2016-03-09 23:29:43 -08:00
Sam Saffron
f3efe657fa FEATURE: Automatically add http:// when adding links without them via composer 2016-03-10 18:25:02 +11:00
Sam
aa001fcfc4 Merge pull request #4057 from joebuhlig/spec-for-topic-status-update-event
Add spec for topic_status_update event
2016-03-10 16:46:59 +11:00
Sam Saffron
0f29269de8 lang-auto not being treated correctly after update 2016-03-10 16:44:24 +11:00
Sam
7fb8fda7bf Merge pull request #4065 from phw/update-highlightjs
Updated highlight.js
2016-03-10 16:21:17 +11:00
Jeff Atwood
d34b4d3f5d Merge pull request #4069 from sethherr/email_providers_doc_update
Update ESP information in INSTALL-cloud
2016-03-09 14:00:33 -08:00
Sam
f590036525 zero width joiner for emojis so no space is added when converting 2016-03-10 08:58:19 +11:00
sethherr
367c97e2a9 Update ESP information in INSTALL-cloud
Add with SparkPost's updated monthly limit, update Mailjet so it uses the same scale as the rest of the examples
2016-03-09 14:44:36 -06:00
Sam
fe684fdfb8 FIX: incorrect stat for topics_entered in user directory 2016-03-10 07:44:16 +11:00
Robin Ward
5fcd5002c4 FIX: Saving a user field as required didn't work the first time 2016-03-09 15:34:48 -05:00
Robin Ward
360a794335 Merge pull request #4060 from JSFernandes/mandatory_user_fields
Force users to select an option in required custom user dropdown fields
2016-03-09 15:25:22 -05:00
Robin Ward
616006a9ce FIX: All unicode replacements beside words. Omit some symbols. 2016-03-09 14:59:36 -05:00
Robin Ward
566b0bbb75 FIX: Broken test 2016-03-09 13:26:06 -05:00
Régis Hanol
2747e14b4c FEATURE: hide elided part of incoming emails behind a [details] tag 2016-03-09 18:51:54 +01:00