Changeset 225

Show
Ignore:
Timestamp:
02/20/09 05:24:29 (9 months ago)
Author:
gallardj
Message:

refs #2674. Adds last wiki change and last commit to project profiles.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • elgg/trunk/mod/profile/profile.config.php

    r224 r225  
    497497                                    "col2" => true, 
    498498                                                                    )); 
     499         $data['profile:details'][] = (object)(array( 
     500                                                                    "name" => __gettext("Last Wiki Modification"), 
     501                                                                    "internal_name" => "last_wiki_change", 
     502                                                                    "field_type" => "text", 
     503                                                                    "user_type" => "project", 
     504                                                                    "category" => __gettext("Basic details"), 
     505                                                                    "invisible" => false, 
     506                                                                    "required" => true, 
     507                                    "col2" => true, 
     508                                                                    )); 
     509         $data['profile:details'][] = (object)(array( 
     510                                                                    "name" => __gettext("Last Commit"), 
     511                                                                    "internal_name" => "last_commit", 
     512                                                                    "field_type" => "text", 
     513                                                                    "user_type" => "project", 
     514                                                                    "category" => __gettext("Basic details"), 
     515                                                                    "invisible" => false, 
     516                                                                    "required" => true, 
     517                                    "col2" => true, 
     518                                                                    )); 
    499519 
    500520        $data['profile:details'][] = (object)(array(