Author: gvanmatre
Date: Tue May 2 08:21:29 2006
New Revision: 398962
URL: http://svn.apache.org/viewcvs?rev=398962&view=rev
Log:
Fixed a couple of small typo's
Modified:
struts/shale/trunk/xdocs/features-reusable-views.xml
Modified: struts/shale/trunk/xdocs/features-reusable-view
Author: gvanmatre
Date: Tue May 2 10:40:40 2006
New Revision: 398979
URL: http://svn.apache.org/viewcvs?rev=398979&view=rev
Log:
If a clay full template (XML or HTML) was not found, an incorrect HTTP status
code of 500 was reported. A status code of 404 is now returned if the missing
reso
Author: gvanmatre
Date: Fri May 12 11:52:01 2006
New Revision: 405832
URL: http://svn.apache.org/viewcvs?rev=405832&view=rev
Log:
Fix for bug SHALE-176 reported by Lucy Luo and Veit Guna. Added summary and
detail validation message overrides at the component level and resource bu
Author: gvanmatre
Date: Sun May 21 23:03:35 2006
New Revision: 408578
URL: http://svn.apache.org/viewvc?rev=408578&view=rev
Log:
Added simple namespace support to the clay parser.
Modified:
struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/parser/Node.java
struts/s
Author: gvanmatre
Date: Mon May 22 20:48:47 2006
New Revision: 408825
URL: http://svn.apache.org/viewvc?rev=408825&view=rev
Log:
Added better xml namespace support to the clay html template parsing.
Added:
struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/parser/bui
Author: gvanmatre
Date: Tue May 23 20:38:04 2006
New Revision: 409062
URL: http://svn.apache.org/viewvc?rev=409062&view=rev
Log:
Extended the clay xhtml namespace support.
Added:
struts/shale/trunk/clay-plugin/src/test/org/apache/shale/clay/config/address3.html
(with props)
Modi
Author: gvanmatre
Date: Fri May 26 08:26:22 2006
New Revision: 409681
URL: http://svn.apache.org/viewvc?rev=409681&view=rev
Log:
Fix for issue SHALE-180 reported by James Reynolds.
Modified:
struts/shale/trunk/core-library/src/java/org/apache/shale/component/ValidatorScript.java
st
Author: gvanmatre
Date: Sat May 27 15:57:44 2006
New Revision: 409894
URL: http://svn.apache.org/viewvc?rev=409894&view=rev
Log:
Fix for issue SHALE-181 reported by "ÁÖ Ã÷ [EMAIL PROTECTED]".
Added:
struts/shale/trunk/clay-plugin/src/test/org/apache/sha
Author: gvanmatre
Date: Wed May 31 18:21:43 2006
New Revision: 410710
URL: http://svn.apache.org/viewvc?rev=410710&view=rev
Log:
Extended Clay's namespace support.
Added:
struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/parser/builder/JsfDefaultBuilder.java
(w
Author: gvanmatre
Date: Thu Jun 1 14:01:43 2006
New Revision: 410950
URL: http://svn.apache.org/viewvc?rev=410950&view=rev
Log:
Added a fifth rolodex usecase example showing JSF/JSP facelets like namespace
support.
Added:
struts/shale/trunk/use-cases/src/web/rolodex/jrolodex.html (
Author: gvanmatre
Date: Sun Jun 4 09:22:01 2006
New Revision: 411581
URL: http://svn.apache.org/viewvc?rev=411581&view=rev
Log:
Moved a test resource to the correct folder. Changed the parameter order on
several asserted junit tests.
Added:
struts/shale/branches/mvn_reorg/shale-clay
Author: gvanmatre
Date: Mon Jun 5 09:03:16 2006
New Revision: 411837
URL: http://svn.apache.org/viewvc?rev=411837&view=rev
Log:
Cleaned up some compiler warnings.
Modified:
struts/shale/branches/mvn_reorg/shale-clay/src/main/java/org/apache/shale/clay/component/Clay.java
struts/s
Author: gvanmatre
Date: Mon Jun 5 11:03:15 2006
New Revision: 411877
URL: http://svn.apache.org/viewvc?rev=411877&view=rev
Log:
Fix made to the trunk after the mvn_reorg branch.
Modified:
struts/shale/branches/mvn_reorg/shale-clay/src/main/java/org/apache/shale/clay/parser/bui
Author: gvanmatre
Date: Tue Jun 6 20:05:07 2006
New Revision: 412260
URL: http://svn.apache.org/viewvc?rev=412260&view=rev
Log:
Added the name space prefix to the jsfid for full html views to allow component
libraries like tomahawk to be easily pluggable.
Modified:
struts/shale/trunk/
Author: gvanmatre
Date: Tue Jun 6 20:05:59 2006
New Revision: 412261
URL: http://svn.apache.org/viewvc?rev=412261&view=rev
Log:
Added the name space prefix to the jsfid for full html views to allow component
libraries like tomahawk to be easily pluggable.
Modified:
struts/shale/bran
Author: gvanmatre
Date: Mon Jun 12 19:34:20 2006
New Revision: 413788
URL: http://svn.apache.org/viewvc?rev=413788&view=rev
Log:
Fix for issue SHALE-187
Added:
struts/shale/branches/mvn_reorg/shale-clay/src/main/java/org/apache/shale/clay/config/beans/AbstractBean.java
(with p
Author: gvanmatre
Date: Mon Jun 12 19:35:12 2006
New Revision: 413789
URL: http://svn.apache.org/viewvc?rev=413789&view=rev
Log:
Fix for issue SHALE-187
Added:
struts/shale/trunk/clay-plugin/src/java/org/apache/shale/clay/config/beans/AbstractBean.java
(with props)
struts/s
Author: gvanmatre
Date: Thu Jun 15 19:28:41 2006
New Revision: 414723
URL: http://svn.apache.org/viewvc?rev=414723&view=rev
Log:
Removed the shale clay usecases (Issue SHALE-179).
Removed:
struts/shale/branches/mvn_reorg/shale-apps/shale-usecases/src/main/java/org/apache/shale/usec
Author: gvanmatre
Date: Thu Jun 15 19:39:24 2006
New Revision: 414726
URL: http://svn.apache.org/viewvc?rev=414726&view=rev
Log:
Changed by mistake. I'm still having trouble with the shale-test build and
forgot to uncomment.
Modified:
struts/shale/branches/mvn_reorg/shale-app
Author: gvanmatre
Date: Fri Jun 16 16:15:06 2006
New Revision: 414953
URL: http://svn.apache.org/viewvc?rev=414953&view=rev
Log:
Fix for issues SHALE-187 and SHALE-179
Removed:
struts/shale/branches/mvn_reorg/shale-clay/src/test/java/org/apache/shale/clay/config/TestActionListener.
Author: gvanmatre
Date: Sun Jun 18 20:13:33 2006
New Revision: 415235
URL: http://svn.apache.org/viewvc?rev=415235&view=rev
Log:
Fix for issue Shale-194 reported by Jack Cheng.
Added:
struts/shale/trunk/shale-core/src/main/resources/org/apache/shale/validator/validateUtilities.js
(
Author: gvanmatre
Date: Mon Jun 19 21:44:37 2006
New Revision: 415500
URL: http://svn.apache.org/viewvc?rev=415500&view=rev
Log:
Added ORM commons validator dependency.
Modified:
struts/shale/trunk/shale-core/pom.xml
Modified: struts/shale/trunk/shale-core/pom.xml
URL:
Author: gvanmatre
Date: Mon Jun 19 21:45:19 2006
New Revision: 415501
URL: http://svn.apache.org/viewvc?rev=415501&view=rev
Log:
Removed clay dependency.
Modified:
struts/shale/trunk/shale-apps/shale-usecases/pom.xml
Modified: struts/shale/trunk/shale-apps/shale-usecases/pom.xml
URL:
Author: gvanmatre
Date: Mon Jun 19 21:46:45 2006
New Revision: 415502
URL: http://svn.apache.org/viewvc?rev=415502&view=rev
Log:
Fixed malformed XML.
Modified:
struts/shale/trunk/shale-apps/shale-clay-usecases/src/main/webapp/WEB-INF/clay-config.xml
Modified:
struts/shale/trunk/shale-
Author: gvanmatre
Date: Wed Jun 21 20:22:25 2006
New Revision: 416230
URL: http://svn.apache.org/viewvc?rev=416230&view=rev
Log:
Fix for JIRA issue SHALE-195 - clay incompatibility with myfaces 1.1.2 & 1.1.3.
Added:
struts/shale/trunk/shale-clay/src/main/java/org/apache/shale/clay/c
Author: gvanmatre
Date: Tue Jun 27 21:04:20 2006
New Revision: 417663
URL: http://svn.apache.org/viewvc?rev=417663&view=rev
Log:
Fix for issue SHALE-201 reported by Ryan Wynn.
Modified:
struts/shale/trunk/shale-clay/src/main/java/org/apache/shale/clay/component/Clay.java
struts/s
Author: gvanmatre
Date: Wed Jun 28 20:53:31 2006
New Revision: 417930
URL: http://svn.apache.org/viewvc?rev=417930&view=rev
Log:
Fix for issue SHALE-203 reported by Jack Cheng.
Modified:
struts/shale/trunk/shale-clay/src/main/java/org/apache/shale/clay/taglib/SymbolTag.java
Modi
Author: gvanmatre
Date: Wed Jun 28 21:02:10 2006
New Revision: 417933
URL: http://svn.apache.org/viewvc?rev=417933&view=rev
Log:
Added another flavor of the clay html template and a simple use of the clay
symbol jsp tag.
Added:
struts/shale/trunk/shale-apps/shale-clay-usecases/src/
Author: gvanmatre
Date: Fri Jun 30 17:43:12 2006
New Revision: 418427
URL: http://svn.apache.org/viewvc?rev=418427&view=rev
Log:
Fix for SHALE-206 reported by Daniel del Rico. We were missing a TimeZone
converter resulting in an exception when using the convertDateTime converter's
Author: gvanmatre
Date: Mon Jul 3 14:53:02 2006
New Revision: 418860
URL: http://svn.apache.org/viewvc?rev=418860&view=rev
Log:
This commit contains a couple related fixes for SHALE-209 and SHALE-208 . I
found that the clay parser was not handling cdata sections when used by a
custom
30 matches
Mail list logo