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-2898 - Create unpublish action content controller
U4-3016 - Create tags data repository and link to content/media/members services
U4-2957 - Member type saving generates YSOD
U4-2511 - Locallink:NODEID not working
U4-3000 - Cannot change a document's name once you've cleared it
U4-2733 - call to umbraco.library:Request broken?
U4-541 - Wrong dictionary key when using in backend template names
U4-2509 - Umbraco backend search not working correctly with spaces
U4-2719 - Drag/drop support for properties between tabs in the doctype editor
U4-2566 - Cannot delete property on Media type that inherits from pre-installed Media type
U4-3032 - Update TinyMCE 3 to Version 4
U4-2435 - Move appSettings and connectionStrings to external file to web.config
U4-2893 - Obsolete & remove the entire umbraco.macroRenderings assembly
U4-3037 - Content does not refresh in Umbraco 7 alpha
U4-3031 - Can languages files be formatted as .resx?
U4-2826 - Permissions check in dashboards
U4-2767 - Dashboard.config to be real .net config section
U4-2927 - Ensure new trees have the correct event system
U4-700 - Rewritten and migrated IMacroEngine
U4-2829 - Allow for JSON objects to be saved/retrieved by property editors
U4-2849 - Ensure editor views, etc... can exist outside of the /umbraco folder for package devs
U4-2950 - Create callback on property editor model for the editor to notify of value changes
U4-3021 - Replace LegacyShortStringHelper by new DefaultShortStringHelper
U4-3002 - The "Do something else" button in media isn't clickable and doesn't align bottom
U4-2977 - Adding properties or tabs to document type resets current tab
U4-3024 - Belle UI - Tab "State"
U4-2692 - Add attribute access to property editor prevalues
U4-2947 - Fix complex property editors with $watch expressions
U4-2845 - Copy and move dialog should be migrated
U4-3018 - Media tree options overlap "Do something else"
U4-3017 - Tree when creating content
U4-2847 - Drag and drop into media section
U4-2586 - page.IsVisible() should check for template existence
U4-3009 - Search includes context menu
U4-2882 - Fix remaining legacy SQL calls for controId to use the propertyEditorAlias column
U4-2938 - Content types can be marked as a container
U4-3006 - Legacy DataTypeDefinition API will not function with new property editors
U4-2963 - Updated EntityService / IUmbracoEntity to have a dictionary to fill additional data
U4-2982 - Menu items should have spaces between words
U4-2973 - Chrome: Template 'Save' button doesn't work
U4-2854 - Legacy links to UmbClientMgr.contentFrame
U4-2953 - Could not load file contents from http://fonts.googleapis.com/css....
U4-2768 - Remove legacy/unused webforms files/classes in folder: /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