Fri, 11 Jan 2008 01:08:37 +0000 quynguyen Fix memory RaveFacesContext memory leak versionability_89629_base_10 versionability_89629_base_9
Thu, 10 Jan 2008 19:50:34 +0000 potingwu Prevent new Visual Web JSF regular page been added into a portlet project.
Thu, 10 Jan 2008 02:19:26 +0000 wjprakash Bug Fix: 124990 - Regression: jsfsupport cannot parse Creator 2 portlet JSP editor_settings_90403_base_5 partial_reparse_t2b_b
Thu, 10 Jan 2008 01:52:44 +0000 wjprakash Bug Fix: 124990 - Regression: jsfsupport cannot parse Creator 2 portlet JSP
Thu, 10 Jan 2008 01:08:47 +0000 quynguyen Added wait cursor to 'open designer' and 'edit JSP' actions
Wed, 09 Jan 2008 02:07:10 +0000 pzavadsky #124928 Adding wait cursor for the loading component.
Wed, 09 Jan 2008 00:08:27 +0000 potingwu Allow framework be created without adding the JSF start page. The caller (e.g., portal pack) will add its own welcome page.
Tue, 08 Jan 2008 21:55:00 +0000 cnguyencasj Fix bug 123238 - wrong comment header for properties file.
Tue, 08 Jan 2008 21:30:07 +0000 cnguyencasj Fix bug 124087 - adding a custom l10n.list for this module.
Tue, 08 Jan 2008 20:21:08 +0000 gowri Adding icons for Accordion and Bubble components.
Tue, 08 Jan 2008 19:24:16 +0000 potingwu Add method isJsfFramework for 3rd party modules like portal pack.
Tue, 08 Jan 2008 16:28:08 +0000 mschovanek Run IDE with AppServer
Tue, 08 Jan 2008 01:46:05 +0000 pzavadsky #124732 Possible NPE.
Tue, 08 Jan 2008 01:24:55 +0000 pzavadsky #124104 Adjusting to hack playing with content size and border size of
Tue, 08 Jan 2008 01:02:53 +0000 gowri Bugfix: 123919 Adding Accordion, Bubble and Menu components to palette by default.
Mon, 07 Jan 2008 23:15:52 +0000 wjprakash Fix: 124610 did not work on Windows. Fixed now for Windows also.
Mon, 07 Jan 2008 22:15:27 +0000 potingwu Set 'position' attribute for JSFPrivilegedTemplates to arrange order between the normal visualweb Page and Portlet Page templates.
Mon, 07 Jan 2008 22:01:57 +0000 potingwu Add org.netbeans.modules.portalpack.visualweb into the friend-packages list.
Mon, 07 Jan 2008 19:46:08 +0000 jglick visualweb/gravy -> visualweb/kit/gravy
Sat, 05 Jan 2008 20:58:33 +0000 mschovanek Tests moved from visualweb/test/components pseudo module.
Sat, 05 Jan 2008 01:42:01 +0000 pzavadsky #124460 Fixed NPE, caused by code typo leading to race condition.
Sat, 05 Jan 2008 01:38:37 +0000 sandipchitale Partial implementation of # 123536 On demand binding attribute
Sat, 05 Jan 2008 01:37:25 +0000 pzavadsky #123289 Fixing possible NPE.
Sat, 05 Jan 2008 01:27:22 +0000 pzavadsky #123989 Fixed possible NPE.
Sat, 05 Jan 2008 01:06:21 +0000 pzavadsky #123995 Fixing leak in Document.userData used to link element to design bean.
Fri, 04 Jan 2008 21:51:22 +0000 jbaker Project object was cached each time modelset changed (e.g. a JSF component is added to the page). Now cache project only when retrieving data sources
Fri, 04 Jan 2008 19:10:53 +0000 wjprakash This Fix is related to the task for on demand binding. When the project is created none of the components will have binding, thus reduces amount of code in the JSP & Java.
Fri, 04 Jan 2008 07:31:00 +0000 jbaker Remove unnecessary logging
Fri, 04 Jan 2008 02:27:33 +0000 wjprakash Bug Fix: 124610 IllegalStateException when opening page
Fri, 04 Jan 2008 01:30:30 +0000 quynguyen Fixed typos in resource bundles
Fri, 04 Jan 2008 00:06:01 +0000 pzavadsky #123995 Fixing one leak found when investigating the issue, in DnDHandler.
Thu, 03 Jan 2008 22:20:16 +0000 deva Fix for an issue related to on demand binding attribute(#123536). Corrected the logic to generate component binding whenever it is required
Wed, 02 Jan 2008 21:45:41 +0000 sandipchitale Bug Fix # 122476 refactoring a jsf fragment fails lazy_projects_108120_root
Fri, 14 Dec 2007 23:56:19 +0000 pzavadsky Getting rid of unused nested class. IM73_beta_branch_point TRUNK_SYNC_WITH_SIERRA partial_reparse_t2b_a
Fri, 14 Dec 2007 23:51:24 +0000 pzavadsky Adjusting tests to the last change.
Fri, 14 Dec 2007 23:37:08 +0000 pzavadsky Changing usage of DomProviderService (from static to instance one),
Fri, 14 Dec 2007 16:42:57 +0000 jbaker 122346 Connection to database URL is case sensitive
Fri, 14 Dec 2007 07:16:20 +0000 jbaker 122346 Connection to database URL is case sensitive
Fri, 14 Dec 2007 02:23:23 +0000 jbaker 109163 Component Error-page can appear after opening of project, related to existing DB connection
Fri, 14 Dec 2007 00:39:26 +0000 wjprakash Fix for possible performance issues as pointed out by Ryan Lubke.
Fri, 14 Dec 2007 00:27:51 +0000 pzavadsky Preparing a change in DomProviderService usage.
Fri, 14 Dec 2007 00:26:46 +0000 deva Changes for on demand binding attribute(#123536)
Fri, 14 Dec 2007 00:18:09 +0000 pzavadsky #123003 Fixing memory leak involving listener, using weak listener now.
Thu, 13 Dec 2007 19:32:51 +0000 deva Using system property netbeans.dest.dir instead of nb_all for the insync unit tests specific system properties
Thu, 13 Dec 2007 19:24:51 +0000 pzavadsky #123611 Fixing another case of 'fatal painting error'.
Thu, 13 Dec 2007 02:02:37 +0000 pzavadsky Preparing change in usage of DomProviderService. SIERRA_SYNC_WITH_TRUNK
Thu, 13 Dec 2007 01:22:01 +0000 pzavadsky Moving the rest of actions from designer to designer/jsf, to prepare the change of usage of DomProviderService.
Thu, 13 Dec 2007 00:05:06 +0000 pzavadsky Preparing change in DomProviderService usage.
Wed, 12 Dec 2007 23:54:01 +0000 pzavadsky Preparing change in DomProviderService usage. Getting rid of static refs.
Wed, 12 Dec 2007 22:13:51 +0000 jbaker 94151 Invalid dialog when table is added to SessionBean1 second time. Further adding does nothing at all mercurial1_4_3fcs
Tue, 11 Dec 2007 21:44:08 +0000 deva Unit tests for ExpressionUtils. Also removed unnecessary unit test library dependenices editor_settings_90403_base_4
Mon, 10 Dec 2007 17:50:19 +0000 pzavadsky Removing now redundant source. make_util_real_module_root partial_reparse_start
Sat, 08 Dec 2007 00:56:30 +0000 jglick Reverting mbohm's commit "Bring over necessary dependencies from insync for unit testing"
Sat, 08 Dec 2007 00:52:18 +0000 jglick Never mind, last patch was useless; cycle still exists.
Sat, 08 Dec 2007 00:49:54 +0000 jglick Trying to break a cycle in build-test-dist.
Fri, 07 Dec 2007 23:29:51 +0000 mbohm IN=AUTO Bring over necessary dependencies from insync for unit testing
Fri, 07 Dec 2007 21:41:06 +0000 sandipchitale Partial bug fix for issue 123003 - The Visual Designer seems to be the cause of my OutOfMemoryExceptions
Fri, 07 Dec 2007 21:08:27 +0000 jglick Hotfix. Was uncompilable after recent changes in module by pzavadsky. Please review and fix properly.
Fri, 07 Dec 2007 20:27:07 +0000 deva Correction to fix for #121946
Fri, 07 Dec 2007 18:20:46 +0000 pzavadsky Merging designer_refactoring2 branch. designer_refactoring2_after_merge