Suha Can
0b92a82708
Merge
...
--HG--
branch : dev
2011-02-10 16:07:51 -08:00
Suha Can
92bf091741
Recipe discovery for extensions
...
Setup calls RecipeManager::DiscoverRecipes
Setup/Recipe contains default recipe files
Unit tests for recipe discovery using embedded resources
--HG--
branch : recipe
2011-02-10 16:03:43 -08:00
Suha Can
be2a8161d2
Basic pieces for recipes infrastructure.
...
--HG--
branch : recipe
2011-02-10 13:55:29 -08:00
Louis DeJardin
e0f10275b2
Adding support for dynamic content expressions
...
ContentItem as dynamic will respond to get property which matches a ContentPart's metadata definition name
ContentPart as dynamic will respond to get property which matches a ContentField's metadata instance name
--HG--
branch : dev
extra : transplant_source : Qu0%9E%09%9B%97rbq%EE%9B%1Ax3%C8p%ED%91%3E
2011-02-10 12:32:28 -08:00
Louis DeJardin
ffb376ff40
Updating clay binary to use ClayMetaObject directly
...
--HG--
branch : dev
extra : transplant_source : %5D%8C9%7D%A1%1D%E5%95%86%E6%E1%94%28%B0%F1%7F%84%00%D5%3F
2011-02-10 12:30:15 -08:00
Dave Reed
2b2c519e55
Merge
...
--HG--
branch : dev
2011-02-11 17:35:06 -08:00
Dave Reed
2720f6d94a
Initial version of the generic MediaPicker module (note: currently largely unstyled html, but functional).
...
--HG--
branch : dev
2011-02-11 17:24:04 -08:00
Dave Reed
258477900e
Adding jQuery UI tabs plugin to jQuery module.
...
--HG--
branch : dev
2011-02-11 15:44:29 -08:00
Dave Reed
abdfb9a25b
Add missing openajax.js
...
--HG--
branch : dev
2011-02-11 15:39:18 -08:00
Dave Reed
533af426f2
Including OpenAjax.js in admin pages as our client-side event bus.
...
e.g.:
OpenAjax.hub.subscribe("orchard.someeventname.*, function(name, eventdata) { });
OpenAjax.hub.publish("orchard.someeventname.somethingspecific", eventdata);
--HG--
branch : dev
2011-02-11 15:37:50 -08:00
Dave Reed
e24cefd99b
Fix stackoverflow on ResourceManager.Include overload.
...
--HG--
branch : dev
2011-02-11 15:35:41 -08:00
Suha Can
c93b091a1d
Adding Orchard.Recipes module
...
Enabling Orchard.Recipes in setup
Recipes namespace in Orchard.Framework
--HG--
branch : recipe
2011-02-10 11:16:56 -08:00
Renaud Paquay
a1f9cf36e0
Adding comments
...
--HG--
branch : dev
2011-02-10 11:03:12 -08:00
Sebastien Ros
02c07875f7
Sanitizing @Display(Model) usage
...
--HG--
branch : dev
2011-02-09 17:59:52 -08:00
Suha Can
bb0a3f9cdc
Creating feature branch for recipes.
...
--HG--
branch : recipe
2011-02-09 17:21:20 -08:00
Sebastien Ros
f7c2e49c72
Adding a placement.info file in TheThemeMachine, and in codegen
...
--HG--
branch : dev
2011-02-09 16:50:29 -08:00
Sebastien Ros
29ee777abb
Merge
...
--HG--
branch : dev
2011-02-09 16:14:17 -08:00
attilah
77c951c8d1
#17321 : Fixed int and double parsing, lucene module will handle comma decimal separator correctly.
...
--HG--
branch : dev
2011-02-10 00:28:02 +01:00
Sebastien Ros
bade5cc81c
Merge
...
--HG--
branch : dev
2011-02-09 15:02:58 -08:00
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
43207afcd8
Fixing Email pending filter in admin
...
--HG--
branch : dev
2011-02-09 08:37:47 -08:00
andrerod
5d55e95506
#17111 : Correcting fix. Fixing specflows.
...
--HG--
branch : dev
2011-02-09 00:07:12 -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
Suha Can
b14d95778b
Minor alteration to previous contribution
2011-02-03 11:01:45 -08:00
rukshanperera
86c11ada8e
Fix issue: 16313 - Administrator can create two same roles
2011-02-03 13:28:44 +00:00
Nathan Heskew
6692244857
Missed a file in #2921445176de
...
--HG--
branch : dev
2011-02-02 10:53:44 -08:00
Suha Can
e47c582001
Minor cleanup
2011-02-02 10:46:22 -08:00
Suha Can
99b4320c17
Merge
2011-02-02 10:38:12 -08:00
rukshanperera
4896cca88b
Fix issue: 17229 Submitting an empty tag creates a "New Tag Name" tag
2011-02-02 11:02:39 +00:00
rfcdejong
3403164aea
Added theme command support, list and the ability to activate a theme
2011-02-02 11:57:14 +01: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