History of GalaxiaTutorial

Differences from version 45 to 49



@@ -1,7 +1,7 @@

 Workflow refers to procedures for processing documents, such as requiring an editor to review and approve a story.
 
 !References
-Here are some links to TikiWiki documentation where some of the definitions have been taken from:
+Here are some links to ((bitweaver and TikiWiki)) documentation where some of the definitions have been taken from:
 * [http://prdownloads.sourceforge.net/tikiwiki/Galaxia_introduction.pdf?download|Galaxia Introduction.pdf]
 * [http://prdownloads.sourceforge.net/tikiwiki/Galaxia_manual.pdf?download|Galaxia Manual.pdf]
 The above documents are not completely reflective of Galaxia in its current state within Bitweaver, but definitely informative.

@@ -14,9 +14,9 @@

 
 !Hello World Process 1.0 - Introduction
 Click here to download the XML file of the process.
-{attachment id=104}
+{attachment id=148}
 
-bitweaver, has inherited a Workflow Engine from TikiWiki called Galaxia. This engine is quite powerful and easy to use once the basic concepts have been mastered. Rather than give you all the concepts now, I will introduce them throughout the tutorial to help understand their use and context in the scheme of workflow generation.
+bitweaver, has inherited a Workflow Engine from ((bitweaver and TikiWiki)) called Galaxia. This engine is quite powerful and easy to use once the basic concepts have been mastered. Rather than give you all the concepts now, I will introduce them throughout the tutorial to help understand their use and context in the scheme of workflow generation.
 Ensure Workflow is enabled on your website.
 -=Bonnie=-
 If you have the permissions, you can visit __Administration / Administer Packages / Features__ and check the __Workflow__ feature. Click __Change Preferences__ to save your change.

@@ -184,7 +184,7 @@

 
 First thing we want to do is set some text to be displayed on the screen. Enter this in the edit window.
 {CODE()}<?php
- $smarty->assign('display_text', 'Hello world!');
+ $gBitSmarty->assign('display_text', 'Hello world!');
 
  if(isset($_REQUEST['save'])){
  $instance->complete();

@@ -193,7 +193,7 @@

 You will notice that along the right side of the edit form are a number of links. These are coding shortcuts that allow you to quickly insert commonly used code.
 
 Let me explain these lines.
-The first line ''$smarty->assign('display_text', 'Hello world!');'' is used to assign text to a ''variable'' which is used in __template__. Here we are assigning the variable ''display_text'' with the words '''Hello world!'''. You will see this used when we edit the template section.
+The first line ''$gBitSmarty->assign('display_text', 'Hello world!');'' is used to assign text to a ''variable'' which is used in __template__. Here we are assigning the variable ''display_text'' with the words '''Hello world!'''. You will see this used when we edit the template section.
 
 The second line is an ''if'' statement checking if the __save__ button was pressed. If the button was pressed, the ''$instance->complete();'' function is executed telling the workflow, that we have finished the activity and are ready to move to the next actitivity - in our case ''end''.
 

@@ -236,7 +236,7 @@

 
 !Hello World Process 1.1 - New Version
 Click here to download the XML file of the process.
-{attachment id=105}
+{attachment id=149}
 
 So we are going to create a more complex version of workflow. In the __Admin Processes__ page, you can select ''new major'' or ''new minor'', to create a duplicate process. This allows you to begin testing a new version of process and eventually, replace the old version with the new one.
 

@@ -273,7 +273,7 @@

 </form>{CODE}
 Click the __code__ button to switch to the PHP code window. Edit the code, to store the text from the INPUT TEXT field.
 {CODE()}<?php
- $smarty->assign('display_text', 'Hello world!');
+ $gBitSmarty->assign('display_text', 'Hello world!');
 
  if(isset($_REQUEST['save'])){
 

@@ -285,7 +285,7 @@

 Drop down the __select source:__ list, and choose ''display''. Edit the code, to retrieve the stored text.
 {CODE()}<?php
  $name = $instance->get("name");
- $smarty->assign('name', $name);
+ $gBitSmarty->assign('name', $name);
 
  if(isset($_REQUEST['save'])){
  $instance->complete();

@@ -300,5 +300,6 @@

 Click __save__ to finish coding.
 
 Click the {img src=/galaxia/icons/refresh2.gif} __activate__ icon to activate the process. Go to ''User Activities and try version 1.1 of the Hello World Process.
+
 
 
Page History
Date/CommentUserIPVersion
18 Nov 2005 (17:44 UTC)
Added attachment
Stephan Borg218.214.1.11349
Current • Source
Stephan Borg218.214.1.11348
View • Compare • Difference • Source
Stephan Borg218.214.1.11345
View • Compare • Difference • Source
Stephan Borg218.214.1.11344
View • Compare • Difference • Source
Stephan Borg218.214.1.11343
View • Compare • Difference • Source
Stephan Borg218.214.1.11341
View • Compare • Difference • Source
Stephan Borg218.214.1.11340
View • Compare • Difference • Source
Stephan Borg218.214.1.11338
View • Compare • Difference • Source
Stephan Borg218.214.1.11337
View • Compare • Difference • Source
Stephan Borg218.214.1.11336
View • Compare • Difference • Source
Stephan Borg218.214.1.11335
View • Compare • Difference • Source
Stephan Borg218.214.1.11334
View • Compare • Difference • Source
Stephan Borg218.214.1.11333
View • Compare • Difference • Source
Stephan Borg218.214.1.11332
View • Compare • Difference • Source
Stephan Borg218.214.1.11331
View • Compare • Difference • Source
Stephan Borg66.93.240.20430
View • Compare • Difference • Source
Stephan Borg218.214.1.11329
View • Compare • Difference • Source
Stephan Borg218.214.1.11325
View • Compare • Difference • Source
Stephan Borg218.214.1.11322
View • Compare • Difference • Source
Stephan Borg218.214.1.11320
View • Compare • Difference • Source
Stephan Borg218.214.1.11319
View • Compare • Difference • Source
SEWilco209.98.144.1615
View • Compare • Difference • Source
Stephan Borg218.214.1.11314
View • Compare • Difference • Source
Stephan Borg218.214.1.11313
View • Compare • Difference • Source
Stephan Borg218.214.1.11312
View • Compare • Difference • Source
Stephan Borg218.214.1.11311
View • Compare • Difference • Source