Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

[WIP] Refactory & Enhancement #96

Open
wants to merge 45 commits into
base: develop
Choose a base branch
from

Commits on Feb 6, 2016

  1. Merge branch 'develop'

    * develop:
      Fix notfound routes: - Throw NotFoundException if profile not found, - Experimentaly add custom json request
      Fix missing request method
      Fix missing route
      BC contained updates: - Rename JS files based on its functionalities and make membership.js as central API, - Update routes on Account Skills and Portfolios, make it more convenience to interact with its API, - Add new 'formInputMethod' method in view extension, help method override, - Some updates according changes above.
      Change CSS and JS indentation under www folder to 2 spaces
      Fix ajax city on register page, as per phpindonesia#65
      menghilangkan validasi email pada nama perusahaan
      ajax select city
      Fix error
    feryardiant committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    173a199 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    * develop:
      Add request json filter
    feryardiant committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    b42c81c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop'

    * develop:
      - Fix docblocks
      - Refactor Slim\Container injection in class __construct to ContainerAware trait
      - Concat all middlewares into single class and simplify its usage
    feryardiant committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    9166b31 View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    8e8ec29 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop'

    * develop:
      Update www/.htaccess
      Update dependencies
    feryardiant committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    e8f65af View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Update dependencies

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    087b677 View commit details
    Browse the repository at this point in the history
  2. Fix container docblock

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    f2ce96a View commit details
    Browse the repository at this point in the history
  3. [skip ci] fix merge conflict

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    75ca754 View commit details
    Browse the repository at this point in the history
  4. Init refactory

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    c82a334 View commit details
    Browse the repository at this point in the history
  5. Refactor Database namespace

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    d05b7d3 View commit details
    Browse the repository at this point in the history
  6. Fix docblock

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    bcca41f View commit details
    Browse the repository at this point in the history
  7. Fix some issue due to previous commit

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    005ceb8 View commit details
    Browse the repository at this point in the history
  8. Update homepage url to new phpindonesia.id

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    ca3aa53 View commit details
    Browse the repository at this point in the history
  9. Update readme.md

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    759bad6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Bring back old directory structures with some additional changes

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    1d7332b View commit details
    Browse the repository at this point in the history
  2. Update .editorconfig due to latest directory changes

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    40fd5f3 View commit details
    Browse the repository at this point in the history
  3. Create .env.example

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    8ff736b View commit details
    Browse the repository at this point in the history
  4. Update readme & remove setting.php.disabled

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    801a4e0 View commit details
    Browse the repository at this point in the history
  5. [refactor] Middleware & Controllers classes now under Memberhsip\Http…

    … namespace
    
    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    a0c69c7 View commit details
    Browse the repository at this point in the history
  6. Remove Libraries namespace and move all classes to root

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    732e414 View commit details
    Browse the repository at this point in the history
  7. Register errorHanler first

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    bb2ca4e View commit details
    Browse the repository at this point in the history
  8. Fix something due to 732e414

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    2cc85e5 View commit details
    Browse the repository at this point in the history
  9. Fix controller classes due to a0c69c7

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    b50b097 View commit details
    Browse the repository at this point in the history
  10. Add app.json for heroku reviews

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    41125ca View commit details
    Browse the repository at this point in the history
  11. Add lisence.md

    close phpindonesia#92
    
    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    cc187e2 View commit details
    Browse the repository at this point in the history
  12. Add DB_DRIVER envvar

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    a9c4c04 View commit details
    Browse the repository at this point in the history
  13. Fix some settings

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    a7328e6 View commit details
    Browse the repository at this point in the history
  14. Patch docblock

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    82f83e3 View commit details
    Browse the repository at this point in the history
  15. Simplify usage of Models classes

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    9c113ce View commit details
    Browse the repository at this point in the history
  16. Extend Slim\Http\Response and inject view engine

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    0174eda View commit details
    Browse the repository at this point in the history
  17. Install spackpost client

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    1cb24d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2017

  1. Change mailer container to mail

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    a43de20 View commit details
    Browse the repository at this point in the history
  2. Update mailer

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    9783162 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Patch mailer container

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed May 3, 2017
    Configuration menu
    Copy the full SHA
    6a723e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    819a7f8 View commit details
    Browse the repository at this point in the history
  3. Some updates:

    - [x] Validates all request thru request object,
    - [x] Validation rules defined on model class,
    - [x] Add new transaction method on Database class to handle transaction easily,
    - [x] Some additional updates due to changes above
    
    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed May 3, 2017
    Configuration menu
    Copy the full SHA
    5533249 View commit details
    Browse the repository at this point in the history
  4. Fix validation issue

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed May 3, 2017
    Configuration menu
    Copy the full SHA
    4450cf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bb7684 View commit details
    Browse the repository at this point in the history
  6. Fix sending mail via sparkpost 🎉

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed May 3, 2017
    Configuration menu
    Copy the full SHA
    b7af819 View commit details
    Browse the repository at this point in the history
  7. Remove sparkpost/sparkpost

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed May 3, 2017
    Configuration menu
    Copy the full SHA
    9483be4 View commit details
    Browse the repository at this point in the history
  8. Add phpunit for testing

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed May 3, 2017
    Configuration menu
    Copy the full SHA
    7997383 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Patch user activation

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed May 4, 2017
    Configuration menu
    Copy the full SHA
    c6e3bc9 View commit details
    Browse the repository at this point in the history
  2. Add withRedirectRoute method

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed May 4, 2017
    Configuration menu
    Copy the full SHA
    8ca9805 View commit details
    Browse the repository at this point in the history
  3. Patch validation request

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed May 4, 2017
    Configuration menu
    Copy the full SHA
    e68fee2 View commit details
    Browse the repository at this point in the history
  4. Cleanup unused params

    Signed-off-by: Fery Wardiyanto <[email protected]>
    feryardiant committed May 4, 2017
    Configuration menu
    Copy the full SHA
    f1cef7d View commit details
    Browse the repository at this point in the history