Ticket #3543 (new enhancement)

Opened 21 months ago

Last modified 14 months ago

Unify jquery libraries in devel/sage and data/extcode

Reported by: mabshoff Owned by:
Priority: minor Milestone: sage-5.0
Component: build Keywords:
Cc: jason Author(s):
Report Upstream: Reviewer(s):
Merged in: Work issues:

Description

We currently ship two copies of the jquery javascript library:

  • jQuery 1.2.6 - New Wave Javascript - $Rev: 5685 $ in devel/sage-main/sage/dsage/web/static/jquery.js
  • jQuery 1.2.3 - New Wave Javascript - $Rev: 4663 $ in data/extcode/notebook/javascript/jquery/jquery.js

But we should on ship one copy.

Cheers,

Michael

Change History

Changed 18 months ago by jason

  • cc jason added
  • owner changed from was to jason
  • status changed from new to assigned

Changed 16 months ago by jason

  • owner jason deleted
  • status changed from assigned to new

Changed 16 months ago by jason

I'm not sure what is going on with dsage; someone familiar with dsage will have to look at that.

Changed 14 months ago by jason

  • priority changed from major to minor
  • type changed from defect to enhancement

All that is needed is that dsage needs to change its /static directory to point to local/notebook/javascript/<appropriate directory>. I'm making this minor since:

  1. the small space wasted with duplicated code is not worth the risk of breaking dsage, especially since
  2. it seems that the future of dsage is uncertain.

Things work now.

Note: See TracTickets for help on using tickets.