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

Enable Ubuntu 14.04 beta in travis #8

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

Commits on Nov 4, 2015

  1. Moved app authentication to listener

    Replaced all `authorizationKey` checks with a listener that performs the
    same check at a single point, right after a request is reveived.
    Off-loading such checks from the controllers keeps the code DRY
    and understandable.
    fpapadopou committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    19ca05c View commit details
    Browse the repository at this point in the history
  2. Strict boolean check

    fpapadopou committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    26f1b6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2e98d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccc4ff2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83720b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8564eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1c1c90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91ce90e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c96e12d View commit details
    Browse the repository at this point in the history
  10. Split inline functions

    fpapadopou committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    b05fe8d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8c64cf View commit details
    Browse the repository at this point in the history
  12. Fixed an if statement

    fpapadopou committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    3c279b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2015

  1. findSelectedNode method update

    - Added comments describing what the method does.
    - Improved the method code
    fpapadopou committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    3d5c3b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a2a07c View commit details
    Browse the repository at this point in the history
  3. Removed PHPStorm comment

    fpapadopou committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    302ce34 View commit details
    Browse the repository at this point in the history
  4. Added comment

    fpapadopou committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    2de86c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8903c0e View commit details
    Browse the repository at this point in the history
  6. JS code improvement

    Updated the method that handles the response with the contents of the
    JStree:
    - Used early-return if's
    - Moved the code that updates the tree to a dedicated method.
    fpapadopou committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    85c28ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    817e49e View commit details
    Browse the repository at this point in the history
  8. Comments

    fpapadopou committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    84a1ca1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9752b9c View commit details
    Browse the repository at this point in the history
  10. Use default branch (instead of hardcoded master) if none is provided …

    …when fetching last commit
    fpapadopou committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    cd7feac View commit details
    Browse the repository at this point in the history
  11. Added missing if braces

    fpapadopou committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    9a99fbc View commit details
    Browse the repository at this point in the history
  12. Comment

    fpapadopou committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    014a960 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    744bff6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4fa238b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cb701b3 View commit details
    Browse the repository at this point in the history
  16. 2 Configuration menu
    Copy the full SHA
    2c6dfd7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2373106 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b6e4994 View commit details
    Browse the repository at this point in the history
  19. Typo

    fpapadopou committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    9583739 View commit details
    Browse the repository at this point in the history
  20. Handle cases with no route params in listener

    In some cases there are no route parameters in the request and this
    should be handled in the AuthListener of the application, otherwise an
    exception will be raised
    fpapadopou committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    22fa055 View commit details
    Browse the repository at this point in the history
  21. Merge remote-tracking branch 'origin/fixtures-testing' into library-m…

    …anager-updates-no-html-encode
    fpapadopou committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    44b5955 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d791fb6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    88ec07b View commit details
    Browse the repository at this point in the history
  24. 2 Configuration menu
    Copy the full SHA
    f3f7ea0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0596c03 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. Configuration menu
    Copy the full SHA
    aca103e View commit details
    Browse the repository at this point in the history
  2. remove php-specific-config from travis.yml

    At the beta stage, travis-ci does not include preinstalled PHP environment
    so I am currently installing php from install scripts
    dastergon committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    4a2186d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed011bc View commit details
    Browse the repository at this point in the history