Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-05This commit was manufactured by cvs2svn to create tag 'v201103051547'.v201103051547rsrinivasan87-16591/+0
2011-01-04Bug 327120 - Need to check whether getTextContent() is null before calling ge...itrimble1-1/+1
2010-10-15[Bug 327911] Memory leak in TLDTagRegistry - need to remove preference store ...crogers1-1/+4
2010-06-02[315257] - Errors logged while loading JSP tag registrygkessler1-3/+5
2010-05-18[Bug 312954] Change the default preference for the TagIntrospectingStrategy t...crogers1-1/+4
2010-05-17[Bug 312826] JEM IDE remote VM fails to find a dependent class for the TagAna...crogers1-40/+9
2010-05-13 Bug 299813 - [JSF2.0] - new Implicit Objects defined for use in EL expressionsrsrinivasan4-3/+64
2010-05-12Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=312512.cbateman1-0/+1
2010-05-04Bug 269050 - IllegalArgumentException in createMapping() methoditrimble1-2/+4
2010-04-28[Bug 305546] Exception initializing FaceletTagRegistry for HTML.crogers2-0/+41
2010-04-13[308419] Allow adopters to extend and improve the JSFAppConfigManagergkessler1-19/+14
2010-04-05Add substantial test coverage to the existing Facelet library location mechan...cbateman1-0/+1
2010-03-29[307248] NPE in DTComponentIntrospectorgkessler1-4/+6
2010-03-29Fix for JSPs in a Facelet context. Now correctly returns JSP view adapters ...gkessler1-4/+19
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.cbateman8-38/+151
2010-03-01Change strategy composite to make more flexible.cbateman2-2/+2
2009-09-03PMC approved fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=260931.cbateman2-19/+13
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-01-27Commit patch https://bugs.eclipse.org/bugs/attachment.cgi?id=122803 to fix ht...cbateman1-2/+6
2008-11-18[186459] Complete Externalization of Stringsgkessler40-595/+599
2008-11-04Partial fix for issues in https://bugs.eclipse.org/bugs/show_bug.cgi?id=240394.cbateman13-202/+484
2008-08-28Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=244175. Don't try and ...cbateman1-5/+4
2008-06-06232534rsrinivasan3-20/+23
2008-05-29Fix for pmc_approved bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=234457.cbateman1-10/+20
2008-05-12Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=225000.cbateman51-270/+6779
2008-05-02Fix Copyright headerrsrinivasan50-0/+500
2008-04-23Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=223374.cbateman1-1/+6
2008-04-22Changes for https://bugs.eclipse.org/bugs/show_bug.cgi?id=224998 and https://...cbateman15-267/+1254
2008-04-16Part of:cbateman26-280/+2225
2008-04-16Fixed NPE during library removal operation.cbateman1-1/+1
2008-03-25Step one of https://bugs.eclipse.org/bugs/show_bug.cgi?id=202697. Add prefer...cbateman1-2/+2
2008-03-16- Improve performance for Facelet tag lookup.cbateman6-539/+726
2008-03-11Change tld record type upon which the TLDRegistry should trigger changes.cbateman1-1/+1
2008-03-11Framework change to allow view definition adapter to look up prefixs in a doc...cbateman2-0/+32
2008-03-10Refactoring to support new view handlers:cbateman25-817/+1346
2008-02-12Large checkin for alternative handling and dt view construction.cbateman20-372/+1086
2008-01-29Move getELExpression out to the view definition adapter; add supportsViewDefi...cbateman3-51/+50
2008-01-22Progress on design time view handler.cbateman36-0/+4527

    Back to the top