Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

As an Administrator, I want all content to be hidden to non-Administrative users until I choose to publish it #27

Open
robyurkowski opened this issue Feb 13, 2013 · 5 comments

Comments

@robyurkowski
Copy link
Contributor

But I want this to be optional. If my site is set up to do automatic publishing, then content should go live as I create it. Otherwise, I should have to click a button to publish the content, and click a button to unpublish it.

This means that I should be able to stage content, so-to-speak.

What would be even cooler but unnecessary at the moment would be the ability to batch publish groups of content, so I could prepare releases and then schedule them to go at a certain date. This should probably be another feature that is discussed, though.

This is a killer feature for my business, SuperEnterpriseFortune500PleasePickMe.

@parndt
Copy link
Member

parndt commented Feb 13, 2013

This is the same as unpublished revisions?

@knewter
Copy link
Member

knewter commented Feb 18, 2013

So yeah, revisions, with a published_at timestamp?

@robyurkowski
Copy link
Contributor Author

Yep. But there's an additional catch in there that you can manually publish, as well, instead of simply publish-by-date.

@knewter
Copy link
Member

knewter commented Feb 19, 2013

Manually publish:

content.published_at = Time.zone.now

I JUST BLEW YOUR MIND

@robyurkowski
Copy link
Contributor Author

MIND BLOWN

On Tue, Feb 19, 2013 at 9:39 AM, Josh Adams [email protected]:

Manually publish:

content.published_at = Time.zone.now

I JUST BLEW YOUR MIND


Reply to this email directly or view it on GitHubhttps://github.com/parndt/afterburnercms/issues/27#issuecomment-13775383.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants