Changes between Version 6 and Version 7 of PrevTechDoc


Ignore:
Timestamp:
2010-06-03T22:00:34Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PrevTechDoc

    v6 v7  
    5151 4. change dbo_source.php in \cake\libs\model\datasources
    5252
    53 === UBC CWL Integration:===
     53=== UBC CWL Integration: ===
    5454Instead of the Sys_Parameter setting from database, there are two files for CWL integration:
    5555ipeer_v2\app\controller\loginout_controller.php
    5656ipeer_v2\app\views\loginout\custom_ubc_cwl_login.tpl.php
    5757
    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.`
    5959
    60 From loginout_controller:
    61 
     60==== From loginout_controller: ====
     61{{{
    6262        function loginByCWL() {
    6363                $this->autoRender = false;
     
    174174
    175175        }
    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{{{
    179179
    180180document.write('                  <td width="62">For Students:</td>');
     
    185185document.write('                                                                        </td>');
    186186….
     187}}}