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-6845 - TypedMediaAtRoot() deadlock after content publish
U4-6856 - Member editor doesn't save login name if e-mail address is changed at the same time
U4-6603 - Log failed login attempts
U4-6736 - Log "logout" from Umbraco
U4-5728 - OriginalRequestUrl not initialized, KeepAlive or ScheduledPublishing run too soon
U4-6867 - UmbracoLog wrongfully logs unPublish event with user ID 0
U4-6675 - Media cache needs to be optimized
U4-6847 - Scheduled unpublish doesn't seem to work
U4-6865 - not possible to change FileService root directory when running outside webcontext
U4-6840 - Examine indexing queue needs to be lazy
U4-4669 - Required checkbox is overruled by regex on document type
U4-6771 - Sorting editorstyles is not possible
U4-6858 - add localizationService.GetDictionaryItemDescendants
U4-4166 - Multiple textbox datatype always returns plain string "{string[0]}"
U4-6859 - get membertype by key
U4-6844 - Potential perf issue with new Domain service
U4-6841 - Umbraco.Core.Models.PropetyType Datatype Guid reference
U4-6855 - ITag does not expose the property it belongs to
U4-6598 - Allow overide of certain characters even when toAscii is true in umbracosettings.config
U4-3075 - IsValidDiskCachePresent() method problem at umbraco.content class
U4-3213 - Support members question/answer
U4-5876 - Show Label For Each Image Crop
U4-6762 - 7.3 beta: Could not load file or assembly 'System.Web.Mvc, Version=4.0.0.0
U4-6853 - Error creating grideditor
U4-4383 - Improve list view performance with SQL paging and better SQL calls
U4-6831 - Add {machinename} to ExamineIndex.config by default
U4-6756 - Don't ship or generate unnecessary folders
U4-6687 - Can't add multiple instances of a macro in RTE in 7.2.6 without ruining RTE formatting
U4-6843 - Error loading backoffice in v7.2.7 with Courier installed
U4-6346 - Cannot login to back office when installed as virtual directory/application
U4-6834 - Add TagService.GetTagsForEntity(Guid key) method
U4-6825 - Can't blank out values using the built-in EditProfile snippet
U4-3753 - Language = null on contentService.GetById() when setting only language and not domain
U4-6638 - "publish at" not publishing nodes in the future
U4-5995 - Update examine implementation to store indexes in machine specific folders
U4-6827 - Attribute registration for Umbraco Events
U4-4809 - "Publish at" not working on already-published pages
U4-6821 - Security Brute Force Detection
U4-214 - Need 'account suspension' to mitigate brute force attack
U4-6818 - Show message for image size exceeding of 4Mb
U4-6788 - OriginalRequestUrl confusion
U4-6814 - UmbracoExamine should return a lazy implementation of IIndexCriteria on initialization
U4-6803 - Scheduled tasks/publishing need to be async with cancellation token
U4-6804 - Update logging functionality to include tokenized Process and App Domain ID
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