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

CM_FormField_Location add setValueByRequest #676

Merged
merged 20 commits into from
Jul 12, 2013
Merged

CM_FormField_Location add setValueByRequest #676

merged 20 commits into from
Jul 12, 2013

Commits on Jul 5, 2013

  1. Added right order for functions

    Marcel Colomb committed Jul 5, 2013
    Configuration menu
    Copy the full SHA
    c4c4ebe View commit details
    Browse the repository at this point in the history
  2. Added function to reduce redundant code

    Marcel Colomb committed Jul 5, 2013
    Configuration menu
    Copy the full SHA
    f1d8abe View commit details
    Browse the repository at this point in the history
  3. added setValueByRequest function

    Marcel Colomb committed Jul 5, 2013
    Configuration menu
    Copy the full SHA
    cf91757 View commit details
    Browse the repository at this point in the history
  4. Check for a request in _getRequestLocation

    Marcel Colomb committed Jul 5, 2013
    Configuration menu
    Copy the full SHA
    ed52784 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2013

  1. using the past request

    Marcel Colomb committed Jul 8, 2013
    Configuration menu
    Copy the full SHA
    0f3e029 View commit details
    Browse the repository at this point in the history
  2. Try to get a new location if the level is too high

    Marcel Colomb committed Jul 8, 2013
    Configuration menu
    Copy the full SHA
    1f3d836 View commit details
    Browse the repository at this point in the history
  3. Added a test for setValueBy request

    Marcel Colomb committed Jul 8, 2013
    Configuration menu
    Copy the full SHA
    96f7f8d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2013

  1. Fixed tests

    Marcel Colomb committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    3ae1a48 View commit details
    Browse the repository at this point in the history
  2. Is trying to get the right location level if the one who's found is t…

    …o low
    Marcel Colomb committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    ac15f48 View commit details
    Browse the repository at this point in the history
  3. Added docu

    Marcel Colomb committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    e4fe53d View commit details
    Browse the repository at this point in the history
  4. Added test with Ip null

    Marcel Colomb committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    452b718 View commit details
    Browse the repository at this point in the history
  5. Deal with Ip is nulll

    Marcel Colomb committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    3a4304c View commit details
    Browse the repository at this point in the history
  6. Just try to get location if level is smaller then minimum

    Marcel Colomb committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    6c6c08e View commit details
    Browse the repository at this point in the history
  7. using protected function to get the request location so I can use a m…

    …ock in the tests.
    Marcel Colomb committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    b2fe6a9 View commit details
    Browse the repository at this point in the history
  8. Added CMTest_TH::createLocation()

    Marcel Colomb committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    88b3d65 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2013

  1. return level zip location by default

    Marcel Colomb committed Jul 10, 2013
    Configuration menu
    Copy the full SHA
    fe30501 View commit details
    Browse the repository at this point in the history
  2. Fixed test helper

    Marcel Colomb committed Jul 10, 2013
    Configuration menu
    Copy the full SHA
    d8f0f97 View commit details
    Browse the repository at this point in the history
  3. Only try to get a location if location level ist bigger the max level…

    …. finding a higher level in a location is not possible.
    Marcel Colomb committed Jul 10, 2013
    Configuration menu
    Copy the full SHA
    db04512 View commit details
    Browse the repository at this point in the history
  4. Add test

    Marcel Colomb committed Jul 10, 2013
    Configuration menu
    Copy the full SHA
    d45e683 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2013

  1. Using assertNull

    Marcel Colomb committed Jul 11, 2013
    Configuration menu
    Copy the full SHA
    7b95f23 View commit details
    Browse the repository at this point in the history