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-6931 - UmbracoVirtualNodeRouteHandler sets culture to first culture not culture of parent nodes
U4-2724 - UmbracoContext.Current is null when using scheduled publishing
U4-7303 - Shift + select to select a range of items
U4-5502 - Bulk move in list view
U4-5613 - listview should add bulk operations like copy and move
U4-7180 - List view bulk actions
U4-6922 - Add console boot manager to the core
U4-6930 - Spike: Must clarify Umbraco status during app event handlers
U4-7298 - After Upgrade 7.3 Content Sort Orders are Changed
U4-7201 - Can only save once in some editors after upgrade to 7.3
U4-7182 - Replace the media image grid with flexbox
U4-7119 - New Content Type editor requires server side validation wired up
U4-7257 - The dictionary items in Umbraco 7.3 are not sorted alphabetically
U4-7260 - Multi node tree picker with no selection can cause a error to display in the backoffice
U4-7283 - A ServerRole Slave should not remove old instructions from the database
U4-7234 - Members: Xml node name is no longer always "node" causing problems with GetCurrentMember()
U4-6967 - Retina image of avatar
U4-7179 - Configure views for list view
U4-7291 - Public Access doesn't allow multiple roles
U4-7248 - Can't update roles on public access
U4-6927 - Need to do full browser refresh on package uninstall
U4-7218 - Copy content without descendants in UI
U4-6962 - Public access in multiple levels is broken in 7.3
U4-7063 - Umbraco.TypedContent(IEnumerable
U4-7198 - Change default log4net config to include machine name in file name
U4-7217 - umbracoReservedUrls do not always resolve correctly
U4-7280 - CultureNotFoundException on admin user UI after upgrading to 7.3.0
U4-7264 - Support for folder upload
U4-7209 - Set background image on grid
U4-7228 - Public property on custom indexer causes error in Examine Admin
U4-7271 - Folder does not list allowed media types
U4-7175 - Discard changes overlay sometimes breaks the url
U4-6797 - Host name is not removed when page is deleted
U4-3642 - no duplicate hostname error feedback
U4-7266 - Problem Saving Partial View twice in Umbraco 7.3
U4-7255 - 7.3.0, CacheRefresher.asmx throw an exception
U4-6833 - Constructor ContentType(int parentId) produces incorrect results with any value except -1
U4-6531 - Member login failing in preview mode
U4-7256 - 500 Error (Internal Server Error) when trying save a partial view macro file twice.
U4-7207 - Cant save partial view more then once
U4-7193 - NuGet install doesn't add all bindingRedirects
U4-7253 - Error Upgrading 7.2.5 to 7.3 (Duplicate key in umbracoNode)
U4-7241 - Add more contrast to editor picker icons
U4-7242 - Editor picker: editor details are not removed when mouse leaves item
U4-7240 - Change add property color to blue
U4-7246 - Integer datatype PropertyEditor is missing ValueType definition
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