Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

MAIN 1.22 1.21 1.12 1.1 JSF_1_2X_ROLLING 1.21.4.1 1.12.2 1.12.2.1

latest revision download Branch MAIN

1.22 annotated / raw | Diffs: previous, other | Lines: 61 ( +0, -333 )

Created: 2007-12-06 16:23:43 -0600 (11 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20071206222342

Most of the Sandbox has been promoted/migrated to Mojarra Scales.  Removing appropriate resources from the Mojarra tree.

Branch point for: JSF-115_20080204_BRANCH JSF_293_20080311_BRANCH JSF_324_AJAX_20080122_BRANCH jsf-240-BRANCH

Tags: jsf-240-20080219 jsf-240-BRANCH_20080309 JSF-115_20080208_TAG_A JSF-115_20080204_BRANCH$BP JSF-115_20080320_240_MEGALISTENERS_SNAPSHOT JSF-115-BRANCH_20080105 JSF_293_20080311_BRANCH$BP JSF-115_20080204_BRANCH_20080320_POST_HEAD_MERGE JSF_293_20080311_BRANCH_BEFORE_JSF-115_20080204_BRANCH JSF_324_AJAX_20080122_BRANCH$BP jsf-240-BRANCH$BP

1.21 annotated / raw | Diffs: previous, other | Lines: 394 ( +36, -1 )

Created: 2007-07-31 23:16:17 -0500 (15 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070801041616

Upgraded to YUI 2.3.0
Migrated HtmlEditor to the YUI editor, which horribly broke things.  Fix pending. :)
Various theme updates/changes
Add YuiSubMenu component to help with sub-menu declarations

Branch point for: JSF_1_2X_ROLLING JSF_1_2_ROLLING JSF_293_AJAX_20071106_BRANCH JSF_EZCOMP_BRANCH

Tags: EDBURNS_EZCOMP_20071220 JSF_1_2_ROLLING$BP JSF_1_2_05_B04 JSF_1_2_05_B05 JSF_1_2_05_B06 JSF_1_2X_ROLLING$BP JSF_EZCOMP_BRANCH$BP JSF_EZCOMP_PROTOTYPE_2_20071207 JSF_1_2_06_B01 JSF_293_AJAX_20071106_BRANCH$BP JSF_1_2_06_B02 JSF_1_2_07_B03 JSF_1_2_07_B01 JSF_1_2_07_B02 ... more hide

1.20 annotated / raw | Diffs: previous, other | Lines: 359 ( +1, -2 )

Created: 2007-07-11 09:48:21 -0500 (16 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070711144821

The PL for multi-file upload and download are now no longer enabled by default.  Users of these components will need to enable the PLs in their apps.  Doc update pending.

Tags: JSF_1_2_05_B01 JSF_1_2_05_B02

1.19 annotated / raw | Diffs: previous, other | Lines: 360 ( +1, -0 )

Created: 2007-05-15 14:52:18 -0500 (18 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070515195214

PhaseListener now uses ValueExpressions
URL map is now keyed by pattern, allowing multiple patterns to target the same viewId

1.18 annotated / raw | Diffs: previous, other | Lines: 359 ( +3, -1 )

Created: 2007-05-01 21:30:18 -0500 (18 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070502023018

Shale Remoting snapshot version update
Bug fix WRT missing message bundle

1.17 annotated / raw | Diffs: previous, other | Lines: 357 ( +33, -22 )

Created: 2007-04-27 16:59:54 -0500 (18 months ago) | Author: ofung | Changeset: MAIN:ofung:20070427215946

Updated CDDL+GPL header - Omar.
Issue number:
Obtained from:
Submitted by:
Reviewed by:

1.16 annotated / raw | Diffs: previous, other | Lines: 346 ( +19, -0 )

Created: 2007-04-16 14:20:42 -0500 (19 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070416192041

Started support for TinyMCE WYSIWYG JavaScript HTML editor (http://tinymce.moxiecode.com/)

Tags: JSF_1_2_05_PRE_DOM_CONFIG_TAG

1.15 annotated / raw | Diffs: previous, other | Lines: 327 ( +25, -20 )

Created: 2007-03-13 13:51:37 -0500 (20 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070313185136

From the issue tracker:
Things that are fixed in attached patch:

1) use Message bundle com.sun.faces.sandbox.Messages for FacesMessages
2) more efficient javascript generally
3) Before: dropdown Year had a hardcoded min/max. Changed to: If min/max date is not specified then the Year dropdown will show +/- 50 years. Every time you make a Year selection it will re-render with a new +/- 50 year buffer.
4) if required=false it allows you to submit a null date (if you select the headers "year" "month" "day" for each menu)
5) validates that the initial value is within the min/max range.
6) Uses the required & converter messages if they're specified on the component.

Though I added a MessageFactory to com.sun.faces.sandbox.util, then switched the import to use that class.

I also fixed the demo backing bean to return the user-submitted date via getDate2().

Issue number:  524
Submitted by:  reind

Branch point for: JSF_1_2_04_BRANCH

Tags: JSF_1_2_04P05_B22 JSF_1_2_04P01_B10 JSF_1_2_04P02_B14exit JSF_1_2_04P1_B10 JSF_1_2_04_BRANCH$BP JSF_1_2_04P02_B14 JSF_1_2_04P03_B20 JSF_1_2_04P02_B13 JSF_1_2_04P02_B12 JSF_1_2_04P02_B11 JSF_1_2_04_P04_B21 JSF_1_2_04P03_B17 JSF_1_2_04P03_B19 JSF_1_2_04P02_B16 ... more hide

1.14 annotated / raw | Diffs: previous, other | Lines: 322 ( +40, -2 )

Created: 2007-03-07 13:36:54 -0600 (20 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070307193641

Added tabView and tab components
Added a demo of the tabView/tab components
Added YuiRenderHelper.getRenderedOutput()

Tags: JSF_1_2_04P1_B01

1.13 annotated / raw | Diffs: previous, other | Lines: 284 ( +10, -0 )

Created: 2007-02-28 11:59:23 -0600 (20 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070228175909

YuiTreeNode component now requires its "label" be in a facet, and it now renders itself, greatly simplifying the Renderer for YuiTree

Tags: JSF_1_2_04_B07

1.12 annotated / raw | Diffs: previous, other | Lines: 274 ( +1, -2 )

Created: 2007-02-08 15:59:27 -0600 (21 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070208215925

Moved the YUI files out of META-INF
Added Shale Remoting support
Deprecated StaticResourcePhaseListener and removed it from faces-config.xml
Added YuiRendererHelper as a (hopefully) temporary hack to help with Shale Remoting support

Branch point for: 1.12.2

Tags: JSF_1_2_04_B06 JSF_1_2_04_B05 JSF_1_2_04_B04 JSF_1_2_04_B03 JSF_1_2_04_B02

1.11 annotated / raw | Diffs: previous, other | Lines: 275 ( +4, -0 )

Created: 2007-01-29 15:49:02 -0600 (21 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070129214849

Initiated work on YuiTreeNode component.  Current state allows things like <risb:treeNode><h:graphicImage url="/download.jpg"/></risb:treeNode> (see demo app)

Tags: JSF_1_2_04_B01

1.10 annotated / raw | Diffs: previous, other | Lines: 271 ( +5, -0 )

Created: 2007-01-23 17:14:29 -0600 (21 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070123231420

Added YuiMenuItem (<risb:menuItem>) component, deprecating the menu "model" components, whcih will likely soon be removed

1.9 annotated / raw | Diffs: previous, other | Lines: 266 ( +90, -5 )

Created: 2007-01-22 15:48:17 -0600 (21 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070122214816

Dependency download tweaks
Moved my demo/test app into the tree

1.8 annotated / raw | Diffs: previous, other | Lines: 181 ( +5, -0 )

Created: 2007-01-11 17:12:23 -0600 (22 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070111231217

Corrected UISelectItems support/config
Added support for child components to FileDownload, as well as adding support for an EL var to be used by child components (see http://blogs.steeplesoft.com/2007/01/11/jsf-ri-sandbox-filedownload-component-changes/ for more details)

1.7 annotated / raw | Diffs: previous, other | Lines: 176 ( +1, -0 )

Created: 2007-01-05 17:31:17 -0600 (22 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070105233112

I found some instances where class names, packages, etc weren't modified to reflect the code contribution
TLD validation fixes
Added missing setters on MultiFileUploadTag
Added missing reference to MultFileUploadPhaseListener

1.6 annotated / raw | Diffs: previous, other | Lines: 175 ( +2, -1 )

Created: 2007-01-05 16:33:47 -0600 (22 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070105223342

Added missing PhaseListener reference in face-config.xml to make the download component work
Fixed incorrect comnponent type in faces-config.xml for the download component
Changed Util.getAppBaseUrl() to remove unnecessary slashes in the generated URL
Bug fixes in FileDownloadRenderer.generateUri()
Fixed CCE in FileDownload.getData()

1.5 annotated / raw | Diffs: previous, other | Lines: 174 ( +2, -2 )

Created: 2007-01-02 16:43:12 -0600 (22 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20070102224255

Obnoxious @author comment change (spam--).
Upgraded YUI to 0.12.1
Faces config and TLD class name/package changes
Altered ContextMenu renderer to expect the component to be a child of the target component

Branch point for: DISCOVERABLE_INJECTION_BRANCH

Tags: DISCOVERABLE_INJECTION_BRANCH$BP

1.4 annotated / raw | Diffs: previous, other | Lines: 174 ( +37, -0 )

Created: 2006-12-15 16:43:11 -0600 (23 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20061215224310

Merged in the file download, multi-file upload, navigation handler and UISelectItem components from our internal comp lib (explanations will come over the break.  maybe :)
Modified the build file to support the new components

1.3 annotated / raw | Diffs: previous, other | Lines: 137 ( +68, -0 )

Created: 2006-12-15 13:21:58 -0600 (23 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20061215192153

Added a javadoc target to the build file
Added a docs target that calls tlddocs and javadoc
Import my YUI components
Created Facelets taglib

1.2 annotated / raw | Diffs: previous, other | Lines: 69 ( +20, -1 )

Created: 2006-12-14 13:18:13 -0600 (23 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20061214191810

Initial import of the YUI TreeView wrapper component
Util additions and reordering (making the added methods hard to find.  Sorry about that. :)
Addition of a static resource PhaseListener to help support the YUI components without adding an external dependency

1.1 new annotated / raw | Lines: 50 ( +50, -0 )

Created: 2006-12-13 14:35:47 -0600 (23 months ago) | Author: jdlee | Changeset: MAIN:jdlee:20061213203545

Moved sandbox/ to contrib/sandbox

latest revision download Branch 1.12.2

1.12.2.1 annotated / raw | Diffs: previous, other | Lines: 284 ( +10, -0 )

Created: 2007-02-28 21:58:43 -0600 (20 months ago) | Author: rlubke | Changeset: 1.12.2:rlubke:20070301035843

Merge recent changes in the HEAD into the config branch.
CVS: ----------------------------------------------------------------------
CVS: Issue number:
CVS:   If this change addresses one or more issues,
CVS:   then enter the issue number(s) here.
CVS: Obtained from:
CVS:   If this change has been taken from another system,
CVS:   then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS:   If this code has been contributed to the project by someone else; i.e.,
CVS:   they sent us a patch or a set of diffs, then include their name/email
CVS:   address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS:   If we are doing pre-commit code reviews and someone else has
CVS:   reviewed your changes, include their name(s) here.
CVS:   If you have not had it reviewed then delete this line.

latest revision download Branch JSF_1_2X_ROLLING

1.21.4.1 annotated / raw | Diffs: previous, other | Lines: 61 ( +0, -333 )

Created: 2007-12-06 16:11:25 -0600 (11 months ago) | Author: jdlee | Changeset: JSF_1_2X_ROLLING:jdlee:20071206221124

Most of the Sandbox has been promoted/migrated to Mojarra Scales.  Removing appropriate resources from the Mojarra tree.

Tags: JSF_1_2_08_B03 JSF_1_2_08_B02 JSF_1_2_08_B01 JSF_1_2_08_B06 JSF_1_2_08_B05 JSF_1_2_08_B04 JSF_1_2_10_B01 JSF_1_2_09_B02 JSF_1_2_09_B01

Crucible: Open Source License registered to Atlassian.
Atlassian Crucible, painless code review. (Version:1.6.2 Build:build-rspud1 2008-10-22) - Administration - Page generated 2008-11-22 04:18 -0600