8000 Comparing 2.19...master · Igalia/phpreport · GitHub
[go: up one dir, main page]

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: Igalia/phpreport
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.19
Choose a base ref
...
head repository: Igalia/phpreport
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 18 files changed
  • 1 contributor

Commits on Nov 8, 2019

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

Commits on Nov 26, 2019

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

Commits on Jan 3, 2020

  1. [#464] Fix holiday count in leap years.

    It was a regression caused by the rename of some local variables in
    commit b5937a1.
    jaragunde committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    653f07d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59da5e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. [#468] Allow to resize the task textarea.

    Allow vertical resize only to keep the general aspect and to prevent
    hiding the resizing corner by mistake.
    jaragunde committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    c8b4cf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. [#85][#146] Make the XMLWriter escape data before sending.

    Modified the XMLWriter to escape the HTML/XML special characters "&<>
    before sending data, instead of leaving this responsibility to API
    users.
    
    We use an escape function provided by Ext Js, which allows us to
    remove duplicate code and load one JS file less.
    
    As a side effect, we can remove the code that encoded XML from
    tasks.js before saving data, because the writer will take care of
    that now.
    jaragunde committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    b5ea0a2 View commit details
    Browse the repository at this point in the history
  2. [#146] Increase performance of htmlEncode function.

    According to https://stackoverflow.com/a/4835406, using a single call
    to replace performs better.
    jaragunde committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    3253d82 View commit details
    Browse the repository at this point in the history
  3. Related [#146]: use PHP built-ins to escape XML.

    Use PHP built-in functions to encode and decode XML instead of
    calling str_replace many times.
    jaragunde committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    b32c40d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. [#85][#146] Always encode XML strings before sending.

    (Merge pull request #413 from Igalia/i146-encode-xml)
    jaragunde authored Apr 25, 2020
    Configuration menu
    Copy the full SHA
    d198491 View commit details
    Browse the repository at this point in the history
  2. [#462] Use future contract data to calculate pending holidays.

    Future contract periods within the same year of the report are now
    included in the calculations.
    jaragunde committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    2bd5f76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e4c357 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. [#462] Use future contract data to calculate pending holidays.

    Merge pull request #471 from Igalia/i462-future-holidays
    jaragunde authored May 15, 2020
    Configuration menu
    Copy the full SHA
    3c4f440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a520f9 View commit details
    Browse the repository at this point in the history
  3. [#472] Use correct journey value to calculate pending holidays.

    In the case there were multiple contracts (journeys) between the start
    of the year and the date in course, the code couldn't decide which one
    to use and it resorted to 8 by default. To fix this, we made the query
    more specific, setting the current date as both start and end values.
    
    Also, do not use 8 as the fallback journey value so, in case the user
    doesn't have a contract set in that moment, it reports values in HH:mm
    format and doesn't attempt to convert it to days.
    jaragunde committed May 15, 2020
    Configuration menu
    Copy the full SHA
    ac76d45 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. [#477] Add previous and next week buttons to date filter.

    * Previous week: it selects the week before the "start date" that has
      been set in the filter.
    * Next week: it selects the week after the "end date" that has been set
      in the filter.
    
    If the corresponding filter dates are empty, these buttons do nothing.
    jaragunde committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    a8fd5fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ca3d8d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

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

Commits on Dec 10, 2020

  1. [#477][#478] New buttons for date filter.

    Merge pull request #479 from Igalia/i477-date-filter-new-buttons
    jaragunde authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    e1d0357 View commit details
    Browse the repository at this point in the history
Loading
0