Creating "In-Portal" module for versions before 5.0.0.
Fixes #0000125: Javascript cycle "for (index in array)" is used for arrays - replace with normal "for (index = 0; i < array.length; i++)"
Fixes #0000122: JavaScript warning related to "related.parentNode", when selecting data in date picker
Calendar icon will be disabled for read-only fields too. Before it was disabled for disabled fields only.
Js calendar always used lowercased am/pm and hours without leading zeros instead of requested. This resulted in invalid format every time, when date/time was selected using calendar.
don't allow to show calendar for disabled date fields
This commit was manufactured by cvs2svn to create branch 'RC'.
Got a suggestion or an issue? Discuss it on the Atlassian Community or visit Atlassian Support for other options.