DateAuthorFiles/Message
2002-07-17 13:09:24 Henning P. Schmiedehausen .cvsignore - v1.4
Ignore maven.log
2002-07-17 09:37:15 Henning P. Schmiedehausen src/java/org/apache/turbine/services/jsp/JspService.java - v1.2
Paul Spencer <paulsp@apache.org> writes:

The patch adds the public method getRelativeTemplateName(), which is in
TurbineJspService,  to the JspService interface.  This method is used in
the Jetspeed project.

PR:
Obtained from:
Submitted by:
Reviewed by:
2002-07-16 16:38:13 Henning P. Schmiedehausen src/java/org/apache/turbine/services/freemarker/TurbineFreeMarkerService.java - v1.6
Missing Javadoc leader
2002-07-16 16:10:22 Henning P. Schmiedehausen src/java/org/apache/turbine/services/intake/validator/IntegerValidator.java - v1.3
src/java/org/apache/turbine/services/intake/validator/NumberKeyValidator.java - v1.4
src/java/org/apache/turbine/services/intake/validator/NumberValidator.java - v1.4
Documentation fixes. Less confusion over the available fields.

PR:
Obtained from:
Submitted by:
Reviewed by:
2002-07-16 15:58:56 Henning P. Schmiedehausen conf/TurbineResources.properties - v1.13
conf/master/TurbineResources.master - v1.13
conf/view/jsp - v1.2
conf/view/velocity - v1.2
conf/view/velocity-secure - v1.2
conf/view/webmacro - v1.2
We should correct this once and hopefully for all.

Template names are not pathes. They don't start with a "/". If you do,
you get spurious %2F scattered throughout your URLs and sometimes
wonder why a certain URL sometimes works and sometimes does not. This
is almost every time an %2F problem.

And if you put your templates into a jar, you'll regret that you ever
wrote "/mypage.vm" anywhere in your code. At least I did.

So let's get this right for the 2.2 release.


PR:
Obtained from:
Submitted by:
Reviewed by:
2002-07-16 15:50:50 Henning P. Schmiedehausen src/java/org/apache/turbine/modules/screens/VelocityErrorScreen.java - v1.2
We have sooo nice constants. We might actually use them, too.

PR:
Obtained from:
Submitted by:
Reviewed by:
2002-07-16 15:11:09 Martin Poeschl project-b5.xml - v1.5
project.xml - v1.41
use latest jars for xerces and commons-lang
2002-07-16 12:15:30 Henning P. Schmiedehausen src/java/org/apache/turbine/util/security/GroupSet.java - v1.3
src/java/org/apache/turbine/util/security/PermissionSet.java - v1.3
GroupSet.add(GroupSet g) didn't add the members of the group set
but the groupset itself.

Code in PermissionSet, RoleSet and GroupSet brought in line

PR:
Obtained from:
Submitted by:
Reviewed by:
2002-07-16 12:06:07 Martin Poeschl xdocs/changes.xml - v1.6
start to document changes for 2.2-b2
2002-07-16 10:10:26 Martin Poeschl build-legacy.xml - v1.3
tdk.jar - v1.5
lib/README.txt - v1.2
lib/activation-1.0.1.jar - v1.2
lib/ecs-1.4.1.jar - v1.2
lib/jakarta-regexp-1.3-dev.jar - v1.2
lib/jdbc2_0-stdext.jar - v1.2
lib/jndi-1.2.1.jar - v1.2
lib/jta1.0.1.jar - v1.2
lib/junit-3.2.jar - v1.2
lib/log4j-1.1.jar - v1.2
lib/mail-1.2.jar - v1.2
lib/oro.jar - v1.2
lib/servlet-2.2-CVSHEAD-12-04-00.jar - v1.2
lib/velocity-1.2-dev.jar - v1.2
lib/village-1.5.3-dev.jar - v1.2
lib/webmacro-0.94.jar - v1.2
lib/xalan-2.0.0.jar - v1.2
lib/xerces-1.3.0.jar - v1.2
lib/xmlrpc.jar - v1.2
remove legacy build files and libs
2002-07-12 20:46:55 Martin Poeschl src/java/org/apache/turbine/services/db/MapBrokerService.java - v1.4
src/java/org/apache/turbine/services/db/PoolBrokerService.java - v1.4
src/java/org/apache/turbine/services/db/TurbineDB.java - v1.5
src/java/org/apache/turbine/services/db/TurbineMapBrokerService.java - v1.7
src/java/org/apache/turbine/services/db/TurbinePoolBrokerService.java - v1.7
deprecate the db services
they are just facades for Torque now