<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>dragsort Source Code Rss Feed</title><link>http://dragsort.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>dragsort Source Code Rss Description</description><item><title>Source code checked in, #99885</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/99885</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:24:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99885 20121001092431P</guid></item><item><title>Source code checked in, #99884</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/99884</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:16:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99884 20121001091608P</guid></item><item><title>Patch Uploaded: #12014</title><link>http://dragsort.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/kaniga'&gt;kaniga&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Start-Drag Tolerance.&lt;br /&gt;Added a tolerance property &amp;#40;in pixels&amp;#41; to postpone dragging for a bit of mouse movement. &lt;br /&gt;&lt;br /&gt;i.e. &lt;br /&gt;setting tolerance to 10 means that dragging will start after mouse has moved 10 pixels &amp;#40;in either direction&amp;#41;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Used mainly for dragging clickable elements such as tabs.&lt;br /&gt;&lt;/p&gt;</description><author>kaniga</author><pubDate>Fri, 20 Apr 2012 11:04:34 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #12014 20120420110434A</guid></item><item><title>Source code checked in, #96437</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/96437</link><description>Add ability to return false in dragEnd to revert sort order.</description><author>mcm_ham</author><pubDate>Sun, 26 Feb 2012 01:51:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96437 20120226015145A</guid></item><item><title>Source code checked in, #96436</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/96436</link><description>Remove firefox workaround that no longer applies, and now causes issue.</description><author>mcm_ham</author><pubDate>Sun, 26 Feb 2012 00:23:56 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96436 20120226122356A</guid></item><item><title>Source code checked in, #96324</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/96324</link><description>Fix draggedItem selector with certain itemSelector specified.</description><author>mcm_ham</author><pubDate>Mon, 20 Feb 2012 02:42:58 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96324 20120220024258A</guid></item><item><title>Source code checked in, #96323</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/96323</link><description>Improve test to determine if mouse click is inside a moveable item &amp;#40;won&amp;#39;t get affected by different itemSelectors&amp;#41;.</description><author>mcm_ham</author><pubDate>Mon, 20 Feb 2012 02:28:51 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96323 20120220022851A</guid></item><item><title>Source code checked in, #96321</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/96321</link><description>Fix issues when itemSelector is changed from default for a table.</description><author>mcm_ham</author><pubDate>Mon, 20 Feb 2012 02:02:00 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96321 20120220020200A</guid></item><item><title>Source code checked in, #96243</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/96243</link><description>Implemented workaround for Chrome&amp;#47;Safari leaving gap behind after swapping table cells, http&amp;#58;&amp;#47;&amp;#47;dragsort.codeplex.com&amp;#47;discussions&amp;#47;287157, also allows placeholder styling to work.</description><author>mcm_ham</author><pubDate>Sun, 19 Feb 2012 02:36:58 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96243 20120219023658A</guid></item><item><title>Source code checked in, #96241</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/96241</link><description>Remove test css</description><author>mcm_ham</author><pubDate>Sun, 19 Feb 2012 02:26:22 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96241 20120219022622A</guid></item><item><title>Source code checked in, #96238</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/96238</link><description>Include padding when determining if mouse is over a list item.</description><author>mcm_ham</author><pubDate>Sun, 19 Feb 2012 00:01:33 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96238 20120219120133A</guid></item><item><title>Patch Uploaded: #11366</title><link>http://dragsort.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/rickhuby'&gt;rickhuby&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt; To fix some issues and to reduce some of the original codes complexity this was refactored further&amp;#58;&lt;br /&gt;  &lt;br /&gt; 1. Removal of the logic to add and remove cursor&amp;#58; pointer &amp;#40;now handled via css class - see 2&amp;#41;&lt;br /&gt; 2. Addition of an optional parameter to add&amp;#47;remove a CSS class to the handle when dragging&lt;br /&gt; 3. Addition of dragAborted call to handle case when drop point is illegal.&lt;br /&gt; 4. Added setIndices method to set the index values at drag start &amp;#40;fixes false positive on existing code&amp;#41;.&lt;/p&gt;</description><author>rickhuby</author><pubDate>Mon, 30 Jan 2012 15:53:07 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #11366 20120130035307P</guid></item><item><title>Patch Uploaded: #11340</title><link>http://dragsort.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/rickhuby'&gt;rickhuby&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Added a dragStart option that takes a method which is executed once dragging begins.&lt;br /&gt;&lt;br /&gt;See line 167-169&lt;br /&gt;&lt;br /&gt;&amp;#42;Missed the default value in the options - now added&amp;#42;&lt;/p&gt;</description><author>rickhuby</author><pubDate>Fri, 27 Jan 2012 10:28:54 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #11340 20120127102854A</guid></item><item><title>Patch Uploaded: #11339</title><link>http://dragsort.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/rickhuby'&gt;rickhuby&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Added a dragStart option that takes a method which is executed once dragging begins.&lt;br /&gt;&lt;br /&gt;See line 167-169&lt;/p&gt;</description><author>rickhuby</author><pubDate>Fri, 27 Jan 2012 10:26:23 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #11339 20120127102623A</guid></item><item><title>Source code checked in, #95545</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/95545</link><description>Use simpler approach for change detection, less code.</description><author>mcm_ham</author><pubDate>Sat, 21 Jan 2012 22:06:36 GMT</pubDate><guid isPermaLink="false">Source code checked in, #95545 20120121100636P</guid></item><item><title>Source code checked in, #95544</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/95544</link><description>Missed adding parentidx &amp;#40;renamed to listidx in this change&amp;#41; to list items in init for change detection script to work.</description><author>mcm_ham</author><pubDate>Sat, 21 Jan 2012 20:33:44 GMT</pubDate><guid isPermaLink="false">Source code checked in, #95544 20120121083344P</guid></item><item><title>Source code checked in, #95466</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/95466</link><description></description><author>mcm_ham</author><pubDate>Wed, 18 Jan 2012 11:43:29 GMT</pubDate><guid isPermaLink="false">Source code checked in, #95466 20120118114329A</guid></item><item><title>Source code checked in, #95464</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/95464</link><description>Update examples to use html5 data attribute.</description><author>mcm_ham</author><pubDate>Wed, 18 Jan 2012 11:17:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #95464 20120118111745A</guid></item><item><title>Source code checked in, #95463</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/95463</link><description>Update documention, add comments to code, restore dragSelectorExclude api.</description><author>mcm_ham</author><pubDate>Wed, 18 Jan 2012 11:14:13 GMT</pubDate><guid isPermaLink="false">Source code checked in, #95463 20120118111413A</guid></item><item><title>Source code checked in, #95459</title><link>http://dragsort.codeplex.com/SourceControl/changeset/changes/95459</link><description>Revert to &amp;#34;li&amp;#34; when list is empty and itemSelector not specified &amp;#40;fix error&amp;#41;.</description><author>mcm_ham</author><pubDate>Wed, 18 Jan 2012 03:53:55 GMT</pubDate><guid isPermaLink="false">Source code checked in, #95459 20120118035355A</guid></item></channel></rss>