Git

You can anonymously read the source code, study it's features and documentation by going to the GitHub repository directoy:

https://github.com/brookinsconsulting/ez-beginner-tutorial

You can anonymously check out the source code released by this project from its Git repository:

git clone https://github.com/brookinsconsulting/ez-beginner-tutorial.git

You may be able to anonymously check out the source code released by this project from its expected composer package:

composer require brookinsconsulting/ez-beginner-tutorial

To be able to commit changes to the project's repository, you need to be a member of the project.

Latest log messages

  • 2f177bc05ccda6dbef38440b84a23eae422dcb9d on 03/05/2017 2:16 am by mere-teresa <mere-teresa@users.noreply.github.com> [GitHub Diff]
    Message: Merge pull request #4 from kmadejski/Fix-EZP-27073_beginner_tutorial_incorrect_assets_loading_order

    Fix EZP-27073 Beginner tutorial: Incorrect assets loading order
  • c2ad85aa65e9506e35b9cd85314075deba6aae2a on 19/04/2017 11:40 pm by Kamil Madejski <kamil.madejski@ez.no> [GitHub Diff]
    Message: Fix EZP-27073 Beginner tutorial: Incorrect assets loading order
  • c42ba1393c4ee6cc37b98a3809d323c8909ae32e on 05/08/2016 8:34 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Part 2 - Step 2: adding the Ride line view to the YAML and updating the Ride list view for the homepage

    It's an HTML table, so you will use <tr> and a line view is a row table, so a <tr>
  • 4e6fa061b08817db7e098e191c26bc93d36595c7 on 05/08/2016 8:17 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Fixing templates for Ride full view the Points of Interest list

    Part 2 - Step 1: fixing the display of the POI line, cleaning unnecessary HTML
    Part 2 - Step 2: typo in the variables ride is the iterate object
  • fa3325b3f662711f38f8321650c8b8b1ff19df79 on 05/08/2016 8:15 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Fixing assets : CSS for the overlay for POI listing on the Ride full view

    This commits contains the CSS file and the ZIP file
  • 2a224ab0aafadea7b99e0ca91fb8147a89e0168c on 05/08/2016 8:13 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Fixing some CSS for the line/point_of_interest view

    The overlay (green) is too much on the left of the image.
  • 060d0086f59c272f64afd12999f146efcdd49ac4 on 05/08/2016 8:10 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Fixing some CSS for the Zoom overlay on list of Points of Interests

    The overlay is too much "on the left"
  • a04ae0c664d0e66cb6d81d344fdc4a1bad384e18 on 04/08/2016 7:54 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Part 2 - Step 1: adding the Points of Interest related to a Ride on the Ride page

    Config file: mention the Controller you will use
    Templates: creation of a line template for Points of Interest and modifying the Ride template to use the Points of Interest line template
  • a204b8b48cd89e40818996da6a8f7b3918d209fa on 04/08/2016 7:52 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Fixing the root_folder template : no more dead links

    The Language Switcher feature is not in the Beginner Tutorial yet : commented links to others languages
    The User Generated Content and Registering accounts are not in the Beginner Tutorial yet : commented HTML lines
  • 46337cec9bd2c951d74b2ad1bfafdb4a5f211f70 on 01/08/2016 6:01 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Part 2 - Step 1: cleaning the Pagelayout, improving the Ride full view and the YAML config file

    Removing the search form useless for now
    Using ez_field_value() Twig helper to render only the Text part of the starting and ending points
    Changing the order of the YAML matching rules: general before specific
  • e31cda84b2d8e1aee1bb95b47394147b68e618b3 on 26/07/2016 8:51 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Part 2 - Step 1: Create your Point Of Interest line view
  • de1cad2a997dc076547a0dfeebd54b028794447b on 26/07/2016 7:51 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Part 2 - Step 1: Add a new parameter to your override rule
  • 010db996640e8ce4108d8c781e31d5752d59cfb3 on 26/07/2016 7:50 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Adding some info on the eZ Platform Tutorial in the README
  • 65bfbe227c9b3d8d34d084da94a09a51a4a14b7e on 26/07/2016 5:45 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Admending the README file to have the last link version for the Tutorial
  • 0977195d2028ec2d70ac113f9f30ab1f3a42c4ed on 25/07/2016 8:31 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Part 1 - Adding downloadable files : assets.zip and index.html
  • 1f1ec1acac0cec6064e502945b84fe4d55ad94e2 on 21/07/2016 7:48 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Part 1 - Step 2: Extracting the layout

    First step to a template inheritance for the content.
  • 655e342a17022a74ddcc21fb9ae9485c502cc5d9 on 21/07/2016 7:43 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Part 1 - Step 2: Rendering the content

    Replacing the static HTML by Twig helpers to use eZ Platform to render the content.
    Note : it is the Location 2 (root Platform Content) that is rendered and no more the list of Rides.
  • 0bd7e2a6007e1d90bdf1d68089630b2d554676b1 on 21/07/2016 7:35 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Part 1 - Step 2: Fixing the assets

    Adding the assets files in the project.
    Modifying the Twig template to have CSS and images applying and visilbe on the homepage.
  • 4be1d9dbfc5bfbd4a79192002b55d0ddbfc04629 on 21/07/2016 7:15 am by Sarah Haïm-Lubczanski <sarah.haim-lubczanski@ez.no> [GitHub Diff]
    Message: Part 1 - Step 2: Content rendering configuration + creating the template
  • 45105cef3c65776a26f62ac343e2560cf41acc70 on 29/07/2015 2:03 am by mere-teresa <mere-teresa@users.noreply.github.com> [GitHub Diff]
    Message: Merge pull request #2 from inakijv/infowindow_extended

    Infowindow extended
  • 711a5e6df5a5544899e5c1aae18d117f831b48e7 on 01/07/2015 3:31 pm by Inaki Juaniz-Velilla <inaki.juanizvelilla@gmail.com> [GitHub Diff]
    Message: Adds final changes (cleaned unnecessary code)
  • b598d539da4bf674542e516228786ad9ac7450c8 on 01/07/2015 11:47 am by Inaki Juaniz-Velilla <inaki.juanizvelilla@gmail.com> [GitHub Diff]
    Message: Adds final design to Beginner Bike Tutorial
  • 3d06a1873b1b47a5d5e0053f6c25c919b9b341df on 01/07/2015 8:20 am by Inaki Juaniz-Velilla <inaki.juanizvelilla@gmail.com> [GitHub Diff]
    Message: Work in progress (fixes: search results table, map infowindows; pending: pictures & text)
  • fc23adb7cb567d9927600089fd50cbb8b4dc1285 on 30/06/2015 3:24 pm by Inaki Juaniz-Velilla <inaki.juanizvelilla@gmail.com> [GitHub Diff]
    Message: Work in progress (fixed: responsiveness, images POI, nabvar options)
  • fe1f3da068440dd31c7b2202c0acbeee591c3781 on 30/06/2015 2:31 pm by Inaki Juaniz-Velilla <inaki.juanizvelilla@gmail.com> [GitHub Diff]
    Message: Work in progress (not review, still in progress)
  • 33cf518a4e9819b10cc6deae1fef408c5a906a63 on 29/06/2015 3:39 pm by Inaki Juaniz-Velilla <inaki.juanizvelilla@gmail.com> [GitHub Diff]
    Message: Adding minor changes to ride_view.html
  • ce2cbfa54884657e52d2be9af9e367b963eedf60 on 29/06/2015 3:28 pm by Inaki Juaniz-Velilla <inaki.juanizvelilla@gmail.com> [GitHub Diff]
    Message: Info windows added within ride_view.html
    Corrected also some CSS
    Pending to implement a new format for info windows.
  • 102f464bce39c2ba3339fb10e29b7b316622062e on 29/06/2015 8:22 am by Inaki Juaniz-Velilla <inaki.juanizvelilla@gmail.com> [GitHub Diff]
    Message: New title for tutorial