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: lahirwisada/codeigniter-restserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lahirwisada/codeigniter-restserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 934 files changed
  • 5 contributors

Commits on Dec 27, 2016

  1. add namespaces support (chriskacerguis#745)

    lweb20 authored and chriskacerguis committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    a5ea7ff View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2016

  1. Configuration menu
    Copy the full SHA
    8d53634 View commit details
    Browse the repository at this point in the history
  2. namespace fixes

    ckacerguis committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    524718b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2017

  1. Configuration menu
    Copy the full SHA
    c13b5fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed95b2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec7c966 View commit details
    Browse the repository at this point in the history
  4. added ci-unit tests

    ckacerguis committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    e4227fd View commit details
    Browse the repository at this point in the history
  5. added travis file

    ckacerguis committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    3ac15be View commit details
    Browse the repository at this point in the history
  6. updated travis ci file

    ckacerguis committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    5939c2c View commit details
    Browse the repository at this point in the history
  7. added Travis badge

    ckacerguis committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    4241fc2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. Configuration menu
    Copy the full SHA
    3a5ab94 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Using composer to autoload Format library. (chriskacerguis#802)

    For project using composer to install resetserver,
    this commit allow developer to use REST_Controller without the need to
    copy Format.php to project's application/libraries folder.
    ppc52776 authored and chriskacerguis committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    25761e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Codeigniter Profiling Feature added (chriskacerguis#854)

    * config parameter added
    
    config parameter for enabling / disabling profiler

    
    * hook post_controller_constructor
    
    hook for enabling / disabling the profiler through out the application

    
    * code igniter profiler default parameters

    
    code igniter profiler default parameters

    
    * added hook file for profiler
    
    added hook file for profiler
    
    * check for profiling before returning response
    
    added check for if profiling enabled then just return data without any formatting

    zgmunshi authored and chriskacerguis committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    f29254d View commit details
    Browse the repository at this point in the history
Loading