Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
Being evaluated
|
3214 |
Jun 30 at 11:58 AM |
Eraserhead |
Adding patch giving a warning (in English only) when a Doctype is deleted and also deleting it fully from the database rather than leaving it in the recycle bin (but hidden).
|
16914
|
Download
|
Being evaluated
|
3204 |
Jun 29 at 1:01 PM |
Eraserhead |
Umbraco Config changes so that #'s are escaped from the page name.
|
23294
|
Download
|
Being evaluated
|
3183 |
Jun 25 at 10:29 PM |
uranys |
Package installation fails if umbraco is running out of a directory that contains a character that needs to be url encoded.
This patch fixes the installer page to correctly urlEncode the dir querystring parameter during package installation.
|
|
Download
|
Being evaluated
|
2944 |
May 26 at 1:04 PM |
hoehler |
UPDATE OF PREVIOUS PATCH PLEASE REMOVE THE PREVIOUS PATCH
A patch which implements the second solution for the work item #22714
Added a section to content in umbracoSettings.config. Added the property FilenameReplaceCharacters to UmbracoSettings.cs Changed two lines on the function Save in uploadField.cs (line 106) to get the replacing working Added a new function getFilename to uploadField.cs
|
|
Download
|
Being evaluated
|
2943 |
May 26 at 9:45 AM |
hoehler |
A patch which implements the second solution for the work item #22714
Added a section to content in umbracoSettings.config. Added the property FilenameReplaceCharacters to UmbracoSettings.cs Added some lines on the function Save in uploadField.cs (line 106) to get the replacing working
Be sure not to add the dot to the umbracoSettings.config
|
|
Download
|
Being evaluated
|
2919 |
May 21 at 4:41 PM |
northside |
This is a one-line fix for a bug in passing [$recursive] properties to macros. It simply ensures that the an empty string is passed if no recursive value could be found.
Would be great if this could be applied as the [$recursive] syntax is very useful but the bug can sometimes be quite awkward to code around.
|
|
Download
|
Being evaluated
|
2913 |
May 20 at 2:35 PM |
nlubbers |
Hi Umbraco team,
I was hoping that this issue can be solved. It is really a simple modification imho and it is causing some pain in member protected area´s. Is it possible to release it in 4.0.2 instead of 4.1 ?
See below the modifications needed to patch the file Located in the file requestHandler.cs on line 313
Regards, Nico Lubbers
|
|
Download
|
Being evaluated
|
2880 |
May 13 at 12:29 PM |
hoehler |
Adding a new Property to the ITag interface and to the Tag class
|
|
Download
|
Being evaluated
|
2487 |
Feb 17 at 11:15 AM |
robintheilade |
This patch adds ValidateRequest="false" to the page declaration of \umbraco\settings\EditNodeTypeNew.aspx
This makes it possible to use XML inside the description field, which in turn makes it possible to configure a custom made control using XML and still only displaying text to the user in the admin interface. This works because HTML does not render the XML.
|
|
Download
|
Being evaluated
|
2474 |
Feb 14 at 2:51 AM |
radmanmm |
Should fix "No member with loginname: Exists" error. This error was generated by the Membership.GetUser() call which was inline. I moved the call out wrapped it in a try catch and handle if it fails. I was able to successfully verify that the error goes away and the login form is properly loaded.
|
21087
|
Download
|