Sourabh Shirhatti
a978f2df64
Update identity links
2016-02-08 18:15:28 -08:00
Marcellus Miles
65dae0bdfe
fixing broken links
2016-02-08 18:15:27 -08:00
Robert Haken
5a4e5e9bb9
TagHelpers authoring - SetContent() => SetHtmlContent()
...
to prevent unwanted encoding of HTML elements
2016-02-08 16:55:52 -08:00
danroth27
f3fc3da67d
Add missing paren
2016-02-08 16:50:44 -08:00
Robert Haken [MVP ASP.NET/IIS]
01375eec3c
Proper start tag syntax
2016-02-08 16:47:50 -08:00
Robert Haken [MVP ASP.NET/IIS]
6f11addc4f
context.GetChildContentAsync() => output.GetChildContentAsync()
2016-02-08 16:42:59 -08:00
Robert Haken [MVP ASP.NET/IIS]
fc19e7ee51
TargetElementAttribute renamed to HtmlTargetElementAttribute
...
replacement of all occurences
2016-02-08 16:37:50 -08:00
Robert Haken [MVP ASP.NET/IIS]
2be01b56df
Class name not supported as folder name for view
...
ViewComponent class name (ie. Views\\Todo\\Components\\PriorityListViewComponent) is not supported.
The folder name has to follow component name pattern.
2016-02-08 16:33:37 -08:00
Sourabh Shirhatti
3401ffd82e
Duplicate 'the'
2016-02-08 10:46:06 -08:00
Steve Smith
dcb92d430e
Initial version of Actions and Action Results
2016-02-05 13:07:30 -05:00
Matt Ellis
df8b3a18ba
Be more explicit about platforms
...
The binary versions of DNX that we provide for RC1 and RC1 Update one
have tightly coupled dependencies with versions of the libraries that
ship in Ubuntu 14.04 and CentOS 7. Other distros (or even other versions
of CentOS and Ubuntu) are unlikely to work out of the box.
Update the wording to be a little more clear about this.
2016-02-05 09:30:33 -08:00
mscommunities
e7a06ff216
Moving submit button location
...
Submit button was at the top of the page, moving it to the right location.
2016-02-03 23:25:04 -08:00
Sourabh Shirhatti
8740d39c35
Add helpfulness.js since CDN has updated
2016-02-03 10:03:56 -08:00
Sourabh Shirhatti
69970b0804
Rollback helpfulness.js till CDN picks up new CSS
...
This reverts commit 572a411692
.
New CSS
2016-02-02 14:44:26 -08:00
Sourabh Shirhatti
572a411692
Revert "Add helpfulness API"
...
This reverts commit 66162957a7
.
2016-02-02 11:24:53 -08:00
Sourabh Shirhatti
66162957a7
Add helpfulness API
2016-02-02 10:47:51 -08:00
Sourabh Shirhatti
ae9b438a51
Revert "Rev CSS versions"
...
This reverts commit 84201401fc
.
2016-02-02 10:32:07 -08:00
Sourabh Shirhatti
84201401fc
Rev CSS versions
2016-02-02 10:17:02 -08:00
Daniel Roth
025c080af1
Update diagnostics.rst
2016-02-01 16:34:09 -08:00
Sergey Guryev
195ce02086
Updating the SecretManager package name
...
Here is the manual for installing the SecretManager http://docs.asp.net/en/latest/security/app-secrets.html#installing-the-secret-manager-tool
Here is the issue about the old name and NullReferenceException: https://github.com/aspnet/UserSecrets/issues/34
2016-02-01 16:28:51 -08:00
Sourabh Shirhatti
207f7168a8
Revert "Add helpfulness API"
...
This reverts commit d18b541428
.
2016-02-01 16:11:10 -08:00
mscommunities
d18b541428
Add helpfulness API
...
Updating link and background colors to match new asp.net design
Clipping body in mobile view
Updating helpfulness to use new api
Using new api for helpfulness
Using https endpoint for api call
Rev'ng the version querystring on static assets
Resolve merge conflict
2016-02-01 15:58:22 -08:00
Léonard Labat
03e7fd6d91
Update OWIN article to RC1
2016-02-01 15:53:02 -08:00
Zhiliang Xu
343d9d7721
Fix the line numbers of code snippets
...
Fix the line numbers of code snippets when referencing to dependency-injection/sample/src/DependencyInjectionSample/Startup.cs
2016-01-30 16:41:09 -08:00
Aalaap Ghag
9bd92e3004
Grammar fix
...
Small grammar fix.
2016-01-30 11:16:32 +05:30
Sourabh Shirhatti
2736a704b8
Update to match asp.net
...
Update theme
Respond to feedback
Fix Github Logo rendering
Fix color of + sign in TOC
2016-01-28 15:34:55 -08:00
Sourabh Shirhatti
e40983f009
New logos
2016-01-28 15:34:54 -08:00
Sourabh Shirhatti
e24e01d988
Revert "Add helpfulness"
...
This reverts commit 630dd48429
.
2016-01-27 13:57:05 -08:00
mscommunities
630dd48429
Add helpfulness
...
Updating link and background colors
Updating link and background colors to match new asp.net design
helpfulness.js
XHR: http -> https
2016-01-27 13:34:50 -08:00
danroth27
cd2b93ccd1
Add Show Comments button
2016-01-26 21:12:03 -08:00
RachelAppel
bb2347344a
Merge branch 'webapi2_migration_rc1'
2016-01-26 16:48:36 -05:00
Erik Reitan
d730b9c5d3
Adding Continuous Pub topic - erikre
2016-01-25 13:49:36 -08:00
Sourabh Shirhatti
d1af913924
Update servers article to rc1
...
Link to milestone rather than commit
Remove dependencies
Respond to feedback
Whitespace trim
UE revision
UE revision
More UE changes
2016-01-25 12:56:39 -08:00
Johnwii.Chang
eeea2b0b98
Update views.rst
...
Origin: href="@Url.Action("Edit", "Document", new {id= Model.Id})"">Edit</a></p>
Extra " was typed in this document. Delete it already.
2016-01-25 10:30:41 -08:00
Scott Addie
2078909451
Fix broken link to finished solution
2016-01-25 10:26:58 -08:00
chao-zhou
391a4a75f1
"webroot" location is wrong.
...
In RC, "webroot" attrbiute is moved into hosting.json
2016-01-25 10:23:20 -08:00
danroth27
d36b3642a1
Add missing whitespace
2016-01-25 10:20:59 -08:00
chao-zhou
a836f78ebe
Simplify lambda expression.
...
Origin: next=> async context =>
Current: async (context, next) =>
2016-01-25 10:19:27 -08:00
Scott Addie
de407583f2
Update Web API 2 migration doc to RC1
2016-01-23 22:00:56 -06:00
Daniel Roth
76f9860cab
Merge pull request #916 from scottaddie/bootstrap_screenshot_update
...
Update Bootstrap screenshot in Getting Started section
2016-01-21 22:47:52 -08:00
Scott Addie
e4c993fe4b
Update Bootstrap screenshot in Getting Started section
2016-01-21 22:20:24 -06:00
danroth27
eed063fd43
Remove outdated MVC and EF article
2016-01-21 16:10:48 -08:00
Daniel Roth
b625ff9e60
Merge pull request #909 from aspnet/moozzyk-patch-1
...
Update iis-with-msdeploy.rst
2016-01-21 14:46:20 -08:00
Pawel Kadluczka
65d495299d
Update iis-with-msdeploy.rst
...
you're -> your
2016-01-20 17:21:07 -08:00
joescars
f842678edd
Update config.json to appsettings.json
...
Update config.json to appsettings.json
2016-01-19 22:58:32 -08:00
Ankit
ce5d712e2e
Changed links to corresponding master branches.
2016-01-19 22:52:39 -08:00
Jared Thirsk
92b6146de9
Correct IOptions<T>.Options propery is now Value
2016-01-19 22:49:05 -08:00
Tito Luyo Murata
86a2fcfbf6
Update adding-model.rst
...
Update to the current version of dnx
2016-01-19 22:18:36 -08:00
John Reilly
a93cfe3512
Update using-gulp.rst
...
Clarified that the Task Runner Explorer was not the only way to kick off gulp tasks when working in ASP.Net 5.
Added note about *project.json* stages not being triggered when building in Visual Studio by default
2016-01-19 22:14:41 -08:00
Steve Smith
fc9d0fbb64
Fixing up sample
2016-01-16 13:55:32 -05:00