|
| 1.3 | modified | nrichards | src/pdf/org/jboss/seam/pdf/DocumentStore.java | SEAM-677: preliminary support for proper file extensions |
| 1.2 | modified | nrichards | src/pdf/org/jboss/seam/pdf/DocumentStorePhaseListener.java | SEAM-677: preliminary support for proper file extensions |
| 1.1 | added | nrichards | src/pdf/org/jboss/seam/pdf/DocumentStoreServlet.java | SEAM-677: preliminary support for proper file extensions |
| 1.1 | added | nrichards | src/pdf/org/jboss/seam/pdf/package-info.java | SEAM-677: preliminary support for proper file extensions |
| 1.8 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIDocument.java | SEAM-677: preliminary support for proper file extensions |
| 1.8 | modified | nrichards | src/main/org/jboss/seam/core/PojoCache.java | JBSEAM-663: fix pojocache redeployment bug |
| 1.16 | modified | sbryzak2 | examples/seamspace/view/style/seamspace.css | minor |
| 1.138 | modified | gavin | src/main/org/jboss/seam/init/Initialization.java | get rid of system.out |
| 1.5 | modified | nrichards | src/main/org/jboss/seam/annotations/Install.java | allow class name dependencies on components |
| 1.137 | modified | nrichards | src/main/org/jboss/seam/init/Initialization.java | allow class name dependencies on components |
| 1.3 | modified | nrichards | src/ui/org/jboss/seam/ui/facelet/FaceletsRenderer.java | allow class name dependencies on components |
| 1.4 | modified | sbryzak2 | src/main/org/jboss/seam/security/SimplePrincipal.java | implement Serializable |
| 1.13 | modified | sbryzak2 | src/main/org/jboss/seam/security/Identity.java | test subject for Principal and Group interfaces when authenticating |
| 1.15 | modified | sbryzak2 | examples/seamspace/view/style/seamspace.css | minor |
| 1.6 | modified | sbryzak2 | examples/seamspace/view/blog.xhtml | registration form |
| 1.6 | modified | sbryzak2 | examples/seamspace/view/blogentry.xhtml | registration form |
| 1.3 | modified | sbryzak2 | examples/seamspace/view/comment.xhtml | registration form |
| 1.11 | modified | sbryzak2 | examples/seamspace/view/home.xhtml | registration form |
| 1.10 | modified | sbryzak2 | examples/seamspace/view/profile.xhtml | registration form |
| 1.2 | modified | sbryzak2 | examples/seamspace/view/register.xhtml | registration form |
| 1.1 | added | sbryzak2 | examples/seamspace/view/register2.xhtml | registration form |
| 1.14 | modified | sbryzak2 | examples/seamspace/view/style/seamspace.css | registration form |
| 1.1 | added | sbryzak2 | examples/seamspace/src/org/jboss/seam/example/seamspace/Register.java | registration form |
| 1.1 | added | sbryzak2 | examples/seamspace/src/org/jboss/seam/example/seamspace/RegisterAction.java | registration form |
| 1.3 | deleted | gavin | src/main/org/jboss/seam/mail/MimeMessage.java | get rid of MimeMessage |
| 1.3 | modified | gavin | lib/jboss-cache-jdk50.jar | upgrade to jbosscache 1.4.1 |
| 1.2 | modified | nrichards | src/pdf/org/jboss/seam/pdf/DocumentStore.java | cleanup tomcat deployment issues |
| 1.9 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIImage.java | cleanup tomcat deployment issues |
| 1.9 | modified | gavin | examples/todo/resources/META-INF/application.xml | upgrade to jbpm 3.1.3 |
| 1.2 | deleted | gavin | lib/jbpm-3.1.2.jar | upgrade to jbpm 3.1.3 |
| 1.1 | added | gavin | lib/jbpm-3.1.3.jar | upgrade to jbpm 3.1.3 |
| 1.7 | modified | gavin | seam-gen/build-scripts/.classpath | upgrade to jbpm 3.1.3 |
| 1.8 | modified | gavin | seam-gen/nbproject/project.xml | upgrade to jbpm 3.1.3 |
| 1.6 | modified | gavin | seam-gen/resources/META-INF/application.xml | upgrade to jbpm 3.1.3 |
| 1.2 | modified | gavin | lib/jsf-facelets.jar | upgrade to latest facelets (1.1.12) |
| 1.14 | modified | sbryzak2 | src/main/org/jboss/seam/security/config/SecurityConfiguration.java | support multiple application policies |
| 1.41 | modified | sbryzak2 | src/main/org/jboss/seam/security/SeamSecurityManager.java | support multiple application policies |
| 1.22 | modified | sbryzak2 | src/main/org/jboss/seam/interceptors/SecurityInterceptor.java | support multiple application policies |
| 1.5 | modified | gavin | src/main/org/jboss/seam/jsf/SeamELResolver.java | dont blow up when no seam contexts active |
| 1.19 | modified | gavin | src/main/org/jboss/seam/jsf/SeamVariableResolver.java | dont blow up when no seam contexts active |
| 1.136 | modified | gavin | src/main/org/jboss/seam/init/Initialization.java | consistent coding style |
| 1.22 | modified | gavin | seam-gen/view/edit.xhtml.ftl | support true_false and yes_no |
| 1.12 | modified | sbryzak2 | src/main/org/jboss/seam/security/Identity.java | support for inline authorization checks |
| 1.5 | modified | sbryzak2 | examples/seamspace/view/blog.xhtml | added seam-text support, other minor stuff |
| 1.5 | modified | sbryzak2 | examples/seamspace/view/blogentry.xhtml | added seam-text support, other minor stuff |
| 1.2 | modified | sbryzak2 | examples/seamspace/view/comment.xhtml | added seam-text support, other minor stuff |
| 1.9 | modified | sbryzak2 | examples/seamspace/view/profile.xhtml | added seam-text support, other minor stuff |
| 1.13 | modified | sbryzak2 | examples/seamspace/view/style/seamspace.css | added seam-text support, other minor stuff |
| 1.135 | modified | sbryzak2 | src/main/org/jboss/seam/init/Initialization.java | JBSEAM-665 |
| 1.4 | modified | gavin | src/test/misc/org/jboss/seam/test/SeamTextTest.txt | minor |