Commit Graph

4157 Commits

Author SHA1 Message Date
Sebastien Ros
a8ebbd7af9 Adding <Match Path="" /> predicate in placement files
Can use * at the end of the string
Path="/" matches the homepage

--HG--
branch : dev
extra : transplant_source : %FA%B8%DB%0D%DDI%9DbP%BC%D8%F6%B31j%24%BB%E6%AD%FE
2011-02-09 15:01:03 -08:00
Sebastien Ros
4eff84d2f7 Updating the Designer Tools manifest
--HG--
branch : dev
2011-02-08 17:59:45 -08:00
Sebastien Ros
4df8d1313e Creating Orchard.DesignerTools module
- Creating Shape Tracing feature from Experimental feature

--HG--
branch : dev
2011-02-08 17:52:53 -08:00
Andre Rodrigues
a8a48ab4e1 #17284: Exceptions should log errors
--HG--
branch : dev
2011-02-08 11:22:47 -08:00
Sebastien Ros
406ab0e71a Addind a unit test on search to ensure the Mandatory() behavior is correct
--HG--
branch : dev
2011-02-07 18:05:18 -08:00
Sebastien Ros
396632dbce #17276: Fixing email validation
--HG--
branch : dev
2011-02-07 17:26:00 -08:00
Sebastien Ros
b53f2e6a36 #17282 - Gallery modules improvements
--HG--
branch : dev
2011-02-07 14:17:48 -08:00
Nathan Heskew
b74514ba4d Merge
--HG--
branch : dev
2011-02-07 11:33:17 -08:00
andrerod
9a0f00339e Simplifying, removing dead code from blog drivers.
--HG--
branch : dev
2011-02-04 19:49:10 -08:00
Nathan Heskew
030dd9331e #17211 // Setting the database preconfiguration state on a failed setup POST
...so the tenant setup process doesn't include the database-related fields when there's nothing they can do with them.

work item: 17211

--HG--
branch : dev
2011-02-03 14:38:42 -08:00
Nathan Heskew
4d4c362d31 Updating the BlogPostPartHandler and BlogPartHandler to use blogPath instead of blogSlug in their display RVDs to align with earlier changes to blogs to use their path instead of slug for routing.
--HG--
branch : dev
2011-02-03 13:07:09 -08:00
Nathan Heskew
6692244857 Missed a file in #2921445176de
--HG--
branch : dev
2011-02-02 10:53:44 -08:00
Nathan Heskew
1b82ea74f9 #17238: A module's default route URL should be a valid URL without the need for further escaping.
- adding a Path property on ExtensionDescriptor that's used in place of the area name for default route URLs
- the Path property if not set will be the Name if it's a valid URL segment, otherwise it will be the Id
- if an *invalid* Path is given an error will be logged and the extension will not be loaded

--HG--
branch : dev
2011-02-01 15:56:12 -08:00
Andre Rodrigues
4c25a7cc29 Merge
--HG--
branch : dev
2011-02-01 13:43:37 -08:00
Andre Rodrigues
66c23928ef #17289: only allowing default tenant site administrator to install packages by default. Others can be granted permission.
--HG--
branch : dev
rename : src/Orchard.Tests.Modules/Packaging/Hello.World.csproj.txt => src/Orchard.Tests.Modules/Packaging/Services/Hello.World.csproj.txt
rename : src/Orchard.Tests.Modules/Packaging/HelloDriver.cs.txt => src/Orchard.Tests.Modules/Packaging/Services/HelloDriver.cs.txt
rename : src/Orchard.Tests.Modules/Packaging/PackageBuilderTests.cs => src/Orchard.Tests.Modules/Packaging/Services/PackageBuilderTests.cs
2011-02-01 13:17:03 -08:00
Suha Can
406bfd0eb1 Bug 17246 : Orchard command line exception
Contribution credit goes to giddy

--HG--
branch : dev
2011-02-01 11:42:59 -08:00
Dave Reed
11363d1062 Merge
--HG--
branch : dev
2011-01-31 20:51:08 -08:00
Dave Reed
11b37286a2 #17286: ResourceManager should allow condition to be applied.
Actually, it did, but this wasn't useful for stylesheets that wanted a different 'media' type. You can now set any attribute in addition to the condition, which would also be great for scripts if you need to set an ID or other script attribute.

--HG--
branch : dev
2011-01-31 20:49:30 -08:00
Sebastien Ros
37b1a7bf50 Fixing unit test
--HG--
branch : dev
2011-01-31 18:00:20 -08:00
Sebastien Ros
ce1d3b31c4 #17191 Return the Register page as a ShapeResult
--HG--
branch : dev
2011-01-31 17:54:12 -08:00
Sebastien Ros
758e6c5e08 Merge
--HG--
branch : dev
2011-01-31 17:31:11 -08:00
Sebastien Ros
cb1f86da7a Fixing search unit tests
--HG--
branch : dev
2011-01-31 17:30:45 -08:00
Suha Can
770e95111f Merge
--HG--
branch : dev
2011-01-31 17:23:30 -08:00
Suha Can
fcaaa4e236 Bug 17262 Theme: Layout.cshtml has to be uppercase.
Fixing the Template Harvester to be case insensitive

--HG--
branch : dev
2011-01-31 17:19:14 -08:00
Dave Reed
9adfa13a56 #17237: Multiple clicks of Sign-in link cause multiple ReturnUrl values to be appended
--HG--
branch : dev
2011-01-31 16:36:23 -08:00
Dave Reed
8c1b1e4c31 #17252: Also updating ~/themes/web.config
--HG--
branch : dev
2011-01-31 16:04:10 -08:00
Dave Reed
30795a0969 Merge
--HG--
branch : dev
2011-01-31 15:56:18 -08:00
Dave Reed
be99957432 #17252: Adding web.configs too module roots, and codegen commands, to enable razor intellisense.
--HG--
branch : dev
2011-01-31 15:52:03 -08:00
Andre Rodrigues
4f922640e7 #17202: Fixing incorrect stylesheet import. Adding null condition checker to avoid null point exception.
--HG--
branch : dev
2011-01-31 15:24:39 -08:00
Suha Can
c2e5fc7b28 Making sure we have Private=True across the board (Orchard.Web and Azure Orchard.Web projects) for MVC 3 binaries so they are properly copied if installed into the GAC.
--HG--
branch : dev
2011-01-31 15:03:45 -08:00
Dave Reed
a67af4edce Merge
--HG--
branch : dev
2011-01-31 14:52:00 -08:00
Sebastien Ros
82cf888a42 #17236 Changing recent blog post widget to handle homepage blogs like in the Archives widget
Work Item: 17236

--HG--
branch : dev
extra : transplant_source : r%A8%1C%E2D%BF%8Fz%E4%9F%83%07%F5o%C5%8DR%21%96s
2011-01-31 13:45:33 -08:00
Suha Can
252ec47b65 Removing duplicate entry from Azure solution for SW.WebPages.Deployment.
Removing same from Orchard.Web.csproj

--HG--
branch : dev
2011-01-31 13:30:50 -08:00
Sebastien Ros
2680f394ba #17261 Changing BlogSlugConstraint to BlogPathContraint to handle homepage blogs
Work Item: 17261

--HG--
branch : dev
extra : transplant_source : Y%BC%1F%0E%A2%C5%10%BE%3B%82P%21%FC%FA%ED%FE%A7%26%9B%92
2011-01-31 13:25:16 -08:00
Suha Can
69461a4921 Merge
--HG--
branch : dev
2011-01-31 13:22:14 -08:00
Dave Reed
92ef22bd58 #17217: Exception thrown if a theme includes a static resource with the same name as a static resource in its BaseTheme (and varies by case)
--HG--
branch : dev
2011-01-31 12:47:10 -08:00
Andre Rodrigues
fa25bca5f5 #17280: Limiting access to media folder.
--HG--
branch : dev
2011-01-31 12:12:22 -08:00
Suha Can
907e4cd78f Bug 17222: When building Orchard.Web from sources System.Web.WebPages.Deployment.dll is not copied to Bin
Removing a stale duplicate reference to an MVC 3 RTM binary.

--HG--
branch : dev
2011-01-31 11:58:54 -08:00
Andre Rodrigues
1372fe250d Merge 1.x => dev
--HG--
branch : dev
2011-01-31 11:49:31 -08:00
Suha Can
fdc6972745 Minor alteration to previous contribution
--HG--
branch : 1.x
2011-01-31 10:43:44 -08:00
Suha Can
fbea90e905 Merge
--HG--
branch : 1.x
2011-01-31 10:36:24 -08:00
freeflying1222
19f34c0fce Refactor:
There are duplicate code blocks for getting area from "Route" in ShellRoute.cs and OrchardControllerFactory.cs.
And I don't think it's a good idea assigning the responsibility to OrchardControllerFactory.cs

--HG--
branch : 1.x
2011-01-29 19:37:22 +08:00
Sebastien Ros
fc261cdb3a Adding drop down list to select the blog for BLogArchiveWidget
--HG--
branch : dev
extra : transplant_source : %3AAU%C1%80%07%8E72%83%5B%E4Yj%A0%DF._%91%80
2011-01-27 15:16:15 -08:00
Sebastien Ros
3c00aa7813 Displaying PageSize drop down in Users administration
--HG--
branch : dev
extra : transplant_source : %3A%C2%F4%5B%B3r%07%96hx%87%29_%05%8Fs%8A%EC%B9%90
2011-01-26 08:18:36 -08:00
Sebastien Ros
1041dd66cb Adding "select" tags management in specflow tests
--HG--
branch : dev
extra : transplant_source : %9C/%97%155%22%94w%07%FF%0A%0D5%02%ED%C3.%97%8E%C9
2011-01-26 08:18:08 -08:00
Sebastien Ros
3826bc606f Fixing index information retrieval
- Storing doubles instead of floats
- Fixing integer values parsing

--HG--
branch : dev
extra : transplant_source : %EB%7E%27%E7%3B%2B%CEvA%AE%90%3FQ%BE%9Bw%9C%3FXA
2011-01-21 09:01:56 -08:00
bertrandleroy
e5fa2c097f Fixing typo
--HG--
branch : 1.x
2011-01-18 16:16:26 -08:00
Suha Can
ebc9667649 Minor code convention tweak to a recently contributed unit test.
--HG--
branch : 1.x
2011-01-18 11:06:07 -08:00
Suha Can
cae67e8989 Merge
--HG--
branch : 1.x
2011-01-18 10:37:49 -08:00
Sebastien Ros
fcd3fbfb22 Preserving filter information accross page calls
--HG--
branch : dev
extra : transplant_source : %80R%A2%04S%40%E8l%12%F3YYAv%C5w%A1%CFhk
2011-01-17 17:47:05 -08:00