The Carousel Field Collection module provides a field formatter to render field collection entities into a Owl Carousel. currently there's no other way to achieve this. It uses the Owl Carousel Configuration that comes with the Owl Carousel Module :https://www.drupal.org/project/owlcarousel

Link to project page:
https://www.drupal.org/sandbox/chloechen/2407029

CommentFileSizeAuthor
#5 owl_carousel_field_collection.zip39.8 KBChloe Chen

Comments

Chloe Chen’s picture

Issue summary: View changes
mouhammed’s picture

Please change above description to list
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/ChloeChen/2407029.git owl_carousel_field_collection
as the git address so that people other than yourself can clone.

mouhammed’s picture

There is only the "owl_carousel_field_collection.info" file on the repository. Please commit and push all of you files.

PA robot’s picture

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

Chloe Chen’s picture

Issue summary: View changes
StatusFileSize
new39.8 KB
Chloe Chen’s picture

Updated, thanks

PA robot’s picture

Status: Needs review » Needs work

Git clone failed for http://git.drupal.org/sandbox/chloechen/2407029.git while invoking http://pareview.sh/pareview/httpgitdrupalorgsandboxchloechen2407029git

Git clone failed. Aborting.

I'm a robot and this is an automated message from Project Applications Scraper.

mouhammed’s picture

Chloe Chen,
You should use git to post your project. See here https://www.drupal.org/project/2407029/git-instructions or user http://www.sourcetreeapp.com/

Chloe Chen’s picture

Status: Needs work » Needs review

Hi Mouhammed,

Thanks. I have used git to push my project, however, the git command displayed on https://www.drupal.org/project/2407029/git-instructions is still one that requires my Drupal password to clone. Where did I do wrong?

nileshlohar’s picture

Chloe Chen,

You have not yet pushed your code.
See at: https://www.drupal.org/node/2407029/commits

And to get a git clone command which wont require your password
uncheck "Maintainer?" and click show at https://www.drupal.org/project/2407029/git-instructions
then copy commmand.

mouhammed’s picture

  • Its normal to type you password to clone. But you should add the below line to your project application to allow other to clone your project.
    git clone --branch 7.x-1.x http://git.drupal.org/sandbox/ChloeChen/2407029.git owl_carousel_field_collection
  • There is only the .info file in your project. Please stage all files, commit them before pushing.
    git add --all
    git commit -m "Your commit message"
    git push --all
    

    Read this documentation about git : http://gitimmersion.com/

  • After that, go here http://pareview.sh/pareview/ and fill you projet url (http://git.drupal.org/sandbox/ChloeChen/2407029.git) to fix issue from the automatic review.
nesta_’s picture

Chloe: git push --all

nesta_’s picture

Status: Needs review » Needs work

Only owl_carousel_field_collection.info.

try git push --all

Please fix this :)

Thnxs!

Chloe Chen’s picture

Status: Needs work » Needs review

Thanks everyone:). Hope it works now

nileshlohar’s picture

Status: Needs review » Needs work

Automated Review

Solve the issues at: http://pareview.sh/pareview/httpgitdrupalorgsandboxchloechen2407029git

Manual Review

Individual user account
Yes: Follows the guidelines for individual user accounts.
No duplication
Yes: Does not cause module duplication and/or fragmentation.
Master Branch
Yes: Follows the guidelines for master branch.
Licensing
Yes: Follows the licensing requirements.
3rd party assets/code
Yes: Follows the guidelines for 3rd party assets/code.
README.txt/README.md
Yes: Follows the guidelines for in-project documentation and/or the README Template.
Code long/complex enough for review
No: Does not follow the guidelines for project length and complexity.
Secure code
Yes: Meets the security requirements.
Coding style & Drupal API usage
[List of identified issues in no particular order. Use (*) and (+) to indicate an issue importance. Replace the text below by the issues themselves:
  1. (*) You don't need to add LICENCE.txt it will be added
PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.