Commit Graph

61 Commits

Author SHA1 Message Date
Hao Kung d375e87a4e React to options and hosting changes 2014-10-14 19:22:51 -07:00
Wei Wang 8d0c6052a7 Change 'pack-exclude' to 'packExclude' 2014-10-14 16:15:20 -07:00
DamianEdwards 2766b3a4f0 Fix sample data in MusicStore.Spa 2014-10-13 18:06:41 -07:00
DamianEdwards e1c385d27f Fix startup.cs in MusicStore.Spa 2014-10-13 17:49:49 -07:00
DamianEdwards ca6eafc5f7 Actually deleted the MusicStore.Spa/Client folder:
- Updated Startup.cs for startup/configuration changes
2014-10-13 17:27:28 -07:00
DamianEdwards 890d7f4955 Fix typo in MusicStore.Spa page 2014-10-13 13:15:16 -07:00
DamianEdwards 24904bb884 More MusicStore.Spa changes RE wwwroot, Client source & grunt:
- Got rid of the Client folder
- wwwroot is now checked in and is source of truth for static files
- Moved TypeScript & Angular templates to ~/ng-apps
- Updated grunt config for above changes
2014-10-13 11:51:54 -07:00
Hao Kung 3e9f251618 Update MusicStore SPA 2014-10-09 14:37:45 -07:00
Hao Kung 59ec9de771 React to Identity SqlServer -> EntityFramework rename 2014-10-09 14:20:36 -07:00
DamianEdwards f332bf6800 Fix issues in MusicStore.Spa package.json 2014-10-06 15:01:57 -07:00
DamianEdwards 788f0b7c07 Fix missing npm module in MusicStore.Spa 2014-10-06 15:00:01 -07:00
DamianEdwards 18bd42bcfe Use grunt-bower-task in MusicStore.Spa 2014-10-06 14:30:08 -07:00
DamianEdwards 7055949e7b Enabling admin pages in MusicStore.Spa:
- Updated attribute routing so it works now
- Created a Pages folder and PageController for serving pages, I don't
  like views very much
- Worked around an EF issue
- Fixed ApiResult to use JsonResult.ExecuteResultAsync
- Made PagedList take the sort expression so it can be conditionally applied as calling Count on the query passed causes issues if it contains an OrderBy expression
- Made web server ports not conflict with non-SPA MusicStore
2014-10-06 12:07:21 -07:00
David Fowler 08b66a87a9 React to EF changes 2014-10-05 03:34:50 -07:00
DamianEdwards 9a8f003cd0 Updated attribute routes in MusicStore.Spa
- Also unbound grunt tasks as it causes issues on launch
2014-09-30 11:58:51 -07:00
DamianEdwards 750d459d02 Minor MusicStore.Spa grunt updates 2014-09-29 15:26:19 -07:00
DamianEdwards 1d52705f8a Bunch of MusicStore.Spa updates:
- Refactored grunt config into grunt folder with json file for each task using grunt-ide-support package
- Using attribute routing
- Add exclusions for non-K files to the project.json
- Deleted unused Default.html file
- Fixed paths in TemplateController to work in K
- Fixed @model declarations in ng template views
2014-09-26 23:00:53 -07:00
DamianEdwards 6bbc74434d Fix grunt clean in MusicStore.Spa to not delete wwwroot\bin 2014-09-26 14:07:31 -07:00
DamianEdwards a6ef46102e Added TRX bindings to the Gruntfile.js in MusicStore.Spa 2014-09-26 12:02:46 -07:00
DamianEdwards ccc077bd00 Updated MusicStore.Spa to fix it due to latest changes 2014-09-26 11:53:32 -07:00
DamianEdwards 75d3937959 Updated MusicStore.Spa with webroot 2014-09-25 17:04:33 -07:00
Chris Ross 56987a66c6 Handle IBuilder rename to IApplicationBuilder. 2014-09-10 14:47:02 -07:00
David Fowler c299a13927 Updated to use the new target framework in project.json 2014-09-04 02:30:32 -07:00
David Fowler 94258eba8a Updated to use the new target framework in project.json 2014-08-29 00:13:02 -07:00
Hao Kung e60b1665e3 React to Identity Rename 2014-08-25 11:41:49 -07:00
ajcvickers 0eaad754c4 Reacting to ForeignKey API change. 2014-08-19 15:50:23 -07:00
ajcvickers 9ee9104883 Reacting to ConventionModelBuilder name change 2014-08-15 11:35:24 -07:00
ajcvickers e2736173e8 Change ModelBuilder to ConventionModelBuilder 2014-08-15 08:45:28 -07:00
dougbu 641816fd9b Fix build break
- no need to call (`internal`) `html.GenerateId()` method since it matches `html.Id()` exactly
- no need for `.ToString()` with either method since they return `string` now
2014-08-01 22:07:38 -07:00
Praburaj a379593746 Fixing a build break
GetClientValidationRules() method's parameter order reversed with a recent MVC change.
2014-07-31 15:08:25 -07:00
Pranav K 5bace02518 Removing BaseController from MusicStore
TryUpdateModelAsync was added to Controller type which removes the need
for this type
2014-07-25 10:13:51 -07:00
ajcvickers c28cae9e94 React to EF ModelBuilder API change 2014-07-24 14:28:51 -07:00
Hao Kung fe30a0418e React to Identity changes 2014-07-23 12:36:21 -07:00
Hao Kung 53e4626127 React to Identity changes 2014-07-15 13:05:07 -07:00
David Fowler 30df49535c Fixed project.json casing 2014-07-13 22:49:42 -07:00
David Fowler 85d0abecad Renamed Project.json to Project.json2 2014-07-13 22:49:42 -07:00
David Fowler efd225a9cd Renamed configurations to frameworks in project.json 2014-07-13 22:31:03 -07:00
DamianEdwards db429b0d59 Updated AngularHtmlHelper based on MVC changes 2014-07-08 18:23:58 -07:00
Chris Ross 8d270ae328 Add namespace for Response.Write extension. 2014-07-08 11:02:18 -07:00
Ryan Nowak c2140666d9 fix build break in music store 2014-07-03 19:25:29 -07:00
DamianEdwards f1a82e6456 Fixing tslint errors 2014-06-27 11:00:37 -07:00
DamianEdwards aae0635911 Updating MusicStore.Spa for latest MVC changes 2014-06-27 10:48:11 -07:00
Hao Kung dd1a75370d React to identity renames 2014-06-23 15:16:43 -07:00
Brice Lambson 54a66fc70e React to more renames 2014-06-20 09:34:14 -07:00
David Fowler 32cd4db959 React to Helios rename 2014-06-19 22:26:28 -07:00
Brice Lambson b41abcffa6 React to version bumps and renames 2014-06-19 16:00:13 -07:00
DamianEdwards 7ec9c71181 MusicStore.Spa changes:
- Make the account manage page work
- Changed ngTextBoxFor extension not use the base TextBoxFor helper as it was adding unwanted client validation attributes
- Fix controller route
2014-06-16 18:09:08 -07:00
DamianEdwards 4a4fe86df4 Changed use of custom SmartJsonResult to JsonResult in MusicStore.Spa 2014-06-16 15:55:50 -07:00
DamianEdwards 2934514909 Fix MusicStore.Spa:
- Support self-host via commands
- Comment out calls to EF APIs that throw NIE
2014-06-16 15:00:57 -07:00
Ryan Nowak c5593491e0 fix breaking change from mvc 2014-06-12 17:21:07 -07:00