|
25-oct2004
[eugene]
- new file /ChangeLog
- update mysql jdbc driver from version 3.0.11 to 3.0.15
- cleanup of eclipse -> properties -> java build path -> libraries
- renamed file /GPL_license.txt to /COPYING to match common standards
and put in the uncropped version from http://www.gnu.org/licenses/gpl.txt
- small addition to the /INSTALL file (pathnames may differ)
- file /src/images/Thumbs.db removed (windoze crap)
- renamed tri.gif to tree.png (internationalization)
- converted all .gif to .png (patent issues)
- small addition to /INSTALL file (need java 1.4+)
26-oct-2004
[eugene]
- new file /AUTHORS
28-oct-2004
[eugene]
- update hibernate from version 1.2.3 to 2.0.3
(version 2.1.6 is to difficult to update eremise to,
i have highter priority tasks)
- new html-footer with version, web-link and copyright
- fix for database connection leak
- added Benoit's email address to /AUTHORS
02-nov-2004
[tkrahmer]
- implemented radius support(see INSTALL) -> testing phase
- developers need the new eremise.properties from conf/
[eugene]
- fixed some html code to be valid (http://validator.w3.org/)
03-nov-2004
[tkrahmer]
- always take ssh as standard when no entry in eremise properties
(see eremise.business.domain.Client)
[eugene]
- fixed some comments in .jsp files,
they should start with "<%" not with "<--"
10-nov-2004
[eugene]
- tomcat5+ setting to trim white spaces out of html output
- prefer font Helvetica instead of Arial
- .css and .jsp are ASCII files now on cvs
I GUESS YOU HAVE TO REMOVE THE PROJECT AND THEN CHECK IT OUT FROM CVS
AGAIN INTO ECLIPSE TO LET TAKE THIS CHANGE EFFECT
12-nov-2004
[eugene]
- added urls to /AUTHORS
- updated some comments and copyright strings
- our project as got 2 names:
E-Remise and eremise
the first one is used for visual presentation
the second one is for internal use and anything else
so i renamed the .war file from ERemise.war to eremise.war
15-nov-2004
- added eremise homepage (http://eremise.sf.net/)
16-nov-2004
[eugene]
- update mysql jdbc driver to version 3.0.16
- .bat, .sh and .sql are ASCII files now on cvs
- updated many comments and copyright strings
fixed TODO tags
javadoc cleanup
- created documentation (javadoc api)
and added it to the homepage
18-nov-2004
- update html footer to link to the new eremise homepage
- postgresql jdbc driver added (version 74.215)
- updated the INSTALL file
- update to default.jsp to render better html
better use of tables
less tables now
better usage of space
better html source indention
23-nov-2004
- updated website for eremise
TODO:
- fileheader may and did clash on some files
and is way bigger than ness...
make the id-tags a one-liner...
- rename the cvs propject name from ERemise to eremise
- clean up property files
- improve DAOHibernateUtils.java in src/WEBINF/classes/eremise/business.persistence)
- test radius support with several settings
- update struts from version <1.1 to 1.2.4
- update /src/WEB-INF/lib/servlet.jar to version 2.4 (shipped with jakarta-tomcat-5.0.28+)
and took over its new name servelt-api.jar
(but the servlet api should be NOT in our .war file,
so better use $CLASSPATH around our dev enviroment,
the use the servlet.jar or the class folder (uncompressed)
shipped within tomcat)
- hibernate update to 2.1.6+
- update and test on mysql 4.1 wich got stable/production ready now
server side prepared statements:
more speed, better network bandwidth usage
but we need jconnector 3.1 wich is not for productional use yet ?!
so: use postgresql, mysql sucks so damn!!
another mysql suck example is: when u get a resultset u get the whole set!!
may be gigabytes of data!! well, u can limit it... but the only limit possible
is going back to fetching one row at a time!! and a sideeffect is, u cant use the
sql-connection for anything else while fetching, or u get some nice
exception ;-)
use postgresql!! just do it!! please!!!
- add support for the best open source database postgresql
maybe prefer to it :-) (but dont drop mysql support of course!)
- test, compile and use with gcj/gnu classpath,
so that the free software people can use this project,
because they simply cant use suns java
|
|