|
| 1.4 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/tag/jbpm/ui/ComponentBase.java | Add null check |
| 1.3 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/tag/jbpm/ui/ComponentBase.java | This is more elegant and reusable |
| 1.3 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/tag/jbpm/ui/Messages.java | This is more elegant and reusable |
| 1.8 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/bean/TaskInstanceBean.java | Minor nit |
| 1.13 | modified | dlloyd | console/src/main/webapp/common/template.xhtml | Do not bother with a "show details" button for messages, if the detail is exactly the same as the summary. |
| 1.7 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/bean/TaskInstanceBean.java | Add a message when comments are added; clear comment field to prevent duplicates; do not add empty comments; trim leading and trailing whitespace from comments. |
| 1.16 | modified | dlloyd | console/src/main/webapp/css/jbpm.css | Text areas can be proportional too. |
| 1.2 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/tag/jbpm/ui/ComponentBase.java | Move resetId up (it is useful in any component that is a naming container). Also make sure that facets get their IDs reset as well. |
| 1.2 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/tag/jbpm/ui/Messages.java | Move resetId up (it is useful in any component that is a naming container). Also make sure that facets get their IDs reset as well. |
| 1.8 | modified | dlloyd | jpdl/examples/websale/src/main/jpdl/form.create.xhtml | Add a quantity validator. Addresses JBPM-599 |
| 1.8 | modified | dlloyd | jpdl/examples/websale/src/main/jpdl/form.evaluate.xhtml | Add a quantity validator. Addresses JBPM-599 |
| 1.7 | modified | dlloyd | jpdl/examples/websale/src/main/jpdl/form.fix.xhtml | Add a quantity validator. Addresses JBPM-599 |
| 1.12 | modified | dlloyd | console/src/main/webapp/common/template.xhtml | Accidentally got Extra Stuff on my last commit |
| 1.9 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/listener/JbpmPhaseListener.java | Close jBPM context after any phase which marks the JSF context as "complete". Resolves JBPM-786 |
| 1.11 | modified | dlloyd | console/src/main/webapp/common/template.xhtml | Close jBPM context after any phase which marks the JSF context as "complete". Resolves JBPM-786 |
| 1.7 | modified | dlloyd | jpdl/examples/websale/src/main/jpdl/form.create.xhtml | Demonstrate using a standard converter (in this case javax.faces.Integer) with the websale demo. |
| 1.7 | modified | dlloyd | jpdl/examples/websale/src/main/jpdl/form.evaluate.xhtml | Demonstrate using a standard converter (in this case javax.faces.Integer) with the websale demo. |
| 1.6 | modified | dlloyd | jpdl/examples/websale/src/main/jpdl/form.fix.xhtml | Demonstrate using a standard converter (in this case javax.faces.Integer) with the websale demo. |
| 1.6 | modified | dlloyd | jpdl/examples/websale/src/main/jpdl/form.money.xhtml | Demonstrate using a standard converter (in this case javax.faces.Integer) with the websale demo. |
| 1.2 | modified | dlloyd | console/src/main/webapp/main/process/summary.xhtml | Add "start process instance" button to process definition summary screen |
| 1.10 | modified | dlloyd | console/src/main/webapp/common/template.xhtml | Remove "start process instance" menu item, give message summary an ID to make unit testing simpler |
| 1.2 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/bean/PageBean.java | Remove now-useless methods |
| 1.7 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/bean/ProcessBean.java | More robust error handling |
| 1.15 | modified | dlloyd | console/src/main/webapp/css/jbpm.css | Do not show space (on IE) when there are no messages |
| 1.4 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/tag/jbpm/JbpmLibrary.java | Add base class for components, and restructure messages |
| 1.1 | added | dlloyd | console/src/main/java/org/jbpm/webapp/tag/jbpm/ui/ComponentBase.java | Add base class for components, and restructure messages |
| 1.5 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/tag/jbpm/ui/DataForm.java | Add base class for components, and restructure messages |
| 1.1 | added | dlloyd | console/src/main/java/org/jbpm/webapp/tag/jbpm/ui/Messages.java | Add base class for components, and restructure messages |
| 1.9 | modified | dlloyd | console/src/main/webapp/common/template.xhtml | Add base class for components, and restructure messages |
| 1.14 | modified | dlloyd | console/src/main/webapp/css/jbpm.css | Add base class for components, and restructure messages |
| 1.4 | modified | dlloyd | console/src/main/webapp/js/jbpm.js | Add base class for components, and restructure messages |
| 1.5 | modified | dlloyd | console/src/main/webapp/search/filter/processdefinition.xhtml | Add base class for components, and restructure messages |
| 1.5 | modified | dlloyd | console/src/main/webapp/search/filter/task.xhtml | Add base class for components, and restructure messages |
| 1.7 | modified | dlloyd | console/src/main/webapp/search/form/formtemplate.xhtml | Add base class for components, and restructure messages |
| 1.6 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/bean/ProcessBean.java | Useless imports |
| 1.2 | modified | dlloyd | console/src/main/java/org/jbpm/webapp/tag/tf/ui/AbstractTaskFormButton.java | Solve bug where action gets called once for every request cycle that the component is preserved through |