We have moved to Github. Please open tickets there.

Opened 2 years ago

Closed 9 months ago

Last modified 9 months ago

#3194 closed Enhancement (fixed)

Support for multiple authors in manifest

Reported by: ewinslow Owned by: sembrestels
Priority: normal Milestone: Elgg 1.8.x
Component: Core Version: Github Master
Severity: minor Keywords:
Cc: brett@… Difficulty: easy

Description

e.g.

<contributor>
    <name>Evan Winslow</name>
    <email>evan@elgg.org</email>
    <website>http://evanwinslow.com/</website>
    <username>ewinslow</username> //(Elgg community username)
    <description>Description of Evan's role in the project</description>
</contributor>
<contributor>
    <name>Cash Costello</name>
    <email>cash@elgg.org</email>
    <description>Description of Cash's role in the project</description>
</contributor>

Change History (6)

comment:1 Changed 2 years ago by cash

  • Milestone changed from Needs Review to Elgg 1.8.x

+1

comment:3 Changed 11 months ago by sembrestels

  • Owner set to sembrestels
  • Status changed from new to assigned

comment:4 Changed 11 months ago by sembrestels

This is ready for the 1.8.8 release.

comment:5 Changed 9 months ago by Sem

  • Resolution set to fixed
  • Status changed from assigned to closed

Fixes #3194. Support for contibutors in manifest.

Changeset: b2487acceed6b2775e7ddbef1a4f0f07f5554971

comment:6 Changed 9 months ago by Sem

Refs #3194. Added unclosed tags and used output views to show info.

Changeset: 66c5e5434cc19be1698ddd9e0994a20cb4ecda0c

Note: See TracTickets for help on using tickets.