Skip to content


Closed Allow adding notes on synchronized projects
chorem / jtimer #35 · created by Eric Chatellier
*(from redmine issue 184 created on 2010-04-16, closed on 2010-04-16)*
updated
Closed importCSV doesn't work with Reader that doesn't suport mark() operation
nuiton / nuiton-matrix #24 · created by Tony Chemit
Following error occurs:
java.io.IOException: mark() not supported
    at java.io.Reader.mark(Unknown Source)
    at org.nuiton.math.matrix.AbstractMatrixND.importCSV(AbstractMatrixND.java:1119)
    a...
updated
Closed Matrix viewer component is buggy with jfreechart 1.0.14
nuiton / nuiton-matrix #23 · created by Tony Chemit
Cause this error:
org.nuiton.math.matrix.BasicMatrix.checkPos(BasicMatrix.java:268)
    org.nuiton.math.matrix.BasicMatrix.coordonatesToLinear(BasicMatrix.java:199)
    org.nuiton.math.matrix.BasicMa...
updated
Closed Improve Import class code
nuiton / nuiton-utils #144 · created by Tony Chemit
We could make this class a bit more sexy, isn't it ? *(from redmine issue 1846 created on 2011-12-07, closed on 2011-12-07)*
updated
Closed Can not import empty file
nuiton / nuiton-utils #143 · created by Tony Chemit
If file has only his header the import fail like this
org.nuiton.util.csv.ImportRuntimeException: CSV file has no line
	at org.nuiton.util.csv.Import.readFirstLine(Import.java:353)
	at org.nuiton.u...
updated
Closed Bad link generation
retired / jrst #87 · created by Tony Chemit
La gestion des embedded uris n'est pas bonne. Normalement on peut ecrire des choses comme: External hyperlinks, like `Python `_. donc blabla `message affiche `_ blabla voir http://docutils.sou...
updated
Closed Table of contents without title formating
retired / jrst #86 · created by Tony Chemit
If I try to generate the page linked, the titles in the table of contents are not rendered and table of content is full of :
1. **Création** ou **sélection** de région
instead of : 1. **Création...
updated
Closed Proxied TopiaContext makes infinite loop on toString invocation
retired / nuiton-web #48 · created by Tony Chemit
Here is the stacktrace : org.nuiton.web.filter.TopiaTransactionFilter$TopiaTransactionProxyInvocationHandler.invoke(TopiaTransactionFilter.java:303) $Proxy4.toString(Unknown Source) java....
updated
Closed Review and enhance MonitoringFilter
retired / nuiton-web #47 · created by Tony Chemit
Things to be reviewed : * "text/html" is hardcoded, it's OK for me since this is the type of the page returned by my web app and i don't care about static content (images, css, js...). * JMX object n...
updated
Closed Add a filter to gather stats on computation time for all application pages on a per page basis
retired / nuiton-web #46 · created by Tony Chemit
Since it's a filter, it should works with any web framework based on Servlet API. Data should be made available through JMX. *(from redmine issue 1841 created on 2011-12-01, closed on 2011-12-02)*
updated
Open Upgrade H2 to 1.4.x NOT BETA !
nuiton / topia #590 · created by Tony Chemit
It seems that using H2 1.4 make the build randomly fail due to H2 unable to write data. For example, a file @143959272476889/org.nuiton.topia.persistence.internal.EntityListenerTest/testEntityUpdatedO...
updated
Closed Bug dans constructorParams
nuiton / jaxx #1292 · created by Tony Chemit
constructorParams='this, new Clazz(this, autre)' Bug à la compile, je pense qu'il fait un split(",") alors qu'il ne devrait pas boucler dans la parenthèse. *(from redmine issue 184 created on 2010-0...
updated