Difference between revisions of "Proplists/logprop"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Robot: Updating page.) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
<!-- DO NOT EDIT ANYTHING BELOW THIS LINE. ANY EDITS WILL BE CLOBBERED BY Exor674Bot --> | <!-- DO NOT EDIT ANYTHING BELOW THIS LINE. ANY EDITS WILL BE CLOBBERED BY Exor674Bot --> | ||
− | {| class="wikitable" | + | {| class="wikitable sortable" |
|- | |- | ||
− | + | | Name | |
− | + | | Description | |
+ | | Type | ||
+ | |- | ||
+ | | admin_post | ||
+ | | Set to true if this is an official community administrator post. | ||
+ | | bool | ||
|- | |- | ||
| adult_content | | adult_content | ||
| Sets the entry as containing adult content (none, explicit, concepts) | | Sets the entry as containing adult content (none, explicit, concepts) | ||
+ | | char | ||
|- | |- | ||
| adult_content_maintainer | | adult_content_maintainer | ||
| Sets the entry as containing adult content (none, explicit, concepts) -- community maintainer override | | Sets the entry as containing adult content (none, explicit, concepts) -- community maintainer override | ||
+ | | char | ||
|- | |- | ||
| adult_content_maintainer_reason | | adult_content_maintainer_reason | ||
| The reason that the entry is marked as containing adult content -- community maintainer override | | The reason that the entry is marked as containing adult content -- community maintainer override | ||
+ | | char | ||
|- | |- | ||
| adult_content_reason | | adult_content_reason | ||
| The reason that the entry is marked as containing adult content | | The reason that the entry is marked as containing adult content | ||
+ | | char | ||
|- | |- | ||
| commentalter | | commentalter | ||
| Unix time of the last change to number of comments to this post. | | Unix time of the last change to number of comments to this post. | ||
+ | | num | ||
|- | |- | ||
| current_coords | | current_coords | ||
| Current coordinates at time of post, in form '45.2935N 123.3452W' | | Current coordinates at time of post, in form '45.2935N 123.3452W' | ||
+ | | char | ||
|- | |- | ||
| current_location | | current_location | ||
| Current location at time of post, free form text | | Current location at time of post, free form text | ||
+ | | char | ||
|- | |- | ||
| current_mood | | current_mood | ||
| Your current mood. | | Your current mood. | ||
+ | | char | ||
|- | |- | ||
| current_moodid | | current_moodid | ||
| Your current mood ID number, if known. | | Your current mood ID number, if known. | ||
+ | | num | ||
|- | |- | ||
| current_music | | current_music | ||
| Music you're currently listening to. | | Music you're currently listening to. | ||
+ | | char | ||
|- | |- | ||
| hasscreened | | hasscreened | ||
| True if comments to this item include screened comments | | True if comments to this item include screened comments | ||
+ | | bool | ||
|- | |- | ||
| import_source | | import_source | ||
| String describing where this entry was imported from | | String describing where this entry was imported from | ||
+ | | char | ||
|- | |- | ||
| interface | | interface | ||
| String describing how this entry was posted | | String describing how this entry was posted | ||
+ | | char | ||
|- | |- | ||
| opt_backdated | | opt_backdated | ||
| Set to true if this item shouldn't show up on people's friends lists (because it occurred in the past) | | Set to true if this item shouldn't show up on people's friends lists (because it occurred in the past) | ||
+ | | bool | ||
|- | |- | ||
| opt_nocomments | | opt_nocomments | ||
| Turn on if readers can't post comments on this entry. | | Turn on if readers can't post comments on this entry. | ||
+ | | bool | ||
|- | |- | ||
| opt_nocomments_maintainer | | opt_nocomments_maintainer | ||
| Disables comments on this entry -- community maintainer override. | | Disables comments on this entry -- community maintainer override. | ||
+ | | bool | ||
|- | |- | ||
| opt_noemail | | opt_noemail | ||
| Turn on if the poster isn't interested in receiving comments to this post by email | | Turn on if the poster isn't interested in receiving comments to this post by email | ||
+ | | bool | ||
|- | |- | ||
| opt_preformatted | | opt_preformatted | ||
| Turn on if post contains HTML and shouldn't be formatted | | Turn on if post contains HTML and shouldn't be formatted | ||
+ | | bool | ||
|- | |- | ||
| opt_screening | | opt_screening | ||
| Like opt_whoscreened: A = All, R = Remote needed (anonymous only), F = non-Friends, N = None, else use userprop. | | Like opt_whoscreened: A = All, R = Remote needed (anonymous only), F = non-Friends, N = None, else use userprop. | ||
+ | | char | ||
|- | |- | ||
| picture_keyword | | picture_keyword | ||
| A keyword that should align to a defined picture | | A keyword that should align to a defined picture | ||
+ | | char | ||
|- | |- | ||
| picture_mapid | | picture_mapid | ||
| A keyword that should align to a mapid | | A keyword that should align to a mapid | ||
+ | | num | ||
|- | |- | ||
| revnum | | revnum | ||
| Number of times this post has been edited. | | Number of times this post has been edited. | ||
+ | | num | ||
|- | |- | ||
| revtime | | revtime | ||
| Unix time of the last edit | | Unix time of the last edit | ||
+ | | num | ||
|- | |- | ||
| statusvis | | statusvis | ||
| 'V' or undef for visible, 'S' for suspended | | 'V' or undef for visible, 'S' for suspended | ||
+ | | char | ||
|- | |- | ||
| syn_id | | syn_id | ||
| Unique id of syndication item | | Unique id of syndication item | ||
+ | | char | ||
|- | |- | ||
| syn_link | | syn_link | ||
| Original URL of syndication item | | Original URL of syndication item | ||
+ | | char | ||
|- | |- | ||
| taglist | | taglist | ||
| Comma separated list of tags on the entry | | Comma separated list of tags on the entry | ||
+ | | char | ||
|- | |- | ||
| unknown8bit | | unknown8bit | ||
| True if text has 8-bit data that's not in UTF-8 | | True if text has 8-bit data that's not in UTF-8 | ||
+ | | bool | ||
|- | |- | ||
| unsuspend_supportid | | unsuspend_supportid | ||
| The support request ID of the unsuspension request submitted by a user whose entry was suspended. Undef or 0 if no request is currently open. | | The support request ID of the unsuspension request submitted by a user whose entry was suspended. Undef or 0 if no request is currently open. | ||
+ | | num | ||
|- | |- | ||
| used_rte | | used_rte | ||
| True if entry was composed using the rich text editor | | True if entry was composed using the rich text editor | ||
+ | | bool | ||
|- | |- | ||
| useragent | | useragent | ||
| Name of web/mobile/sip/etc client used to post | | Name of web/mobile/sip/etc client used to post | ||
+ | | char | ||
|- | |- | ||
| xpost | | xpost | ||
| Maps to crossposts of this entry on other sites | | Maps to crossposts of this entry on other sites | ||
+ | | char | ||
|- | |- | ||
| xpostdetail | | xpostdetail | ||
| Maps to crossposts of this entry on other sites | | Maps to crossposts of this entry on other sites | ||
+ | | blobchar | ||
|} | |} |
Latest revision as of 16:58, 29 July 2013
This is a list of all the currently defined and in-use logprops ( e.g. entryprops ).
These are defined in the table logproplist and the values are stored in logprop2.
Name | Description | Type |
admin_post | Set to true if this is an official community administrator post. | bool |
adult_content | Sets the entry as containing adult content (none, explicit, concepts) | char |
adult_content_maintainer | Sets the entry as containing adult content (none, explicit, concepts) -- community maintainer override | char |
adult_content_maintainer_reason | The reason that the entry is marked as containing adult content -- community maintainer override | char |
adult_content_reason | The reason that the entry is marked as containing adult content | char |
commentalter | Unix time of the last change to number of comments to this post. | num |
current_coords | Current coordinates at time of post, in form '45.2935N 123.3452W' | char |
current_location | Current location at time of post, free form text | char |
current_mood | Your current mood. | char |
current_moodid | Your current mood ID number, if known. | num |
current_music | Music you're currently listening to. | char |
hasscreened | True if comments to this item include screened comments | bool |
import_source | String describing where this entry was imported from | char |
interface | String describing how this entry was posted | char |
opt_backdated | Set to true if this item shouldn't show up on people's friends lists (because it occurred in the past) | bool |
opt_nocomments | Turn on if readers can't post comments on this entry. | bool |
opt_nocomments_maintainer | Disables comments on this entry -- community maintainer override. | bool |
opt_noemail | Turn on if the poster isn't interested in receiving comments to this post by email | bool |
opt_preformatted | Turn on if post contains HTML and shouldn't be formatted | bool |
opt_screening | Like opt_whoscreened: A = All, R = Remote needed (anonymous only), F = non-Friends, N = None, else use userprop. | char |
picture_keyword | A keyword that should align to a defined picture | char |
picture_mapid | A keyword that should align to a mapid | num |
revnum | Number of times this post has been edited. | num |
revtime | Unix time of the last edit | num |
statusvis | 'V' or undef for visible, 'S' for suspended | char |
syn_id | Unique id of syndication item | char |
syn_link | Original URL of syndication item | char |
taglist | Comma separated list of tags on the entry | char |
unknown8bit | True if text has 8-bit data that's not in UTF-8 | bool |
unsuspend_supportid | The support request ID of the unsuspension request submitted by a user whose entry was suspended. Undef or 0 if no request is currently open. | num |
used_rte | True if entry was composed using the rich text editor | bool |
useragent | Name of web/mobile/sip/etc client used to post | char |
xpost | Maps to crossposts of this entry on other sites | char |
xpostdetail | Maps to crossposts of this entry on other sites | blobchar |