Stephan
da7fea47c6
U4-1441 - refactor (fix) legacy NotFoundHandler support
2013-02-03 14:34:04 -01:00
Shannon Deminick
3ebb213916
Patches installer issue.
2013-02-06 19:18:42 +06:00
Sebastiaan Janssen
e6337b8f14
Properly reference uGoLive MyGet package
2013-02-01 08:38:13 -01:00
Sebastiaan Janssen
5e2d991fab
Update uGoLive
2013-02-01 08:16:10 -01:00
Shannon Deminick
1da27e6c2b
Removes all upgrade script stuff since we've deployed the fix in a package.
2013-02-01 06:42:42 +06:00
Shannon Deminick
1b1abce7da
Merge
2013-01-31 04:48:29 +06:00
Shannon Deminick
a5bea7fc59
Added the ability to automate any c# scripts for an upgrade process. I realize this is superceded already in 6.0
...
but we need a way to do this in 4.x too especially for this release since we need to run a script to fix some db
issues. I've added a framework using an UpgradeScriptManager and another install step + unit tests for some of the
UpgradeScriptManager methods.
2013-01-31 04:26:37 +06:00
Sebastiaan Janssen
b9be5c2561
Also implement optimization in fdfa687e6f41 to v4: no need to try and republish
...
the child pages if the page you are trying to publish was already published
2013-01-30 15:01:38 -01:00
Shannon Deminick
97556de447
Changed methods created yesterday to internal so we can port to 6+ nicely.
2013-01-30 18:58:42 +06:00
netaddicts
d5bde0d8df
Makes sure preview is not using cached versions of any macro
2013-01-24 11:00:15 -01:00
Sebastiaan Janssen
cc5ca0b5fe
Fixing U4-359 Previewing new nested pages doesn't work
2013-01-30 09:21:43 -01:00
Shannon Deminick
0cb9cc6840
just cleaned up some code formatting.
2013-01-30 07:59:15 +06:00
Shannon Deminick
d38d7b1ff4
Updates all code calling UnPublishSingleNode & UpdateDocumentCache to pass in the already existing Document object if there is one
...
instead of the ID... this'll save a another ton of SQL calls.
2013-01-30 07:59:03 +06:00
Shannon Deminick
2d87f933d5
Updates Document's Published property to return true if the document is 100% published (viewable on the front-end)
...
Reverts Document's HasPublishedVersion() to return true if the document has any published version (may or may not be viewable on the front-end)
Updates the Document's new UpdatePublishedOnDescendants to set both the Published and PathPublished fields.
Reverts some stuff in the editContent to use HasPublishedContent() to set the _documentHasPublishedVersion field.
Reverts the BaseContentTree to use the Published property now that it returns the correct value.
Updates the editContent method to use the UpdateDocumentCache overload accepting an object so there's not another N+1 SQL call made.
2013-01-30 07:57:31 +06:00
Shannon Deminick
a734a0cff7
Fixes unit tests for Umbraco_Route_User_Defined_Controller_Action
2013-01-30 05:37:32 +06:00
Shannon Deminick
d0ace55d03
Fixes: #U4-1593 - Content tree doesn't check for correct publish state.
2013-01-30 05:04:31 +06:00
Shannon Deminick
3fda0308ac
Fixes: #U4-1594 - SQL for SqlOptimizedSingle not correct for published state
...
Fixes: #U4-1596 - new GetPathPublishedDescendants method on Document for optimizations
Fixes: #U4-1595 - Obsoletes HasPublishedVersion() method and ensures lazy loading of Published property,
as well as ensuring that the backing property is set correctly on first load (optmization)
Fixes: #U4-1597 - PathPublished property should be set in an optimized way and/or lazy loaded if it cannot be
2013-01-30 04:56:28 +06:00
Shannon Deminick
d796b2afc1
Fixes: #U4-1170 - template with hyphen or dash
2013-01-29 21:19:16 +06:00
Shannon Deminick
c5d1439422
Fixes: #U4-1458 - due to a null check on PublishedContentRequest on UmbracoContext
2013-01-29 08:35:09 +06:00
Shannon Deminick
5e9f4559b6
Fixes: #U4-1536
2013-01-29 07:49:14 +06:00
Shannon Deminick
f9a0d91299
Fixes: #U4-1527 - Creates a public property on UmbracoHelper to return the currently assigned IPublishedContent of the UmbracoHelper.
2013-01-25 06:04:10 +03:00
Shannon Deminick
82c2560822
Ensures all resolvers are sealed. Changes CacheRefreshersResolver, DataTypesResolver, MacroFieldEditorsResolver, PackageActionsResolver, ActionsResolver
...
to all be lazy resolvers as they are not needed instantly on app startup (not needed by the front-end) This will
make app startup a lot quicker. Fixes ActionsResolver to not use the PluginManager to resolve the types when it
is instantiating them since these are passed in the ctor. Updates all unit tests to use lazy delegate for these resolvers
and they are all passing.
2013-01-23 18:40:40 +03:00
Shannon Deminick
987e48733a
Merge
2013-01-23 01:39:25 +03:00
pcw@pcw-PC.shout.local
dec5e8ad6c
Fixed EncryptWithMachineKey to handle values longer than FormsAuthentication.Encrypt max length limit
...
http://issues.umbraco.org/issue/U4-1455
2013-01-15 20:07:07 +00:00
Shannon Deminick
716d3e95f1
Imported patches from 6.0 for #U4-1453, #U4-1454
2013-01-15 00:58:11 +03:00
Sebastiaan Janssen
f7eb323bd5
Updated razor templates
2013-01-14 14:04:33 -01:00
Stephan
11ea698969
U4-1017 - more explicit error message on internal cache errors
2013-01-12 10:40:42 -01:00
Shannon Deminick
0e0e6b5c41
Fixes: #U4-1451
2013-01-13 23:24:02 +03:00
Sebastiaan Janssen
c150a91e50
Update uGoLive & Fixes U4-1447 uGolive result: Unable to find node
...
/configuration/system.web/compilation/@debug in config file web.config
2013-01-14 08:43:50 -01:00
Sebastiaan Janssen
88dc73cd66
Fix the unpublished/pendinchanges/published display
2013-01-10 07:29:04 -01:00
Sebastiaan Janssen
ce6711b587
Duplicate fix (ce2f47c11322) #U4-1366 - conflict with partial view macro engine.
2013-01-09 13:58:55 -01:00
Stephan
6cb3fcf9ad
U4-1411 - fix post-4.9 regression in NotFoundHandler url
2013-01-08 16:41:31 -01:00
Sebastiaan Janssen
44c8c4b5b8
Revert 024896ba7bcf as it's a breaking change
2013-01-18 08:47:38 -01:00
Shannon Deminick
c0b5525dd7
Removed 'Boot' method from WebBootManager as it was never supposed to be there in the first place.
...
Removed test code from 'SurfaceController'.
Added comments to IApplicationEventHandler.
2013-01-18 02:31:51 +03:00
Sebastiaan Janssen
6c8c37256b
Cleanup media uploader in RTE a little
2012-12-26 05:50:48 -01:00
Sebastiaan Janssen
37b1fcbaf0
Fix image uploader in RTE, when used in VDir it returns the right path now
...
no need for relative path hacks
2012-12-26 05:49:03 -01:00
Sebastiaan Janssen
dc111768e3
Slight MediaFactory refactors, mostly to fix issue U4-1344 where files wouldn't
...
upload if the "magic" umbraco props don't exist (witdth, height, bytes)
2012-12-23 11:46:04 -01:00
Sebastiaan Janssen
e6975a71d5
Additional fix for U4-1312 Cant publish child node, because parent not published
...
When you unpublish a node which it's descendants also get unpublished, but as
soon as you publish the parent node again, they don't end up in the XML cache
any more, leading to this error again. Now putting all previously published
documents back into the XML cache when the parent gets published
2012-12-20 14:05:28 -01:00
Sebastiaan Janssen
33b497e5f4
Additional fix for U4-1341 - nodes should appear dimmed when unpublished, but
...
they appeared as changed (and not dimmed, therefore looked published)
2012-12-20 13:42:30 -01:00
Sebastiaan Janssen
c5e7c81c19
Notification and tree refresh when unpublishing content
2012-12-20 09:25:50 -01:00
Sebastiaan Janssen
735bd574ff
Didn't mean to commit test code, sorry!
2012-12-17 12:29:43 -01:00
Sebastiaan Janssen
5c0d9785e0
Don't check log comment length if it is null.. helped with a broken recycle bin
...
not deleting content because sometimes the title of the content would be null
2012-12-17 09:25:55 -01:00
Stephan
a70ef52964
fix xpath syntax error with legacy XML schema
2012-11-30 13:33:24 -01:00
Shannon Deminick
2a90e93a6f
Updated partial view macro engine to support storing the files in the App_Plugins/[packagename]/Views/MacroPartials
...
so they can be stored with a package and not pollute the main file system.
2012-12-07 07:04:11 +05:00
Shannon Deminick
0d94ddb96e
Got macro parameters working with Partial View Macros, changed PartialViewMacroPage to inherit from
...
UmbracoViewPage<PartialViewMacroModel> so that UmbracoHelper, etc... are available.
2012-12-07 06:31:53 +05:00
Shannon Deminick
c7645b55ba
Partial View Macros now being rendered, now to implement the remaining parts with things like
...
parameters, etc...
2012-12-04 22:06:55 +05:00
Shannon Deminick
208806c027
Updated more partial view macro engine and its rendering... nearly there.
2012-12-04 11:31:03 +05:00
Shannon Deminick
8024610364
Fixes up some logging API issues. Fixed up tracing in the macro class. Added support for Partial View macro rendering in the macro class.
2012-12-04 11:08:02 +05:00
Shannon Deminick
8e4644568b
Updated loghelper to be able to Warn and also trace Warn with an exception. Updated the macro control to check for the
...
Partial View Macro, added Partial View macro to the enum.
2012-12-04 05:58:24 +05:00
Shannon Deminick
e0a71830fa
Updated macro editor to support Partial view macros. Improves the JS in the editor (no more c# based js) which auto clears
...
other fields and drop downs when other files are selected.
2012-12-04 05:42:15 +05:00