Opened 19 years ago
Closed 19 years ago
#1820 closed enhancement (fixed)
ability to save pages as draft
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.1 | Priority: | low |
Severity: | normal | Version: | 2.0 |
Component: | General | Keywords: | pages draft bg|has-patch bg|squashed |
Focuses: | Cc: |
Description
Please add the ability to save pages as "draft", similar to posts. Oftentimes, I will want to start writing a page, but have not enough time to complete it right away.
Attachments (2)
Change History (13)
#2
@
19 years ago
I still think the best approach is a unified posting screen, maybe with a "post/page" switch, where the only difference is the category/page_parent swap.
#3
@
19 years ago
- Keywords pages draft bg|has-patch bg|squashed added
- Owner changed from anonymous to davidhouse
- Status changed from new to assigned
I agree that a unified posting screen would be ideal, but that will take a lot more discussion and planning. In the interim, here's an attachment that allows you to save a page as a draft.
#4
@
19 years ago
Oh, and it requires a DB change so don't forget to run upgrade.php. Commitors: I haven't done anything about changing the DB version in this patch (couldn't find where to do it), so if you're committing this patch and it requires a change, could you do that for me? Thanks.
#5
@
19 years ago
- Keywords bg|squashed removed
Don't commit that patch, I've found and are fixing some problems with it.
#7
@
19 years ago
We're going to fix this more thoroughly in a future release. Instead of overloading post_status, a post_type field will be added. post_type can be post, page, or attachment. post_status will be publish, private, and draft.
I've worked around this by password protecting the page before it's ready, and also modifying the editing form so I could edit the timestamp and "future publish" the page, but this really needs looking at.