History of LibertyServices

Differences from version 18 to 22



@@ -43,15 +43,17 @@

 
 
 !!! Functions
+;content_load_function: This function is called during the load process of the content, i.e. while the page is being loaded before the display function. this is good for things that should happen early on but the sql function is called too soon.
 ;content_display_function: This function is called during the displaying of the content, i.e. while the page is being loaded. this means, you can add more sophisticated queries and checks in here, if there is no possibility to do this with the SQL functions above.
 ;content_list_function: This function is called on list pages such as when you're viewing the list of wiki pages or the list of articles.
 ;content_list_history_function: This function is called on history listing pages when you are viewing a history of changes.
 ;content_preview_function: This function is called when a page is being editied and a user hits preview. it's mostly there for you to make any selections the user has made persistent during the preview phase.
 ;content_edit_function: When a user wants to edit content, this function is called. it allows you to generate data for any templates you need to fill in the edit page (more below).
 ;content_store_function: Here you can store the content data in your serice tables.
+;comment_store_function: Similar to content_store_function, this service is called after a comment object is completely stored.
 ;content_expunge_function: Make sure the data from your tables is removed when a user removes the content it belongs to.
 ;content_user_perms_function: Modify the user's permissions for a content object. Generally intended for extending permissions. But this gives access to the user's permission hash for manipulation in whichever way.
-;content_access_control: Verify user has permission to access content. intended use is to fatal out if not.
+;content_verify_access: Verify user has permission to access content. intended use is to fatal out if not.
 
 !!! Templates
 ;content_edit_tab_tpl: This template is displayed as a seperate tab when a user is editing content. this is useful for services that might contain several lines of code and want to have their own section when a user edits a page. This template is only available when the user is editing data.
Page History
Date/CommentUserIPVersion
21 Aug 2010 (15:54 UTC)
Will69.203.72.16122
Current • Source
Will69.203.72.16121
View • Compare • Difference • Source
spiderr66.194.217.22220
View • Compare • Difference • Source
xing62.47.250.1419
View • Compare • Difference • Source
WaterDragon82.171.181.20818
View • Compare • Difference • Source
Will69.203.72.16117
View • Compare • Difference • Source
Will69.203.72.16116
View • Compare • Difference • Source
xing194.152.164.4515
View • Compare • Difference • Source
Will68.174.111.4714
View • Compare • Difference • Source
Will68.174.111.4713
View • Compare • Difference • Source
xing194.152.164.4512
View • Compare • Difference • Source
Will68.174.111.4711
View • Compare • Difference • Source
Will68.174.111.4710
View • Compare • Difference • Source
Will68.174.111.479
View • Compare • Difference • Source
Will68.174.111.478
View • Compare • Difference • Source
spiderr66.93.240.2046
View • Compare • Difference • Source
spiderr66.93.240.2044
View • Compare • Difference • Source
spiderr66.93.240.2041
View • Compare • Difference • Source