Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-04-29This commit was manufactured by cvs2svn to create tag 'v20100429'.v20100429rsrinivasan521-76596/+0
2010-04-28[Bug 305546] Exception initializing FaceletTagRegistry for HTML.crogers3-10/+49
2010-04-28Add support for detecting composite component library adds and remove by addi...cbateman20-155/+451
2010-04-27Add support for detecting adds, changes and removes to individual composite c...cbateman9-76/+529
2010-04-27[Bug 310702] NPE in JSPModelProcessor.processAttributes() during EL validatio...crogers1-0/+7
2010-04-27[31035] Allow adopters to extend metadata model management and query facilitiesgkessler2-2/+7
2010-04-23Bug 295514 - [JSF2.0] -- create content types for Faceletsitrimble1-153/+177
2010-04-23[Bug 310169] - Null JSFAppConfigManager instance causes validating EL failurecrogers1-53/+7
2010-04-16[Bug 305361] JSFAppConfigManager inherently not thread-safe.crogers3-15/+70
2010-04-13[308419] Allow adopters to extend and improve the JSFAppConfigManagergkessler27-855/+1382
2010-04-09Reorganize match and find strategies.cbateman12-0/+830
2010-04-05Add substantial test coverage to the existing Facelet library location mechan...cbateman7-14/+13
2010-03-29[307248] NPE in DTComponentIntrospectorgkessler1-4/+6
2010-03-29[306312] Remove containment validation on f:view tag in an XHTML Facelet docgkessler4-20/+206
2010-03-29Fix for JSPs in a Facelet context. Now correctly returns JSP view adapters ...gkessler1-4/+19
2010-03-29Add an ITagElementResolver to the StructuredDocContextResolverFactory arsenal...gkessler2-6/+46
2010-03-18Fix serialization error for TLDTagAttribute by splitting out object data into...cbateman1-12/+165
2010-03-18[bug 301862] Change default severity of a missing variable to ignore.cbateman20-64/+553
2010-03-17Validation of some of the new JSFv2.0 faces config elementsgkessler6-2/+443
2010-03-16[bug 305613] Remove the default version provider. This causes the default fa...cbateman1-31/+0
2010-03-12[bug 305615] Remove the dependence of the Facelet facet to enable JSF 2.0 Fac...cbateman1-8/+34
2010-03-09Updated thread-safe PaletteItemMgr using ITagRegistries. Palette now also re...gkessler1-2/+24
2010-03-08Complete refactoring and JUnit test coverage of the JSFUtils family of utilit...cbateman5-56/+75
2010-03-03Add JSF 2.0 Facet, install support and presets.cbateman12-984/+1263
2010-03-01Change strategy composite to make more flexible.cbateman4-7/+7
2010-01-27Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=282899 and (partial) ht...cbateman1-28/+90
2010-01-25Forward port 3.0.5P patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=2...cbateman2-46/+71
2010-01-16Bug 290962 - NPE if faces-config.xml is in wrong folderitrimble3-18/+32
2010-01-13Applying fixes in the 3.0.5 Patch stream - Bug 290412, Bug 288291, Bug 288831rsrinivasan11-3/+73
2010-01-13Bug 283764 - Error clearing bundle file cache during Project Deletionitrimble1-4/+12
2010-01-13Make getModelObject method more robust with a little null-checkingitrimble1-6/+8
2010-01-07https://bugs.eclipse.org/bugs/show_bug.cgi?id=296596itrimble3-25/+59
2009-09-03PMC approved fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=260931.cbateman2-19/+13
2009-08-19Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=287115.cbateman5-64/+43
2009-08-19Add null checks to getTagDirUri.cbateman1-5/+21
2009-08-19Avoid possible NPE that prevents faces-config models from being disposed.cbateman1-1/+5
2009-08-19Fix CachingSymbolContextResolver so it is a proper decorator.cbateman1-1/+9
2009-08-19Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=286882.cbateman2-13/+75
2009-08-12Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=286161cbateman3-2/+54
2009-08-12Add HTML Palette Category Tooltipgkessler3-1/+6
2009-08-06Commit patch fixes for:cbateman5-80/+138
2009-05-07[248707] Tags in the taglib are not displayed in the palette view.gkessler3-25/+210
2009-05-05Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=267967.cbateman2-21/+115
2009-05-01Fix dead code.cbateman1-5/+5
2009-05-01Comment out method that is now flagged as not used by the improved JDT compiler.cbateman2-22/+22
2009-04-27[255097] Request to remove input fields from facet install pagegkessler4-44/+148
2009-04-16bug 272158rsrinivasan1-0/+6
2009-03-12Fix for regression on 262818 -- JSF Attribute Validator needs to handle new J...cbateman1-2/+2
2009-03-12Remove dead code discovered by new JDT feature.cbateman1-7/+0
2009-03-12Suppress and fix warnings.cbateman2-1/+16

Back to the top