Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EpiRoute.php #1591

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

Update EpiRoute.php #1591

wants to merge 7 commits into from

Commits on May 26, 2016

  1. Update EpiRoute.php

    To use openphoto with PHP7, removed break in line 90 :
    
    break; // need to simulate same behavior if exceptions are turned off
    EMarcais committed May 26, 2016
    Configuration menu
    Copy the full SHA
    62abc29 View commit details
    Browse the repository at this point in the history
  2. Update EpiRoute.php

    Deleted break on line 90 to make it work with php7 
    break; // need to simulate same behavior if exceptions are turned off
    EMarcais committed May 26, 2016
    Configuration menu
    Copy the full SHA
    e86d20c View commit details
    Browse the repository at this point in the history
  3. Update .travis.yml

    jmathai committed May 26, 2016
    Configuration menu
    Copy the full SHA
    812421d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Update initialize.php

    Add comment in line 14 :
    //let it to true for an install with PHP7 cf: Deleted break on line 90 to make it work with php7 in EpiRoute.php
    EMarcais committed May 27, 2016
    Configuration menu
    Copy the full SHA
    eae8439 View commit details
    Browse the repository at this point in the history
  2. modifié : src/libraries/external/epi/EpiRoute.php

    	modifié :         src/libraries/external/epi/EpiRoute.php
    EMarcais committed May 27, 2016
    Configuration menu
    Copy the full SHA
    7599114 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/EMarcais/frontend

    Conflicts:
    	src/libraries/external/epi/EpiRoute.php
    
    	modifié :         src/libraries/initialize.php pour coller
    EMarcais committed May 27, 2016
    Configuration menu
    Copy the full SHA
    06783af View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from EMarcais/patch-1

    Update EpiRoute.php
    EMarcais committed May 27, 2016
    Configuration menu
    Copy the full SHA
    72d3311 View commit details
    Browse the repository at this point in the history