Renaud Paquay
4a4ff6049a
Add Microsoft.Web.Infrastructure to ~/bin
...
This is necessary for deployment, as System.Web.Mvc loads this assembly
at startup (before Orchard extension manager has the opportunity to copy
the assembly to ~/App_Data/Dependencies
--HG--
branch : dev
2010-11-26 14:15:19 -08:00
Renaud Paquay
463a215107
Remove unused files
...
--HG--
branch : dev
2010-11-26 14:14:06 -08:00
Renaud Paquay
2cae64ec8d
Merge
...
--HG--
branch : dev
2010-11-25 18:36:27 -08:00
Renaud Paquay
85bf6158fc
Make TagRecord class safer to use
...
--HG--
branch : dev
2010-11-25 18:30:15 -08:00
Renaud Paquay
f466efda4a
Fix bug in item admin
...
The link can't go to the front-end since we are showing all content
items, even the ones that are not published.
--HG--
branch : dev
2010-11-25 18:28:54 -08:00
Renaud Paquay
be9646daa1
Cleanup tags modules
...
Move code to remove content item in ITagService
Admin page for a tag shows all content items (even the ones
that are not published)
--HG--
branch : dev
2010-11-25 18:25:18 -08:00
Renaud Paquay
51c03b08f5
Deleting useless code
...
--HG--
branch : dev
2010-11-25 17:25:20 -08:00
Renaud Paquay
bea037b31a
Fixing migration to reflect new persistance format
...
--HG--
branch : dev
2010-11-25 17:16:51 -08:00
Renaud Paquay
c24b987f79
Cleaning up tag persistance layer (ITagService)
...
Also added unit tests
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Tags/Models/TagsContentItems.cs => src/Orchard.Web/Modules/Orchard.Tags/Models/ContentTagRecord.cs
2010-11-25 17:07:20 -08:00
Sébastien Ros
0b76f00394
Changing "Technical Name" to "Content Type Id"
...
--HG--
branch : dev
2010-11-25 13:30:01 -08:00
Renaud Paquay
fc9e733857
Fix NullReferenceException
...
Not all content types have a definition in metadata!
--HG--
branch : dev
2010-11-25 09:29:50 -08:00
Renaud Paquay
a32765d653
First step at simplifying Tags implementation
...
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Tags/Models/Tag.cs => src/Orchard.Web/Modules/Orchard.Tags/Models/TagRecord.cs
2010-11-25 09:26:44 -08:00
Nathan Heskew
5e1a3cb3ac
Fixing widget layer editing and tidying up the widget management index template.
...
work item: 16837
--HG--
branch : dev
2010-11-24 23:31:49 -08:00
Renaud Paquay
a7a6067497
Merge
...
--HG--
branch : dev
2010-11-24 19:16:14 -08:00
Renaud Paquay
80a4c43ded
Feature list not refreshed when adding a new module
...
Update cache manager to rely on a thread static variable to
keep track of nested calls to ICacheManager.Get().
This fixes this particular bug of IExtensionManager caching the list
of available features: instead of storing the result of the computation
in a field (which is incorrect), use the cache manager.
Work Items: 16867
--HG--
branch : dev
2010-11-24 19:14:29 -08:00
Sebastien Ros
e9220fa517
Including Theme.png in theme scaffolding command
...
Work Item: 16682
--HG--
branch : dev
2010-11-24 18:05:02 -08:00
Andre Rodrigues
e038c14b85
Merge
...
--HG--
branch : dev
2010-11-24 17:26:06 -08:00
Andre Rodrigues
11fae965cb
Replacing tabs in spec flow tests.
...
--HG--
branch : dev
2010-11-24 16:50:23 -08:00
Nathan Heskew
8edd27b884
Updating Shapes.txt
...
--HG--
branch : dev
2010-11-24 16:18:02 -08:00
Andre Rodrigues
eb49c10881
Merge
...
--HG--
branch : dev
2010-11-24 16:11:22 -08:00
Andre Rodrigues
d94666aac0
Replace tabs for spaces in views, css and cs files.
...
--HG--
branch : dev
2010-11-24 16:10:08 -08:00
Renaud Paquay
c8fbbbe53e
Adding Unit Test to very case insensitive behavior
...
--HG--
branch : dev
2010-11-24 16:03:08 -08:00
Renaud Paquay
de0a072492
Fix unit tests
...
--HG--
branch : dev
2010-11-24 15:58:48 -08:00
Andre Rodrigues
b84a4f74e8
Fixing a few more unlocalized exceptions.
...
--HG--
branch : dev
2010-11-24 15:50:01 -08:00
Renaud Paquay
e2fb055f59
Merge
...
--HG--
branch : dev
2010-11-24 15:25:58 -08:00
Sebastien Ros
67a45f1c09
Validating content type names, and displaying technical names
...
Work Item: 16471
--HG--
branch : dev
2010-11-24 15:24:11 -08:00
Andre Rodrigues
fd4c58d4b4
Initializing localizer
...
Adding information notifications
Adding localization invocations where necessary
Replacing tabs for spaces in views
--HG--
branch : dev
2010-11-24 15:19:14 -08:00
Renaud Paquay
81018a76d2
Orchard.exe commands should be case-insensitive
...
Make commands and switch case insensitive. Also change the property value
code to use "System.Convert" instead of hand-coded convertion code.
Work Items: 16590
--HG--
branch : dev
2010-11-24 14:28:15 -08:00
Andre Rodrigues
2652425378
#16864 Making invalid rename to fail.
...
--HG--
branch : dev
2010-11-24 14:10:33 -08:00
Andre Rodrigues
bce90313af
Merge
...
--HG--
branch : dev
2010-11-24 13:46:10 -08:00
Andre Rodrigues
b77e52244b
Moving permissions to initial validations. Removing if/else for form post and using annotation instead.
...
--HG--
branch : dev
2010-11-24 13:45:49 -08:00
Andre Rodrigues
9143df72fd
#16847 : Moving readonly fields outside of form post.
...
--HG--
branch : dev
2010-11-24 13:44:17 -08:00
Renaud Paquay
26dcce0116
Fix errors detected by project validation task
...
--HG--
branch : dev
2010-11-24 11:56:47 -08:00
Renaud Paquay
26a0ff06a9
Validate modules/themes project files during build
...
We check for a few things:
- MVC2/3 tooling guid
- "None Include" elements (these often happen for .cshtml files)
- Output Path not set to "bin\"
- FxCop ruleset not set to Orchard ruleset (disabled for now)
Work Items: 16821
--HG--
branch : dev
2010-11-24 11:52:15 -08:00
Renaud Paquay
3681b30e2b
Fixing up whitespaces
...
--HG--
branch : dev
2010-11-24 10:21:26 -08:00
Renaud Paquay
45a958902c
Make command line stack trace more readable
...
Work Items: 16861
--HG--
branch : dev
2010-11-24 10:17:38 -08:00
Renaud Paquay
a4108ce381
Merge
...
--HG--
branch : dev
2010-11-24 09:23:59 -08:00
Renaud Paquay
332c994108
Make DisplayName required for ContentPart and ContentType
...
Work Items: 16622
--HG--
branch : dev
2010-11-24 09:21:35 -08:00
Renaud Paquay
54a6d99750
Fix localization module after move out of Orchard.Core
...
Namespace and area name changed.
--HG--
branch : dev
2010-11-24 09:20:47 -08:00
Renaud Paquay
82cf4540bb
Make exception message more precise
...
Work Items: 16746
--HG--
branch : dev
2010-11-24 09:19:45 -08:00
Nathan Heskew
f8823e3831
Updating the blogs admin to show unpublished blogs to fix the publish/unpublish workflow
...
work item: 16763
--HG--
branch : dev
2010-11-24 00:44:50 -08:00
Nathan Heskew
224870c869
Updating the comment display(s) to use the Author property and changed the UserName to only be set if there is a CurrentUser in the WorkContext (i.e. the UserName is filled for authenticated comments)
...
work item: 16700
--HG--
branch : dev
2010-11-24 00:00:10 -08:00
Renaud Paquay
a735248a42
Handle exceptions in web command line
...
--HG--
branch : dev
2010-11-23 20:18:26 -08:00
Renaud Paquay
57e888f1a9
Remove machine key and validation
...
This was mainly done as a workaround an MVC bug which has been fixed since.
Work Items: 16726
--HG--
branch : dev
2010-11-23 15:08:44 -08:00
Renaud Paquay
5cd56af2bd
Merge
...
--HG--
branch : dev
2010-11-23 14:10:49 -08:00
Renaud Paquay
fa5971aa6f
Adding SpecFlow test for dynamic compilation
...
--HG--
branch : dev
2010-11-23 14:08:29 -08:00
Renaud Paquay
a86db32577
Refactoring CopyExtension to support source file copy
...
For SpecFlow tests, we used to support deploying extensions (modules
and themes) only by deploying their compiled assemblies, and never
copying their source files.
We want to add SpecFlow test for dynamic compilation, so this refactoring
was a necessary step to get there.
--HG--
branch : dev
2010-11-23 13:52:59 -08:00
Sebastien Ros
9ea4bf7d57
Merge
...
--HG--
branch : dev
2010-11-23 13:29:35 -08:00
Sebastien Ros
2f35839887
Fixing trailing slash issue on Azure media folders
...
--HG--
branch : dev
extra : transplant_source : %D2%A0%A7%8DG%09%B6f%F5%AE%A2w%7D%AD%5E%02%DEa%9D%AB
2010-11-23 13:28:40 -08:00
Sebastien Ros
01e792e82e
Fixing search qurey validation
...
Work Item: 16556
--HG--
branch : dev
2010-11-23 13:23:01 -08:00