FTR: you just need to be in the Jenkins group in ldap. I *think* I have karma to add you to that group, but we need to check the docs
On Tuesday, February 19, 2013, Matt Franklin wrote: > Yes. I will kick it > > On Tuesday, February 19, 2013, Chris Geer wrote: > >> This looks like just an error on the build server. Is there a way to rerun >> the build? >> >> On Tue, Feb 19, 2013 at 12:46 AM, Apache Jenkins Server < >> [email protected]> wrote: >> >> > See <https://builds.apache.org/job/rave-project-trunk/728/changes> >> > >> > Changes: >> > >> > [cgeer] RAVE-869 This is a partial fix that just puts the footer behind >> > the canvas with z-index. >> > >> > [cgeer] RAVE-888 Changed the draggable feature to use a css class called >> > "widget-title-bar-draggable" and only add that class on unlocked >> widgets. >> > >> > ------------------------------------------ >> > [...truncated 4781 lines...] >> > moveWidgetToPage >> > posts the correct values to RPC service for moving a widget to a >> > different page >> > getPagePrefs >> > gets the correct metadata for a page >> > getWidgetMetadata >> > gets the metadata metadata for a url provided >> > updatePagePrefs >> > posts the correct values to RPC service for updating page metadata >> > Error handling >> > displays the appropriate alert when invalid parameters are passed >> > displays the appropriate alert when a server error occurs >> > >> > Rave OpenSocial >> > is OpenSocial >> > Init >> > initializes the OpenSocial container machinery >> > Initializes the RPC Hooks Correctly >> > Container >> > initializes the container if not already done >> > returns the same reference if already initialized >> > RPC Hooks >> > set title changes the title DOM node >> > set title does not throw error if DOM element is null >> > set title handles array title args >> > requestNavigateTo changes the view to CANVAS >> > requestNavigateTo changes the view to HOME >> > requestNavigateTo changes the view to PREFERENCES >> > requestNavigateTo does not throw an error if an unknown view is >> passed >> > >> > Rave profile >> > >> > Rave >> > client message add and get >> > adds a client message to the internal map based on a key and >> verifies >> > it can be returned via getter >> > initProviders >> > initializes all providers >> > registerProvider >> > throws error when invalid provider passed >> > initWidgets >> > calls the appropriate providers >> > renders widgets in the appropriate order (first 'row', second 'row', >> > third 'row', ...) >> > puts widgets in buckets keyed by regionIds >> > Renders an error gadget when invalid widget is provided >> > Renders a disabled gadget when disabled flag is set >> > Renders the empty page message when page has no widgets >> > initUI >> > Initializes jQuery sortable when init is called >> > Posts when dragging is stopped >> > displays the appropriate alert when invalid parameters are passed >> > displays the appropriate alert when a server error occurs >> > getObjectIdFromDomId >> > returns the regionwidgetId from the bodyElementId when the body Id >> is >> > 3 digits >> > returns the regionwidgetId from the ElementId when the Id is 2 >> digits >> > returns the regionwidgetId from the ElementId when the Id is 1 >> digits >> > returns the regionId from the ElementId when the Id is 1 digits >> > returns null when the DOM element's id is invalid >> > isFunction >> > returns true when the object is a function >> > returns false when the object is a number >> > returns false when the object is a string >> > returns false when the object is an object >> > returns false when the object is null >> > returns false when the object is undefined >> > toggleCollapseWidgetIcon >> > changes icon from normal to collapsed >> > changes icon from collapsed to normal >> > change widget view state >> > successfully maximizes the widget >> > successfully minimizes the widget >> >
