Changes between Version 14 and Version 22 of Ticket #4714
- Timestamp:
- Dec 2, 2009, 11:41:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4714
- Property Cc timdumol was added
-
Property
Milestone
changed from
sage-4.2.1
tosage-4.3
-
Property
Report Upstream
changed from
to
N/A
-
Property
Priority
changed from
major
tominor
-
Ticket #4714 – Description
v14 v22 1 1 The patch 2 2 3 * [attachment:trac_4714-sagenb_jsmath_init .patch]3 * [attachment:trac_4714-sagenb_jsmath_init_v3.patch] 4 4 5 consolidates jsMath setup in `/javascript/jsmath.js`. It depends on #6673. It hard-codes the jsMath macros in `sagenb.misc.misc`, for now. 6 7 A quicker fix for shipping Sage 4.2 is this patch: 8 9 * [attachment:trac_4714-sagenb_hard_code_macros.patch] 10 11 It does only the hard-coding, so it does not depend on #6673. 5 consolidates jsMath setup in `/javascript/jsmath.js`. It depends on #6673.