Changes between Version 6 and Version 7 of PrevTechDoc
- Timestamp:
- 2010-06-03T22:00:34Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PrevTechDoc
v6 v7 51 51 4. change dbo_source.php in \cake\libs\model\datasources 52 52 53 === UBC CWL Integration: ===53 === UBC CWL Integration: === 54 54 Instead of the Sys_Parameter setting from database, there are two files for CWL integration: 55 55 ipeer_v2\app\controller\loginout_controller.php 56 56 ipeer_v2\app\views\loginout\custom_ubc_cwl_login.tpl.php 57 57 58 Note: Remove all the following code when release the iPeer v2 to SourceForge. 58 `Note: Remove all the following code when release the iPeer v2 to SourceForge.` 59 59 60 From loginout_controller: 61 60 ==== From loginout_controller: ==== 61 {{{ 62 62 function loginByCWL() { 63 63 $this->autoRender = false; … … 174 174 175 175 } 176 177 Delete the view page custom_ubc_cwl_login.tpl.php: 178 176 }}} 177 ==== Delete the view page custom_ubc_cwl_login.tpl.php: ==== 178 {{{ 179 179 … 180 180 document.write(' <td width="62">For Students:</td>'); … … 185 185 document.write(' </td>'); 186 186 …. 187 }}}