Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
1-6 of 6Patches
< Previous 1 Next >
Being evaluated
|
3221 |
Jun 30 at 7:17 PM |
luizbon |
Yet another form to correct this work item. I have mande just one change in the SimpleCMSRepository.
|
|
Download
|
Being evaluated
|
2847 |
May 1 at 12:10 AM |
CaioProiete |
There's no work item for this patch, but this is directly related to the patch below (work item 3569), which intended to fix the error when opening the web site home page. However, after a few tests, I noticed that the routing for used on creating, editing or adding a widget to a page, also gets the language code from the machine's regional settings causing the same error when opening the new/modified pages.
|
|
Download
|
Being evaluated
|
2846 |
Apr 30 at 11:38 PM |
CaioProiete |
When the HomeController tries to find a page through its slug, it uses the current culture (System.Globalization.CultureInfo.CurrentCulture.TwoLetterISOLanguageName) instead of using the default language code of the application, and hence the Pages table contains only records with the English language code (en) - which is the default language code - when running the application using a different culture defined in the Regional Settings, causes a run-time error hence the repository query can't find pages for the user's culture.
|
3569
|
Download
|
Being evaluated
|
2115 |
Nov 21 2008 at 1:37 AM |
purekrome |
Same as the patch below, except this one works :) (I accidently uploaded the wrong file, below)
|
|
Download
|
Being evaluated
|
2111 |
Nov 20 2008 at 10:39 PM |
purekrome |
1) allows the pipeline to run Syncronously, for ASP.NET environments 2) captures any workflow exceptions, which can then be bubbled back up to the controller.
|
|
Download
|
Being evaluated
|
1276 |
May 21 2008 at 11:36 AM |
SimonCropp |
a fe minor tweaks -prefer == first instead of != -use "as" and check for null rather than double cast -clean up some references -remove some redundant usages of "this" -use ExpectedException rather than "try catch" in tests
|
|
Download
|
1-6 of 6Patches
< Previous 1 Next >