Opened 11 years ago
Closed 11 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 by , 11 years ago
Description: | modified (diff) |
---|---|
Milestone: | Reggie v2.x → Reggie v2.15 |
Status: | new → assigned |
comment:2 by , 11 years ago
Description: | modified (diff) |
---|
comment:3 by , 11 years ago
comment:4 by , 11 years ago
comment:5 by , 11 years ago
comment:6 by , 11 years ago
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.