Commit Graph
100 Commits
Author SHA1 Message Date
Suha Can 1158d7b51f - Change WorkContext.CurrentUser to not cache the result
--HG--
branch : dev
2010-10-15 17:39:20 -07:00
Suha Can e8f6150f44 - Migrating Roles to the new shape API.
--HG--
branch : dev
2010-10-15 15:55:47 -07:00
Suha Can 640a904279 Merge
--HG--
branch : dev
2010-10-15 15:17:24 -07:00
Suha Can 3d72236e81 - Migrating Email module to the new shape API.
--HG--
branch : dev
2010-10-15 15:16:41 -07:00
Suha Can 0d5c2db898 - Migrating Tags to the shape API.
--HG--
branch : dev
2010-10-15 14:24:25 -07:00
Suha Can 5468cab310 Merge
--HG--
branch : dev
2010-10-11 12:20:01 -07:00
Suha Can 44cf3c1cc2 - Fixing a couple WidgetService tests that were failing and ignored due to missing Flush() calls.
--HG--
branch : dev
2010-10-11 12:19:28 -07:00
Suha Can b5826e3ba3 Merge
--HG--
branch : dev
2010-10-11 11:30:44 -07:00
Suha Can 0267ef5e00 - Tools\PackageIndexReferenceImplementation project shouldn't start Cassini.
--HG--
branch : dev
2010-10-11 11:29:57 -07:00
Suha Can 37695de420 - Adding the stereotype setting to HtmlWidget.
- New widget types will have this stereotype = "widget".

--HG--
branch : dev
2010-10-06 13:44:58 -07:00
Suha Can 25ae5a9525 Merge
--HG--
branch : dev
2010-10-05 16:20:43 -07:00
Suha Can 8eec4a405a - Making the rule names lowercase to follow ruby function naming convention.
--HG--
branch : dev
2010-10-05 16:20:11 -07:00
Suha Can ce208c44f2 - RuleEngine implementation for widget layer rules.
- The ResultFilter uses the rule manager to filter out layers and widgets.
- Added rules to default layers.
- RuleManager with callback injection into the dlr scripting sandbox.
- RuleProvider implementations for Url and Authenticated. Anonymous is just "not Authenticated".
- RuleContext.
- Renaming Layer.Rule to Layer.LayerRule. NHibernate bug for SqlCe most likely, couldn't escape "Rule" as expected.
- Unit tests.

--HG--
branch : dev
2010-10-04 12:27:59 -07:00
Suha Can 5fca0e53e3 - Orchard.Scripting namespace to manage ruby scripts.
- ScriptManager/ScriptRuntime implementations.
- Unit Tests.
- Adding IronRuby.dll, IronRuby.Libraries.dll, Microsoft.Dynamic.dll and Microsoft.Scripting.dll.

--HG--
branch : dev
2010-10-01 16:33:16 -07:00
Suha Can 187502ae8b - Adding DataMigrations for Widgets.
- Creating Layer and HtmlWidget content types.
- Adding 3 default Layers using the IProcessingEngine interface.
- Injection of widget shapes into zones from a resultfilter.
- Some refactoring/cleanup in the Widgets module.

--HG--
branch : dev
2010-09-30 18:24:36 -07:00
Suha Can 268989dad8 - Basic persistency for the widget/layer parts.
--HG--
branch : dev
2010-09-29 16:34:24 -07:00
Suha Can 43889c8c10 - Adding a resultfilter for widgets and some placeholders to fill when it all comes together.
--HG--
branch : dev
2010-09-29 15:29:33 -07:00
Suha Can e9208542ed - Updating ExtensionManager and ThemeService to read zones from the manifest.
- Adding a few essential parts for layers, widgets.

--HG--
branch : dev
2010-09-29 14:29:43 -07:00
Suha Can 19313b887f - Obsoleting Futures.Widgets in favor of Orchard.Widgets.
--HG--
branch : dev
2010-09-29 13:35:57 -07:00
Suha Can 7ab05d9f88 - Commenting some RegisterStyle calls so they can be moved to the new Script/Style manager when it becomes available.
--HG--
branch : dev
2010-09-16 13:16:32 -07:00
Suha Can a0175b5129 - Readding Orchard.Search
--HG--
branch : dev
2010-09-15 15:31:24 -07:00
Suha Can 69bcab3550 - Orchard.Indexing...
--HG--
branch : dev
2010-09-15 14:06:34 -07:00
Suha Can e854a5e39e - Bringing ArchiveLater back
- Fixing a couple issues in Comments views.

--HG--
branch : dev
2010-09-15 13:36:56 -07:00
Suha Can 668f356331 - Bringing the Comments module back.
--HG--
branch : dev
2010-09-15 12:13:19 -07:00
Suha Can 1ea5c25c1a - Removing a char.
--HG--
branch : dev
2010-09-14 16:34:02 -07:00
Suha Can 0bd5f86b4a - Some getting used to code blocks in razor
--HG--
branch : dev
2010-09-14 16:24:10 -07:00
Suha Can 9f68683eb7 - Adding Orchard.Email back
--HG--
branch : dev
2010-09-14 16:02:47 -07:00
Suha Can cfd3b5fa48 - Bringing Orchard.Media
--HG--
branch : dev
2010-09-14 15:39:11 -07:00
Suha Can 6a55a20a31 - Bringing Orchard.Tags back
--HG--
branch : dev
2010-09-14 14:49:34 -07:00
Suha Can f397d25d66 - Modify Lucene module csproj to not fire Cassini.
--HG--
branch : dev
2010-07-09 14:27:19 -07:00
Suha Can 8554d90b0a Merge
--HG--
branch : dev
2010-07-09 12:28:39 -07:00
Suha Can e795373a86 - When enabling a feature, mis-typing the feature name throws exception, but should give a friendly error message instead.
--HG--
branch : dev
2010-07-09 12:27:53 -07:00
Suha Can caef8cd1e8 - Orchard.exe feature list throws when /Summary switch is not used.
--HG--
branch : dev
2010-07-09 11:58:39 -07:00
Suha Can 4d2da358ba Merge
--HG--
branch : dev
2010-07-09 11:48:36 -07:00
Suha Can 1ddfe42b1b - Scaffolding a new module should not add a reference from Orchard.Web to the module project (because dynamic compilation takes care of this now).
- Scaffold a new module should create a default directory structure that matches MVC projects, e.g. Controllers, Views, Models, Scripts, Content...

--HG--
branch : dev
2010-07-09 11:27:43 -07:00
Suha Can 3da92e40f3 - Removing Orchard prefix from modules/controllers created via scaffolding cmds.
--HG--
branch : dev
2010-07-09 09:27:45 -07:00
Suha Can 9597712701 - Invalidating cultures cache when site cultures are modified (add,delete).
--HG--
branch : dev
2010-07-07 11:30:43 -07:00
Suha Can ba34854ae0 Merge
--HG--
branch : dev
2010-07-07 11:16:34 -07:00
Suha Can 857c59de45 - Adding a culture command handler with a few commands related to culture management.
- Moving fr-FR culture to fr

--HG--
branch : dev
2010-07-07 11:15:48 -07:00
Suha Can c191c3ea63 - A command to generate controllers in modules in the scaffolding feature.
--HG--
branch : dev
2010-06-24 13:19:14 -07:00
Suha Can c84e944cbf - Moving around some code in devtools.
--HG--
branch : dev
2010-06-23 18:42:53 -07:00
Suha Can e4b8655129 Merge
--HG--
branch : dev
2010-06-23 18:15:59 -07:00
Suha Can 4c05a4c304 - Tooling: Scaffolding commands for creating Orchard modules via cmd.
--HG--
branch : dev
2010-06-23 18:15:36 -07:00
Suha Can 613cf2afaf - Using $$replacetext$$ in scaffolding templates.
--HG--
branch : dev
2010-06-23 13:38:50 -07:00
Suha Can a7e86760ef - Scaffolding template files for module/controller generation.
--HG--
branch : dev
2010-06-23 13:36:09 -07:00
Suha Can 1e8cbb7a6d - Featurizing DevTools, adding scaffolding and profiling features.
--HG--
branch : dev
2010-06-23 12:23:22 -07:00
Suha Can 70e12c2ff8 Merge
--HG--
branch : dev
2010-06-22 13:01:22 -07:00
Suha Can e8c5addc2d - Adding an item reference content field.
- Moving text content field editor from parts to fields folder.

--HG--
branch : dev
2010-06-22 13:00:42 -07:00
Suha Can b6841043ce - Dynamic field metadata import/export and part definition storage/alteration.
--HG--
branch : dev
2010-06-21 18:23:41 -07:00
Suha Can a1cc5d579b - A couple basic test cases for welding fields to parts.
--HG--
branch : dev
2010-06-17 12:44:19 -07:00
Suha Can dd6e3d3806 - Some modifications to last fork to bring it up to date with latest dev.
--HG--
branch : dev
2010-06-17 10:57:00 -07:00
Suha Can 57991424e5 - A text content field in the common module.
--HG--
branch : dev
2010-06-15 11:41:35 -07:00
Suha Can a5833533f9 - Handler for content fields.
- Relies on the Activated event to weld fields to parts.
- New event Initializing added to the content management lifecycle, old Activated event is now Initializing.
- Unifying part and field template result classes.
- Refactoring.

--HG--
branch : dev
2010-06-14 13:12:41 -07:00
Suha Can e7c7ae79e0 - ContentPartDefinitionBuilder
--HG--
branch : dev
2010-06-11 11:51:17 -07:00
Suha Can 699987217f - Modifying Has and Get methods of the ContentPart, parts can contain multiple fields of the same type.
--HG--
branch : dev
2010-06-11 11:32:46 -07:00
Suha Can 3aa7683e3a - Adding fields list to part, has/get/weld methods for ContentPart.
- ContentPartDefinition.Field.

--HG--
branch : dev
2010-06-10 14:58:49 -07:00
Suha Can 1429574665 - Infrastructure work towards ContentFields.
- Saving/Saved events
- Some work on the content field definition, driver, driver handlers...

--HG--
branch : dev
2010-06-10 13:38:17 -07:00
Suha Can 519fc0cceb - <%: %> continued.
--HG--
branch : dev
2010-06-09 13:29:01 -07:00
Suha Can 20eb19569f - Changes related to <%: %> changes.
--HG--
branch : dev
2010-06-09 13:16:19 -07:00
Suha Can a1326e6e67 - More changes related to moving to <%: %>
--HG--
branch : dev
2010-06-09 12:02:40 -07:00
Suha Can 0971adbe5d Merge
--HG--
branch : dev
2010-06-09 11:49:16 -07:00
Suha Can 521b415f88 - Adding a method to the CultureManager to return the default site culture (as opposed to current culture)
--HG--
branch : dev
2010-06-08 16:56:02 -07:00
Suha Can 1f03a7120d - Changing where we alter type definitions in the setup service so the types can be initialized with the right parts.
--HG--
branch : dev
2010-06-08 16:25:56 -07:00
Suha Can 5c0a0cbe8a - Adding a base driver for the localized part on which UI work can be built.
--HG--
branch : dev
2010-06-08 13:54:50 -07:00
Suha Can 77a49e2000 - Patch from Aaron Rhoads concerning:
Non-Rooted Theme Images - Corporate and Contoso
  Non-Rooted Admin/MenuItems Add-New Form

--HG--
branch : dev
2010-06-08 12:37:33 -07:00
Suha Can af30f68fb8 Merge
--HG--
branch : dev
2010-06-07 16:00:56 -07:00
Suha Can e594abc463 - A handler for localized part.
- Finishing up the infrastructure support for content item localization.

--HG--
branch : dev
2010-06-07 16:00:22 -07:00
Suha Can 493f7d060d Merge
--HG--
branch : dev
2010-06-07 12:29:56 -07:00
Suha Can 83db8e0b42 - More work on the citem localization, still early stages (updates to services and models).
--HG--
branch : dev
2010-06-07 12:29:29 -07:00
Suha Can 887439352d - Adding a module for content item localization.
--HG--
branch : dev
2010-06-07 11:22:40 -07:00
Suha Can fbe3f982ac - Patch by ArturDwornik fixing the Login forms for Contoso and Corporate. 2010-06-04 14:16:20 -07:00
Suha Can 9fa486a559 Merge 2010-06-04 12:35:16 -07:00
Suha Can 74fb2c2ffd Merge 2010-06-04 12:12:15 -07:00
Suha Can 2719f2e52c - Commenting the resource manager.
--HG--
branch : dev
2010-06-04 11:01:34 -07:00
Suha Can a712d04743 - Comment in the websitefolder to remind me to fix a bug in directory monitoring.
--HG--
branch : dev
2010-06-03 17:06:19 -07:00
Suha Can 6a12f2b710 - Caching parsed cultures and adding file monitors to avoid reparsing.
--HG--
branch : dev
2010-06-03 16:48:49 -07:00
Suha Can 43f1031054 - Adding localizers to admin menu providers.
- A few missing localized strings and french translations were added. Need native french speakers to fully translate Orchard in french.

--HG--
branch : dev
2010-06-03 15:47:35 -07:00
Suha Can c677737a0d - culture fallback to parent/neutral when resolving localized strings.
--HG--
branch : dev
2010-06-03 12:48:26 -07:00
Suha Can 78d5759881 - po file merging from various locations.
--HG--
branch : dev
2010-06-03 11:33:16 -07:00
Suha Can 521ba68b61 - fr-FR po file and culture addition.
--HG--
branch : dev
2010-06-02 18:31:57 -07:00
Suha Can 46e6e1e930 - Resource manager processes po files, scope fallback.
--HG--
branch : dev
2010-06-02 16:24:05 -07:00
Suha Can 3064a5fcb7 - Making Localizer T properties public so the culture aware localizer can be injected.
- Some improvements to the resource manager.

--HG--
branch : dev
2010-06-02 13:54:50 -07:00
Suha Can 5051dd7dae - .po file for en-US culture containing strings from the orchard code base.
--HG--
branch : dev
2010-06-02 12:30:56 -07:00
Suha Can 9c99b64044 - Correcting some localization calls to include formatted strings.
--HG--
branch : dev
2010-06-02 11:48:10 -07:00
Suha Can 417ab3eadf - Refactoring in the Orchard.Localization namespace and folders before things grow out of control.
--HG--
branch : dev
2010-06-01 17:09:26 -07:00
Suha Can 413a943194 - Localizer to use CultureManager, ResourceManager to translate strings.
- Stub ResourceManager implementation.
- Some test updates.

--HG--
branch : dev
2010-06-01 16:25:29 -07:00
Suha Can c37ee71c16 - ICultureSelector to set current request culture.
- Default implementation uses site setting with a low priority.
- Tests.

--HG--
branch : dev
2010-06-01 15:00:28 -07:00
Suha Can c15566fd9c - An ICultureManager implementation for culture management.
- Setting default culture in setup.
- Tests for ICultureManager, culture name validation etc

--HG--
branch : dev
2010-06-01 13:26:16 -07:00
Suha Can ba5fd588d1 - PERF: Fix the role based auth service to not recalculate permission checks again and again.
- Adding some comments to the authorization event handler interface.

--HG--
branch : dev
2010-05-18 13:25:53 -07:00
Suha Can d5cdc0d37e - ICacheManager and ICache interfaces and default implementations for an Orchard cache.
- Unit tests.

--HG--
branch : dev
2010-05-14 14:15:06 -07:00
Suha Can cbdadf1862 - Adding some basic perf test cases.
--HG--
branch : dev
2010-05-13 12:18:07 -07:00
Suha Can 7ec0dc57ee - Making IEventHandler an IDependency and related changes to the event bus and the shell container factory.
- Refactoring ZoneManager to use IEventHandlers.
- Other related changes to event handler based components, removing unneeded looping through handlers in the component since the event bus does that.

--HG--
branch : dev
2010-05-12 19:07:03 -07:00
Suha Can dcdbbcf210 - Modifying feeds module to use eventhandlers.
--HG--
branch : dev
2010-05-12 16:11:30 -07:00
Suha Can 9689f2af41 - Moving scheduled tasks to use IEventHandler.
--HG--
branch : dev
2010-05-12 15:04:39 -07:00
Suha Can 849336d058 - Moving Authorization service to the new event system.
--HG--
branch : dev
2010-05-12 13:31:33 -07:00
Suha Can 136452a7cd - Renaming some event test cases.
--HG--
branch : dev
2010-05-11 16:22:50 -07:00
Suha Can 2d24ef8543 - Finishing up mapping of events to handlers.
- A few test cases for edge conditions around parameter mapping.

--HG--
branch : dev
2010-05-11 15:52:35 -07:00
Suha Can 1385bcb8a2 - Marking event test cases relying on old event handler system as obsolete.
--HG--
branch : dev
2010-05-11 12:49:07 -07:00
Suha Can 885346237d - Some more tests around parameter order in event handler dispatch.
--HG--
branch : dev
2010-05-11 12:46:10 -07:00
Suha Can 404e7c3f41 - EventBus dispatching parameters to eventhandlers.
- Tests (basic cases, edge cases to follow).

--HG--
branch : dev
2010-05-11 12:43:41 -07:00