Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-04-30[193369] Javadoc Package infosgkessler8-0/+144
2008-04-24Fix for failing JUnit in I20080423192027. Something in EMF has changed, ↵gkessler1-1/+3
but this fix works around whatever that was.
2008-04-18[202613] Preview of Web Page Editor does not work well, when charset is ↵gkessler1-1/+22
windows-31j
2008-04-18[219038] NPE in WPEgkessler1-5/+10
2008-04-18Apply patch for https://bugs.eclipse.org/bugs/show_bug.cgi?id=221197. ↵cbateman1-1/+3
Changes the calll to TaglibIndex.resolve to comply with its interface pre-conditions.
2008-04-16Fix use of non-fully-qualified class names in Javadocs that cause warnings ↵cbateman1-2/+1
in the build system.
2008-04-14[188498] Errors logged while entering valid style property valuegkessler1-5/+1
2008-04-14[204508] <f:view> tag is always inserted when an elment is inserted from ↵gkessler4-75/+108
palette [224541] When palette item is dropped to end of file in source view of Web Page Editor, the item is inserted at the top of file
2008-04-08[221423] TagConverters are leaking and not sharing imagesgkessler3-20/+25
2008-04-08[221561] WPE still referencing images in plugin that are no longer theregkessler1-4/+2
2008-04-08[225449] [WPE] Unhandled event loop exception using CSSStyleDialoggkessler1-4/+12
2008-04-01Update Trinidad Tag Support:itrimble1-3/+71
- tag conversion for tr:image, tr:panelGroupLayout, and tr:group Enhance DTTagConverter: - allow a single source Node to have multiple ConvertPositions (necessary for tag conversion of many Trinidad tags, but not Trinidad-specific)
2008-03-25[205985] Remove org.eclipse.jst.pagedesigner.propertySections ext-ptgkessler2-545/+0
2008-03-25223384 [requirement] PaletteInfos model needs to be moved to jsf.core from ↵gkessler21-4046/+10
pagedesigner
2008-03-25Update JUnits for CSS*Typesgkessler1-3/+3
2008-03-24[214888] metadata in jsf.standard.tagsupport has dependency on pagedesignergkessler3-114/+0
2008-03-10Update Trinidad MD for QuickEdit property sheets, plus other small fixesgkessler3-9/+10
2008-03-10Added DT rendering support for tr:outputFormatted.itrimble1-1/+50
Fixed minor issue with h:selectManyList. Attempted fix for bug #221629.
2008-03-10Refactoring to support new view handlers:cbateman6-16/+24
-added viewhandler and tagregistry extension points -refactored effected features to use view handlers. -updated tag registry view -moved some images around for common use. -added preference page for JSP tag registry. -made a minor change validation for empty and unclosed EL expressions.
2008-03-05Cache images in PDPlugingkessler1-6/+21
2008-03-04Ensure that dispose is called on the tag converter when the edit part is ↵cbateman1-0/+13
disposed. Otherwise the image resource may not be disposed.
2008-02-19tr:chart tag enhancements:itrimble1-24/+63
- respects user sizing (renders using correct real-estate) - renders (new) large icon - renders "chart" text for consistency with similar "widget" tags DTTagConverter enhancements: - $metadata-plugin-location$ token is no longer required to be at very start of value to be resolved - resolve-attribute-value's "attributeName" attribute can now be either a simple attribute name (as before), or can be "/" delimited path through child elements to attribute (e.g. "span/img/src")
2008-02-15Provide functionality to allow MD to write refs (in converted HTML) to ↵itrimble3-8/+87
resources relative to plug-in, and resolver to locate when rendered: * StandardMetaDataFilesProvider can now be adapted to IResourceURLProvider * DTTagConverterDecorator resolves "$metadata-plugin-location$/..." from MD using above-mentioned IResourceURLProvider New AbstractTransformOperation implemented: * CopyAttributeWithRenameOperation combines functionality of CopyAttributeOperation and RenameAttributeOperation
2008-02-12Large checkin for alternative handling and dt view construction.cbateman8-18/+33
2008-02-01suppress hiding warningsgkessler3-2/+4
2008-02-01Big checkin:gkessler26-471/+523
- fix to support WPE being removed - all JSF Project MD moved to tagSupport plugin - update to IStructuredDocContextFactory for getContext(Element) - misc
2008-01-21Fixed some warnings.cbateman7-159/+191
2008-01-17defer creation of browser widget until required to help avoid JUnit failures ↵gkessler1-12/+24
on Build machine
2008-01-09Cleaned up code.cbateman1-39/+57
2008-01-09Fixed warnings.cbateman10-19/+94
2008-01-04213998 [WPE] Attribute tab categories re-sort after applying a change to a ↵gkessler1-4/+4
property
2007-12-28WPE tabbed prop basic Junits + cleanup and fixesgkessler35-139/+295
2007-12-13fixgkessler1-3/+2
2007-12-12cleanupgkessler1-1/+1
2007-12-12More cleanupgkessler4-6/+4
2007-12-12Remove warnings.gkessler6-53/+70
2007-12-12A few updates after Cam's reviewgkessler1-1/+2
2007-12-11Fix for loadBundle basename attribute QuickEdit dialogFieldgkessler1-1/+3
2007-12-07Large set of changes mostly related to: [206100] Enhancements to the WPE ↵gkessler91-1270/+7170
Property pages. This is the first checkin. Cleanup and other improvements to come. - tabbed property page changes - MDChanges - temporary translation of old sybase MD to current form - new AttrValueRuntimeTypes
2007-10-23Javadoc warning fixes, reduce visibility, remove dead code, fix misc ↵cbateman32-156/+284
non-deprec warnings.
2007-10-23Javadoc warning fixes.cbateman2-123/+794
2007-10-23Fixed an issue where an input stream was being used even if uninitalized.cbateman1-0/+1
2007-10-23Javadoc warning fixes, reduce visibility.cbateman6-23/+45
2007-10-23Javadoc warning fixes.cbateman4-2/+17
2007-10-23Javadoc warnings fixes, reduced visibililty, removed dead code.cbateman16-59/+316
2007-10-23Javadoc fixes, reduced visibility.cbateman33-86/+270
2007-10-22Fixed Javadoc warnings.cbateman25-154/+254
2007-10-22Fixed Javadoc warnings.cbateman16-30/+214
2007-10-22Fixed javadoc warnings.cbateman13-32/+190
2007-10-22Fixed javadoc warnings.cbateman22-13/+109

Back to the top