Renaud Paquay
bbb3363519
Fix unit tests
...
--HG--
branch : dev
2010-05-19 13:44:53 -07:00
Renaud Paquay
658fa5e052
Merge
...
--HG--
branch : dev
2010-05-19 13:42:14 -07:00
Renaud Paquay
98e6ae9c76
Fix unit tests
...
--HG--
branch : dev
2010-05-19 13:42:01 -07:00
Sebastien Ros
c4a4d18303
Corrected compilation error
...
--HG--
branch : dev
2010-05-19 12:11:09 -07:00
Sebastien Ros
19396e4f0c
New view engines cache implementation for tenant compatibility with themes
...
--HG--
branch : dev
2010-05-19 11:33:43 -07:00
Sebastien Ros
559a94af73
Corrected internal exception when a Page content is empty
...
--HG--
branch : dev
2010-05-19 10:29:55 -07:00
khavas
106eff8d3e
ContentType MetaData UI
...
--HG--
branch : dev
2010-05-19 10:12:04 -07:00
Renaud Paquay
0ee8910417
Merge
...
--HG--
branch : dev
2010-05-19 10:09:24 -07:00
Renaud Paquay
d6e1440d9b
Fix unit test
...
Change app config to rebind mvc 1.0 to mvc 2.0 assembly,
the same way we do in web.config.
--HG--
branch : dev
2010-05-19 10:05:01 -07:00
Nathan Heskew
2727dab5ba
Dropping the Common features dependency and messing with the UI a bit more
...
--HG--
branch : dev
2010-05-19 10:02:47 -07:00
Nathan Heskew
c97244c624
More work around the feature management UI and hooked a little force enable/disable
...
--HG--
branch : dev
2010-05-19 00:00:56 -07:00
Renaud Paquay
b8aadd218e
Merge
...
--HG--
branch : dev
2010-05-18 14:33:41 -07:00
Renaud Paquay
803d040732
Fix unit test
...
--HG--
branch : dev
2010-05-18 14:32:05 -07:00
Sebastien Ros
ee48ab7aee
Adjust config files for deployment
...
debug=false, log errors only, Azure and on premise versions
--HG--
branch : dev
2010-05-18 14:05:11 -07:00
Suha Can
ba5fd588d1
- PERF: Fix the role based auth service to not recalculate permission checks again and again.
...
- Adding some comments to the authorization event handler interface.
--HG--
branch : dev
2010-05-18 13:25:53 -07:00
khavas
5667e6a999
Added ContentType metadata feature to allow dynamic mapping.
...
--HG--
branch : dev
2010-05-18 13:08:47 -07:00
Nathan Heskew
0f5d492333
Hooked up dependeny checks and messages for unsatisified feature dependencies on enable/disable
...
--HG--
branch : dev
2010-05-18 10:04:14 -07:00
Nathan Heskew
e00dd3d34c
Tightening up the feature management UI a bit
...
--HG--
branch : dev
2010-05-18 07:26:29 -07:00
Nathan Heskew
6fb9d48666
A little exploratory work on the feature management UI
...
--HG--
branch : dev
2010-05-18 00:04:41 -07:00
Sebastien Ros
9a0158036e
Added missing event notification is AzureShellSettingsManager
...
--HG--
branch : dev
2010-05-17 17:39:17 -07:00
Nathan Heskew
3aa2cbe3d0
Merge
...
--HG--
branch : dev
2010-05-17 16:26:56 -07:00
Nathan Heskew
033bd97520
Some initial style for the features management UI
...
--HG--
branch : dev
2010-05-17 16:25:21 -07:00
Sebastien Ros
be24761603
Merge
...
--HG--
branch : dev
2010-05-17 15:49:37 -07:00
Sebastien Ros
728328b8ed
Updated Azure config files
...
--HG--
branch : dev
2010-05-17 15:48:44 -07:00
Louis DeJardin
8b960b3fc0
Merge
...
--HG--
branch : dev
2010-05-17 14:54:43 -07:00
Louis DeJardin
c40f2c9a66
Perf: lazy scheduled publish utc value
...
--HG--
branch : dev
2010-05-17 14:51:40 -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
Nathan Heskew
745caf3829
And changing that previous $ -> jQuery move to stick with a force-fed $ a la (function($){/*...*/})(jQuery); *
...
* thanks bleroy for the gentle reminder ;)
--HG--
branch : dev
2010-05-17 14:17:28 -07:00
Sebastien Ros
3575e0238d
Corrected more port issues in generated urls on Azure hosting
...
Was preventing Live Writer from auto onfiguring. Replace all Request.Url occurences
--HG--
branch : dev
2010-05-17 11:59:58 -07:00
Nathan Heskew
3341dd863e
Updated the base JS (file) to use jQuery instead of $ across the board
...
--HG--
branch : dev
2010-05-17 10:13:02 -07:00
Nathan Heskew
4cda9282d7
A little cleanup in the feature management UI
...
--HG--
branch : dev
2010-05-17 09:50:36 -07:00
Louis DeJardin
542e343e84
Fixing tests
...
--HG--
branch : dev
2010-05-16 23:34:08 -07:00
Louis DeJardin
48be8159b9
Perf: lazy-loading more information which is used infrequently
...
site id is cached for SiteService.GetSiteSettings performance
HasComments part loads collections on demand
HasTags part loads collections on demand
--HG--
branch : dev
2010-05-16 19:47:51 -07:00
Louis DeJardin
98c1d931e0
Missed a file in previous commit
...
--HG--
branch : dev
2010-05-16 18:40:51 -07:00
Louis DeJardin
65db8d7f07
Perf: lazy-loading for ContentPart<TRecord>.Record property
...
Content item parts that are not referenced do not need to acquire their data
--HG--
branch : dev
2010-05-16 18:40:15 -07:00
Louis DeJardin
8024deca78
Perf: content manager improvements
...
Adding adding content manager session to hold items which have been loaded during a request
Altering the routine that determines which version of an item is needed to favor the inmemory collection over direct query where possible
--HG--
branch : dev
2010-05-16 17:02:55 -07:00
Louis DeJardin
04a53cb2d1
Moving media, appdata, and vpp services into Orchard.FileSystems namespace
...
--HG--
branch : dev
2010-05-16 13:35:35 -07:00
Louis DeJardin
d46d94f1ee
Building out caching
...
Passing along signal of VPP file monitoring
Expiring results as appropriate in AvailableExtensions
--HG--
branch : dev
2010-05-16 12:59:04 -07:00
Louis DeJardin
c138cc996d
Incremental work towards cache/volatile system
...
--HG--
branch : dev
2010-05-14 22:30:16 -07:00
Sebastien Ros
fba838f366
Merge
...
--HG--
branch : dev
2010-05-14 17:07:00 -07:00
Sebastien Ros
75390f1582
Corrected Page Expires bug
...
Intercept exceptions at event base, to prevent succeeding events to be ignored
Corrected PageService.Get() to retrieve only Page content items
--HG--
branch : dev
2010-05-14 17:06:28 -07:00
Nathan Heskew
7db897c475
Some work on the feature managment UI
...
- start of dependency aware feature disable/enable
- bit of a perf improvement when working with the available features list (thanks, ToList, as usual)
--HG--
branch : dev
2010-05-14 15:52:22 -07:00
Suha Can
d5cdc0d37e
- ICacheManager and ICache interfaces and default implementations for an Orchard cache.
...
- Unit tests.
--HG--
branch : dev
2010-05-14 14:15:06 -07:00
Nathan Heskew
a24b9eb732
Theme management UI updates and bug fixes
...
--HG--
branch : dev
2010-05-14 13:43:41 -07:00
Sebastien Ros
6e023c01b3
Changed build scripts
...
Separate Azure from WebPI
Relocate WebPI and Source in /artifacts for cohesion
--HG--
branch : dev
2010-05-14 12:24:08 -07:00
Sebastien Ros
8b255d59f8
Corrected typos
...
--HG--
branch : dev
2010-05-14 12:23:16 -07:00
Nathan Heskew
aa4d8e3773
Added some more SpecFlow tests for MultiTenancy and fixed a few bugs
...
--HG--
branch : dev
2010-05-14 10:03:16 -07:00
Renaud Paquay
bd7bb210a1
Merge
...
--HG--
branch : dev
2010-05-13 19:11:16 -07:00
Renaud Paquay
2ad6aafc40
Move list of default features to SetupService
...
This is so that the "setup" command doesn't require a list of
features and can use the default list.
Also add back tags, widgets and media as enabled by default.
--HG--
branch : dev
2010-05-13 19:07:53 -07:00
Renaud Paquay
132e4236e3
Fix typo from previous merge
...
--HG--
branch : dev
2010-05-13 18:25:30 -07:00