You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2024-07-23 14:40:12

rcgjoxph
Member
Registered: 2024-07-19
Posts: 9

GLPI 11 release date?

Hello, is there any feeling on when GLPI 11 will be out, approximately?

I see it is 90% done per the github milestone, which suggests there a fair way to go, and I see there was about six years (2016 - 2022) between GLPI 9.1 and 10.0.0. So is GLPI 11 due out in 2028, or a bit sooner than that? wink

I also had a look at the roadmaps on the GitHub repo and glpi-project org site, but the former looked out of date and the latter was about new features, not a timeline-- please let me know if there is somewhere else to look. I didn't find anything searching this forum site.

Edit: I see from viewtopic.php id=290393 there's no release date, but is there a rough estimate, e.g. more than one year, more than two years?

Russell

Last edited by rcgjoxph (2024-07-23 14:53:58)

Offline

#2 2024-07-24 15:06:18

KongNan
Member
Registered: 2018-09-01
Posts: 28

Re: GLPI 11 release date?

Waited too long...

Offline

#3 2024-07-24 17:23:43

cconard96
Moderator
Registered: 2018-07-31
Posts: 3,267
Website

Re: GLPI 11 release date?

"So is GLPI 11 due out in 2028"
No

"I also had a look at the roadmaps on the GitHub repo and glpi-project org site, but the former looked out of date and the latter was about new features, not a timeline-- please let me know if there is somewhere else to look. I didn't find anything searching this forum site."
Look at the public GLPI 11 milestone. You can see exactly the features still being worked on for GLPI 11. Custom Assets (previously done through Generic Objects plugin) with Custom Fields (Fields plugin) and Forms (Previously through Form Creator). These aren't just copy-pasted from the plugins so they are obviously going to take time to design, develop and test.

"more than one year, more than two years?"
Less. Hopefully. Not an official estimate.

"Waited too long..."
What?


GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.

Offline

#4 2024-07-24 17:27:53

cconard96
Moderator
Registered: 2018-07-31
Posts: 3,267
Website

Re: GLPI 11 release date?

FYI, If you want to help ensure a timely and stable GLPI 11 release, you can start testing it now by creating a separate GLPI installation from the "main" nightly release to help identify issues even before the GLPI 11 beta releases.
https://nightly.glpi-project.org/glpi/


GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.

Offline

#5 2024-12-19 21:47:11

random389
Member
Registered: 2019-12-14
Posts: 32

Re: GLPI 11 release date?

Thank you for the link Curtis.

Is it possible to pin this/make a permanent thread on the forum? I am sure there are a lot of people here wanting to report on GLPI 11

Last edited by random389 (2024-12-19 21:47:33)


Support GLPI with a donation : opencollective.com/glpi-project

Offline

#6 2025-01-01 23:05:11

random389
Member
Registered: 2019-12-14
Posts: 32

Re: GLPI 11 release date?

github.com/glpi-project/glpi/releases/tag/11.0.0-alpha2


Support GLPI with a donation : opencollective.com/glpi-project

Offline

#7 2025-02-17 19:07:17

llemoux
Member
Registered: 2025-02-17
Posts: 3

Re: GLPI 11 release date?

Hello,

Thank you for this information. Will the new 'Forms' allow the user to display data or define the visibility of questions based on the value of a 'Custom Assets' attribute or a 'Custom field' ?
For example, display a custom 'Temperature' field value as a description or make radio buttons visible based on the value of a custom boolean 'On / Off' attribute.

Kind regards

Offline

#8 2025-02-17 21:01:24

cconard96
Moderator
Registered: 2018-07-31
Posts: 3,267
Website

Re: GLPI 11 release date?

Unless I misunderstand the question, Forms are for creating tickets, not assets. However yes, forms can conditionally show/hide questions.


GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.

Offline

#9 2025-02-17 22:09:50

llemoux
Member
Registered: 2025-02-17
Posts: 3

Re: GLPI 11 release date?

Hi again,

I'll try to be more explicit.
Let's consider the following use case :
- I declare a new custom asset (previously done through the Generic Objects plugin) called 'engine' (with a name, a serial number...).
- Then, using custom fieds (the former Field plugin), I declare a read-only field called status (with three possible values : on, off and starting).
- Finally, using Forms (the former Form Creator), I want to give the user the possibility to send a request to ask for changing the engine status (as  I don't want him or her to change it directly).

When the user selects a given engine, if the status is 'On', I want to give him / her the possibility to select an 'Off' radio button which gets displayed and send the form.
If, the status is 'Off', the user will have the possibility to send a resquest to start to engine.
But, if the status is 'Starting', then I would like to display this status without radio button and no possibility to send the request / form.

To achieve this, one needs to display the engine status as a form description and use it, as well, as a condition to display or not questions and the submit button.

The currently existing Form creator plugin is not dynamic as it does not  load nor use the fields of a selected asset.

This would be a significant improvement if available with GLPI 11.

Kind regards

Last edited by llemoux (2025-02-17 22:11:20)

Offline

#10 2025-02-17 22:24:49

cconard96
Moderator
Registered: 2018-07-31
Posts: 3,267
Website

Re: GLPI 11 release date?

I'm not aware of that feature on the roadmap for the native Forms implementation. I believe the focus for GLPI 11 is to mainly cover the existing functionality of the Form Creator plugin. While I don't think we are looking at add much extra given the long development period for GLPI 11, this may be something that would be added in a future version if it is a popular request.


GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.

Offline

#11 2025-02-18 09:34:33

llemoux
Member
Registered: 2025-02-17
Posts: 3

Re: GLPI 11 release date?

Hi,
Thank you for your quick answer.
This would allow the user to create forms aligned with the considered asset values at the time of the submission.
But it would of course not guarantee that the form remains consistent afterwards.
Neither would it prevent from somebody else creating the same request twice or at the same time.
After all, this feature is may be of limited value added...
Have a nice day

Offline

#12 2025-03-10 04:28:49

godel.chen
Member
Registered: 2020-01-21
Posts: 21

Re: GLPI 11 release date?

Will there be a tool to allow seamless migration from GLPI 10 to 11?

Offline

#13 2025-03-10 12:35:17

cconard96
Moderator
Registered: 2018-07-31
Posts: 3,267
Website

Re: GLPI 11 release date?

The update from 10 to 11 will have the same update process as any other GLPI update. The only difference is that the public folder setup in your web server configuration will be required now.
https://glpi-install.readthedocs.io/en/ … web-server

If you are talking about migrating from the Generic Objects and Form Creator plugins to the native features, there will be commands/scripts to migrate the data. These are currently WIP.


GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.

Offline

Board footer

Powered by FluxBB