[xwiki-devs] [proposal] Remove registeruser.vm and RegisterAction.java, and fold register-inline.vm into register.vm
I would like to remove registeruser.vm because it was once used by the administration app and is now unused. I would also like to merge register-inline.vm into register.vm and remove c.x.x.web.RegisterAction and move it's functionality into register.vm so that everything will continue to work without XWiki.Registration. This will remove 60 lines in one class from xwiki-core and remove/merge away 2 templates making the code easier to understand for people who don't know the history of it. WDYT? Caleb
+0 On Mon, Jun 28, 2010 at 12:41, Caleb James DeLisle <[email protected]> wrote:
I would like to remove registeruser.vm because it was once used by the administration app and is now unused. I would also like to merge register-inline.vm into register.vm and remove c.x.x.web.RegisterAction and move it's functionality into register.vm so that everything will continue to work without XWiki.Registration.
This will remove 60 lines in one class from xwiki-core and remove/merge away 2 templates making the code easier to understand for people who don't know the history of it.
WDYT?
Caleb
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
Since I was informed that this might break user code, I reverted the change but I would like to deprecate these templates and the RegisterAction. Caleb James DeLisle wrote:
I would like to remove registeruser.vm because it was once used by the administration app and is now unused. I would also like to merge register-inline.vm into register.vm and remove c.x.x.web.RegisterAction and move it's functionality into register.vm so that everything will continue to work without XWiki.Registration.
This will remove 60 lines in one class from xwiki-core and remove/merge away 2 templates making the code easier to understand for people who don't know the history of it.
WDYT?
Caleb
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Caleb James DeLisle -
Thomas Mortagne