Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Extensions frontend [WIP] #41

Open
wants to merge 66 commits into
base: master
Choose a base branch
from
Open

Conversation

everzet
Copy link
Member

@everzet everzet commented Mar 15, 2015

No description provided.

<section class="extensions">
{% for extension in extensions %}
<div class="extension">
{{ extension }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should give more info here:

  • a link to the doc of the extension
  • a link to the packagist page

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will come :)

@stof
Copy link
Member

stof commented Mar 16, 2015

We also need some navigation to go to this page from the homepage

@everzet
Copy link
Member Author

everzet commented Mar 16, 2015

Yup.

);
}

$this->string = strtolower($string);
$this->name = strtolower($name);
$this->type = $data['type'];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

type is optional in composer.json (omitting it implies library). You should handle it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this still needs to be fixed

@everzet
Copy link
Member Author

everzet commented Aug 2, 2015

Extensions list is ready. Extension details and documentation page is in progress

return 'Anonymous';
}

return $package->primaryAuthor()['name'];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will break if someone does not define the author name in their composer.json. You should not trust user input to be valid

@everzet
Copy link
Member Author

everzet commented Aug 4, 2015

@stof fixed all your comments. Thanks for still helping me with this one, buddy :) We're close now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants