Commit Graph

70 Commits

Author SHA1 Message Date
Hisham Abdullah Bin Ateya 1cfc62dbfd Fix 'QueryStringRequestCultureProvider' Issue 2015-08-05 20:23:19 +03:00
Troy Dai cc0c4e1f55 Update CoreCLR versions 2015-08-04 10:15:29 -07:00
Hisham Abdullah Bin Ateya c228b65d47 Make 'DefaultCookieName' static readonly field instead of a property
DefaultCookieName as Constant

Add empty line
2015-07-30 11:44:27 -07:00
Hisham Abdullah Bin Ateya 01d0b5db22 Reformat project.json
Reformat project.json

Fix typo
2015-07-30 11:26:14 -07:00
Hisham Abdullah Bin Ateya 59d957df31 Simplify generating culture names
Replace '\n' with Environment.NewLine
2015-07-30 10:01:01 -07:00
Hisham Abdullah Bin Ateya 5f83c0df43 Rename Microsoft.Framework.Localization.Test to Microsoft.Framework.Localization.Tests
Microsoft.Framework.Localization.Test -> Microsoft.Framework.Localization.Tests

Rename the .xproj

Rename the solution file
2015-07-30 09:50:26 -07:00
Victor Hurdugaci 16a05755bf React to DNX renames 2015-07-29 11:01:20 -07:00
Kiran Challa 064e2fe553 Added repository information to project.json files 2015-07-22 15:00:14 -07:00
Eilon Lipton 0a250fd79c Merge pull request #49 from hishamco/format
Remove extra comma from project.json
2015-07-06 08:49:59 -07:00
Hisham Abdullah Bin Ateya bce1e8f5b4 Remove extra comma from project.json 2015-07-05 05:36:50 +03:00
Eilon Lipton 91493bf3e6 Merge pull request #47 from hishamco/docs
Fix missing docs in 'RequestCultureFeature'
2015-06-26 14:14:54 -07:00
Hisham Abdullah Bin Ateya 576d4eaf8d Fix missing docs in 'RequestCultureFeature' 2015-06-26 23:17:04 +03:00
Eilon Lipton 08b70e22e6 Merge pull request #44 from hishamco/docs
Fix 'RequestLocalizationMiddleware' missing docs
2015-06-26 08:45:10 -07:00
Hisham Abdullah Bin Ateya 8f9a47358e Fix 'RequestLocalizationMiddleware' missing docs 2015-06-26 04:49:43 +03:00
Doug Bunting a710c55ba9 Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 12:11:32 -07:00
anurse 47ff0f26ac return to the official xunit build 2015-06-17 12:09:09 -07:00
Hisham Abdullah Bin Ateya 113fa6d545 Remove "I" from "ApplicationBuilderExtensions" 2015-06-16 20:37:07 -07:00
Hisham Abdullah Bin Ateya 1e3b462210 Remove unnecessary parantheses 2015-06-16 19:49:02 -07:00
anurse d8310239b1 Merge branch 'release' into dev 2015-06-13 00:16:47 -07:00
anurse d436955e02 Switch to xunit.runner.aspnet 2015-06-13 00:13:52 -07:00
anurse f581863445 move System.Reflection dependency to dnxcore50 in tests 2015-06-12 23:43:46 -07:00
Pranav K 5e1fb16071 Merge branch 'release' into dev 2015-06-03 22:47:04 -07:00
Pranav K 6644b5beba Move System.Resources.ReaderWriter to dnxcore50 node 2015-06-03 22:41:05 -07:00
damianedwards e02db6ef62 Merge branch 'release' into dev 2015-05-29 11:46:42 -07:00
damianedwards 39f40d2c5f Fix references to include beta-* 2015-05-29 11:46:24 -07:00
damianedwards 07c7fff301 Merge branch 'release' into dev 2015-05-28 12:46:08 -07:00
damianedwards 5eda65f336 Fix default path in CultureInfoGenerator:
- #26
2015-05-28 12:45:52 -07:00
damianedwards 7fb51d4535 Merge branch 'release' into dev 2015-05-28 12:31:39 -07:00
damianedwards 1a47d19bb3 Introduces IStringLocalizer.GetAllStrings to replace direct IEnumerable impl:
- #18

Support not loading ancestor culture strings on IStringLocalizer.GetAllStrings:
- #23
2015-05-28 12:25:03 -07:00
damianedwards b583c46372 Merge branch 'release' into dev 2015-05-28 12:16:51 -07:00
damianedwards 90ca64c3dd Statics be gone!
- Cleaned up ctors of ResourceManagerStringLocalizer and ResourceManagerWithCultureStringLocalizer too
2015-05-28 12:14:03 -07:00
Pranav K 189d1037f2 Merge branch 'release' into dev 2015-05-27 18:09:07 -07:00
Pranav K 59033fed80 Updating release NuGet.config 2015-05-27 18:08:52 -07:00
Pranav K df9e8c1491 Merge branch 'release' into dev 2015-05-27 18:01:55 -07:00
Pranav K 34223d892c Adding xunit feed to release 2015-05-27 18:01:44 -07:00
Pranav K 313251a065 Merge branch 'release' into dev 2015-05-27 16:36:14 -07:00
Pranav K 12bf8f28e0 Updating release NuGet.Config 2015-05-27 16:35:43 -07:00
Damian Edwards 3b02fc8c19 Merge pull request #24 from hishamco/dev
Remove unnecessary using directives
2015-05-21 13:59:39 -07:00
Hisham Abdullah Bin Ateya 8382170178 Unnecessary using directives 2015-05-21 03:44:19 +03:00
damianedwards 8deb0b1137 Merge branch 'hishamco-dev' into dev 2015-05-20 16:23:30 -07:00
damianedwards 5c7d811aa6 Fix the merge 2015-05-20 16:22:54 -07:00
damianedwards e5a0918054 Merge branch 'dev' of https://github.com/hishamco/Localization into hishamco-dev
Conflicts:
	src/Microsoft.AspNet.Localization/CustomRequestCultureStrategy.cs
	src/Microsoft.AspNet.Localization/IApplicationBuilderExtensions.cs
	src/Microsoft.Framework.Localization/ResourceManagerStringLocalizer.cs
2015-05-20 16:17:57 -07:00
damianedwards 4ba159afe7 Removed Moq from tests & enabled .NET Core
- Introduced AssemblyWrapper to enable testing
- Cleaned up properties on ResourceManagerStringLocalizer
- #15

Change "Strategy" to "Provider"
- #19
2015-05-20 14:41:52 -07:00
damianedwards 9384848cc7 Cache walk of the culture tree when building resource name list:
- #15
2015-05-20 14:41:36 -07:00
Troy Dai f6119d4856 Update references
Microsoft.Framework.NotNullAttribute.Internal =>
Microsoft.Framework.NotNullAttribute.Sources
2015-05-20 12:41:17 -07:00
damianedwards b86af22c4d Fix inconsistent terminology name/key 2015-05-18 16:48:59 -07:00
damianedwards 6abeff9f09 Add missing [NotNull] attributes on StringLocalizerExtensions 2015-05-18 12:12:47 -07:00
damianedwards cda137ca9f Drop leading "I" from IStringLocalizerExtensions 2015-05-18 10:11:01 -07:00
damianedwards 2ba7049648 Moved methods off of IStringLocalizer and into extension methods 2015-05-15 12:37:02 -07:00
damianedwards ecfb7f342a Sort project.json dependencies 2015-05-15 12:14:14 -07:00