Files
Umbraco-CMS/UpgradeReadme.txt
Shandem 9a46338123 DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB
Resolves 23626. ClientDependency work.

[TFS Changeset #57219]
2009-07-26 15:13:15 +00:00

17 lines
793 B
Plaintext

* //TODO: All removed files will be in the umbraco.Legacy project
* DataType: 'editor' removed
* Many files have been removed but a zip file containing all removed files has been supplied
* Remove umbraco.controls.helper.cs?
* Any packages that have pages containing Umbraco Controls should now have a
DependencyLoader registered on them, otherwise the controls will not down register client files
to be downlaoded (perhaps theres a better way to implement this... (i.e. check if a DependencyLoader
exists in the current context, and if it doesn't it registers the scripts?)
* Umbraco_Client folder path needs to be specified in AppSettings
* The old TinyMCE was not upgraded to use ClientDependency but it's paths have been changed
to use the UmbracoClientPath setting