|
| 1.14 | modified | theute | doc/reference/en/modules/conversations.xml | It is "<s:link view=" not "view-id" |
| 1.31 | modified | theute | src/main/org/jboss/seam/core/Jbpm.java | Added the ability to add/remove pageflow definitions at runtime: http://jira.jboss.org/jira/browse/JBSEAM-176Howard (hxp) will be happy ;)Thanks to Rani Kav who provided a patch. |
| 1.12 | modified | theute | src/main/org/jboss/seam/deployment/Scanner.java | Find Seam component classes using javassist, las a consequence we only load Seam component classes,(Second try, should have no problem since the classloader is still in charge of finding the classes)Based on what is done in EJB3 and the suggestion of Chris Rudd http://jira.jboss.org/jira/browse/JBSEAM-146 |
| 1.70 | modified | theute | src/main/org/jboss/seam/init/Initialization.java | Find Seam component classes using javassist, las a consequence we only load Seam component classes,(Second try, should have no problem since the classloader is still in charge of finding the classes)Based on what is done in EJB3 and the suggestion of Chris Rudd http://jira.jboss.org/jira/browse/JBSEAM-146 |
| 1.11 | modified | theute | src/main/org/jboss/seam/deployment/Scanner.java | Rolling back.Javassist cannot find classes the same way as the classloader does. Need to investigate... AOP seems to fix this in a quite complex manner. |
| 1.69 | modified | theute | src/main/org/jboss/seam/init/Initialization.java | Rolling back.Javassist cannot find classes the same way as the classloader does. Need to investigate... AOP seems to fix this in a quite complex manner. |
| 1.1 | added | gavin | src/main/org/jboss/seam/servlet/SeamCharacterEncodingFilter.java | all the other web fwks have one of these... |
| 1.26 | modified | gavin | src/test/misc/org/jboss/seam/test/InitializationTest.java | minor |
| 1.2 | modified | gavin | examples/blog/view/accessible.css | minor |
| 1.5 | modified | gavin | examples/blog/view/post.xhtml | minor |
| 1.10 | modified | theute | src/main/org/jboss/seam/deployment/Scanner.java | Find Seam component classes using javassist, las a consequence we only load Seam component classes, |
| 1.68 | modified | theute | src/main/org/jboss/seam/init/Initialization.java | Find Seam component classes using javassist, las a consequence we only load Seam component classes, |
| 1.2 | modified | gavin | src/main/org/jboss/seam/util/SetPropertyEditor.java | minor |
| 1.4 | modified | gavin | src/main/org/jboss/seam/util/StringArrayPropertyEditor.java | minor |
| 1.18 | modified | gavin | src/main/org/jboss/seam/core/FacesMessages.java | JBSEAM-262 |
| 1.4 | modified | gavin | examples/blog/resources/WEB-INF/components.xml | use the cookie |
| 1.10 | modified | gavin | src/main/org/jboss/seam/core/LocaleSelector.java | JBSEAM-275, JJBSEAM-278 |
| 1.3 | modified | gavin | src/main/org/jboss/seam/theme/ThemeSelector.java | JBSEAM-275, JJBSEAM-278 |
| 1.131 | modified | gavin | src/main/org/jboss/seam/Component.java | minor |
| 1.2 | modified | gavin | src/main/org/jboss/seam/theme/ThemeSelector.java | security components with non-JSF front |
| 1.3 | modified | gavin | src/main/org/jboss/seam/core/IsUserInRole.java | security components with non-JSF front |
| 1.9 | modified | gavin | src/main/org/jboss/seam/core/LocaleSelector.java | security components with non-JSF front |
| 1.4 | modified | gavin | src/main/org/jboss/seam/core/UserPrincipal.java | security components with non-JSF front |
| 1.2 | modified | gavin | examples/blog/resources/WEB-INF/classes/accessible.properties | added printable theme |
| 1.2 | modified | gavin | examples/blog/resources/WEB-INF/classes/default.properties | added printable theme |
| 1.1 | added | gavin | examples/blog/resources/WEB-INF/classes/printable.properties | added printable theme |
| 1.2 | modified | gavin | examples/blog/view/404.xhtml | added printable theme |
| 1.4 | modified | gavin | examples/blog/view/entry.xhtml | added printable theme |
| 1.5 | modified | gavin | examples/blog/view/index.xhtml | added printable theme |
| 1.2 | modified | gavin | examples/blog/view/login.xhtml | added printable theme |
| 1.4 | modified | gavin | examples/blog/view/post.xhtml | added printable theme |
| 1.1 | added | gavin | examples/blog/view/print.xhtml | added printable theme |
| 1.1 | added | gavin | examples/blog/view/printable.css | added printable theme |
| 1.3 | modified | gavin | examples/blog/view/search.xhtml | added printable theme |
| 1.3 | modified | gavin | examples/blog/resources/WEB-INF/components.xml | added printable theme |
| 1.1 | added | gavin | examples/blog/view/accessible.css | support themes |
| 1.5 | modified | gavin | examples/blog/view/template.xhtml | support themes |
| 1.2 | modified | gavin | examples/blog/resources/WEB-INF/components.xml | support themes |
| 1.1 | added | gavin | examples/blog/resources/WEB-INF/classes/accessible.properties | support themes |
| 1.1 | added | gavin | examples/blog/resources/WEB-INF/classes/default.properties | support themes |
| 1.1 | added | gavin | src/main/org/jboss/seam/theme/Theme.java | theme support |
| 1.1 | added | gavin | src/main/org/jboss/seam/theme/ThemeSelector.java | theme support |
| 1.6 | modified | gavin | src/main/org/jboss/seam/core/Messages.java | theme support |
| 1.67 | modified | gavin | src/main/org/jboss/seam/init/Initialization.java | theme support |
| 1.1 | added | gavin | src/main/org/jboss/seam/core/Alias.java | added Alias component |