My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 09, 2009
    r2415 (Copy from trunk to tags/1.0.3) committed by bpontarelli   -   Copy from trunk to tags/1.0.3
    Copy from trunk to tags/1.0.3
  • Dec 09, 2009
    r2414 (Next version) committed by bpontarelli   -   Next version
    Next version
  • Dec 09, 2009
    r2413 (Copy from trunk to tags/1.0.10) committed by bpontarelli   -   Copy from trunk to tags/1.0.10
    Copy from trunk to tags/1.0.10
  • Dec 08, 2009
    r2412 (Fixed bug with multiple radio or checkbox using the same nam...) committed by bpontarelli   -   Fixed bug with multiple radio or checkbox using the same name
    Fixed bug with multiple radio or checkbox using the same name
  • Dec 07, 2009
    r2411 (Copy from trunk to tags/1.0.3) committed by bpontarelli   -   Copy from trunk to tags/1.0.3
    Copy from trunk to tags/1.0.3
  • Dec 07, 2009
    r2410 (Added RequestSimulator and changed logging levels) committed by bpontarelli   -   Added RequestSimulator and changed logging levels
    Added RequestSimulator and changed logging levels
  • Dec 07, 2009
    r2409 (Added new method to the EmailTestHelper to allow it to be us...) committed by bpontarelli   -   Added new method to the EmailTestHelper to allow it to be used from other test classes besides the JCatapult ones
    Added new method to the EmailTestHelper to allow it to be used from other test classes besides the JCatapult ones
  • Nov 23, 2009
    issue 116 (Enhancement: prepend domain/context) reported by ronaldylee   -   What steps will reproduce the problem? 1. Need special tags that will automatically prepend domain/context to the action link What version of the product are you using? On what operating system? jcatapult-core 1.0.2, -mvc 1.0.9 Please provide any additional information below. Is there a way to automatically prepend context, if exists, to the link that invokes pages managed by jcatapult mvc? I remember some framework i worked with before does that.. <form action="/user-registration.register"> </form> and that will go to "http://xyz.com/user-registration.register" (not found error!) instead of "http://xyz.com/myapp/user- registration.register". Or any workaround? Don't want to do something like this for all links: <form action="${webapp_domain}/user-registration.register"> ... The work-around is to just grab if from the request like you would in a JSP: [@jc.form action="${request.contextPath}/foo"] [/...@jc.form]
    What steps will reproduce the problem? 1. Need special tags that will automatically prepend domain/context to the action link What version of the product are you using? On what operating system? jcatapult-core 1.0.2, -mvc 1.0.9 Please provide any additional information below. Is there a way to automatically prepend context, if exists, to the link that invokes pages managed by jcatapult mvc? I remember some framework i worked with before does that.. <form action="/user-registration.register"> </form> and that will go to "http://xyz.com/user-registration.register" (not found error!) instead of "http://xyz.com/myapp/user- registration.register". Or any workaround? Don't want to do something like this for all links: <form action="${webapp_domain}/user-registration.register"> ... The work-around is to just grab if from the request like you would in a JSP: [@jc.form action="${request.contextPath}/foo"] [/...@jc.form]
  • Nov 23, 2009
    r2408 (Fixed integration build of the junit plugin) committed by bpontarelli   -   Fixed integration build of the junit plugin
    Fixed integration build of the junit plugin
  • Nov 23, 2009
    r2407 (Copy from trunk to tags/1.0.6) committed by bpontarelli   -   Copy from trunk to tags/1.0.6
    Copy from trunk to tags/1.0.6
  • Nov 23, 2009
    r2406 (1.0.6) committed by bpontarelli   -   1.0.6
    1.0.6
  • Nov 23, 2009
    r2405 (Fixed plugins for Savant to allow use of Tomcat 5 or 6) committed by bpontarelli   -   Fixed plugins for Savant to allow use of Tomcat 5 or 6
    Fixed plugins for Savant to allow use of Tomcat 5 or 6
  • Nov 21, 2009
    LatestVersions (Latest versions of each component) Wiki page edited by bpontarelli   -   Revision r2404 Edited wiki page through web user interface.
    Revision r2404 Edited wiki page through web user interface.

Earlier this year

  • Nov 15, 2009
    r2403 (Updated boolean converted to support no, yes, on and off.) committed by bpontarelli   -   Updated boolean converted to support no, yes, on and off.
    Updated boolean converted to support no, yes, on and off.
  • Nov 10, 2009
    r2402 (Updates for 1.0) committed by bpontarelli   -   Updates for 1.0
    Updates for 1.0
  • Nov 10, 2009
    r2401 (Java.net commons update) committed by bpontarelli   -   Java.net commons update
    Java.net commons update
  • Nov 10, 2009
    r2400 (Java.net commons update) committed by bpontarelli   -   Java.net commons update
    Java.net commons update
  • Nov 10, 2009
    r2399 (Java.net commons update) committed by bpontarelli   -   Java.net commons update
    Java.net commons update
  • Nov 10, 2009
    r2398 (Java.net commons update) committed by bpontarelli   -   Java.net commons update
    Java.net commons update
  • Nov 10, 2009
    r2397 (Java.net commons update) committed by bpontarelli   -   Java.net commons update
    Java.net commons update
  • Nov 10, 2009
    r2396 (Java.net commons update) committed by bpontarelli   -   Java.net commons update
    Java.net commons update
  • Nov 10, 2009
    r2395 (Java.net commons update) committed by bpontarelli   -   Java.net commons update
    Java.net commons update
  • Nov 10, 2009
    r2394 (Java.net commons update) committed by bpontarelli   -   Java.net commons update
    Java.net commons update
  • Nov 10, 2009
    r2393 (Java.net commons update) committed by bpontarelli   -   Java.net commons update
    Java.net commons update
  • Nov 10, 2009
    r2392 (Java.net commons update) committed by bpontarelli   -   Java.net commons update
    Java.net commons update
  • Nov 04, 2009
    issue 115 (make-project type module: Unable to locate dependency ... je...) Status changed by bpontarelli   -   I'll go ahead and close this out then. If something else comes up, just open a new issue.
    Status: Invalid
    I'll go ahead and close this out then. If something else comes up, just open a new issue.
    Status: Invalid
  • Nov 04, 2009
    issue 115 (make-project type module: Unable to locate dependency ... je...) commented on by chadwickboggs   -   Oops, I mistakenly forgot to delete the "~/.savant" directory after switching from Savant version 1.5.2 to 1.5.3. Savant Issue #1931 states that "jee-1.0.jar" was renamed to "jee-web-1.0.jar" renamed. This issue was resolved when I deleted "~/.savant" and allowed Savant version 1.5.3 to properly recreate it. My mistake. Savant and JCatapult are excellent.
    Oops, I mistakenly forgot to delete the "~/.savant" directory after switching from Savant version 1.5.2 to 1.5.3. Savant Issue #1931 states that "jee-1.0.jar" was renamed to "jee-web-1.0.jar" renamed. This issue was resolved when I deleted "~/.savant" and allowed Savant version 1.5.3 to properly recreate it. My mistake. Savant and JCatapult are excellent.
  • Nov 02, 2009
    issue 115 (make-project type module: Unable to locate dependency ... je...) reported by chadwickboggs   -   What steps will reproduce the problem? 1. svnt jcatapult:make-project --type=module 2. Exception while resolving artifacts, Unable to locate jee-1.0.jar. What is the expected output? What do you see instead? Expected is module project creation. Received is an abort on error. What version of the product are you using? On what operating system? Current.
    What steps will reproduce the problem? 1. svnt jcatapult:make-project --type=module 2. Exception while resolving artifacts, Unable to locate jee-1.0.jar. What is the expected output? What do you see instead? Expected is module project creation. Received is an abort on error. What version of the product are you using? On what operating system? Current.
  • Oct 20, 2009
    r2391 (Copy from trunk to tags/1.0.4) committed by bpontarelli   -   Copy from trunk to tags/1.0.4
    Copy from trunk to tags/1.0.4
  • Oct 19, 2009
    issue 114 (@Session(${param}) ) reported by ronaldylee   -   Would be nice to support this in Action: public int id; @CustomSession("XYZ_${id}"); public String sessionObj; In other words, pre-process variable annotations' value by getting values from the request.. currently something similar is supported at the class level annotation @Redirect(code="userprofile", uri="/user- profile?id=${id}".
    Would be nice to support this in Action: public int id; @CustomSession("XYZ_${id}"); public String sessionObj; In other words, pre-process variable annotations' value by getting values from the request.. currently something similar is supported at the class level annotation @Redirect(code="userprofile", uri="/user- profile?id=${id}".
  • Oct 19, 2009
    r2390 (Updated to test one postgres as well.) committed by bpontarelli   -   Updated to test one postgres as well.
    Updated to test one postgres as well.
  • Oct 14, 2009
    issue 113 (Webapps not in the root context don't work) Status changed by bpontarelli   -   I fixed this in core, MVC, and security. Not sure if there are other locations, but I think I've finished out most of this.
    Status: Fixed
    I fixed this in core, MVC, and security. Not sure if there are other locations, but I think I've finished out most of this.
    Status: Fixed
  • Oct 14, 2009
    r2389 (Copy from trunk to tags/1.0.2) committed by bpontarelli   -   Copy from trunk to tags/1.0.2
    Copy from trunk to tags/1.0.2
  • Oct 14, 2009
    r2388 (Initial pass at fixing security to support context paths) committed by bpontarelli   -   Initial pass at fixing security to support context paths
    Initial pass at fixing security to support context paths
  • Oct 14, 2009
    r2387 (Copy from trunk to tags/1.0.9) committed by bpontarelli   -   Copy from trunk to tags/1.0.9
    Copy from trunk to tags/1.0.9
  • Oct 14, 2009
    r2386 (Fixed MVC for context path handling) committed by bpontarelli   -   Fixed MVC for context path handling
    Fixed MVC for context path handling
  • Oct 13, 2009
    r2385 (Copy from trunk to tags/1.0.2) committed by bpontarelli   -   Copy from trunk to tags/1.0.2
    Copy from trunk to tags/1.0.2
  • Oct 13, 2009
    r2384 (Next version) committed by bpontarelli   -   Next version
    Next version
  • Oct 13, 2009
    r2383 (Fixed tests for faster cpus) committed by bpontarelli   -   Fixed tests for faster cpus
    Fixed tests for faster cpus
  • Oct 13, 2009
    r2382 (Fixed URI handling) committed by bpontarelli   -   Fixed URI handling
    Fixed URI handling
  • Oct 13, 2009
    issue 113 (Webapps not in the root context don't work) reported by bpontarelli   -   Any webapp that isn't in the root context doesn't work at all. The getRequestURI() method returns the entire URI including the context path and it needs to be decoded. This should be a Toolkit in core and then used everywhere. Somethings that will probably need updating: - Form tag - Redirect result - Link tags - MVC action mapper - Security authorizer - Security saved request - Other security stufff
    Any webapp that isn't in the root context doesn't work at all. The getRequestURI() method returns the entire URI including the context path and it needs to be decoded. This should be a Toolkit in core and then used everywhere. Somethings that will probably need updating: - Form tag - Redirect result - Link tags - MVC action mapper - Security authorizer - Security saved request - Other security stufff
  • Oct 13, 2009
    FilemanagerConfiguration (jCatapult Filemanager Configuration and Setup Guide.) Wiki page edited by leafknode   -   Revision r2381 Edited wiki page through web user interface.
    Revision r2381 Edited wiki page through web user interface.
  • Oct 13, 2009
    FilemanagerConfiguration (jCatapult Filemanager Configuration and Setup Guide.) Wiki page edited by leafknode   -   Revision r2380 Edited wiki page through web user interface.
    Revision r2380 Edited wiki page through web user interface.
  • Oct 12, 2009
    LatestVersions (Latest versions of each component) Wiki page added by bpontarelli   -   Revision r2379 Created wiki page through web user interface.
    Revision r2379 Created wiki page through web user interface.
  • Oct 12, 2009
    DocumentationHome (The documentation home page.) Wiki page edited by bpontarelli   -   Revision r2378 Edited wiki page through web user interface.
    Revision r2378 Edited wiki page through web user interface.
  • Oct 09, 2009
    r2377 (Copy from trunk to tags/1.0.1) committed by bpontarelli   -   Copy from trunk to tags/1.0.1
    Copy from trunk to tags/1.0.1
  • Oct 09, 2009
    r2376 (Added another register method.) committed by bpontarelli   -   Added another register method.
    Added another register method.
  • Oct 03, 2009
    GuideEntities (Entities) Wiki page commented on by ronaldylee   -   "ant create-main-database" should be "svnt create-main-database"?
    "ant create-main-database" should be "svnt create-main-database"?
  • Sep 28, 2009
    r2375 (Copy from trunk to tags/1.0.3) committed by bpontarelli   -   Copy from trunk to tags/1.0.3
    Copy from trunk to tags/1.0.3
  • Sep 28, 2009
    r2374 (Changed so that MySQL connector is not a compile-time depend...) committed by bpontarelli   -   Changed so that MySQL connector is not a compile-time dependency but is a compile-only dependency. This will allow applications to not ship with that JAR so that they don't violate the GPL
    Changed so that MySQL connector is not a compile-time dependency but is a compile-only dependency. This will allow applications to not ship with that JAR so that they don't violate the GPL
 
Hosted by Google Code