#571 closed enhancement (fixed)
Update Reggie to new scripting pattern (first step)
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | Reggie v2.16 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
Similar to #564, but Reggie contains a lot more script than any of the other extensions.
First step is to make sure that Reggie code that appear in BASE (eg. the menu item and links to case summary) are fixed. When that is done Reggie should work with default BASE settings if released with <about safe-scripts="1" safe-resources="0">.
After that we can refactor each Reggie wizard one by one as we have time to spare.
Change History (67)
comment:1 Changed 9 years ago by
Milestone: | Reggie v2.x → Reggie v2.16 |
---|
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Status: | new → assigned |
---|
comment:4 Changed 9 years ago by
comment:5 Changed 9 years ago by
comment:6 Changed 9 years ago by
comment:7 Changed 9 years ago by
comment:8 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Summary: | Update Reggie to new scripting pattern → Update Reggie to new scripting pattern (first step) |
comment:9 Changed 9 years ago by
comment:10 Changed 9 years ago by
comment:11 Changed 9 years ago by
comment:12 Changed 9 years ago by
comment:13 Changed 9 years ago by
comment:14 Changed 9 years ago by
comment:15 Changed 9 years ago by
comment:16 Changed 9 years ago by
comment:17 Changed 9 years ago by
comment:18 Changed 9 years ago by
comment:19 Changed 9 years ago by
comment:20 Changed 9 years ago by
comment:21 Changed 9 years ago by
comment:22 Changed 9 years ago by
comment:23 Changed 9 years ago by
comment:24 Changed 9 years ago by
comment:25 Changed 9 years ago by
comment:26 Changed 9 years ago by
comment:27 Changed 9 years ago by
comment:28 Changed 9 years ago by
(In [2636]) References #571 and #547 and #548. The confirm demux wizard has been updated to the new script and style pattern.
Also added an option to delete items after a failed job and fixed the script so that it makes sure that the job, work and archive folders are empty before trying to use them.
comment:30 Changed 9 years ago by
comment:31 Changed 9 years ago by
comment:32 Changed 9 years ago by
comment:33 Changed 9 years ago by
comment:34 Changed 9 years ago by
(In [2649]) References #571: Update Reggie to new scripting pattern (first step)
Fixes a bug in case summary when invoked from the "Item overview" details frame (TypeError? caseName is not defined).
comment:35 Changed 9 years ago by
comment:36 Changed 9 years ago by
comment:37 Changed 9 years ago by
comment:38 Changed 9 years ago by
comment:39 Changed 9 years ago by
comment:40 Changed 9 years ago by
(In [2658]) References #571: Update Reggie to new scripting pattern (first step)
Implemented a warning message that is displayed when trying to navigate away from a page before finalizing a wizard. Since most AJAX requests are now really asynchronus it was easy to by mistake click on something that aborted the final registration.
(In [2291]) References #571: Update Reggie to new scripting pattern
I think the most critical parts have been fixed now. Reggie 2.16 should now work properly on a BASE 3.3 server with the default configuration.