Commit Graph

291 Commits

Author SHA1 Message Date
turchenkoalex 1e1e55b362 Fix not shown 'exception page' on non windows system
Occurs on non windows system where Environment.NewLine is LF (1 symbol length) Unix, Linux, OS X etc. And options.ShowExceptionDetails is true.
Replaced number '2' to Environment.NewLine.Length.
2014-07-13 21:14:05 +04:00
David Fowler 221a8f4f50 Changed defines from DEBUG to DIAGNOSTICS_PAGE_MIDDLEWARE 2014-07-10 10:06:16 -07:00
Brice Lambson 7c7628cec9 Updating dev Nuget.config 2014-06-20 14:32:18 -07:00
Brice Lambson cc0ab2e5a1 Updating release Nuget.config 2014-06-20 14:32:17 -07:00
Brice Lambson d1e8cdc95c Fix version of Microsoft.AspNet.Razor reference 2014-06-19 17:37:00 -07:00
Brice Lambson 301432e5cb Bump version to 1.0.0-* 2014-06-19 16:13:11 -07:00
Wei Wang a7be2e0b30 Change the default author in makefile.shade 2014-06-18 16:21:39 -07:00
Pranav K 7ed2840872 Updating build.sh based on KRuntime changes 2014-06-10 17:17:03 -07:00
Pranav K 7aee4c1b81 Adding switch to build.cmd to skip KRE install 2014-06-03 10:14:35 -07:00
David Fowler ced5d8697e Fixed project.json casing 2014-05-26 02:48:39 -07:00
David Fowler 372e31ab59 Fixed casing of project.json 2014-05-25 09:59:16 -07:00
David Fowler d6c4ebd0e0 Renamed Project.json to Project.json2 2014-05-25 09:59:16 -07:00
DamianEdwards b8a9190647 Remove grunt tasks as they'll come from core tasks 2014-05-21 22:41:06 -07:00
Pranav K 5c76e34749 Updating kproj file to match tooling changes 2014-05-18 20:13:54 -07:00
Eilon Lipton fd93aba907 Create CONTRIBUTING.md 2014-05-13 01:02:17 -07:00
danroth27 b3a9d47480 Update README.md 2014-05-12 22:43:25 -07:00
Glenn fea1c2e646 Create README.md 2014-05-12 17:49:16 -07:00
Chris Ross 2dffa63c3d Update generated view files. 2014-05-12 10:47:12 -07:00
Chris Ross 6cd3ce7a5a Fix ASP.NET casing. 2014-05-12 10:46:33 -07:00
Chris Ross 2ef957aac2 Update runtime dependency. 2014-05-12 10:41:48 -07:00
Chris Ross 9bdd0bc26e Remove unused DI dependency. 2014-05-09 15:59:40 -07:00
Chris Ross 522b037771 #14 - Update welcome page text and links. 2014-05-09 12:42:46 -07:00
Chris Ross 5f7ae9cad6 Fix samples. 2014-05-09 11:58:22 -07:00
Andrew Peters 54c9794c2a Updating copyright headers 2014-05-08 23:00:53 -07:00
Eilon Lipton 82cafaafd5 Create LICENSE.txt 2014-05-08 16:35:15 -07:00
Wei Wang b94cb1e893 Sort dependencies and remove duplicates in dependencies 2014-05-07 16:24:26 -07:00
DamianEdwards 61beff8fd1 Added grunt to do JS & CSS validation:
- Updated JS & CSS files according to errors reported
- Updated sake script to find all npm/grunt folders and operate on those, rather than on root

Build installs node/npm locally before running grunt

Refactored makefile.shade a little
2014-05-07 14:03:42 -07:00
Chris Ross e651ebf6aa Fixing missing FileSystem dependency. 2014-05-06 14:33:43 -07:00
Chris Ross 0c48454ad2 Fix HttpAbstractions dependency issues. 2014-05-06 10:39:14 -07:00
Wei Wang f66a0cb429 Remove unused dependency 2014-05-05 19:16:34 -07:00
DamianEdwards 6ff73d50e0 Minor changes:
- Fixed mismatched quotes
- Made PageGenerator depend directly on Razor instead of Mvc, as that's all it needs
- Rebased on latest dev changes
- #11
2014-05-02 22:51:29 -07:00
DamianEdwards 257b2abc43 Removed jQuery from the error page:
- All functionality working
- Tested in IE11/10/9/8 (via emulation mode), and Chrome latest
- Made the clickable areas cursor a pointer
- #11
2014-05-02 22:40:28 -07:00
Louis DeJardin ba5f230c18 Updating build scripts 2014-05-02 16:19:37 -07:00
DamianEdwards b4de33eeea Added a console app to generate the Razor pages
- Replaces the TT files previously being used (in Katana)
- Modified the include file logic to work better with the new generated Razor output as the old syntax/logic didn't work well with the additional line pragmas, etc. being emitted
- Updated the middleware to work with new generated output (ExecuteAsync instead of Execute, etc.)
- Fixed a scoping issue in Error.cshtml
- gitignore sln.ide cache directory
- #3
2014-05-01 16:24:03 -07:00
Chris Ross a78d5ac019 Remove unused FileSystem dependencies. 2014-05-01 12:31:44 -07:00
David Fowler f5f225e6ea Updated to use new tooling 2014-04-08 02:11:05 -07:00
David Fowler a18e037578 Updated samples to use new hosting APIs 2014-03-31 02:44:09 -07:00
David Fowler a42fcb72b3 Update to new version of Tasks 2014-03-28 00:04:30 -07:00
David Fowler edb931bb2d Fixed interop services package version. 2014-03-27 22:45:20 -07:00
David Fowler 0767bb104e Updated package versions. 2014-03-27 22:33:28 -07:00
Chris Ross 7ddfc9cde4 Initial import from Katana. 2014-03-13 10:57:15 -07:00