Skip to content


Closed Allows to use chromium extension with different server instance
chorem / bow #70 · created by Eric Chatellier
L'instance du serveur doit être configurable dans l'extension pour pouvoir l'utilisez pour d'autres instances de bow. http://bow.chorem.org/bow est tout de même l'adresse par défaut. *(from redmine i...
updated
Open Can't call an action taking an argument with "null"
nuiton / nuiton-config #50 · created by Tony Chemit
AS of 3.0-rc8, if we have an action,
MyClass {
    doSomething(String pattern) {

    }
}
we can't call it with only:
./myapp MyClass#doSomething
we must do (at least)
./myapp MyClass#doSomethin...
updated
Closed Can't call an action taking an argument with "null"
nuiton / nuiton-utils #278 · created by Tony Chemit
AS of 3.0-rc8, if we have an action,
MyClass {
    doSomething(String pattern) {

    }
}
we can't call it with only:
./myapp MyClass#doSomething
we must do (at least)
./myapp MyClass#doSomethin...
updated
Open Return an argument to know if an action has been executed
nuiton / nuiton-config #51 · created by Tony Chemit
As of 3.0-rc8, AppConfig.doAction() return void. So we can't known if any action has been executed or not. We can: * return a boolean (true = something executed) * return a int (number of executed ac...
updated
Closed Return an argument to know if an action has been executed
nuiton / nuiton-utils #277 · created by Tony Chemit
As of 3.0-rc8, AppConfig.doAction() return void. So we can't known if any action has been executed or not. We can: * return a boolean (true = something executed) * return a int (number of executed ac...
updated
Closed Revert iText version to 2.1.7 to be compatible with lgpl
retired / jrst #112 · created by Tony Chemit
*(from redmine issue 3684 created on 2015-04-30, closed on 2016-02-10)*
updated
Closed literal_block classes attribute is skipped durint html rendering
retired / jrst #111 · created by Tony Chemit
Using this rst code:
.. class:: formatJava

::

  public class Test {
  
  }
This generate proper xml code (rst2xml.py):
public class Test {

}
but, is final html file, @classes@ is skipped
pub...
updated
Closed Remove org.nuiton.util.EnumEditor
nuiton / nuiton-utils #25 · created by Tony Chemit
*(from redmine issue 368 created on 2010-03-10, closed on 2010-03-10)*
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 Use nuitonpom 2.0
nuiton / topia #588 · created by Tony Chemit
*(from redmine issue 3689 created on 2015-05-22, closed on 2015-05-22)*
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 Allow schema validation disabling via configuration
nuiton / topia #586 · created by Tony Chemit
*(from redmine issue 3685 created on 2015-05-06, closed on 2015-05-11)*
updated
Closed Make TopiaException runtime
nuiton / topia #585 · created by Tony Chemit
A great benefit offers by Topia can also help us on ToPIA 2! *(from redmine issue 3682 created on 2015-04-25, closed on 2015-04-25)*
updated