Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: klaussilveira/gitlist
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lyrixx/gitlist
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 22 files changed
  • 1 contributor

Commits on Jul 26, 2012

  1. Moved index.php to web/ folder

    And moved boot.php into src/ folder. Now all php code are in src/ folder
    lyrixx committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    92204a1 View commit details
    Browse the repository at this point in the history
  2. Moved config to a php flat file

    Why ?
    
    * Php flat file allow dev to easyly extends another env.
      i.e. : the dev env can inherit from the prod env
    * Php flat file allow to use php in the config file.
      So you can easily re-use some key
    * Php flat file does not need extra code to parse it and
      to load it
    * with .ini, you can not have complicated data structure :
      See : http://silex.sensiolabs.org/doc/providers/security.html#securing-a-path-with-http-authentication
    
    I agree it can be easier for a sysadmin, but with .ini, it will
    be very complicated to evolve.
    
    Then will an extra doc before each php line, a sysadmin can do it.
    lyrixx committed Jul 26, 2012
    Configuration menu
    Copy the full SHA
    a8723fb View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2012

  1. Configuration menu
    Copy the full SHA
    995eec7 View commit details
    Browse the repository at this point in the history
  2. Removed useless file

    lyrixx committed Jul 27, 2012
    Configuration menu
    Copy the full SHA
    33fabb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2012

  1. Moved index.php to web/ folder

    And moved boot.php into src/ folder. Now all php code are in src/ folder
    lyrixx committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    f973915 View commit details
    Browse the repository at this point in the history
  2. Fixed .travis.yml

    lyrixx committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    3ffb15b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/config'

    Conflicts:
    	config.ini-example
    	src/GitList/Config.php
    	src/boot.php
    	tests/InterfaceTest.php
    	web/index.php
    lyrixx committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    27b7d50 View commit details
    Browse the repository at this point in the history
  4. Fixed README.md

    lyrixx committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    ce43ea5 View commit details
    Browse the repository at this point in the history
  5. Fixed tests

    lyrixx committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    2e03e0d View commit details
    Browse the repository at this point in the history
  6. Refactored a little

    lyrixx committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    5d6a544 View commit details
    Browse the repository at this point in the history
  7. Cleaned UI

    lyrixx committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    51550fc View commit details
    Browse the repository at this point in the history
  8. Cleaned phpunit.xml

    lyrixx committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    b143eed View commit details
    Browse the repository at this point in the history
  9. rm build.xml

    lyrixx committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    9ccc713 View commit details
    Browse the repository at this point in the history
  10. Fixed .md

    lyrixx committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    b9bf48c View commit details
    Browse the repository at this point in the history
  11. Changed UI link

    lyrixx committed Oct 19, 2012
    Configuration menu
    Copy the full SHA
    c61b6d1 View commit details
    Browse the repository at this point in the history
Loading