In-Portal Issue Tracker - Advanced
Viewing Issue Advanced Details
1384 [Advanced] General task N/A 2012-08-21 12:49 2012-08-21 12:55
alex  
alex  
normal  
resolved 1.2.0  
fixed  
 
none 1.2.1-B1  
https://groups.google.com/d/topic/in-portal-dev/lxUK4iZUhok/discussion
Adds FormManager class
1
0001384: Make use of FormManager
We've developed FormManager javascript class, that can be used to create forms, that are validated on the fly using ajax.
However it's only used in modern-store theme that isn't even released.

I'm proposing to use it also in "advanced" theme, that is widely used.
related to 0000629closed  (5.1.2)alex In-Portal CMS Can't use custom Input Date/Time format for fields 
patch use_formmanager_in_advanced_theme.patch (103,287) 2012-08-21 12:53
http://tracker.in-portal.org/file_download.php?file_id=1789&type=bug
Issue History
2012-08-21 12:56 alex Note Edited: 0005154 bug_revision_view_page.php?bugnote_id=0005154#r1039
2012-08-21 12:55 alex Relationship added related to 0000629
2012-08-21 12:53 alex Note Added: 0005156
2012-08-21 12:53 alex Status reviewed and tested => resolved
2012-08-21 12:53 alex Fixed in Version => 1.2.1-B1
2012-08-21 12:53 alex Resolution open => fixed
2012-08-21 12:53 alex Assigned To !COMMUNITY => alex
2012-08-21 12:53 alex Changeset attached 1.2.x r15526
2012-08-21 12:53 alex File Added: use_formmanager_in_advanced_theme.patch
2012-08-21 12:52 alex File Deleted: use_formmanager_in_advanced_theme.patch
2012-08-21 12:51 alex Note Added: 0005155
2012-08-21 12:51 alex Status needs testing => reviewed and tested
2012-08-21 12:50 alex Note Added: 0005154
2012-08-21 12:49 alex Assigned To => !COMMUNITY
2012-08-21 12:49 alex Developer => alex
2012-08-21 12:49 alex Status active => needs testing
2012-08-21 12:49 alex New Issue
2012-08-21 12:49 alex File Added: use_formmanager_in_advanced_theme.patch
2012-08-21 12:49 alex Reference => https://groups.google.com/d/topic/in-portal-dev/lxUK4iZUhok/discussion
2012-08-21 12:49 alex Change Log Message => Adds FormManager class
2012-08-21 12:49 alex Estimate Points => 1

Notes
(0005154)
alex   
2012-08-21 12:50   
(edited on: 2012-08-21 12:56)
I've connected ajax validation to "My Profile" form, but this can be done in same way for all other forms if needed.

I've also integrated changes from 0000629 task, that were made in Admin Console only.

(0005155)
alex   
2012-08-21 12:51   
Will test all together later.
(0005156)
alex   
2012-08-21 12:53   
Fix committed to 1.2.x branch. Commit Message:

Fixes 0001384: Make use of FormManager