#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 by , 11 years ago
Milestone: | Reggie v2.x → Reggie v2.16 |
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Status: | new → assigned |
---|
comment:4 by , 11 years ago
comment:5 by , 11 years ago
comment:6 by , 11 years ago
comment:7 by , 10 years ago
comment:8 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Summary: | Update Reggie to new scripting pattern → Update Reggie to new scripting pattern (first step) |
comment:9 by , 10 years ago
comment:10 by , 10 years ago
comment:11 by , 10 years ago
comment:12 by , 10 years ago
comment:13 by , 10 years ago
comment:14 by , 10 years ago
comment:15 by , 10 years ago
comment:16 by , 10 years ago
comment:17 by , 10 years ago
comment:18 by , 10 years ago
comment:19 by , 10 years ago
comment:20 by , 10 years ago
comment:21 by , 10 years ago
comment:22 by , 10 years ago
comment:23 by , 10 years ago
comment:24 by , 10 years ago
comment:25 by , 10 years ago
comment:26 by , 10 years ago
comment:27 by , 10 years ago
comment:28 by , 10 years ago
(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 by , 10 years ago
comment:31 by , 10 years ago
comment:32 by , 10 years ago
comment:33 by , 10 years ago
comment:34 by , 10 years ago
comment:35 by , 10 years ago
comment:36 by , 10 years ago
comment:37 by , 10 years ago
comment:38 by , 10 years ago
comment:39 by , 10 years ago
comment:40 by , 10 years ago
(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.