Move FAQ, Terms of Service, and Privacy Policy into topics in the Staff category. First post of those topics will be rendered on their respective pages. Site settings and content are not used for these documents anymore. Translations of the default text is moved into the standard YML files.

This commit is contained in:
Neil Lalonde
2014-07-24 14:27:34 -04:00
parent e6819f8879
commit 5a33e6f00c
10 changed files with 423 additions and 43 deletions

View File

@ -14,7 +14,6 @@ describe SystemMessage do
let(:topic) { post.topic }
it 'should create a post correctly' do
SiteSetting.stubs(:max_post_length).returns(100_000)
post.should be_present
post.should be_valid
topic.should be_private_message