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: tomolimo/processmaker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tomolimo/processmaker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4/bugfixes
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 51 files changed
  • 1 contributor

Commits on May 21, 2019

  1. Set version to 3.4.9

    Reset EOL to CRLF instead of LF
    Fixed some typos and CS
    Fixed HTTPS support when certificates are not OK
    Fixed ['MESSAGE_AFTER_REDIRECT'][WARNING] instead of ERROR
    Fixed upload of files when in grid
    Fixed get_pdfdata to return correct task content
    Fixed solution vs status priority
    Fixed random pb of blank page when viewing case tasks
    Fixed two issues on update: default DB version when updating from unknown DB version, and id column for users when updating to 3.2.8
    Added "under maintenance" messages and images to processes
    Added default search for process and case lists
    Added max cases per item management
    Added GLPI_ITEM_GLOBAL_VALIDATION, GLPI_TICKET_TYPE, GLPI_ITEM_DUE_DATE, GLPI_ITEM_STATUS, GLPI_ITEM_TASK_REMINDER
    Added traces for the case link actions
    Review domain.js management
    Deleted old empty-database files
    
    fixes #81
    tomolimo committed May 21, 2019
    Configuration menu
    Copy the full SHA
    5a786a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Added a test to be sure that $_FILES['form']['name'] is existing

    Set version to 3.4.10
    tomolimo committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    a393944 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Added possibility to set notification for tasks (and of course notifi…

    …cation templates)
    
    Added two new events per tasks (new and update)
    Added possibility to send spontaneous emails
    Fixed various CS typos
    Set version to 3.4.12
    fixes #77
    tomolimo committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    39f86c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Added adhoc users re-assign rights

    Added possibility to assign a task to an adhoc user
    Added task del_index tag to notification template
    Added missing GLPI_ITEM_TASK_GROUP
    tomolimo committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    d7512b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Added a filter on TASK_USER.TU_TYPE to be sure that it searches for n…

    …ormal assignment (not adhoc)
    
    Added default groups_id_tech (set to 0) when clearing a task
    Set new version to 3.4.14
    tomolimo committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    356336f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Fixed bugs for URL in notifications Set version to 3.4.17

    Added new tags in notification templates Fixed bugs on tag data
    Added 1 dim assoc array management in notification templates
    Fixed issue on the 2 dim arrays
    Added missing notification template tags to get info on item hosting the case (Ticket, Change, Problem)
    Added quote to be sure that SQL request will not throw an error
    Added a test for the return code from routeCase() to prevent closing of current task if routing is not done
    tomolimo committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    7d12500 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Added condition to set user = admin when script is run in crontask

    Set version to 3.4.18
    tomolimo committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    57874bb View commit details
    Browse the repository at this point in the history
  2. Added a hook to manage the change of user login

    Cleanning of unused code
    Set version to 3.4.19
    tomolimo committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    b3eafe6 View commit details
    Browse the repository at this point in the history
  3. Added Send reminder

    Added unclaim task
    Rewrite some code for clearer maintenance
    Set version to 3.4.20
    tomolimo committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    66b87db View commit details
    Browse the repository at this point in the history
  4. Revert back $_REQUEST into $_POST

    Set version to 3.4.21
    tomolimo committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    97f8a89 View commit details
    Browse the repository at this point in the history
  5. Added a new case variable to be able to create information tasks GLPI…

    …_ITEM_INFORMATION_TASK
    
    Set version to 3.4.22
    tomolimo committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    5a09b51 View commit details
    Browse the repository at this point in the history
  6. Added a proxy and SSL mangement to external application calls

    Added an escape DB for ticket name and ticket solution description
    Updated translation
    Set version to 3.4.23
    tomolimo committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    53ce20a View commit details
    Browse the repository at this point in the history
  7. Added prepareInputForAdd and prepareInputForUpdate to unclean entries…

    … to prevent conversion of ['&lt;', '&gt;', '<', '>'] into ['&amp;lt;', '&amp;gt;', '&lt;', '&gt;'];
    
    Set version to 3.4.24
    tomolimo committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    3d955f8 View commit details
    Browse the repository at this point in the history
  8. Added feature GLPI_TASK_PREVENT_REASSIGN to prevent assignment of a l…

    …ist of users (can be PM UID, GLPI id, GLPI logon) to a specific task (can be task list)
    
    Set version to 3.4.25
    tomolimo committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    f431637 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Fixed issue when user logon has digits in its name like generic users…

    … (ex: CNU_1005)
    
    Set version to 3.4.2
    tomolimo committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    f3d5318 View commit details
    Browse the repository at this point in the history
Loading