Commit Graph

278 Commits

Author SHA1 Message Date
Sam e704c0f751 Merge pull request #2196 from riking/patch-1
Improve plugins.md text
2014-03-28 10:12:10 +11:00
Kane York 810ee7e4df Improve plugins.md text 2014-03-26 20:34:08 -07:00
William Karavites fa2278c015 Formatting changes for the MAILING-LIST-SETUP doc
Added some formatting changes for the MAILING-LIST-SETUP doc to make it
easier to read.
2014-03-26 15:25:17 -04:00
William Karavites 9599e3768f Add link to the main Discourse Plugin page for the PLUGINS doc.
Sorry for all of the crazy commits. I got my branches mixed up, I
should be good now.

This adds a link to the main discourse plugin page
2014-03-26 15:04:44 -04:00
Régis Hanol e9eeeac37d Merge pull request #2169 from subelsky/patch-1
Fix code block for git commands
2014-03-25 14:37:52 +01:00
Jeff Atwood 20bde6e61d add backup links, etc 2014-03-24 16:51:16 -07:00
Mike Subelsky e6f575b633 Fix code block for git commands 2014-03-24 10:41:37 -04:00
Dee Zsombor 568e16f3fb Remove documentation references to "pg_dumps/development-image.sql".
There is no such file. Seeding is accomplised via the rake tasks as of
9ab743f351.
2014-03-24 14:05:36 +01:00
Sam 8fd57da7c0 Lowercase md file 2014-03-24 09:54:21 +11:00
Jeff Atwood c53cd96ad1 add Other Optional Stuff section, link swap guide 2014-03-22 23:43:05 -07:00
David Czarnecki 05b923eac1 Minor fix for location of osx_dev script 2014-03-18 13:27:50 -04:00
Jeff Atwood 7a3eceed76 remove SSH key generation, not for beginners 2014-03-17 14:39:19 -07:00
Jeff Atwood 1fed2c5a5a improve Welcome to Discourse post 2014-03-16 12:49:07 -07:00
Jeff Atwood 5e93d60e9b PTR reminder, name 2014-03-15 19:56:23 -07:00
Jeff Atwood 0bb9b607cc add SPF DKIM reminder 2014-03-15 15:29:26 -07:00
Jeff Atwood ac3fea5e65 add link to GitHub source for Admin Quick Start 2014-03-14 15:28:58 -07:00
Jeff Atwood ca926b2d59 clarify on login config 2014-03-14 15:15:07 -07:00
Jeff Atwood 1f095b031c fix bad link 2014-03-14 15:09:17 -07:00
Jeff Atwood 2b41086683 improve the admin quick start guide a bit more 2014-03-14 13:59:09 -07:00
Jeff Atwood 0ff573d03a Update INSTALL-digital-ocean.md 2014-03-14 11:26:38 -07:00
Neil Lalonde 5f34a621b5 Revert "Merge pull request #1896 from nickborromeo/category-list" 2014-03-12 16:41:15 -04:00
Régis Hanol bbde2aaa97 Merge pull request #1896 from nickborromeo/category-list
Refactor find_relevant_topics and find_categories
2014-03-12 09:44:41 +01:00
Jeff Atwood 1920f44fdf massive update to admin quick start guide 2014-03-04 11:52:19 -08:00
Régis Hanol 9f2b48014c Update the members of the Core Discourse Team 2014-03-04 16:48:06 +01:00
Sam 172e517b31 Merge pull request #2012 from ligthyear/incoming-emails
Advanced New-Topic via Email Feature
2014-03-03 10:58:10 +11:00
Jeff Atwood 5ac6be8847 add swap link 2014-03-01 14:53:30 -08:00
Jeff Atwood a0e4a9ec9b hey valid HTML is always a nice bonus 2014-02-28 16:16:01 -08:00
Jeff Atwood 0e5f07b092 add better new forum image 2014-02-28 16:15:03 -08:00
Jeff Atwood 885abab17d 2gb ram more strongly recommended 2014-02-28 15:34:34 -08:00
Benjamin Kampmann d32cb55837 Add public-inbox to Email-In-Feature
- Adds the advanced option to accept email from non-users per category email-address
 - Adds tests covering the new feature
 - Adds UI to configure this feature in the frontend
2014-02-28 16:53:58 +01:00
Benjamin Kampmann 37cea49459 Add Email-In-Per-Category
- allow the configuration of an inbox-email-address per category
 - post emails to that email into that category instead of global

 - Adds UI for configuration
 - Adds Documentation for configuration
 - Adds Tests for new feature
2014-02-28 16:53:58 +01:00
Benjamin Kampmann 4af2cf3f23 Refactor and clean up New-Topic via Email
With the new email_in admin configuration setting, emails to the email_in_address fetched via POP will now be processed and posted as new topics to the forum.

With the email_in_min_trust you can control the trust level the user needs to have at least to be able to post an email as a new topic.

Also contains tests for the email-in feature and minor clean ups
2014-02-28 16:53:58 +01:00
Allen Hancock dad43b9853 Optionally allow discourse to create new topics from email. 2014-02-28 16:53:58 +01:00
Jeff Atwood 2ecb728e79 clarify remove comments in front of email lines 2014-02-27 23:03:17 -08:00
Régis Hanol 6745422058 Remove useless sudos 2014-02-27 15:36:14 +01:00
Kevin P. Fleming 40041faf9d Address @Supermathie's concerns in PR1430 2014-02-26 21:55:19 -08:00
Kevin P. Fleming f5456df9ab Various cleanups to Ubuntu installation instructions:
* Avoid editing /etc/apt/sources.list add nginx repo, instead create
  /etc/apt/sources.list.d/nginx.list

* Avoid editing /etc/nginx/nginx.conf, instead put server_name_hash_buckets
  setting into discourse.conf

* Proper-case Discourse when it is referring to the product name, so that all
  the lowercase references are to the user created during the installation
2014-02-26 21:55:19 -08:00
Jeff Atwood 1c51a613b2 Merge pull request #2014 from wpp/remove_pg_dump_from_osx_guide
Removes the 'Loading seed data' heading from the OSX Native Guide
2014-02-26 12:13:28 -08:00
Philipp Weissensteiner 3e898c92a9 Removes the 'Loading seed data' heading from the OSX Native Guide
As far as I understand the pg_dumps are no longer needed.
commit: "remove pg_dumps, no longer needed" 25fc0b9
2014-02-26 20:07:20 +01:00
Régis Hanol c6bc324259 CLEANUP: remove unused pseudo locale 2014-02-26 19:03:04 +01:00
Arpit Jalan 014c7c21e7 Generalize the guide 2014-02-26 01:56:03 +05:30
Arpit Jalan 8f6acc3404 Remove unnecessary image. 2014-02-26 01:34:01 +05:30
Jeff Atwood 1ead3a9114 no samsaffron 2014-02-25 01:27:34 -08:00
Jeff Atwood 27768dfe77 Update INSTALL-digital-ocean.md 2014-02-25 01:22:15 -08:00
Jeff Atwood ac745da02f 2GB vs 1GB 2014-02-25 01:21:56 -08:00
Jeff Atwood f13a83cc3a clean up DO guide a bit more 2014-02-25 01:19:12 -08:00
Jeff Atwood 919d7881e3 Update TROUBLESHOOTING.md 2014-02-25 01:13:12 -08:00
Jeff Atwood 3ee7ef0953 normalize on Docker installs 2014-02-25 01:11:32 -08:00
Jeff Atwood adcd4a17c2 Rename HEROKU.md to install-HEROKU.md 2014-02-25 00:55:17 -08:00
Jeff Atwood 7fef2fa784 Update INSTALL-email.md 2014-02-25 00:54:00 -08:00