Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/Meeting minutes/20111006"

Line 27: Line 27:
 
* Just about finished with major changes to support relative URLs
 
* 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)
 
** Goal is to be able to host server side services at different path on server (non root)
 +
** A few bugs remaining
 +
** Needs lots of testing

Revision as of 12:55, 6 October 2011

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)
    • A few bugs remaining
    • Needs lots of testing

Back to the top