Opened 10 years ago
Closed 10 years ago
#540 closed task (fixed)
Make sure Reggie works with BASE 3.3
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v2.15 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description (last modified by )
BASE 3.3 include a lot of JavaScript
changes which may affect the functionality in Reggie. Before releasing a Reggie version for BASE 3.3, we need to verify that all wizards works as expected. Issues that are found should either be fixed as part of this ticket or (depending on the amount of work needed) a new ticket should be created.
The first step is to make sure that Reggie works with both BASE 3.2 and BASE 3.3 (assuming that Content-Security-Policy has been relaxed on the BASE 3.3 server).
If Reggie 2.15 is released before BASE 3.3 we don't have to worry about upgrading to BASE 3.3.
Only if BASE 3.3 is released before Reggie 2.15 we can consider taking advantage of new functionality in BASE 3.3.
There are already some tickets for taking advantage of new functionality in BASE 3.3.
Change History (6)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Milestone: | Reggie v2.x → Reggie v2.15 |
Status: | new → assigned |
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
comment:6 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [2215]) References #540: Make sure Reggie works with BASE 3.3
Use
Ajax.getXmlHttpRequest()
instead ofMain.getAjaxRequest()
since the latter is being phased out.Use
function()
instead of string insetTimeout
since 'unsafe-eval` is not enabled in BASE.