Skip to content

Commit b0f1823

Browse files
author
Nathan Bridgewater
committed
cleanup js and update to adapt to other offline changes.
1 parent 37ba475 commit b0f1823

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+954
-40400
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sample-asp4-mvc2/build
2+
App_Data
23

34
# .NET #
45
bin
-25 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading

UploaderSL-v2/Sample.Web/Content/themes/base/jquery-ui.css UploaderSL-v2/Sample.Web/Content/themes/ui-lightness/jquery-ui-1.8.17.custom.css

+321-391
Large diffs are not rendered by default.

UploaderSL-v2/Sample.Web/Sample.Web.csproj

+19-32
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,27 @@
6969
<ItemGroup>
7070
<Content Include="ClientBin\SLHttpUploader.xap" />
7171
<Content Include="Content\images\ajax-loader.gif" />
72+
<Content Include="Content\themes\ui-lightness\images\ui-bg_diagonals-thick_18_b81900_40x40.png" />
73+
<Content Include="Content\themes\ui-lightness\images\ui-bg_diagonals-thick_20_666666_40x40.png" />
74+
<Content Include="Content\themes\ui-lightness\images\ui-bg_flat_10_000000_40x100.png" />
75+
<Content Include="Content\themes\ui-lightness\images\ui-bg_glass_100_f6f6f6_1x400.png" />
76+
<Content Include="Content\themes\ui-lightness\images\ui-bg_glass_100_fdf5ce_1x400.png" />
77+
<Content Include="Content\themes\ui-lightness\images\ui-bg_glass_65_ffffff_1x400.png" />
78+
<Content Include="Content\themes\ui-lightness\images\ui-bg_gloss-wave_35_f6a828_500x100.png" />
79+
<Content Include="Content\themes\ui-lightness\images\ui-bg_highlight-soft_100_eeeeee_1x100.png" />
80+
<Content Include="Content\themes\ui-lightness\images\ui-bg_highlight-soft_75_ffe45c_1x100.png" />
81+
<Content Include="Content\themes\ui-lightness\images\ui-icons_222222_256x240.png" />
82+
<Content Include="Content\themes\ui-lightness\images\ui-icons_228ef1_256x240.png" />
83+
<Content Include="Content\themes\ui-lightness\images\ui-icons_ef8c08_256x240.png" />
84+
<Content Include="Content\themes\ui-lightness\images\ui-icons_ffd27a_256x240.png" />
85+
<Content Include="Content\themes\ui-lightness\images\ui-icons_ffffff_256x240.png" />
86+
<Content Include="Content\themes\ui-lightness\jquery-ui-1.8.17.custom.css" />
7287
<Content Include="Global.asax" />
7388
<Content Include="Content\Site.css" />
74-
<Content Include="Content\themes\base\jquery-ui.css" />
75-
<Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
76-
<Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
77-
<Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
78-
<Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
79-
<Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
80-
<Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
81-
<Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
82-
<Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
83-
<Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
84-
<Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
85-
<Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
86-
<Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
87-
<Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
89+
<Content Include="Scripts\jquery-1.7.1.min.js" />
90+
<Content Include="Scripts\jquery-ui-1.8.17.min.js" />
91+
<Content Include="Scripts\jquery.unobtrusive-ajax.js" />
92+
<Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
8893
<Content Include="Scripts\jquery.uploader.js" />
8994
<Content Include="Scripts\Silverlight.js" />
9095
<Content Include="test.htm" />
@@ -95,24 +100,6 @@
95100
<Content Include="Web.Release.config">
96101
<DependentUpon>Web.config</DependentUpon>
97102
</Content>
98-
<Content Include="Scripts\jquery-1.4.4.js" />
99-
<Content Include="Scripts\jquery-1.4.4.min.js" />
100-
<Content Include="Scripts\jquery-1.4.4-vsdoc.js" />
101-
<Content Include="Scripts\jquery.unobtrusive-ajax.js" />
102-
<Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
103-
<Content Include="Scripts\jquery.validate.js" />
104-
<Content Include="Scripts\jquery.validate.min.js" />
105-
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
106-
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
107-
<Content Include="Scripts\jquery.validate-vsdoc.js" />
108-
<Content Include="Scripts\jquery-ui.js" />
109-
<Content Include="Scripts\jquery-ui.min.js" />
110-
<Content Include="Scripts\MicrosoftAjax.js" />
111-
<Content Include="Scripts\MicrosoftAjax.debug.js" />
112-
<Content Include="Scripts\MicrosoftMvcAjax.js" />
113-
<Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
114-
<Content Include="Scripts\MicrosoftMvcValidation.js" />
115-
<Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
116103
<Content Include="Views\Web.config" />
117104
<Content Include="Views\_ViewStart.cshtml" />
118105
<Content Include="Views\Shared\Error.cshtml" />

0 commit comments

Comments
 (0)