Commit Graph

16 Commits

Author SHA1 Message Date
Nathan Heskew
b13a3baafd Merge
--HG--
branch : dev
2010-12-02 15:56:32 -08:00
Louis DeJardin
fb82b122f8 Fixing unit tests
Registering WorkContextModule to allow it to register the components it will use internally

--HG--
branch : dev
extra : rebase_source : 82c6712e0b465f57d080f751e36f5cc41a2158b9
2010-12-02 12:42:12 -08:00
Nathan Heskew
4f2fa8e012 Adding a new string extension method, ReplaceNewLinesWith(this string text, string replacement), and add more unit test coverage for Orchard.Utility.Extensions.StringExtensions
--HG--
branch : dev
2010-12-02 11:55:15 -08:00
Sébastien Ros
5ab8e1e9f1 Validating the comments form
Work Items: 16666, 16568

--HG--
branch : dev
2010-11-18 09:31:21 -08:00
Nathan Heskew
bdea6c5386 Adding a "content-items" class name to the blog post list
--HG--
branch : dev
2010-10-17 02:03:00 -07:00
Louis DeJardin
f40dfb88e3 Updating to the Autofac-2.2.4.900-NET40 release
All tests run as expected at the point update was made
Removed obsolete OrchardControllerIdentificationStrategy
Add IsAdapterForIndividualComponents property to implementations of IRegistrationSource
IEnumerable quirk from autofac 2.1 did not reappear

--HG--
branch : dev
2010-09-01 21:35:48 -07:00
Renaud Paquay
f01987327a Fix Unit Tests
--HG--
branch : dev
2010-07-14 00:45:14 -07:00
Renaud Paquay
9413ef2984 Fix encoding issue
"<none>" should go through the "T()" localizer

--HG--
branch : dev
2010-07-11 12:55:01 -07:00
Nathan Heskew
4da2e73f00 A round of markup refactoring for the feature managment UI
- now the ascx is a mess...helpers needed

--HG--
branch : dev
2010-05-17 14:38:26 -07:00
Renaud Paquay
99872bd207 Add a few commands related to features:
feature list
feature enable
feature disable

--HG--
branch : dev
2010-04-29 19:08:29 -07:00
Louis DeJardin
7c793f4e0a Cleaning up and fixing some tests. Refactoring.
Using auto mocking instead of some null stubs. Unclear if that practice will be adopted.
Builtin Orchard.Framework feature definition moved from ExtensioManager to CompositionStrategy

--HG--
branch : dev
2010-04-19 12:25:53 -07:00
Louis DeJardin
ff96ad73ea Incremental change refactoring modularity
--HG--
branch : dev
2010-04-16 20:50:01 -07:00
Renaud Paquay
ca47a0b8fb Fix build errors after merge
--HG--
branch : dev
2010-04-13 11:25:11 -07:00
Suha Can
c26b03d046 - Making some adjustments to the previous contributions.
- Unit tests for StringExtensions belongs to the Utility\ folder.
- Unit tests files are named after classes.
- Use localizedstrings via the T localizer injected as a controller property instead of plain strings.
2010-04-07 11:36:43 -07:00
rpaquay
1c8cf1da12 Include "ReflectXxx" tests in Orchard.Tests.csproj
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039728
2009-11-12 00:55:04 +00:00
rpaquay
ace78cfd33 Updating ReflectOn.NameOf to support indexer calls
This is so that we can write stuff like this in aspx pages:
name="<%=Html.NameOf(m => m.PageEntries[pageIndex].PageId)%>"

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4038939
2009-11-08 06:23:03 +00:00