Fork: wforney

commits

date

comment

6b7e215656bf
by williamforney
Feb 26 2011
6:55 AM
default tip

Some ReSharper cleanup.

bd96aa666fda
by williamforney
Feb 26 2011
4:51 AM

Merge

574c28504647
by theonlylawislove
Feb 25 2011
11:21 PM

Refactored plugins a little (Support both attributes and implementations for the same derived plugin interface).
Added a localized model binder to make editing with multiple languages much easiar with razor/mvc.
Switched the menu in the admin to use telerik's menu (needs some styling to match old menu).
Added IAdminMenuPlugin and two sample implementations (both attribute and implementation).
Added a test project for Nop.Web.MVC

3a4cc0512d8f
by andreymaz
Feb 25 2011
12:56 PM

Added CheckoutAttributeParser unit tests

9f622262cf06
by andreymaz
Feb 25 2011
12:44 PM

Added ProductAttributeParser unit tests

254433efca20
by andreymaz
Feb 25 2011
11:17 AM

Further 'PriceFormatter' unit tests changes

c90a787cf5c6
by andreymaz
Feb 25 2011
9:44 AM

Added public store layout (UNDONE)

0eb0dfd04ab5
by andreymaz
Feb 25 2011
7:08 AM

Added 'Download' persistence tests

3a29a95235c2
by andreymaz
Feb 24 2011
2:59 PM

PriceFormatter unit tests

f44445ff252f
by andreymaz
Feb 24 2011
8:28 AM

Further download service changes

c13c032bec9b
by andreymaz
Feb 24 2011
8:26 AM

Added download service (IDownloadService/DownloadService)

7aa15762c24b
by andreymaz
Feb 24 2011
8:15 AM

Added picture service (IPictureService/PictureService)

fc0b870c2b9b
by wforney
Feb 24 2011
7:47 AM

Merge

d041abc89bed
by andreymaz
Feb 24 2011
6:37 AM

Updated defaultResources.nopres.xml file. Now only used resources are there.

7509b773cd05
by wforney
Feb 24 2011
7:41 AM

Updated ignore file.

73ac1f118dbb
by wforney
Feb 24 2011
7:40 AM

Added StyleCop settings file.

b9f66708092f
by wforney
Feb 24 2011
7:40 AM

Some ReSharper cleanup.

31e7d6a97c85
by andreymaz
Feb 22 2011
5:16 PM

Added tax service unit tests

07c169e080fe
by andreymaz
Feb 21 2011
2:42 PM

Minor changes

f82760cf1a79
by andreymaz
Feb 21 2011
9:17 AM

CommonHelper.To<> should support invariant culture

0367fac1ae56
by theonlylawislove
Feb 21 2011
8:29 AM

Merge (forgot to pull before I commited)

65803c5adce2
by theonlylawislove
Feb 21 2011
8:24 AM

Added localization-support to the admin. Still some refining/styling/code-commenting/prettifying, but the functionality is there. It is ready for abstraction (to be easily implemented in products, etc), but not abstracted yet.

554064e4d3ab
by andreymaz
Feb 21 2011
7:22 AM

Renamed ServiceAttribute to DependencyAttribute, ServiceRegistrator to DependencyAttributeRegistrator

16659675be0e
by andreymaz
Feb 21 2011
6:37 AM

Removed a lot of not-used configuration things. Moved some settings to old NopConfig file

e45dc39220e4
by andreymaz
Feb 21 2011
5:29 AM

> Added support for task scheduling
> Modified custom AutofacRequestLifetimeHttpModule to work without HttpContext