Changeset 127

Show
Ignore:
Timestamp:
10/15/07 03:31:45 (1 year ago)
Author:
wikiplugin
Message:

Updated folio to work with Elgg v8

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • folio/folio/html/setupdb.php

    r115 r127  
    3333 
    3434// See if a user other than news is trying to run this. 
    35 if ($USER->username <> 'news') { 
    36       error('You can only run this function if you logged on as "news"'); 
    37       die(); 
    38 
     35//if ($USER->username <> 'news') { 
     36//    error('You can only run this function if you logged on as "news"'); 
     37//    die(); 
     38//
    3939 
    4040// Start upgrading. 
  • folio/folio/lib.php

    r117 r127  
    11411141        'weblog_comment', $object->ident, '', 
    11421142        $title, $object->body, $link, $access, $created ); 
     1143         
     1144    return $object; 
    11431145} 
    11441146 
     
    11471149**/ 
    11481150function folio_rss_file_post($object_type, $event, $object) { 
     1151 
    11491152    global $CFG; 
    11501153     
     
    11681171        $user_username = ''; 
    11691172    } 
    1170  
     1173     
    11711174    // Build variables from $object 
    11721175    $type_ident = $object->ident; 
     
    11931196    $access = $object->access; 
    11941197        $created = $object->time_uploaded; 
    1195  
     1198     
    11961199    //generate rss 
    11971200        rss_deleteitem( $type, $type_ident ); 
    11981201    rss_additem( $owner_ident, $owner_username, $user_ident, $user_name, $user_username, $type, $type_ident, $tags, $title, $body, $link, $access, $created ); 
    1199          
    1200  
     1202 
     1203    return $object; 
    12011204} 
    12021205 
  • folio/folio/readme.txt

    r117 r127  
    11---------------------------------------------------------------------------------- 
    22                                Elgg Folio Add-in 
    3                                 Updated 7/1/2007 
     3                                Updated 10/14/2007 
    44---------------------------------------------------------------------------------- 
    55 
     
    4646To install this software, do the following: 
    4747 
    48 1. Install the v0.7 version of Elgg.  Make sure that Elgg is working 
     481. Install the v0.7 or v.08 version of Elgg.  Make sure that Elgg is working 
    4949        before going any further. This add-in is not supported 
    5050        with any other version. 
     
    9393 
    9494Occurred: 
     95        2007.10.08 v0.64 Bug fix with file update. 
    9596        2007.07.01 v0.63 Fixed small bugs, made a number of minor enhancements. 
    9697        2007.06.25 v0.62 Fixed bugs.  Updated DB Scheme 
  • folio/readme.txt

    r117 r127  
    11---------------------------------------------------------------------------------- 
    22                                Elgg Folio Add-in 
    3                                 Updated 7/1/2007 
     3                                Updated 10/14/2007 
    44---------------------------------------------------------------------------------- 
    55 
     
    4646To install this software, do the following: 
    4747 
    48 1. Install the v0.7 version of Elgg.  Make sure that Elgg is working 
     481. Install the v0.7 or v.08 version of Elgg.  Make sure that Elgg is working 
    4949        before going any further. This add-in is not supported 
    5050        with any other version. 
     
    9393 
    9494Occurred: 
     95        2007.10.08 v0.64 Bug fix with file update. 
    9596        2007.07.01 v0.63 Fixed small bugs, made a number of minor enhancements. 
    9697        2007.06.25 v0.62 Fixed bugs.  Updated DB Scheme