Skip to content


Closed Migration error to 1.1 if SecurityService activate
chorem / bow #80 · created by Eric Chatellier
2011-08-31 15:02:55,372 ERROR [TP-Processor7] (action.admin.MigrateDataAction) java.lang.NullPointerException at org.nuiton.wikitty.entities.WikittyGroupHelper.hasExtension(WikittyGroupHelper...
updated
Closed Tags are not separted by space
chorem / bow #71 · created by Eric Chatellier
Regression in css, html is well formed but tags are not separated. *(from redmine issue 372 created on 2011-05-18, closed on 2011-06-20)*
updated
Open Ajouter la possibilité de déplacer un répertoire
nuiton / scmwebeditor #51 · created by Tony Chemit
De la même manière qu'il est possible de déplacer un fichier au sein d'un dépôt, on pourrait ajouter une fonctionnalité de déplacement d'un répertoire dans le dépôt. *(from redmine issue 3721 created...
updated
Open Inclure les bibliothèques JavaScript/CSS en tant que dépendances
nuiton / scmwebeditor #50 · created by Tony Chemit
Pour éviter les contraintes des CDN, on pourrait inclure jQuery UI et Font Awesome en tant que dépendances du projet. *(from redmine issue 3720 created on 2015-06-19)*
updated
Closed org.nuiton.topia.generator.BinderHelperTransformer does not generate simple properties for entities
nuiton / topia #602 · created by Tony Chemit
A previous fix (#3690) was not correct, now we are generating properties in binder from hierarchy, but not anylonger simple properties of an entity. Need to port this to ToPIA 3.0 (see #3724). *(fro...
updated
Closed Improve table name usages
nuiton / topia #600 · created by Tony Chemit
*(from redmine issue 3727 created on 2015-07-01, closed on 2015-08-23, relates #3351, relates #3354, relates #3355, relates #3360)*
updated
Closed Consider schema everywhere
nuiton / topia #599 · created by Tony Chemit
*(from redmine issue 3726 created on 2015-07-01, closed on 2015-08-23, relates #3519, relates #3473)*
updated
Closed Error while deleting with multiplicity
nuiton / topia #598 · created by Tony Chemit
*(from redmine issue 3725 created on 2015-07-01, closed on 2016-08-16, relates #3671, relates #3672)*
updated
Open Make generated Binders support inheritence
nuiton / topia #597 · created by Tony Chemit
*(from redmine issue 3724 created on 2015-07-01, relates #3688, relates #3690)*
updated
Closed Generate foreign key names
nuiton / topia #596 · created by Tony Chemit
See #3676 *(from redmine issue 3722 created on 2015-06-19, closed on 2015-08-23, relates #3676)*
updated
Closed Generated BinderHelper must use inheritance attributes also
nuiton / topia #589 · created by Tony Chemit
If we use inheritance, then the generated binder must also bind properties from the super-classes. *(from redmine issue 3690 created on 2015-05-22, closed on 2015-05-22, relates #3724)*
updated
Closed Generate a binder even if there is no direct attributes defined in the entity contract
nuiton / topia #587 · created by Tony Chemit
We still want to have a binder declared (if we use for example inheritance...). *(from redmine issue 3688 created on 2015-05-22, closed on 2015-05-22, relates #3724)*
updated
Closed Generate foreign key names
nuiton / topia #584 · created by Tony Chemit
We can have deterministic foreign key names if we compute them and set them in the hibernate mapping. We add a new tag value (scope: model, classifier) *generateForeignKeyNames* to do this (default v...
updated
Closed Can't delete some n-n association.
nuiton / topia #581 · created by Tony Chemit
I got this error :
Hibernate: SELECT main.topiaid from OBSERVE_LONGLINE.Set main, OBSERVE_LONGLINE.mitigationtype_set secondary where main.topiaid=secondary.set and secondary.mitigationType='fr.ird....
updated
Closed Bad delete query generated (missing db shema if any)
nuiton / topia #580 · created by Tony Chemit
While using shemas, they are missing in generated delete methods in DAO. See for example http://forge.codelutin.com/issues/6937 *(from redmine issue 3671 created on 2015-04-10, closed on 2015-04-11,...
updated
Closed Bad schema name generation for a n*m relation
nuiton / topia #561 · created by Tony Chemit
The schema used is the attribute classifier, but should be the entity owning the attribute. *(from redmine issue 3519 created on 2014-09-26, closed on 2014-09-26, relates #3726)*
updated
Closed Can specifiy dbSchema tag value at package level
nuiton / topia #552 · created by Tony Chemit
*(from redmine issue 3473 created on 2014-08-24, closed on 2014-08-25, relates #3726)*
updated
Closed Add dbSchemaName and dbTableName in the TopiaEntityEnum
nuiton / topia #530 · created by Tony Chemit
I need to do some generic sql treatment on entities using the enum. *(from redmine issue 3360 created on 2014-07-27, closed on 2014-07-27, relates #3727, copied_to #3361)*
updated
Closed Be able to specify the dbName table of a many-to-many association
nuiton / topia #528 · created by Tony Chemit
Actually we can't do this only for association table, need also to have it for a simple association. *(from redmine issue 3355 created on 2014-07-25, closed on 2014-07-25, relates #3727, copied_to #3...
updated
Closed Add a reverseDbName to customize the db name of a reverse attribute
nuiton / topia #527 · created by Tony Chemit
This is useful form nm multiplicity attribute with no bi-navigability. *(from redmine issue 3354 created on 2014-07-25, closed on 2014-07-25, relates #3727, copied_to #3362)*
updated