Commit Graph

4055 Commits

Author SHA1 Message Date
Louis DeJardin
75257a4585 Changing the default IText implementation to support "shell" lifetime scope
Text depends on IWorkContextAccessor instead of ICultureManager
CurrentCulture string added to WorkContext
Enables Localizer T properties to be used by singleton per-shell components

--HG--
branch : perf
extra : rebase_source : cf262af29af17af8059ee7d0571e8c643a71d3ef
2010-11-15 18:03:38 -08:00
Suha Can
d82259089b - Add missing assembly reference
--HG--
branch : perf
2010-11-16 11:42:33 -08:00
Sebastien Ros
f750c1172e Validating Title and Slug lengths
http://orchard.codeplex.com/workitem/16707

--HG--
branch : dev
2010-11-15 18:03:14 -08:00
Nathan Heskew
8bbd696ba0 Fixing Blog remove functionality
--HG--
branch : dev
2010-11-15 17:57:02 -08:00
Sebastien Ros
7bafff2dfb Updating disallowed chars in routes and titles
http://orchard.codeplex.com/workitem/16367

--HG--
branch : dev
2010-11-15 17:31:31 -08:00
Sebastien Ros
4f1f055377 Deleting specflow folders only if they exist
--HG--
branch : dev
2010-11-15 17:04:52 -08:00
Suha Can
0571841392 - Setting trust level back to Full in branch.
--HG--
branch : perf
2010-11-15 16:58:06 -08:00
Renaud Paquay
b43f30be15 Merge dev => perf
--HG--
branch : perf
2010-11-15 16:23:24 -08:00
Sebastien Ros
000667480b Forcing copy local for SqlCe in tests
--HG--
branch : dev
extra : transplant_source : %BA%20%1A%B8k%CF%FA%1D%A0%1E%92%05%18%5BM%7Cb%D2k%26
2010-11-15 16:23:11 -08:00
Nathan Heskew
dc67d6be9b Updating Orchard.Spec testing to manage temporary resources a little better
--HG--
branch : dev
2010-11-15 16:13:26 -08:00
Renaud Paquay
866fa8ba89 Added tag perf first pass for changeset 0ffac89fcc30
--HG--
branch : perf
2010-11-15 16:12:50 -08:00
Andre Rodrigues
07fdaac822 Removing incorrect using.
--HG--
branch : dev
2010-11-15 15:59:46 -08:00
Andre Rodrigues
3ad5f5a31d Merge
--HG--
branch : dev
2010-11-15 15:54:47 -08:00
Andre Rodrigues
a47bc46695 Medium Trust: conditionally disabling reflection-optimizer.
--HG--
branch : dev
2010-11-15 15:53:59 -08:00
Nathan Heskew
38a5864cf5 Merge
--HG--
branch : dev
2010-11-15 12:55:48 -08:00
Nathan Heskew
fc3ddf560e Updating Routable to fix the paths of contained items when a container's path changes
--HG--
branch : dev
2010-11-15 12:53:20 -08:00
Sebastien Ros
f16d361d1a Localizing Email subjects
--HG--
branch : dev
2010-11-15 12:53:07 -08:00
Nathan Heskew
921bc46783 Adding additional Routable title display templates and changing the default to not make the title a link
--HG--
branch : dev
2010-11-15 12:51:59 -08:00
Sebastien Ros
d7b693faf3 Localizing Email messages
--HG--
branch : dev
2010-11-15 12:37:55 -08:00
Sebastien Ros
804a24b6b3 Merge
--HG--
branch : dev
2010-11-15 10:49:08 -08:00
Nathan Heskew
51f3e7bc09 Adding another Pages spec test and Blogs feature tests
--HG--
branch : dev
2010-11-15 00:36:19 -08:00
Nathan Heskew
023e678511 Updating the SpecFlow form data collection to include textarea elements
--HG--
branch : dev
2010-11-14 23:36:02 -08:00
Nathan Heskew
2b3ab7ae34 Updating the SpecFlow extension installation to copy over placement.info files
--HG--
branch : dev
2010-11-14 23:34:56 -08:00
Nathan Heskew
36b049deb6 Merge
--HG--
branch : dev
2010-11-14 21:52:31 -08:00
Nathan Heskew
1b58c00d00 Adding SpecFlow Pages feature test(s)
--HG--
branch : dev
2010-11-14 14:34:32 -08:00
Nathan Heskew
12eccd479a Adding Orchard.Pages and removing base Page type configuratino to said module
--HG--
branch : dev
2010-11-14 14:34:01 -08:00
Nathan Heskew
ef4b657aa8 Upgrading SpecFlow -> 1.4.0
--HG--
branch : dev
2010-11-14 14:32:41 -08:00
andrerod
6eb257fc7c Updating project references with hint paths to avoid warnings on clean.
--HG--
branch : dev
2010-11-14 00:09:42 -08:00
andrerod
7730092962 Medium Trust: Replacing usage of GetName() by assemblyName on commandhostenvironment. Extracting DefaultHostEnvironment class to a file outside of the Interface one. 2010-11-13 23:20:25 -08:00
Andre Rodrigues
c5277a5261 Medium Trust: Fixing aditional dynamic invocations of View method.. 2010-11-18 12:30:15 -08:00
andrerod
376f1b15b1 Medium trust: Avoiding dynamic dispatch to the view method (which is protected internal) and using static invocation by casting to object. 2010-11-17 22:56:52 -08:00
Andre Rodrigues
7dfd034a16 Removing unecessary file. 2010-11-17 12:36:44 -08:00
Andre Rodrigues
8328850ccb Medium Trust: Making console run under full trust. 2010-11-17 12:30:36 -08:00
andrerod
1badb1a917 Medium Trust: Replacing usage of GetName() by assemblyName on commandhostenvironment. Extracting DefaultHostEnvironment class to a file outside of the Interface one.
--HG--
branch : dev
2010-11-13 23:20:25 -08:00
Renaud Paquay
aa7e42924f Merge dev => default 2010-11-13 12:38:40 -08:00
Renaud Paquay
a80b790cce Fix web.config 500 error with IIS7
This is just a temporary fix as Theme.jpg files aren't served
properly anymore

--HG--
branch : dev
2010-11-13 11:38:33 -08:00
Nathan Heskew
15efc07484 Some work on getting routing cleaned up for Orchard.Blogs
--HG--
branch : dev
2010-11-13 11:15:38 -08:00
Sébastien Ros
d6760392e0 Removing dependency in manifest
--HG--
branch : dev
2010-11-13 10:20:47 -08:00
Sébastien Ros
4d9e295542 Removing dependency to Orchard.User from Orchard.Email
--HG--
branch : dev
2010-11-13 10:17:32 -08:00
Renaud Paquay
5b0fe58931 Fix SpecFlow tests
--HG--
branch : dev
2010-11-13 10:08:26 -08:00
Renaud Paquay
27ecd9e5bb Add dependencies
--HG--
branch : dev
2010-11-13 10:01:30 -08:00
Renaud Paquay
f88f7fa841 Fix SpecFlow test
--HG--
branch : dev
2010-11-13 09:57:44 -08:00
Nathan Heskew
e56c682586 Updating the Routeable slugify to use the item's path
--HG--
branch : dev
2010-11-13 08:37:13 -08:00
Nathan Heskew
036033116f Some work on making the route part more container aware
- still needs some work in the Slugify method (for client slugification)
- also a container path placeholder...

--HG--
branch : dev
2010-11-13 01:52:53 -08:00
Louis DeJardin
30191928b5 Incremental improvement to extension manager
--HG--
branch : perf
extra : rebase_source : f2697bf60ab12c79e848e1794652e19ac5933d3a
2010-11-12 18:58:35 -08:00
Sebastien Ros
510aef93fb Merge
--HG--
branch : dev
2010-11-12 15:59:13 -08:00
Sebastien Ros
ad1db2a320 Correcting reference to SqlCe in Azure
--HG--
branch : dev
2010-11-12 15:58:28 -08:00
Andre Rodrigues
2e2820de1f Merge
--HG--
branch : dev
2010-11-12 15:38:28 -08:00
Andre Rodrigues
7d8211bd79 Merge
--HG--
branch : dev
2010-11-12 15:37:56 -08:00
Nathan Heskew
14a33aeb66 Updating the Container item display to respect the ContainerPart paging configuration
--HG--
branch : dev
2010-11-12 15:36:57 -08:00