aspnetboilerplate

ASP.NET Boilerplate - Web Application Framework

MIT License

Stars
11.8K

Bot releases are visible (Hide)

aspnetboilerplate - ABP v0.7.0.3

Published by hikalkan about 9 years ago

Critical bug fixes:

  • #608:Revert AutoMapper to use Mapper.CreateMap method instead of Initialize
  • #607: EF dynamic filters not working when setting null as filter value.
aspnetboilerplate - ABP v0.7.0.1

Published by hikalkan about 9 years ago

  • #606: Downgraded to AutoMapper v3.3.1.
aspnetboilerplate - ABP v0.7.0.0

Published by hikalkan about 9 years ago

  • #602: Allow to define Http Verb attributes for methods in application service interfaces. Also, improvements for dynamic web api layer.
  • #599: Naming convention of the member names in JSON validation errors should be camelCase in the client side.
  • #469: Move automappings to PostInitialize.
aspnetboilerplate - ABP v0.6.9.0

Published by hikalkan about 9 years ago

  • #591 Created a caching system, used in setting system.
  • #573 Created a web api method to clear caches.
  • Enhancements and refactorings.
  • Fixed some minor problems.

See all resolved issues: https://github.com/aspnetboilerplate/aspnetboilerplate/issues?q=milestone%3A%22ABP+v0.6.9%22+is%3Aclosed

aspnetboilerplate - ABP v0.6.8.0

Published by hikalkan about 9 years ago

#142: Implement HTTP verbs other than POST for dynamic API controllers. See issue details for more information on usage.
#143: Dynamic web api controllers should work for non-DTO arguments. Now, we can use primitve types as arguments.

aspnetboilerplate - ABP v0.6.7.0

Published by hikalkan about 9 years ago

#580: Add TransactionScopeOption to UnitOfWorkAttribute.
#579: Return given text if localization key does not exists.
#442: Data filter parameter definition can work with Func (for EF).
#441: IActiveUnitOfWork.SetFilterParameter can be scoped.
#277: Log Entity framework validation errors.
#432: Create an option to disable module investigation to improve startup performance.

aspnetboilerplate - ABP v0.6.6.0

Published by hikalkan about 9 years ago

  • #83: Created jTable integration script (jtable.org).
  • #416: Added a new option to IUnitOfWorkManager.Begin() to begin an inner scope, independent unit of work.
  • #557: NHibernate Filter implementation (thanks to @xxmgkxx).
  • #510: Provide overriding error handling in client side for jQuery AJAX.
  • #516: Fixed bug: Audit log is not saved on an exception.
  • #569: Fixed bug: Audit log may not be written in some cases.
  • #575: Created abp-mixings.less file (seperated from abp.less).
  • Some refactorings and minor fixes.
  • Some documentation improvements,

See all issues: https://github.com/aspnetboilerplate/aspnetboilerplate/issues?q=milestone%3A%22ABP+v0.6.6%22+is%3Aclosed

aspnetboilerplate - ABP v0.6.5.1

Published by hikalkan about 9 years ago

Fix for #561.

aspnetboilerplate - ABP v0.6.5.0

Published by hikalkan about 9 years ago

  • #561: Make HttpConfiguration used by WebApi changable.
  • Minor bugfixes and documentation improvements.
aspnetboilerplate - ABP v0.6.4.1

Published by hikalkan over 9 years ago

  • Resolved #545: DbContext inheritance problem for EF.
aspnetboilerplate - ABP v0.6.4.0

Published by hikalkan over 9 years ago

  • #542: Fallback to web.config (or app.config) if ISettingStore is not implemented
  • #535: GetScript wrong deal with ' in localization xml file.
  • #529: Handle \ char in javascript settings.
  • #526: Updated DynamicFilters nuget package.
  • #518: IMayHaveTenant & MustHaveTenant saving flexibility
  • #517: Add Chinese localization for standard messages.
  • #504: Add a CustomData property to menu item
  • #497: Allow AbpScripts controller to get scripts in requested language.
  • New documentations and improvements for existing documents.
aspnetboilerplate - ABP v0.6.3.1

Published by hikalkan over 9 years ago

  • Bugfix on Abp.EntityFramework package. #512: Should use current filter parameter value for tenant filters instead of directly using IAbpSession.
aspnetboilerplate - ABP v0.6.3.0

Published by hikalkan over 9 years ago

  • #503 Create IsInherited option to settings
  • #486 #229 Provided options to override response and error handling in client side for angularjs (jQuery side will be implemented in next version #510).
aspnetboilerplate - ABP v0.6.2.0

Published by hikalkan over 9 years ago

  • #489: *Move ABP localization from Abp.Web.Resouces to Abp.Web package as embedded XML resource.
  • #483: Created a default localization source.
  • #487: Added globally disabling (overriding) data filters.
  • #431: Setting TenantId while saving entities.
  • #479: AbpWebApiClient should support cookies.
  • Other minor improvements and fixes: #480 #484 #485 #494

*This may be a breaking change for some applications who changed AbpWeb.xml files in Localization\AbpWeb in the web project. They should use Configuration.Localization.Sources.Extensions (in PreInitialize of their module) to override/improve the localization strings. SourceName is "AbpWeb".

aspnetboilerplate - ABP v0.6.1.1

Published by hikalkan over 9 years ago

  • BREAKING CHANGE: Rename AbpAuthorize classes [#477].
aspnetboilerplate - ABP v0.6.0.1

Published by hikalkan over 9 years ago

  • #476: IMayHaveTenant filter should always be enabled.
aspnetboilerplate - ABP v0.6.0.0

Published by hikalkan over 9 years ago

  • Implemented auditing for MVC controllers as default. [#473]
  • Bugfixes and improvements: [#403 #451 #465]
aspnetboilerplate - ABP v0.5.13.3

Published by hikalkan over 9 years ago

  • Bugfix for IAuditStore injection problem.
aspnetboilerplate - ABP v0.5.13.2

Published by hikalkan over 9 years ago

Minor bugfixes.

aspnetboilerplate - ABP v0.5.13.1

Published by hikalkan over 9 years ago

Resolved #465

Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
Build Status NuGet MyGet (with prereleases) NuGet Download NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version NuGet version
Related Projects