Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed

Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.

Status ID Uploaded By Description Work Items Action
Being evaluated
1895 Oct 2 at
12:58 AM
damianedwards I've added support for the adpaters to automatically add CSS class names to GridView header cells (TH) that describe their sorting behaviour and current state. This allows the GridView's sorting capabilities to be visually indicated completely via CSS, rather than injecting image controls and applying direct stying from code-behind. See the article at http://damianpedwards.spaces.live.com/blog/cns!A079DE667E1958B3!562.entry for full details including sample styling.
7717
Download

Being evaluated
1869 Sep 24 at
11:51 AM
nikolayraychev Added new features to the CheckBoxListAdapter control adapter:
- AdapterEnabled functionality. When this property is set to false the adapter is not used.
- RepeatColumns functionality - When the RepeatColumns>1 it renders nested ul lists. The lists depend on the RepeatDirection attribute.
All markup is valid XHTML1.1 Examples of styling the CheckBoxList depending on the RepeatColumns and RepeatDirection attributes are also included. The styles work under the latest versions of IE, FF, Opera and Safari. Details which files and methods are changed are included in the 'changelog.txt' file.

The latest changes about the DataList adapter which I submitted are also included in this project

The project is for VS2008 like the previous patch which I submitted.
Download

Being evaluated
1789 Sep 5 at
2:57 PM
nikolayraychev Added new features to the DataListAdapter control adapter:
- If the RepeatLayout attribute of the DataList is set to Table it renders exactly like in 16291 Change Set. I only fixed a small issue - RepeatDirection="Vertical" functionality was not working.
- If the RepeatLayout attribute of the DataList is set to Flow it renders an "ul" list and nested "ul" lists if the RepeatColumns is greater than 1. The lists also depend on the RepeatDirection attribute. All markup is valid XHTML1.1 Examples of styling the DataList depending on the mentioned attributes are also included. The styles work under the latest versions of IE, FF, Opera and Safari. Details which files and methods are changed are included in the 'changelog.txt' file.

I'm sorry but the project is converted for VS2008 since I don't have VS2005 installed.
Download

Being evaluated
1107 Apr 15 at
12:08 AM
tonyhild Reposting previous patch with proposed modifications.
Render HeaderText in CreateUserWizard when CreateUserWizardStep have a ContentTemplate. Render the Step title when title have a value. Added logic to render nav buttons for other kinds of
steps. Created a test case. I had to add two libs into test case to handle the user creation.
I am uploading the entire project targeting .NET 3.5. I am using this bits in a production project without problems. Please, consider migrating to .NET 3.5.

Tony
Download

Applied
Aug 19
1691 Aug 18 at
10:59 PM
sliderhouserules MenuAdapter.cs:
1. this.GetType() in RegisterScripts() renders embedded resources inaccesible when the CSS Friendly Menu Adapter is subclassed. Changed it to use typeof(CSSFriendly.MenuAdapter) instead.
2. Need to override IsLink to be able to change it to display the selected item as *not* a link. Changed method signature to protected virtual.
Applied Aug 19 : #1 -- A good suggestion. I am applying a similar change to similar code in TreeViewAdapter and other files. #2 -- No issue with this, changing to protected virtual. Patch being applied tonight!
Download

Applied
Aug 16
1652 Aug 11 at
2:23 AM
Piquet Resolves the underscore issue for containers that have underscores in the name.
Applied Aug 16 : I did a quick smoke test with this and it appeared to do exactly what it intends to do. I'm also adding similar functionality to the checkbox writing method. Applying tonight.
3450
5588
5766
Download

Applied
May 6
400 Oct 18 2007 at
9:02 PM
tonyhild When removing the last item of a GridView inside of an UpdatePanel, the Header is rendering. This behavior is not correct. When is removed the last item, only the Footer must be showed with EmptyDataTemplate. This patch fix this and provide some refactoring in code.
Applied May 6 : Appled in today's changeset. Thanks!
Download

Applied
Apr 29
608 Dec 20 2007 at
9:35 PM
supergibbs #4877 - Changes GridViewAdapter to use the GetRowClass method for the pager section.

#4878 - Changed GridViewAdapter to use the correct Top/Bottom PagerRow when using a Pager Template.
Applied Apr 29 : Applied with changeset 11086. Thanks!
4877
4878
Download

Applied
Apr 29
1106 Apr 14 at
10:58 PM
tonyhild Patch to solve the <a href='<%# Eval("Text")%>'> binding problem in MenuAdapter.
Applied Apr 29 : Applied with changeset 11085. Thanks!
Download

Applied
Nov 9 2007
448 Nov 5 2007 at
1:06 AM
SelArom In this zip file are two cs files:
GridViewAdapter.cs
-----------------------
Modifications to GetRowClass function to create css classes for different GridView RowTypes and RowStates

DataListAdapter.cs
----------------------
Same as above, adds support for AlternatingItem
Applied Nov 9 2007 : Applying with modifications. Thanks!
4208
Download

Updating...