We have moved to GitHub Issues
You are viewing the read-only archive of Umbraco's issue tracker. To create new issues, please head over to GitHub Issues.
Make sure to read the blog posts announcing the move for more information.
You can search issues from the old issue tracker here.
U4-189 - Single user protection Via C
U4-2624 - 6.1.4 Nightly: "Unpublished with Changes" Icon Displays for Published Pages
U4-1269 - Invalid URI: The hostname could not be parsed.
U4-388 - NiceUrl() vs. Manage Host Names
U4-1191 - Apparently ToString on a date in Razor in Umbraco 4.10 uses incorrect culture
U4-515 - Feature: Support for hostnames on 3 node level
U4-2799 - 500 Internal Server Error on Media Library
U4-2785 - Page with media causes DB hits after a Publish
U4-1339 - SurfaceController returning PartialView - cannot use ModelState ?
U4-2529 - Media chooser doesn't let you un-select a media item after it has been selected.
U4-2744 - Remove very old TinyMCE 2 and all that is related to it
U4-2607 - Creating nodes with special characters causes YSOD
U4-2783 - url attribute in installedPackages.config is not populated when a package is installed
U4-2361 - Content rollback generates duplicates, which cannot be removed from the tree
U4-2765 - YSOD upon publishing home node
U4-1197 - 4.10.0: Nested masterpage doesn't insert asp:content tags on create
U4-127 - Add search helper methods to DynamicNode
U4-1384 - DB upgrade fails: The referenced table must have a primary or candidate key
U4-1465 - Document type with space in alias throws error
U4-1466 - Multinode picker cannot have a root node set
U4-1476 - Content.SetValue() fails with null value
U4-1488 - Partial View macro in RTE doesnt post to surface controller
U4-1560 - UmbracoApiController
U4-161 - Spike: Implement Cloud9 editor instead of CodeMirror
U4-1784 - Cannot save documet after adding upload field
U4-2454 - Packages tree doesnt load
U4-685 - Upgrade codemirror to latest version
U4-851 - Add template type choice when creating templates / doctype with template
U4-852 - Create an editor for the MVC Templates
U4-2770 - Legacy content dialogs doesnt render
U4-2763 - Content rollback generates duplicates
U4-2759 - Using MemberAuthorize AllowedGroup never denies
U4-516 - DatePicker with Time Behaviour
U4-2754 - Tables are created in the user schema, instead of in DBO
U4-2758 - Date Picker with time on opening shows current date rather than the selected date
U4-2752 - ContentService.DeleteVersion and DeleteVersions fail
U4-2731 - Document.BeforeMove + Document.AfterMove Doesn't get fired
U4-2734 - Don't set the cache references to null when disposing the UmbracoContext
U4-2727 - PluginManager's TypeList can contain duplicates
U4-2711 - DAMP throws unknown exception on image upload with image cropper
U4-2300 - 6.1.0: Changing a template's parent causes tree to collapse
U4-2218 - Document Type copy looses property tab assignment
U4-2748 - BeginUmbracoForm: support for HttpGet form method
U4-2743 - Remove legacy/un-used code from the namespace UmbracoExamine.*
U4-2423 - Remove legacy installation webforms classes
U4-2741 - Removed un-used obsoleted code in namespace umbraco.presentation.cache
U4-2740 - Remove un-used legacy classes from namespace "umbraco"
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | >> 197 << | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224