-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: Igalia/phpreport
base: 2.19
head repository: Igalia/phpreport
compare: master
- 18 commits
- 18 files changed
- 1 contributor
Commits on Nov 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a8394f7 - Browse repository at this point
Copy the full SHA a8394f7View commit details
Commits on Nov 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a3cce78 - Browse repository at this point
Copy the full SHA a3cce78View commit details
Commits on Jan 3, 2020
-
[#464] Fix holiday count in leap years.
It was a regression caused by the rename of some local variables in commit b5937a1.
Configuration menu - View commit details
-
Copy full SHA for 653f07d - Browse repository at this point
Copy the full SHA 653f07dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59da5e3 - Browse repository at this point
Copy the full SHA 59da5e3View commit details
Commits on Feb 28, 2020
-
[#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.
Configuration menu - View commit details
-
Copy full SHA for c8b4cf7 - Browse repository at this point
Copy the full SHA c8b4cf7View commit details
Commits on Apr 4, 2020
-
[#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.
Configuration menu - View commit details
-
Copy full SHA for b5ea0a2 - Browse repository at this point
Copy the full SHA b5ea0a2View commit details -
[#146] Increase performance of htmlEncode function.
According to https://stackoverflow.com/a/4835406, using a single call to replace performs better.
Configuration menu - View commit details
-
Copy full SHA for 3253d82 - Browse repository at this point
Copy the full SHA 3253d82View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b32c40d - Browse repository at this point
Copy the full SHA b32c40dView commit details
Commits on Apr 25, 2020
-
[#85][#146] Always encode XML strings before sending.
(Merge pull request #413 from Igalia/i146-encode-xml)
Configuration menu - View commit details
-
Copy full SHA for d198491 - Browse repository at this point
Copy the full SHA d198491View commit details -
[#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.
Configuration menu - View commit details
-
Copy full SHA for 2bd5f76 - Browse repository at this point
Copy the full SHA 2bd5f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e4c357 - Browse repository at this point
Copy the full SHA 9e4c357View commit details
Commits on May 15, 2020
-
[#462] Use future contract data to calculate pending holidays.
Merge pull request #471 from Igalia/i462-future-holidays
Configuration menu - View commit details
-
Copy full SHA for 3c4f440 - Browse repository at this point
Copy the full SHA 3c4f440View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a520f9 - Browse repository at this point
Copy the full SHA 7a520f9View commit details -
[#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.
Configuration menu - View commit details
-
Copy full SHA for ac76d45 - Browse repository at this point
Copy the full SHA ac76d45View commit details
Commits on Aug 6, 2020
-
[#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.
Configuration menu - View commit details
-
Copy full SHA for a8fd5fe - Browse repository at this point
Copy the full SHA a8fd5feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ca3d8d - Browse repository at this point
Copy the full SHA 1ca3d8dView commit details
Commits on Nov 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 960307f - Browse repository at this point
Copy the full SHA 960307fView commit details
Commits on Dec 10, 2020
-
[#477][#478] New buttons for date filter.
Merge pull request #479 from Igalia/i477-date-filter-new-buttons
Configuration menu - View commit details
-
Copy full SHA for e1d0357 - Browse repository at this point
Copy the full SHA e1d0357View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.19...master