Loading...
 

History: Data Channels

Preview of version: 3

Under construction


Data channels are named piped allowing to run profiles from user space. They can be used to:

  • Allow external applications to feed data into tiki
  • Create custom forms to execute complex actions

A channel is composed of:
  • A unique name composed of alphanumeric characters and underscores
  • A profile domain, usually tiki://local to use local pages as profiles
  • A profile name
  • A list of groups allowed to execute the channel

Channels are configured through the profile Administration Interface using a textbox. The format of the textbox is comma delimited, one channel per line.

Sample configuration
svn_commit, tiki://local, SvnCommit, Subversion, Admins create_workspace, tiki://local, WorkspaceConfiguration, ProjectLeads, Admins


The above sample creates two channels. One that will receive commit messages from subversion and save them using the profile located in the local wiki page called SvnCommit. The channel can only be used by administrators for test purposes and users in Subversion (which likely contains a single system user with credentials stored in the SVN plugin). The second one creates a base workspace and is accessible by normal users. A custom form will be required to use it.

Channels can use remote profiles as well. However, unless the remote tiki installation is in a controlled environment, like an intranet configuration repository, remote channels are not recommended.

Data channel profiles use the User Input syntax to transmit information from the request to the profile.

Calling Data Channels


Once configured, data channels can be called through 'tiki-channel.php'. The request uses a simple HTTP request to perform the desired task. The file can execute multiple channels simultaneously and will verify that the user can execute them all before executing any of them. Basic authentication will be used for anonymous users if any of the channels require groups other than Anonymous to handle machine requests.

Root keys on GET or POST request:
  • return_uri: Optional URI to return to when processed for end users
  • channels: Mandatory array containing the channels to process. Each element of the array contains:
    • channel_name: Mandatory name of the channel to process
    • Arbitrary keys: Will be sent to the installer as user input

History

Advanced
Information Version
Mon 25 of Apr, 2022 17:15 GMT-0000 Marc Laporte cleanup 18
Sat 04 of Dec, 2010 20:39 GMT-0000 Marc Laporte should wrap 17
Thu 01 of Apr, 2010 04:23 GMT-0000 idealpragmatist 16
Thu 01 of Apr, 2010 04:09 GMT-0000 idealpragmatist Copied to this page from user input 15
Mon 29 of Mar, 2010 22:27 GMT-0000 idealpragmatist last edit for now. 14
Mon 29 of Mar, 2010 22:25 GMT-0000 idealpragmatist 13
Mon 29 of Mar, 2010 22:19 GMT-0000 idealpragmatist 12
Mon 29 of Mar, 2010 22:07 GMT-0000 idealpragmatist Perhaps this is more understandable to a layperson. 11
Sat 06 of Feb, 2010 21:40 GMT-0000 Marc Laporte 10
Sat 18 of Apr, 2009 14:00 GMT-0000 Marc Laporte 9
Sat 18 of Apr, 2009 14:00 GMT-0000 Marc Laporte 8
Mon 16 of Feb, 2009 12:14 GMT-0000 System Administrator 7
Sun 01 of Feb, 2009 17:33 GMT-0000 Marc Laporte 6
Tue 20 of Jan, 2009 15:13 GMT-0000 System Administrator 5
Mon 19 of Jan, 2009 21:27 GMT-0000 System Administrator 4
Mon 19 of Jan, 2009 21:27 GMT-0000 System Administrator 3
Mon 19 of Jan, 2009 19:13 GMT-0000 System Administrator 2
Mon 19 of Jan, 2009 19:09 GMT-0000 System Administrator 1