Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

All developments for 1.1 are finished #41

Merged
merged 32 commits into from
Aug 15, 2017
Merged

All developments for 1.1 are finished #41

merged 32 commits into from
Aug 15, 2017

Commits on Jul 17, 2017

  1. add bower support

    farizyoga committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    3042202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0efd94b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

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

Commits on Jul 24, 2017

  1. Configuration menu
    Copy the full SHA
    07b6037 View commit details
    Browse the repository at this point in the history
  2. make reservoir optional

    ad3n committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    910eda2 View commit details
    Browse the repository at this point in the history
  3. refactoring code

    ad3n committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    3597898 View commit details
    Browse the repository at this point in the history
  4. Installing Behat to do BDD

    We should write all features and specs to make sure the entire codes are
    working properly. Since, Tania has accepted code contributions.
    bepitulaz committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    c9a93dd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #29 from ad3n/master

    Make Reservoir Optional
    bepitulaz authored Jul 24, 2017
    Configuration menu
    Copy the full SHA
    d82ff88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33c1155 View commit details
    Browse the repository at this point in the history
  7. Disabling responsive CSS and Fixing composer.lock conflict

    1. We only support desktop version, so the responsive CSS have to be
    disabled.
    2. I'm fixing the composer.lock conflict that was happened during the
    merge operation.
    bepitulaz committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    9af3743 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50d9f6f View commit details
    Browse the repository at this point in the history
  9. Adding Translation Support

    I'm installing the symfony translation service and write two xliff files
    for the navigation and the dashboard.
    bepitulaz committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    0f46233 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Configuration menu
    Copy the full SHA
    f1798d5 View commit details
    Browse the repository at this point in the history
  2. finish refactoring

    ad3n committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    c67ea70 View commit details
    Browse the repository at this point in the history
  3. I18n for farms and reservoirs.

    I'm internationalising farms and reservoirs. But, for the label in each
    form, I don't do it yet.
    bepitulaz committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    2da1f1f View commit details
    Browse the repository at this point in the history
  4. remove double from

    ad3n committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    69f40fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    526e95f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a256923 View commit details
    Browse the repository at this point in the history
  7. Removing measurement unit from Plant.

    I'm removing the measurement unit converter in showAction method in
    Plant, because it can cause error.
    bepitulaz committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    6520eb6 View commit details
    Browse the repository at this point in the history
  8. Adding default locale

    Users can choose between en and id. Users just need to set it in their
    parameters.yml.
    bepitulaz committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    3936de7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    2ffdbac View commit details
    Browse the repository at this point in the history
  2. Preparing all strings in dashboard for translation.

    I am applying {% trans %}{% endtrans %} tag to each string on the dashboard
    application. So, we can translate it later to another language.
    bepitulaz committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    66e8df2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Translating the custom form label.

    All labels in each custom form are linked to the translation file. Now
    we can close the issue #25.
    bepitulaz committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    bbece71 View commit details
    Browse the repository at this point in the history
  2. Fixing bug #35

    I'm removing the date time format in Task custom form, and replace it
    with the constraint Task entity.
    bepitulaz committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    d1375d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2017

  1. Adding enhancement #19

    Now, when user doesn't have any farms. Instead showing the blank map,
    the panel will show a message to create a new one.
    bepitulaz committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    01dced4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Adding support for environment variables

    To satisfy issue #39, I'm adding support for dotenv file. I also has set
    up the PHPunit for doing unit test and functional test.
    bepitulaz committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    6f40f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1b5c12 View commit details
    Browse the repository at this point in the history
  3. Makin single front controller.

    Taking this commit
    37198ed
    as a reference. I delete the dev front controller and make it single
    front controller, so we can use one docker image for dev and prod
    environment.
    bepitulaz committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    e48aa0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1678fd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Adding date picker in Plant.

    I'm implementing the jQuery datepicker in create and edit plant.
    bepitulaz committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    745c772 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Changing the readme.

    Since now we are replacing parameters.yml with .env file to setup the
    configuration, the readme should be updated.
    bepitulaz committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    8ffa275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ad42cd View commit details
    Browse the repository at this point in the history