|
| 1.8 | modified | gavin | src/main/org/jboss/seam/contexts/PageContext.java | make page context propagate across page redisplay |
| 1.17 | modified | gavin | src/main/org/jboss/seam/jsf/AbstractSeamPhaseListener.java | make page context propagate across page redisplay |
| 1.91 | modified | gavin | src/main/org/jboss/seam/jsf/SeamPhaseListener.java | make page context propagate across page redisplay |
| 1.194 | modified | gavin | src/main/org/jboss/seam/Component.java | fixed formatting |
| 1.5 | modified | gavin | src/main/org/jboss/seam/annotations/Synchronized.java | fixed formatting |
| 1.12 | modified | gavin | examples/booking/view/register.xhtml | minor |
| 1.5 | modified | gavin | doc/reference/en/modules/controls.xml | validation chapter |
| 1.1 | added | gavin | doc/reference/en/modules/validation.xml | validation chapter |
| 1.18 | modified | gavin | examples/booking/view/book.xhtml | simplify |
| 1.11 | modified | gavin | examples/booking/view/register.xhtml | simplify |
| 1.18 | modified | cbauer | src/ui/META-INF/taglib.tld | Updated forgotten version numbers to 1.1 |
| 1.44 | modified | gavin | doc/reference/en/modules/annotations.xml | minor |
| 1.42 | modified | gavin | doc/reference/en/modules/components.xml | minor |
| 1.6 | modified | gavin | doc/reference/en/modules/jms.xml | minor |
| 1.6 | modified | gavin | src/main/org/jboss/seam/core/BusinessProcess.java | javadoc, and method rename |
| 1.6 | modified | gavin | src/main/org/jboss/seam/core/Dispatcher.java | javadoc, and method rename |
| 1.45 | modified | gavin | src/main/org/jboss/seam/interceptors/BusinessProcessInterceptor.java | javadoc, and method rename |
| 1.43 | modified | gavin | doc/reference/en/modules/annotations.xml | update to Seam 1.1, some reorg |
| 1.41 | modified | gavin | doc/reference/en/modules/components.xml | update to Seam 1.1, some reorg |
| 1.35 | modified | gavin | doc/reference/en/modules/concepts.xml | update to Seam 1.1, some reorg |
| 1.4 | modified | gavin | doc/reference/en/modules/controls.xml | update to Seam 1.1, some reorg |
| 1.10 | modified | gavin | doc/reference/en/modules/drools.xml | update to Seam 1.1, some reorg |
| 1.1 | added | gavin | doc/reference/en/modules/events.xml | update to Seam 1.1, some reorg |
| 1.9 | modified | gavin | doc/reference/en/modules/i18n.xml | update to Seam 1.1, some reorg |
| 1.5 | modified | gavin | doc/reference/en/modules/jms.xml | update to Seam 1.1, some reorg |
| 1.98 | modified | sbryzak2 | src/main/org/jboss/seam/init/Initialization.java | Support configuration of default security-related actions |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/interceptors/SecurityInterceptor.java | Support configuration of default security-related actions |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/security/SeamSecurityManager.java | Support configuration of default security-related actions |
| 1.193 | modified | sbryzak2 | src/main/org/jboss/seam/Component.java | Fixed NPE for session-scoped components without @Synchronized annotation. Gavin, is it right to set a default timeout? |
| 1.4 | modified | sbryzak2 | src/main/org/jboss/seam/annotations/Synchronized.java | Fixed NPE for session-scoped components without @Synchronized annotation. Gavin, is it right to set a default timeout? |
| 1.34 | modified | gavin | doc/reference/en/modules/concepts.xml | async methods |
| 1.33 | modified | gavin | doc/reference/en/modules/concepts.xml | update to Seam 1.1 |
| 1.192 | modified | gavin | src/main/org/jboss/seam/Component.java | auto-synchronize session scoped components |
| 1.3 | modified | gavin | src/main/org/jboss/seam/annotations/Synchronized.java | auto-synchronize session scoped components |
| 1.4 | deleted | gavin | src/main/org/jboss/seam/core/Alias.java | can do this with an @Factory method |
| 1.13 | modified | gavin | src/main/org/jboss/seam/deployment/Scanner.java | package import |
| 1.97 | modified | gavin | src/main/org/jboss/seam/init/Initialization.java | package import |
| 1.7 | modified | gavin | src/main/org/jboss/seam/framework/EntityHome.java | default the em |
| 1.4 | modified | gavin | src/main/org/jboss/seam/framework/EntityQuery.java | default the em |
| 1.3 | modified | gavin | src/main/org/jboss/seam/framework/HibernateEntityHome.java | default the em |
| 1.4 | modified | gavin | src/main/org/jboss/seam/framework/HibernateEntityQuery.java | default the em |
| 1.61 | modified | gavin | src/main/org/jboss/seam/contexts/Lifecycle.java | force entity replication |
| 1.13 | modified | gavin | src/main/org/jboss/seam/contexts/ServerConversationContext.java | force entity replication |
| 1.24 | modified | gavin | src/main/org/jboss/seam/contexts/WebSessionContext.java | force entity replication |
| 1.12 | modified | gavin | src/main/org/jboss/seam/core/ProcessInstance.java | fix JBSEAM-416 |
| 1.11 | modified | gavin | src/main/org/jboss/seam/core/TaskInstance.java | fix JBSEAM-416 |
| 1.8 | modified | gavin | src/main/org/jboss/seam/interceptors/TransactionInterceptor.java | fix JBSEAM-416 |
| 1.1 | added | gavin | src/main/org/jboss/seam/util/Work.java | fix JBSEAM-416 |
| 1.14 | modified | gavin | src/main/org/jboss/seam/core/ResourceBundle.java | fix JBSEAM-415 |
| 1.1 | added | gavin | src/main/org/jboss/seam/util/EnumerationEnumeration.java | fix JBSEAM-415 |