1 min

Resolved - Define status SQL possibilities in config file.

Update: On Mon, May 20, 2013, I added several statements to config file. Need to finish with status statements in BlogData.pm.

Update: on Thu, May 24, 2013, finished with adding status statements for BlogData.pm into the config file. Good enough for now.

For "status in ('o','v')" type of SQL statements, store the info in Config.pm as much as possible.

If need to add a new status option, should only have to edit code in one spot: the config file.

Should not have to search for the SQL statements in multiple places to accommodate the new status addition.

For point 1. in this to do list...

/blogpost/921/02May2013/Add-blog-reply-options

... need to add a new status option when hiding the blog reply link from an author's blog post.

Update: - Thu, May 23, 2013 - will probably add a new column to the content table or create a new table to manage hidden blog reply posts and users blocked from replying, etc. Will NOT add a new status code in the content table.

But then will need to make sure the new status still appears in the other user's stream and in searches, etc.

Existing status codes

For blog and microblog posts:

  • o = open or displayed for all to view
  • d = deleted. only logged-in owner can undelete
  • p = pending or hidden from front page of a user's stream or All users stream, but it's still available for searches
  • v = version. old version of a blog post
  • s = secret or private blog posts that are accessible only to logged-in owner. not available for any searches.

o, p, and v posts can be viewed by ALL users, including users not logged in.

d and s are accessible only to logged-in owners.

#junco
#resolved

From JR's : articles
293 words - 1643 chars - 1 min read
created on
updated on
import date 2013-08-12 21:49:59 - #
source - versions

Related articles
Resolved - Add session id - Jun 27, 2013
Resolved - Enhance the split screen posting mode - Aug 21, 2013
Correct any UTF-8 issues - Oct 09, 2013
Resolved - Add following for tags - Jun 27, 2013
Resolved - fixed error when undeleting a private blog post - Jun 27, 2013
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: Apr 20, 2024 - 10:39 a.m. EDT