Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
Being evaluated
|
2297 |
Dec 31 2008 at 9:20 PM |
Gnomo |
This patch enables the StarCssClass, FilledStarCssClass, EmptyStarCssClass, WaitingStarCssClass, RatingAlign, and RatingDirection properties of the Rating control to be set via the Theme rather than needing to be explicitly set for each instance of the rating control.
|
19797
|
Download
|
Being evaluated
|
2200 |
Nov 30 2008 at 11:26 AM |
vdesmedt |
_onvalidate has been updated to support a property blockCallout on the validator telling if the callout should popup or not. Necessary to support ajax validation whild not displaying the 'waiting for validation' message in the callout.
|
|
Download
|
Being evaluated
|
2199 |
Nov 30 2008 at 11:10 AM |
vdesmedt |
The callout now update its error message based on validator's errormessage each time it show up. I'v done this because I built an ajax validator that let the developer return a custom error message. In this case, the callout alwas displayed the original error message
|
|
Download
|
Being evaluated
|
1872 |
Sep 25 2008 at 12:16 AM |
jareda |
The masked edit validator wouldn't allow a PM when a 24-hour time was submitted. I modified the Javascript on line 151 to allow for the local culture's PM selector to be included in case someone wants to use a 24 hour time when using the AM/PM selector.
|
|
Download
|
Being evaluated
|
1760 |
Aug 31 2008 at 5:57 PM |
darilek |
Hello, I did some improvements into calendar modes switching. Date title in days mode is divided into month part and year part. Months mode is displayed after month part click and Years mode after date year part click. Because patching utility does not work (new version 1.0.6 is not available for download), I will provide patch as simple zip file on Source Code tab (I did changes only into calendar script file)
|
18261
|
Download
|
Being evaluated
|
1718 |
Aug 23 2008 at 7:12 PM |
darcom |
Fixed collapsiblepanel behaviour _doOpen and _doClose functions. _suppressPostBack should be return value eventObj.
|
|
Download
|
Being evaluated
|
1631 |
Aug 5 2008 at 4:36 PM |
esben2000 |
This patch adds PopupPosition property to the ValidatorCallout. The available PopupPositions are the same positions as the CalendarExtender can use (BottomLeft, BottomRight, TopLeft, TopRight, Right (default) and Left). It uses Right as default as it is now so that it will look the same as the existing one if no PopupPosition is specified. The arrow is created depending on the chosen position so the arrow always points at the control to validate. The different positions are supported in the CSS style. The patch is tested in IE6, IE7, Opera, Safari and Firefox. All exiting ValidatorCallout test pages have also been tested. I have added 4 new test pages with the PopupPosition. The Sample site is updated with the new property.
I cannot get the current PatchUtility program to work so I have just uploaded the files as a zip file.
|
|
Download
|
Applied Aug 7 2008 |
1167 |
May 3 2008 at 1:02 AM |
supergibbs |
I've updated the javascript to handle special characters better (arrows, delete, end, home etc). For example, before period key would print then get deleted because it has the same char code as delete. Now it doesn't print a period but delete works.
Tested and working in Firefox 2, IE7, Safari 3.1.1. Tested in Opera 9 and it still works the old way.
|
|
Download
|
Applied Jul 29 2008 |
1155 |
Apr 28 2008 at 12:06 PM |
esben2000 |
This patch fixes the problems in the ValidatorCallout when the page has defined default styles for table, tr, td or divs. The patch with ID 804 doesn’t do that completely. This patch also updates the patch ID 804 so that the ValidatorCallout will fail back to the default Css values if a custom CssClass does not provide values for any of those. In the current solution you need to specify all values when using a custom CssClass. This version of the patch adds two test pages showing that the patch is Backward compatible.
|
|
Download
|
Applied May 20 2008 |
1080 |
Apr 7 2008 at 1:15 PM |
RyanHeath |
Currently the latest test of CascadingDropdown fails... I am certain I had submitted a previous patch that completed all those tests. Somehow the fix has been removed. This patch is a small js code change, which when applied will pass all tests again.
|
|
Download
|