Opened 16 years ago
Closed 12 years ago
#251 closed feature (wontfix)
Merge form plugin into core
Reported by: | joern | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ajax | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
The core serialize method is extremely limited, while the form plugin performs quite well. As lots of interested users still don't know about the form plugin, it would be a good idea to merge it to the core. For those already using the form plugin, the overall code size would be reduced.
Biggest problem: The two serialize methods are not compatible. The current works on a number of elements, the other starts with a form and serializes all form elements inside of it.
Change History (2)
comment:1 Changed 13 years ago by
Cc: | " " removed |
---|---|
Component: | → ajax |
Description: | modified (diff) |
Keywords: | " " removed |
need: | → Review |
Priority: | → minor |
Type: | → feature |
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Since we've had a while to think about this, I think the Form plugin will remain a plugin.