Skip to content


Closed Remplacer la liste par des boutons pour les impressions de rapport
retired / lima #47 · created by Eric Chatellier
Le fonctionnement de la liste n'est pas très clair. Les boutons sont plus courants pour les utilisateurs. Si besoin de conserver une liste, mettre plutot une liste + un bouton générer. *(from redmine...
updated
Open Fix issueLinkTemplate and versionLinkTemplate
retired / jredmine #118 · created by Tony Chemit
* The issueLinkTemplate is *%URL%/issues/show/%ISSUE%* but should be *%URL%/issues/%ISSUE%* * The versionLinkTemplate is *%URL%/versions/show/%VERSION%* but should be *%URL%/versions/%VERSION%* *(fro...
updated
Open Remove login mojo
retired / jredmine #117 · created by Tony Chemit
*(from redmine issue 3158 created on 2014-04-16, closed on 2014-04-16)*
updated
Open Remove anonymous mojo parameters
retired / jredmine #116 · created by Tony Chemit
The *anonymous* parameter offers nothing else than trouble. For private projets, the calls are never anonymous, so what's the point of keeping this useless configuration. *(from redmine issue 3157 c...
updated
Open Improve Redmine services for private projects
retired / jredmine #115 · created by Tony Chemit
In fact the anonymous services need to be loggued for private project. I will then use now a unique Service contract (no more distinguish between anonymous and loggued services). *(from redmine issu...
updated
Open Improve GenerateChanges warns
retired / jredmine #114 · created by Tony Chemit
We should improve the warns about any issue with missing data to help people fix it. For example add the issue ulr and explain why they should fix it. *(from redmine issue 3152 created on 2014-04-16...
updated
Open Remove login and logout REST api
retired / jredmine #113 · created by Tony Chemit
We should be able to always use the credential from the request, no need to have some states in the jredmine rails client, neither in the jredmine java client. this will be a first step to use only t...
updated
Closed Add tag value to not generate fireOnPreRead and fireOnPostRead listeners
nuiton / topia #459 · created by Tony Chemit
As you can see on attached picture, fireOnPreRead and fireOnPostRead are not used into application and takes a lot on time. *(from redmine issue 3154 created on 2014-04-16, closed on 2014-04-16)* ##...
updated
Closed NPE when using TopiaDao#update(...) method on non persisted entity
nuiton / topia #458 · created by Tony Chemit
java.lang.NullPointerException
	at org.nuiton.topia.persistence.internal.support.TopiaHibernateEventListener.onSaveOrUpdate(TopiaHibernateEventListener.java:241)
	at org.hibernate.internal.SessionImp...
updated
Closed When making a addAll and initializing reverse attribute collection, use reverse attribute type instead of self type
nuiton / topia #457 · created by Tony Chemit
*(from redmine issue 3150 created on 2014-04-15, closed on 2014-04-15)*
updated