| javaserverfaces-sources:/contrib/sandbox/src/java/com/sun/faces/sandbox/component/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
MAIN:jdlee:20071206222342
by jdlee on
06 December 2007, 16:23:42 -0600
(13 months ago)
Most of the Sandbox has been promoted/migrated to Mojarra Scales. Removing appropriate resources from the Mojarra tree.
./ComponentHelper.java
1.3
./FileDownload.java
1.8
./HtmlEditor.java
1.5
./MultiFileUpload.java
1.8
./UISelectItems.java
1.7
JSF_1_2X_ROLLING:jdlee:20071206221124
by jdlee on
06 December 2007, 16:11:24 -0600
(13 months ago)
Most of the Sandbox has been promoted/migrated to Mojarra Scales. Removing appropriate resources from the Mojarra tree.
./factory/AccessibleHtmlColumnFactory.java
1.2.4.1
./factory/AccessibleHtmlDataTableFactory.java
1.2.4.1
JSF_1_2X_ROLLING:jdlee:20071206213802
by jdlee on
06 December 2007, 15:45:59 -0600
(13 months ago)
Most of the Sandbox has been promoted/migrated to Mojarra Scales. Removing appropriate resources from the Mojarra tree.
./ComponentHelper.java
1.2.4.1
./FileDownload.java
1.7.4.1
./HtmlEditor.java
1.4.4.1
./MultiFileUpload.java
1.7.4.1
./UISelectItems.java
1.6.4.1
MAIN:jdlee:20070801041616
by jdlee on
31 July 2007, 23:16:16 -0500
(17 months ago)
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
./YuiMenuItem.java
1.3
./YuiSubMenu.java
1.1
MAIN:jdlee:20070719221039
by jdlee on
19 July 2007, 17:10:39 -0500
(17 months ago)
Removal of the Shale Remoting dep Upgrade to YUI 2.3.0 RC1 Start of Util class reorg
./HtmlEditor.java
1.4
./UISelectItems.java
1.6
./YuiCalendar.java
1.9
./YuiMenuBase.java
1.6
./YuiTree.java
1.8
MAIN:jdlee:20070709174159
by jdlee on
09 July 2007, 12:41:59 -0500
(18 months ago)
Upgraded TinyMCE to 2.1.1.1 Changed the resource directory for TinyMCE to hide the library we're using, making it easier to change libs in the future, should we ever need to do so Fixed IE (and hopefu…
./YuiCalendar.java
1.8
./YuiTabView.java
1.5
MAIN:jdlee:20070628180924
by jdlee on
28 June 2007, 13:09:24 -0500
(18 months ago)
Removed the model attribute and added the showExpanded attribute on YuiTree Began work to handle the dynamically loaded HTML pages for HtmlEditor
./YuiTree.java
1.7
MAIN:jdlee:20070615204042
by jdlee on
15 June 2007, 15:40:42 -0500
(18 months ago)
Added support for minHeight to the TabView
./YuiTabView.java
1.4
MAIN:jdlee:20070613181912
by jdlee on
13 June 2007, 13:19:12 -0500
(18 months ago)
Added an "expanded" attribute to YuiTreeNode Add on DOM ready event handling to the various JS calls that render YUI elements Reenabled custom styles to make the YUI menus less purple :)
./YuiTreeNode.java
1.4
MAIN:jdlee:20070511203821
by jdlee on
11 May 2007, 15:38:21 -0500
(19 months ago)
Added PrettyUrlPhaseListener and created demos for it
./factory/HtmlEditorFactory.java
1.1
MAIN:ofung:20070427215946
by ofung on
27 April 2007, 16:59:46 -0500
(20 months ago)
Updated CDDL+GPL header - Omar. Issue number: Obtained from: Submitted by: Reviewed by:
./AccessibleHtmlColumn.java
1.2
./AccessibleHtmlDataTable.java
1.2
./ComponentHelper.java
1.2
./FileDownload.java
1.7
./HtmlEditor.java
1.3
MAIN:jdlee:20070417160316
by jdlee on
17 April 2007, 11:03:16 -0500
(20 months ago)
Added attributes to HtmlEditor: themeStyle: allow the user to select from pre-defined themes: normal (default), simplified, and full config: allow the user to specify arbitrary configuration…
./HtmlEditor.java
1.2
MAIN:jdlee:20070416192041
by jdlee on
16 April 2007, 14:20:41 -0500
(20 months ago)
Started support for TinyMCE WYSIWYG JavaScript HTML editor (http://tinymce.moxiecode.com/)
./HtmlEditor.java
1.1
MAIN:jdlee:20070316210355
by jdlee on
16 March 2007, 16:03:55 -0500
(21 months ago)
Added support to TabView for "auto" maxHeight (all tabs are the same height. default is "dynamic" where the tabs are only as tall as necessary) Finally implemented support for the orientation propert…
./YuiTab.java
1.2
./YuiTabView.java
1.2
MAIN:jdlee:20070313185136
by jdlee on
13 March 2007, 13:51:36 -0500
(21 months ago)
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…
./YuiCalendar.java
1.6
MAIN:jdlee:20070307193641
by jdlee on
07 March 2007, 13:36:41 -0600
(22 months ago)
Added tabView and tab components Added a demo of the tabView/tab components Added YuiRenderHelper.getRenderedOutput()
./YuiTab.java
1.1
./YuiTabView.java
1.1
MAIN:jdlee:20070302204843
by jdlee on
02 March 2007, 14:48:43 -0600
(22 months ago)
Copied in Ken's JSFTemplating support classes Added code to prevent sending the YUI JS and CSS overrides more than once per request
./factory/AccessibleHtmlColumnFactory.java
1.1
./factory/AccessibleHtmlDataTableFactory.java
1.1
./factory/FileDownloadFactory.java
1.1
./factory/MultiFileUploadFactory.java
1.1
./factory/SelectItemsFactory.java
1.1
MAIN:jdlee:20070301214807
by jdlee on
01 March 2007, 15:48:07 -0600
(22 months ago)
Change showInput/ShowSelects to just showMenus Added minDate and maxDate support Code submitted by reind. Thanks for all the work! Issue number: 518 Obtained from: reind
./YuiCalendar.java
1.5
1.1.2:rlubke:20070301035800
by rlubke on
28 February 2007, 21:58:00 -0600
(22 months ago)
Merge recent changes in the HEAD into the config branch. CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issu…
./YuiTreeNode.java
1.1.2.1
1.3.2:rlubke:20070301035806
by rlubke on
28 February 2007, 21:58:06 -0600
(22 months ago)
Merge recent changes in the HEAD into the config branch. CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issu…
./YuiCalendar.java
1.3.2.1
MAIN:jdlee:20070228175909
by jdlee on
28 February 2007, 11:59:09 -0600
(22 months ago)
YuiTreeNode component now requires its "label" be in a facet, and it now renders itself, greatly simplifying the Renderer for YuiTree
./YuiTreeNode.java
1.2
MAIN:jdlee:20070226232729
by jdlee on
26 February 2007, 17:27:29 -0600
(22 months ago)
Added selects support to calendar (http://developer.yahoo.com/yui/examples/calendar/formsel/2.html) Fixed size issue with the menu bar component Fixed image issues with the calendar and menus Issue nu…
./YuiCalendar.java
1.4
MAIN:jdlee:20070129214849
by jdlee on
29 January 2007, 15:48:49 -0600
(23 months ago)
Initiated work on YuiTreeNode component. Current state allows things like <risb:treeNode><h:graphicImage url="/download.jpg"/></risb:treeNode> (see demo app)
./YuiTreeNode.java
1.1
MAIN:jdlee:20070126223323
by jdlee on
26 January 2007, 16:33:23 -0600
(23 months ago)
Began work on the YuiMenuItem component Altered UISelectItems to use ValueBindings instead of ValueExpressions. A test/demo page is needed for this component. Changed the demo app to use the nascent …
./FileDownload.java
1.6
./UISelectItems.java
1.4
MAIN:jdlee:20070123231420
by jdlee on
23 January 2007, 17:14:20 -0600
(23 months ago)
Added YuiMenuItem (<risb:menuItem>) component, deprecating the menu "model" components, whcih will likely soon be removed
./YuiMenuItem.java
1.1
MAIN:jdlee:20070116211652
by jdlee on
16 January 2007, 15:16:52 -0600
(23 months ago)
Expanded use of UISandboxComponentTag and ComponentHelper for MUCH cleaner tags and components Remove unnecessary dependency on 1.2 APIs. UISelectItems still needs fixing. Crockford-compliant JavaScr…
./FileDownload.java
1.5
./MultiFileUpload.java
1.6
./YuiMenu.java
1.5
./YuiMenuBar.java
1.5
./YuiMenuBase.java
1.4
MAIN:jdlee:20070112042128
by jdlee on
11 January 2007, 22:21:28 -0600
(23 months ago)
Forgot this file.
./ComponentHelper.java
1.1
MAIN:jdlee:20070111233117
by jdlee on
11 January 2007, 17:31:17 -0600
(23 months ago)
Experimenting with tag and component helpers for cleaner/smaller property handling
./YuiCalendar.java
1.3
MAIN:jdlee:20070111231217
by jdlee on
11 January 2007, 17:12:17 -0600
(23 months ago)
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…
./FileDownload.java
1.4
./UISelectItems.java
1.3
MAIN:jdlee:20070109235254
by jdlee on
09 January 2007, 17:52:54 -0600
(23 months ago)
Changed JS namespace to reflect component contribution Fixed embarrassing typos in YuiCalendarTag and sandbox.taglib.xml InputStream handling fixes in StaticResourcePhaseListener Added missing calenda…
./MultiFileUpload.java
1.5
|