Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Orion/Meeting minutes/20111006

Attendees

  • Szymon
  • Gosia
  • Susan
  • Simon
  • John
  • Silenio
  • McQ
  • Felipe
  • Mark
  • Libing

Minutes

  • Minor tooltip changes in Git client
  • Recent bug where plugins are installed twice to reduce duplication
  • Spriting CSS images to reduce round trips
  • Removing image related concerns from JS files to facilitate skinning
  • When loading style sheets in editor we do XHR get to embed CSS in HTML. But any URL in CSS are relative to CSS file rather than the HTML page.
    • Still a problem
  • Working on syntax highlighting inside tooltips but probably not for 0.3
  • Working on dynamic function invocation support in JS debugger
  • Trying to get sites support working with relative URL changes - making progress
  • Working on supporting table layout for search results
  • Now persisting search state in session storage
  • Just about finished with major changes to support relative URLs
    • Goal is to be able to host server side services at different path on server (non root)

Back to the top