Skip to content

Commit

Permalink
JS rename refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Sep 8, 2013
1 parent b4dfdd6 commit 772a42e
Show file tree
Hide file tree
Showing 33 changed files with 4,966 additions and 4,966 deletions.
1 change: 1 addition & 0 deletions BForms.Docs/App_Start/BundleConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public static void RegisterBundles(BundleCollection bundles)
{
bundles.Add(new StyleBundle("~/css")
.Include("~/Scripts/BForms/Components/Bootstrap/css/*.css", new CssRewriteUrlTransform())
.Include("~/Scripts/BForms/Plugins/Datepicker/css/*.css", new CssRewriteUrlTransform())
.Include("~/Scripts/BForms/Plugins/Select2/css/*.css", new CssRewriteUrlTransform())
.Include("~/Scripts/BForms/Stylesheets/*.css", new CssRewriteUrlTransform())
.Include("~/Content/Stylesheets/*.css", new CssRewriteUrlTransform())
Expand Down
56 changes: 28 additions & 28 deletions BForms.Docs/BForms.Docs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,21 +148,21 @@
<Content Include="Content\Images\Docs\taglist-search-select.jpg" />
<Content Include="Content\Images\Docs\timepicker-input.jpg" />
<Content Include="Content\Images\Docs\timepicker-range.jpg" />
<Content Include="Scripts\BForms\Plugins\BDatepicker\bDatepicker.js" />
<Content Include="Scripts\BForms\Plugins\BDatepicker\bDatepickerRenderer.js" />
<Content Include="Scripts\BForms\Plugins\BDatepicker\bRangePicker.js" />
<Content Include="Scripts\BForms\Plugins\BDatepicker\lib\ICanHaz.js" />
<Content Include="Scripts\BForms\Plugins\BDatepicker\i18n\lang.bundle.js" />
<Content Include="Scripts\BForms\Plugins\BDatepicker\lib\moment.isocalendar.js" />
<Content Include="Scripts\BForms\Plugins\BDatepicker\lib\moment.js" />
<Content Include="Scripts\BForms\Stylesheets\bforms-datetimepicker.css" />
<Content Include="Scripts\BForms\Stylesheets\Images\icn-arr-down.png" />
<Content Include="Scripts\BForms\Stylesheets\Images\icn-arr-left.png" />
<Content Include="Scripts\BForms\Stylesheets\Images\icn-arr-right.png" />
<Content Include="Scripts\BForms\Stylesheets\Images\icn-arr-up.png" />
<Content Include="Scripts\BForms\Stylesheets\Images\icn-calendar.png" />
<Content Include="Scripts\BForms\Stylesheets\Images\icn-remove.png" />
<Content Include="Scripts\BForms\Stylesheets\Images\icn-time.png" />
<Content Include="Scripts\BForms\Plugins\Datepicker\js\bforms.datepicker.js" />
<Content Include="Scripts\BForms\Plugins\Datepicker\js\bforms.datepicker.tmpl.js" />
<Content Include="Scripts\BForms\Plugins\Datepicker\js\bforms.datepicker.range.js" />
<Content Include="Scripts\BForms\Plugins\Datepicker\js\lib\ICanHaz.js" />
<Content Include="Scripts\BForms\Plugins\Datepicker\js\i18n\lang.bundle.js" />
<Content Include="Scripts\BForms\Plugins\Datepicker\js\lib\moment.isocalendar.js" />
<Content Include="Scripts\BForms\Plugins\Datepicker\js\lib\moment.js" />
<Content Include="Scripts\BForms\Plugins\Datepicker\css\bforms.datepicker.css" />
<Content Include="Scripts\BForms\Plugins\Datepicker\css\images\icn-arr-down.png" />
<Content Include="Scripts\BForms\Plugins\Datepicker\css\images\icn-arr-left.png" />
<Content Include="Scripts\BForms\Plugins\Datepicker\css\images\icn-arr-right.png" />
<Content Include="Scripts\BForms\Plugins\Datepicker\css\images\icn-arr-up.png" />
<Content Include="Scripts\BForms\Plugins\Datepicker\css\images\icn-calendar.png" />
<Content Include="Scripts\BForms\Plugins\Datepicker\css\images\icn-remove.png" />
<Content Include="Scripts\BForms\Plugins\Datepicker\css\images\icn-time.png" />
<Content Include="Scripts\Controllers\Root\Components\components-rangeextensions.js" />
<Content Include="Views\Components\InputExtensions\Source\InputPasswordSpecializedView.cshtml.embed" />
<Content Include="Views\Components\InputExtensions\Source\InputUrlSpecializedModel.cs.embed" />
Expand Down Expand Up @@ -196,24 +196,24 @@
<Content Include="Scripts\BForms\Components\jQuery\jquery.js" />
<Content Include="Scripts\BForms\Components\jQuery\jquery-migrate.js" />
<Content Include="Scripts\BForms\Components\Respond\respond.js" />
<Content Include="Scripts\BForms\Plugins\BForms-jquery\BForms-jquery.js" />
<Content Include="Scripts\BForms\Plugins\CheckBoxList\checkBoxList.js" />
<Content Include="Scripts\BForms\Plugins\NavScroll\navScroll.js" />
<Content Include="Scripts\BForms\Plugins\RadioButtonsList\radioButtonsList.js" />
<Content Include="Scripts\BForms\Plugins\ResetInput\bforms.resetInput.js" />
<Content Include="Scripts\BForms\Plugins\UI\bforms.extensions.js" />
<Content Include="Scripts\BForms\Plugins\CheckBoxList\bforms.checkBoxList.js" />
<Content Include="Scripts\BForms\Plugins\NavScroll\bforms.navScroll.js" />
<Content Include="Scripts\BForms\Plugins\RadioButtonsList\bforms.radioButtonsList.js" />
<Content Include="Scripts\BForms\Plugins\UI\bforms.resetInput.js" />
<Content Include="Scripts\BForms\Plugins\Select2\css\select2-spinner.gif" />
<Content Include="Scripts\BForms\Plugins\Select2\css\select2.css" />
<Content Include="Scripts\BForms\Plugins\Select2\css\select2.png" />
<Content Include="Scripts\BForms\Plugins\Select2\js\i18n\select2-ro.js" />
<Content Include="Scripts\BForms\Plugins\Select2\js\select2.js" />
<Content Include="Scripts\BForms\Plugins\Select2\js\selectInput2.js" />
<Content Include="Scripts\BForms\Plugins\StyleInputs\bforms.styleInputs.js" />
<Content Include="Scripts\BForms\Plugins\Select2\js\bforms.select2.js" />
<Content Include="Scripts\BForms\Plugins\UI\bforms.styleInputs.js" />
<Content Include="Scripts\BForms\Plugins\Typeahead\typeahead.js" />
<Content Include="Scripts\BForms\Plugins\Typeahead\typeaheadSelect.js" />
<Content Include="Scripts\BForms\Plugins\Typeahead\bforms.typeahead.js" />
<Content Include="Scripts\BForms\Plugins\Validation\i18n\jquery.validate-ro.js" />
<Content Include="Scripts\BForms\Plugins\Validation\jquery.validate.js" />
<Content Include="Scripts\BForms\Plugins\Validation\jquery.validate.unobtrusive.bootstrap.js" />
<Content Include="Scripts\BForms\Stylesheets\bootstrap-forms.css" />
<Content Include="Scripts\BForms\Plugins\Validation\bforms.validate.js" />
<Content Include="Scripts\BForms\Plugins\Validation\bforms.validate.unobtrusive.js" />
<Content Include="Scripts\BForms\Stylesheets\bforms.css" />
<Content Include="Scripts\BForms\Stylesheets\Images\preloader.gif" />
<Content Include="Scripts\Controllers\Demo\Login\login-index.js" />
<Content Include="Scripts\Controllers\Root\Components\components-overview.js" />
Expand Down Expand Up @@ -257,7 +257,7 @@
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Scripts\BForms\Stylesheets\bootstrap-forms.scss" />
<Content Include="Scripts\BForms\Stylesheets\bforms.scss" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BootstrapForms\BootstrapForms.csproj">
Expand Down Expand Up @@ -479,7 +479,7 @@
<Content Include="Views\Components\SelectExtensions\Source\CheckboxListModel.cs.embed" />
</ItemGroup>
<ItemGroup>
<Content Include="Scripts\BForms\Stylesheets\bforms-datetimepicker.scss" />
<Content Include="Scripts\BForms\Plugins\Datepicker\css\bforms.datepicker.scss" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Components\InputExtensions\_InputDatePicker.cshtml" />
Expand Down
47 changes: 24 additions & 23 deletions BForms.Docs/RequireJS.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,43 @@
<path key="bootstrap" value="bforms/components/bootstrap/js/bootstrap" />

<!-- Validate -->
<path key="validate" value="bforms/plugins/validation/jquery.validate" />
<path key="validate-bootstrap" value="bforms/plugins/validation/jquery.validate.unobtrusive.bootstrap" />
<path key="bforms-validate" value="bforms/plugins/validation/bforms.validate" />
<path key="bforms-validate-unobtrusive" value="bforms/plugins/validation/bforms.validate.unobtrusive" />

<!-- DateTime picker -->
<path key="bDatepicker" value="bforms/plugins/bdatepicker/bdatepicker" />
<path key="bDatepickerRenderer" value="bforms/plugins/bdatepicker/bdatepickerrenderer" />
<path key="bRangepicker" value="bforms/plugins/bdatepicker/brangepicker" />

<path key="bforms-datepicker" value="bforms/plugins/datepicker/js/bforms.datepicker" />
<path key="bforms-datepicker-tmpl" value="bforms/plugins/datepicker/js/bforms.datepicker.tmpl" />
<path key="bforms-datepicker-range" value="bforms/plugins/datepicker/js/bforms.datepicker.range" />
<path key="bforms-datepicker-i18n" value="bforms/plugins/datepicker/js/i18n/lang.bundle" />

<!-- DateTime picker frameworks -->
<path key="icanhaz" value="bforms/plugins/bdatepicker/lib/icanhaz" />
<path key="moment" value="bforms/plugins/bdatepicker/lib/moment" />
<path key="moment-calendar" value="bforms/plugins/bdatepicker/lib/moment.isocalendar" />
<path key="icanhaz" value="bforms/plugins/datepicker/js/lib/icanhaz" />
<path key="moment" value="bforms/plugins/datepicker/js/lib/moment" />
<path key="moment-calendar" value="bforms/plugins/datepicker/js/lib/moment.isocalendar" />

<!-- Radio & Checkbox lists -->
<path key="radioButtonsList" value="bforms/plugins/radioButtonsList/radioButtonsList" />
<path key="checkBoxList" value="bforms/plugins/checkBoxList/checkBoxList" />
<path key="bforms-radioButtonsList" value="bforms/plugins/radioButtonsList/bforms.radioButtonsList" />
<path key="bforms-checkBoxList" value="bforms/plugins/checkBoxList/bforms.checkBoxList" />

<!-- Nav scroll -->
<path key="navscroll" value="bforms/plugins/navscroll/navscroll" />
<path key="bforms-navscroll" value="bforms/plugins/navscroll/bforms.navscroll" />

<!-- Select2 -->
<path key="select2" value="bforms/plugins/select2/js/select2" />
<path key="selectInput2" value="bforms/plugins/select2/js/selectInput2" />
<path key="bforms-select2" value="bforms/plugins/select2/js/bforms.select2" />

<!-- Typeahead -->
<path key="typeahead" value="bforms/plugins/typeahead/typeahead" />
<path key="typeaheadSelect" value="bforms/plugins/typeahead/typeaheadSelect" />
<path key="bforms-typeahead" value="bforms/plugins/typeahead/bforms.typeahead" />

<!-- Style inputs -->
<path key="bforms-styleInputs" value="bforms/plugins/styleInputs/bforms.styleInputs" />
<path key="bforms-resetInput" value="bforms/plugins/resetInput/bforms.resetInput" />
<!-- UI -->
<path key="bforms-styleInputs" value="bforms/plugins/UI/bforms.styleInputs" />
<path key="bforms-resetInput" value="bforms/plugins/UI/bforms.resetInput" />
<path key="bforms-extensions" value="bforms/plugins/UI/bforms.extensions" />

<!-- i18n -->
<path key="validate-ro" value="lib/vendor/jquery/plugins/i18n/jquery.validate-ro" />
<path key="select2-ro" value="bforms/plugins/select2/js/i18n/select2-ro" />
<path key="bDatepicker-i18n" value="bforms/plugins/bdatepicker/i18n/lang.bundle" />

<!-- RequireJs plugins -->
<path key="depend" value="lib/vendor/requirejs/depend" />
Expand Down Expand Up @@ -77,18 +78,18 @@
<add dependency="select2"/>
</dependencies>

<dependencies for="validate" exports="">
<dependencies for="bforms-validate" exports="">
<add dependency="jquery"/>
</dependencies>

<dependencies for="validate-bootstrap" exports="">
<dependencies for="bforms-validate-unobtrusive" exports="">
<add dependency="jquery"/>
<add dependency="bootstrap"/>
<add dependency="validate"/>
<add dependency="bforms-validate"/>
</dependencies>

<dependencies for="validate-ro" exports="">
<add dependency="validate"/>
<add dependency="bforms-validate"/>
</dependencies>

<dependencies for="typeahead" exports="">
Expand All @@ -99,7 +100,7 @@
<add dependency="moment"/>
</dependencies>

<dependencies for="bDatepicker-i18n" exports="">
<dependencies for="bforms-datepicker-i18n" exports="">
<add dependency="moment"/>
</dependencies>
</shim>
Expand Down
Loading

0 comments on commit 772a42e

Please sign in to comment.