Commit Graph

298 Commits

Author SHA1 Message Date
Sebastien Ros
815a5cc759 #18962: Fixing syntax error in Gallery view
Work Item: 18962

--HG--
branch : 1.x
2012-09-04 21:42:58 -07:00
Sebastien Ros
f79444d9ec Fixing Razor2 compilation
--HG--
branch : 1.x
2012-08-15 17:40:19 -07:00
Sebastien Ros
a3e6916bdd #18917: Upgrading solution file to Visual Studio 11
Work Item: 18917

--HG--
branch : 1.x
2012-08-15 10:14:09 -07:00
Sebastien Ros
ab0b8b095d Updating version numbers
--HG--
branch : 1.x
2012-05-03 14:58:16 -07:00
Sebastien Ros
326c8df745 Removing security attributes conflicting with dynamic compilation.
BuildManager.GetCompiledAssembly will generate an AssemblyInfo.cs file which
will get compiled with the project, but create a conflict as two SecurityRules
attributes can't be defined at the same time. For VS 11 Beta compatibility.

--HG--
branch : 1.x
2012-04-23 12:30:01 -07:00
Sebastien Ros
6ed1b88f17 Replacing [SecurityTransparent] by [SecurityRules(SecurityRuleSet.Level2)]
--HG--
branch : 1.x
extra : rebase_source : 87b17cd15d51603bc6f39f01c911b414aa6428cb
2012-03-14 11:27:02 -07:00
Sebastien Ros
5d56833af4 #18551: Fixing gallery feed url
Work Item: 18551

--HG--
branch : 1.x
2012-03-10 12:55:54 -08:00
Sebastien Ros
75eea6b901 Fixing compatibility with Visual Studio 11 Beta
--HG--
branch : 1.x
2012-03-08 12:55:31 -08:00
Sebastien Ros
e5a5decf7b Updating version numbers
--HG--
branch : 1.x
2012-02-29 11:29:55 -08:00
Sebastien Ros
3002233784 Logging the error if a package can't be installed
--HG--
branch : 1.x
2012-02-28 15:14:07 -08:00
Sebastien Ros
b544a913bd Forcing to use the embedded version of Nuget
--HG--
branch : 1.x
2012-01-25 15:38:16 -08:00
Sebastien Ros
664bfe0550 #18335: Fixing validation messages
Work Item: 18335

--HG--
branch : 1.x
2012-01-13 16:11:22 -08:00
Sebastien Ros
81eac32945 Adding static content client cache defaults
--HG--
branch : 1.x
2012-01-12 15:28:16 -08:00
Sebastien Ros
07dc0197ad #17898: Enabling dependent modules in Recipes from the gallery
Work Item: 17898

--HG--
branch : 1.x
2012-01-05 11:21:34 -08:00
Sebastien Ros
a1802afe3a Updating web.config files for Resharper compatibility
--HG--
branch : 1.x
2012-01-04 11:15:31 -08:00
Sebastien Ros
c7daff1518 #18277: Confirm deletions
Work Item: 18277

--HG--
branch : 1.x
2011-12-15 16:26:54 -08:00
Sebastien Ros
41a52bdf59 Formatting descriptions in Gallery pages
--HG--
branch : 1.x
2011-11-30 17:54:58 -08:00
Sebastien Ros
f5810823fb #17976: Preventing incompatible packages to get installed
Work Item: 17976

--HG--
branch : 1.x
2011-11-29 18:05:52 -08:00
Suha Can
dbe908a717 Exception handling consolidation in command handlers.
Use Context.Output to write error messages when you handle an Exception or an error case. If you can't recover afterwards, just return.
Don't throw an exception from within the handler unless necessary.
-> If you want to throw due to an inner exception, throw an OrchardException. Add an error message and the exception as the innerexception of your OrchardException.
Your exception will be caught by the command executive, an error message will indicate which command failed, and the inner exceptions will be displayed.
Also, do not return values from commands, they are not services.

--HG--
branch : 1.x
extra : transplant_source : %5Ej%123%DA%E0%28%A7l%F5%F9%A4%B0z%05%EB%E4%21%FD%DC
2011-06-10 13:34:29 -07:00
Suha Can
95c0ac69e6 IExceptionPolicy concept and default implementation.
Updating EventBus and UnhandledExceptionFilter to use the exception policy.
Adding OrchardFatalException.
Updating text on default error page.
(Part II) Removing the unhandled "catch" from module controllers. If there are "expected" exceptions, move them closer to the APIs where they occur.
Removing ControllerExtensions.Error and refactoring.

--HG--
branch : 1.x
extra : transplant_source : %5C9a%E2%9A%F4%ACI%A3F%3C%D2%5C%CC%5C%9A.%E1%EF%3C
2011-06-09 16:34:31 -07:00
Suha Can
de4de3bad8 Fixing a typo in message (by Kevin LaBranche)
--HG--
branch : 1.x
extra : transplant_source : %B9%9E%BF%1A%E4%AE_%84J%EB%85%1C%02%AF%84%97%06%FF%B9%99
2011-06-21 11:06:59 -07:00
Sebastien Ros
c2b770c916 Updating assembly info
--HG--
branch : 1.x
2011-10-03 11:19:57 -07:00
Sebastien Ros
d9ca75d2ed Fixing reference to Nuget.Core
--HG--
branch : 1.x
2011-09-30 15:28:59 -07:00
Sebastien Ros
bf08cf7dc7 Including Renaud's fixes to package updates
--HG--
branch : 1.x
2011-09-26 14:59:33 -07:00
Sebastien Ros
e0aa1103be #18119: Fixing feed background checks
Work Item: 18119

--HG--
branch : 1.x
2011-09-26 11:09:05 -07:00
Sebastien Ros
95d8b34c7d #18103: Fixing reference to NuGet.Core
Work Item: 18103

--HG--
branch : 1.x
2011-09-25 10:53:25 -07:00
Sebastien Ros
2138cbdddd Forcing <Private>True</Private> in all projects. True might not be the default on
all systems.

--HG--
branch : 1.x
2011-06-09 16:25:39 -07:00
Andre Rodrigues
6e25797b28 #17928: Using same filtering criteria for both the search and the search count.
--HG--
branch : 1.x
2011-06-09 13:38:39 -07:00
Renaud Paquay
3ca3234bbf Refactor extension folder harvesting
Use composition over inheritance. This will be useful later to
improve performance of module/theme manifest harvesting.

--HG--
branch : 1.x
rename : src/Orchard/Environment/Extensions/Folders/ExtensionFolders.cs => src/Orchard/Environment/Extensions/Folders/ExtensionHarvester.cs
2011-05-30 14:17:06 -07:00
Renaud Paquay
846a40a1fe Update version to generic 1.2.0
--HG--
branch : 1.x
2011-05-24 19:49:58 -07:00
Andre Rodrigues
5d31f5b8d9 #17820: Extension descriptor parser keyword comparisons should be case insensitive.
--HG--
branch : 1.x
2011-05-14 17:34:13 -07:00
Andre Rodrigues
d9f313e0ef #17716: Specifying area in the action link.
--HG--
branch : 1.x
2011-05-08 23:28:07 -07:00
Andre Rodrigues
fe41a08e8e #17742: Making package installation work even if recipes module / feature is not enabled.
--HG--
branch : 1.x
2011-05-08 23:12:59 -07:00
Andre Rodrigues
674fe6ecb8 #17745: Decoding Nuget paths.
--HG--
branch : 1.x
2011-04-15 16:44:12 -07:00
Andre Rodrigues
accc1c34d2 #17776: Making gallery feed Context ignore unknown properties.
--HG--
branch : 1.x
2011-04-28 13:25:03 -07:00
Renaud Paquay
71978e3e37 Fix Logger and Localizer properties to be public
If they are not public, they are not injected (no private
reflection in Medium Trust)

--HG--
branch : 1.x
2011-04-10 18:37:31 -07:00
Andre Rodrigues
3ce43e1eb2 #17553: Fixing issue on the extension reference repository that was generating an HTTP request per package on the gallery during installation.
Adding a null check on the package source manager in case there is absolutely no screenshot defined.

--HG--
branch : 1.x
2011-04-07 17:06:18 -07:00
Andre Rodrigues
a3be04bdfb #17553: Using expand to obtain screenshots for the gallery and cut HTTP requests down.
--HG--
branch : 1.x
2011-04-07 15:01:06 -07:00
jowall
05d66c171b Updated Settings titles.
--HG--
branch : 1.x
2011-04-07 11:14:46 -07:00
jowall
ef397a3ef8 Updated tooltips for five-star ratings on gallery screens.
--HG--
branch : 1.x
2011-04-06 16:20:08 -07:00
jowall
f61fda1190 Updated titles on setttings screens.
--HG--
branch : 1.x
2011-04-06 15:55:39 -07:00
jowall
a9b7aac641 Some ie7 fixes and adding installed icon to theme gallery.
--HG--
branch : 1.x
2011-04-06 13:46:49 -07:00
Andre Rodrigues
656ea8ed15 #17444: Notification message for module or theme update should include a direct link to the Updates tab
--HG--
branch : 1.x
2011-04-06 11:36:53 -07:00
jowall
84f606bfd7 Added installed image to Gallery.
--HG--
branch : 1.x
2011-04-05 17:40:44 -07:00
Andre Rodrigues
d69efc20ff #17598: Correcting link and title namings.
--HG--
branch : 1.x
2011-04-05 16:06:14 -07:00
Andre Rodrigues
2f14c11894 #17594: Adding notifications and installed field to the gallery.
--HG--
branch : 1.x
2011-04-05 12:04:18 -07:00
Michael Dorian Bach
ba491e6678 Fixed form rendering, padding and spacing of buttons, link buttons and action bar in the admin across Chrome, FF, and IE8+.
--HG--
branch : 1.x
2011-04-04 20:27:38 -07:00
Sebastien Ros
083cb58830 #17484: Gallery search uses title, description and tags
--HG--
branch : 1.x
2011-04-04 16:12:23 -07:00
Andre Rodrigues
97286e0a52 #17553 / #17464: Avoid to get the screenshots for the packages everytime a package information is downloaded from the gallery.
--HG--
branch : 1.x
2011-04-04 12:58:17 -07:00
jowall
0acf220a51 Removed "Installation Details" header from module activation screen.
--HG--
branch : 1.x
2011-04-04 12:10:14 -07:00