Commit Graph
100 Commits
Author SHA1 Message Date
Andre Rodrigues 3afe2b3ef4 Adding option to process recipes when installing modules. Adding detailed installation page to local installation. Moving installation processes to PackagingServices feature. Correcting dependencies between features.
--HG--
branch : dev
2011-03-16 16:56:09 -07:00
Andre Rodrigues 173af2bcbe Extending manifest parser to support flatenned default feature.
--HG--
branch : dev
2011-03-16 08:55:07 -07:00
Andre Rodrigues 2fe47bbc55 Correcting minor issue when querying the gallery for packages - moving filtering to the server.
--HG--
branch : dev
2011-03-15 16:43:11 -07:00
Andre Rodrigues 88e347a69a Moving ModuleService functionality to FeatureManager. Adding UT and comments. Removing Recipe module dependency on Modules module.
--HG--
branch : dev
2011-03-14 11:14:35 -07:00
Andre Rodrigues 84aca34972 Adding missing class to have JS post on value changed on select.
--HG--
branch : dev
2011-03-11 10:28:58 -08:00
Andre Rodrigues b9564765d6 Updating jQuery to 1.5.1 (current)
--HG--
branch : dev
2011-03-11 10:20:58 -08:00
Andre Rodrigues fa4e864a89 Using moduleservice instead of featuremanager. Installing module and enabling features in different steps to avoid data migration issue.
--HG--
branch : dev
2011-03-10 14:21:59 -08:00
Andre Rodrigues 5d09b29257 Merge
--HG--
branch : dev
2011-03-09 17:02:09 -08:00
Andre Rodrigues 9f0a08fc6c Fixing small issue in feature listing in the detailed installation page from the gallery.
--HG--
branch : dev
2011-03-09 17:01:43 -08:00
Andre Rodrigues c13cb4d7d2 Posting bulk actions through Javascript
--HG--
branch : dev
2011-03-07 15:31:22 -08:00
Andre Rodrigues 0361a7103a Fixing/improving more spec flows.
--HG--
branch : dev
2011-03-07 13:37:46 -08:00
Andre Rodrigues e7a2ce067b Fixing some spec flows.
--HG--
branch : dev
2011-03-07 11:48:00 -08:00
Andre Rodrigues 8b2c714286 Merge
--HG--
branch : dev
2011-03-02 10:28:25 -08:00
Andre Rodrigues 072488a651 Using html.dyn instead of inlining document.writes to remove button with javascript.
--HG--
branch : dev
2011-03-02 10:27:49 -08:00
Andre Rodrigues 9bf5d06068 Inlining button removal.
--HG--
branch : dev
2011-03-01 14:23:41 -08:00
Andre Rodrigues 03ad1babfb Using javascript for the page size chooser.
--HG--
branch : dev
2011-03-01 14:09:00 -08:00
Andre Rodrigues 445f65456a Moving page size chooser to footer.
--HG--
branch : dev
2011-03-01 13:13:48 -08:00
Andre Rodrigues 194874d707 Fixing UT.
--HG--
branch : dev
2011-02-25 15:49:16 -08:00
Andre Rodrigues f2547c9642 Correction users admin menu.
--HG--
branch : dev
2011-02-25 14:41:42 -08:00
Andre Rodrigues 39bb7a3357 Avoiding details page if there are no features to enable.
--HG--
branch : dev
2011-02-25 14:34:19 -08:00
Andre Rodrigues 43069ac30b Simplifying detailed installation page given that recipes is not yet present for modules.
--HG--
branch : dev
2011-02-25 14:26:13 -08:00
Andre Rodrigues 154526b942 Adding javascript to the install module details page. Filtering default extension feature out.
--HG--
branch : dev
2011-02-25 12:07:31 -08:00
Andre Rodrigues 8456603188 Merge
--HG--
branch : dev
2011-02-22 11:18:51 -08:00
Andre Rodrigues 083691a37c Adding notion of default child menu item.
--HG--
branch : dev
2011-02-22 11:14:32 -08:00
Andre Rodrigues 60b8df8710 Merge
--HG--
branch : dev
2011-02-22 10:14:18 -08:00
Andre Rodrigues dba42a394f Fixing azure solution.
--HG--
branch : dev
2011-02-22 10:13:25 -08:00
Andre Rodrigues 037903cb75 Merge
--HG--
branch : dev
2011-02-22 10:04:20 -08:00
Andre Rodrigues e7e60d2435 Aligning package update page to gallery. Moving the update feature to the packaging module as a feature.
--HG--
branch : dev
2011-02-22 10:01:21 -08:00
Andre Rodrigues 03353c743c Adding paging and search to installed modules.
--HG--
branch : dev
2011-02-21 13:58:31 -08:00
Andre Rodrigues e8f36dcf21 Correcting last updated, adding paging footer, and searching packages by title instead of id.
--HG--
branch : dev
2011-02-21 13:00:18 -08:00
Andre Rodrigues 68e8e7aef4 Merge
--HG--
branch : dev
2011-02-21 12:03:38 -08:00
Andre Rodrigues 4a640ded06 Converting module and themes entries to shapes on module and theme projects. Adding recently updated notifications. Fixing small issue in Layout.Title.
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Modules/ViewModels/Module.cs => src/Orchard.Web/Modules/Orchard.Modules/Models/ModuleEntry.cs
rename : src/Orchard.Web/Modules/Orchard.Modules/ViewModels/ModuleFeature.cs => src/Orchard.Web/Modules/Orchard.Modules/Models/ModuleFeature.cs
2011-02-21 12:03:06 -08:00
Andre Rodrigues 34c841818e Preventing edit link to be added to an in memory content item.
--HG--
branch : dev
2011-02-21 11:15:13 -08:00
Andre Rodrigues a480aaa746 Adding simple search to gallery. Fixinx ratings CSS.
--HG--
branch : dev
2011-02-20 11:59:26 -08:00
Andre Rodrigues 6050e585be Integrating package manager for package updates.
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Packaging/Services/NugetLogger.cs => src/Orchard.Web/Modules/Orchard.Packaging/Models/NugetLogger.cs
rename : src/Orchard.Web/Modules/Orchard.Packaging/Services/PackageData.cs => src/Orchard.Web/Modules/Orchard.Packaging/Models/PackageData.cs
rename : src/Orchard.Web/Modules/Orchard.Packaging/Services/PackagingEntry.cs => src/Orchard.Web/Modules/Orchard.Packaging/Models/PackagingEntry.cs
2011-02-18 08:21:19 -08:00
Andre Rodrigues 788a9fed77 Adding recently installed indication.
--HG--
branch : dev
2011-02-17 09:17:49 -08:00
Andre Rodrigues 508ebed3fd Adding missing "@".
--HG--
branch : dev
2011-02-17 06:59:24 -08:00
Andre Rodrigues c8d7c8c1c8 Merge
--HG--
branch : dev
2011-02-16 11:05:01 -08:00
Andre Rodrigues 1951b30189 Updating titles to new position.
--HG--
branch : dev
2011-02-16 11:04:36 -08:00
Andre Rodrigues 4bf1b2e389 Updating installed themes page.
--HG--
branch : dev
2011-02-16 10:22:09 -08:00
Andre Rodrigues 62ee211557 updating tabs CSS. Moving title to before local navigation.
--HG--
branch : dev
2011-02-15 11:58:26 -08:00
Andre Rodrigues 54e199ca9b Adding UT.
--HG--
branch : dev
2011-02-15 09:51:52 -08:00
Andre Rodrigues 2d890f54a0 Removing codegen warning when solution is not present.
--HG--
branch : dev
2011-02-11 15:03:34 -08:00
Andre Rodrigues f29a645d48 #17336: Setting codegen command "IncludeInSolution" option default to true.
--HG--
branch : dev
2011-02-11 14:42:23 -08:00
Andre Rodrigues 03eb6ee8ec Updating Modules / Packaging / Themes menus.
--HG--
branch : dev
2011-02-11 14:13:55 -08:00
Andre Rodrigues 14a7ada113 Converting local navs to a new core shape (AKA making louis happy :))
--HG--
branch : dev
2011-02-11 14:13:38 -08:00
Andre Rodrigues 042968453b Adding local nav functionality.
--HG--
branch : dev
2011-02-11 12:45:28 -08:00
Andre Rodrigues a8a48ab4e1 #17284: Exceptions should log errors
--HG--
branch : dev
2011-02-08 11:22:47 -08:00
Andre Rodrigues 4c25a7cc29 Merge
--HG--
branch : dev
2011-02-01 13:43:37 -08:00
Andre Rodrigues 66c23928ef #17289: only allowing default tenant site administrator to install packages by default. Others can be granted permission.
--HG--
branch : dev
rename : src/Orchard.Tests.Modules/Packaging/Hello.World.csproj.txt => src/Orchard.Tests.Modules/Packaging/Services/Hello.World.csproj.txt
rename : src/Orchard.Tests.Modules/Packaging/HelloDriver.cs.txt => src/Orchard.Tests.Modules/Packaging/Services/HelloDriver.cs.txt
rename : src/Orchard.Tests.Modules/Packaging/PackageBuilderTests.cs => src/Orchard.Tests.Modules/Packaging/Services/PackageBuilderTests.cs
2011-02-01 13:17:03 -08:00
Andre Rodrigues 4f922640e7 #17202: Fixing incorrect stylesheet import. Adding null condition checker to avoid null point exception.
--HG--
branch : dev
2011-01-31 15:24:39 -08:00
Andre Rodrigues fa25bca5f5 #17280: Limiting access to media folder.
--HG--
branch : dev
2011-01-31 12:12:22 -08:00
Andre Rodrigues 1372fe250d Merge 1.x => dev
--HG--
branch : dev
2011-01-31 11:49:31 -08:00
Andre Rodrigues d054ce1e08 Added tag 1.0 for changeset 83536b451ffe
--HG--
branch : 1.x
2011-01-12 19:00:47 -08:00
Andre Rodrigues 5d514cf871 Merge
--HG--
branch : 1.x
2011-01-12 19:00:27 -08:00
Andre Rodrigues 4013fe539d Adding missing dynamic object casts.
--HG--
branch : 1.x
2011-01-12 18:18:32 -08:00
Andre Rodrigues 1fe8caec23 Removing dead code.
--HG--
branch : 1.x
2011-01-11 13:42:35 -08:00
Andre Rodrigues 59ae14032d Updating msdeploy parameters.xml file.
--HG--
branch : 1.x
2011-01-11 13:18:36 -08:00
Andre Rodrigues 4ea1b37122 Removing unecessary check - permissions are being validated by dynamic compilation.
--HG--
branch : 1.x
2011-01-11 13:15:33 -08:00
Andre Rodrigues 04e88eb216 Merge
--HG--
branch : 1.x
2011-01-10 15:25:34 -08:00
Andre Rodrigues 1873ada9ff Improving gallery CSS by using different sizes for icons and screenshots.
--HG--
branch : 1.x
2011-01-10 15:25:08 -08:00
Andre Rodrigues 811ef40ec7 #17185: Changing default website from orchardproject to unknown and project URL to Website to align "gallery" and "Modules" modules.
--HG--
branch : 1.x
2011-01-07 16:44:25 -08:00
Andre Rodrigues 9a729df1c2 Changing "Themes"/"Modules" to "Theme"/"Module" as is in the extension type.
--HG--
branch : 1.x
2011-01-07 16:42:03 -08:00
Andre Rodrigues f53752cb4f #17118: Updating feed URL.
--HG--
branch : 1.x
2011-01-07 15:01:24 -08:00
Andre Rodrigues f07174c811 #17167: Only attachable parts can be removed / added in the content type's definition.
--HG--
branch : 1.x
2011-01-07 12:38:23 -08:00
Andre Rodrigues f237545716 Improving package uninstall help. Extracting BuildPackageId method. Cleaning up code for uninstall. Fixing out of sync help.
--HG--
branch : 1.x
2011-01-07 09:58:17 -08:00
Andre Rodrigues 6e1f0122b8 Fixing typo, module uninstallation and error message (also typo).
--HG--
branch : 1.x
2011-01-07 08:30:29 -08:00
Andre Rodrigues e1823cd71a Merge
--HG--
branch : 1.x
2011-01-06 16:25:59 -08:00
Andre Rodrigues ee9da58c26 Merge
--HG--
branch : 1.x
2011-01-06 15:57:48 -08:00
Andre Rodrigues 53974730e3 Updating to MVC RTM.
--HG--
branch : 1.x
2011-01-06 15:57:29 -08:00
Andre Rodrigues d942c6460f #17168: Fixing error when clicking Tags menu.
--HG--
branch : 1.x
2011-01-06 15:55:48 -08:00
Andre Rodrigues 085ee0ac91 Fixing UT by updating package prefix.
--HG--
branch : 1.x
2011-01-06 15:27:26 -08:00
Andre Rodrigues 3d4cb3ca45 #17179: Fixing YSOD, centralizing duplicate code and renaming css class to a more appropriate name.
--HG--
branch : 1.x
2011-01-06 12:37:09 -08:00
Andre Rodrigues 539d5a8d05 Merge
--HG--
branch : 1.x
2011-01-06 12:04:40 -08:00
Andre Rodrigues b870025c30 Fixing small css glitch on the setup curtain.
--HG--
branch : 1.x
2011-01-06 12:04:13 -08:00
Andre Rodrigues 43313886f3 #17163: Correcting comment author field.
--HG--
branch : 1.x
2011-01-05 13:08:43 -08:00
Andre Rodrigues 760399bf0b #17162: Making comments status "visible".
--HG--
branch : 1.x
2011-01-05 12:59:47 -08:00
Andre Rodrigues f2e60b539f #17164: Fixing closing comments functionality. Renaming it to enable / disable comments instead of enable / close.
--HG--
branch : 1.x
2011-01-05 12:46:51 -08:00
Andre Rodrigues c30e6ef2f7 #17165: Updating codegen's modules template version.
--HG--
branch : 1.x
2011-01-05 11:14:31 -08:00
Andre Rodrigues 023ccbb439 Fixing RoutableService since by default there is no ISlugEventHandler implementation.
--HG--
branch : dev
2010-12-15 10:58:21 -08:00
Andre Rodrigues 48d3f1d647 Updating logger to flush immediately in development and to remove debug appenders in production.
--HG--
branch : dev
2010-12-13 14:58:32 -08:00
Andre Rodrigues 00e2f9f203 #17039: Updating service reference
--HG--
branch : dev
2010-12-13 12:56:36 -08:00
Andre Rodrigues a4e824fb4a #17033: Fixing live writter and blog post admin permissions.
--HG--
branch : dev
2010-12-10 18:54:36 -08:00
Andre Rodrigues 241d7cf483 Fixing merge problem. Using correct appender.
--HG--
branch : dev
2010-12-10 18:29:44 -08:00
Andre Rodrigues ae6d186341 #17032: Fixing gallery download link. Moving Project URL to the Views as additional information.
--HG--
branch : dev
2010-12-10 16:06:22 -08:00
Andre Rodrigues ba9391841a Correcting rollingmode.
--HG--
branch : dev
2010-12-10 15:30:02 -08:00
Andre Rodrigues d6bb710999 #17020: Correcting view action.
--HG--
branch : dev
2010-12-10 15:29:47 -08:00
Andre Rodrigues 96b404cc2a Merge
--HG--
branch : dev
2010-12-10 14:24:47 -08:00
Andre Rodrigues e63e0b6aa6 Adding Style Frequency option to rollingfileappender to avoid continuous update based on date.
--HG--
branch : dev
2010-12-10 14:24:24 -08:00
Andre Rodrigues 50058a5073 #17026: Adding web.config to /content/ directory when scafolding a theme.
--HG--
branch : dev
2010-12-10 12:21:01 -08:00
Andre Rodrigues 66b9ae5d4f #17022: Initializing services.
--HG--
branch : dev
2010-12-10 11:54:12 -08:00
Andre Rodrigues ca9c5d7b6a #16802: Making slug logic extensible / replaceable through events.
--HG--
branch : dev
2010-12-09 18:39:03 -08:00
Andre Rodrigues 035f3d3e9c #16803: International characters are allowed to go through and accents are removed.
--HG--
branch : dev
2010-12-09 18:03:27 -08:00
Andre Rodrigues 8cd4727bb5 Merge
--HG--
branch : dev
2010-12-09 16:46:30 -08:00
Andre Rodrigues 2c16581106 #16797: Adding setting for global paging. Fixing issue with query string specified pagesize being the same as default size.
--HG--
branch : dev
2010-12-09 16:39:06 -08:00
Andre Rodrigues 7f3e720223 Merge
--HG--
branch : dev
2010-12-09 10:45:16 -08:00
Andre Rodrigues 18d1e80189 #16849: Replacing strings and console.writelines by exception throwing.
--HG--
branch : dev
2010-12-08 18:18:52 -08:00
Andre Rodrigues c57a3ab642 #16756: Adding binding redirect for MVC from 1.0 to 3.0
--HG--
branch : dev
2010-12-08 18:17:55 -08:00
Andre Rodrigues 98d759e7d4 #16987, #16527, #16785: Media file upload fixes.
--HG--
branch : dev
2010-12-08 16:13:09 -08:00
Andre Rodrigues 55af5304f5 #16953 Timestamping log file
--HG--
branch : dev
2010-12-08 12:02:59 -08:00