Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

[v3] Refactor: Cut Redundant Dependency in order to use as Standalone #9

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

Commits on Dec 27, 2015

  1. Configuration menu
    Copy the full SHA
    0d91c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9615fcd View commit details
    Browse the repository at this point in the history
  3. Move caching To CachedTrait

    todo getItemsByPage() must override by caching
    sasezaki committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    f91f696 View commit details
    Browse the repository at this point in the history
  4. Introduce PaginatorInterface

    Introduced SimplePaginator, too.
    Cache & Filter is required getItemsByPage
    sasezaki committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    fb6a8a7 View commit details
    Browse the repository at this point in the history
  5. oops, missing CachedTrait

    sasezaki committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    4d7e3df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aba0bcc View commit details
    Browse the repository at this point in the history
  7. fix namespace requirement

    sasezaki committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    b9aad18 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2015

  1. remove duplicate method

    sasezaki committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    3143850 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2016

  1. fix namespace import

    sasezaki committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    dcacdab View commit details
    Browse the repository at this point in the history
  2. default itemCountPerPage must be null, when global count exists

    getItemCountPerPage() works with static::getDefaultItemCountPerPage(),
    lazy count-per-page check
    sasezaki committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    a20555d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07f259a View commit details
    Browse the repository at this point in the history
  4. move stdlib dependency as dev

    Stdlib only require ArrayUtils::iteratorToArray() method.
    It used in GlobalPaginator::setGlobalConfig.
    sasezaki committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    26f3bd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1d4967 View commit details
    Browse the repository at this point in the history
  6. Apply php-cs-fixer

    fix invalid lines, remove useless `use`
    sasezaki committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    5ef2ea7 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. remove jsonSerialize()

    Don't add new method when Refactoring.
    (oops, jsonSerialize() introduced with my misunderstood usage.)
    sasezaki committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    a98d725 View commit details
    Browse the repository at this point in the history