| | 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 | )); |
|---|