Commit Graph
1380 Commits
Author SHA1 Message Date
Sebastien Ros 727647a043 Added Blog commands (Create, Import)
--HG--
branch : dev
2010-06-03 17:41:04 -07:00
Sebastien Ros cac40c37a6 Modified DefaultContentManager to trigger Publishing handlers when Create() is called with Version.Publish argument
--HG--
branch : dev
2010-06-03 17:40:33 -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
Bertrand Le Roy 3c334d0201 Merge
--HG--
branch : dev
2010-06-03 16:23:26 -07:00
Bertrand Le Roy 95c852ca2a Some corrections to French po file.
--HG--
branch : dev
2010-06-03 16:22:36 -07:00
Nathan Heskew dcc51f28c6 A search box for anyone.
- pulled the search box out into its own partial
- added a search filter that sticks the search form partial into the search zone
- added the search zone to the top of the classic theme's sidebar

--HG--
branch : dev
2010-06-03 16:17:31 -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
Sebastien Ros 5084d2b4dd Corrected blog post handler for background tasks
--HG--
branch : dev
2010-06-03 14:54:35 -07:00
Nathan Heskew 4f711f1e23 Utilizing the IIndexManager in the SearchService instead of directly hitting the provider (since there might not be one)
--HG--
branch : dev
2010-06-03 14:36:38 -07:00
Nathan Heskew 4ea06dd16d Changed query param name for search to 'q' from 'Term'
- also flipped ValidateInput for the controller off and tweaked the action for easier reading

--HG--
branch : dev
2010-06-03 14:23:45 -07:00
Nathan Heskew b4eade4d4d Start of the search UI
- includes a single search/results page (URL needs to change, currently @ /Search/Search when the feature is enabled)

--HG--
branch : dev
2010-06-03 14:04:50 -07:00
Sebastien Ros bf665f71c4 Background indexing tasks can now delete existing indexes
Added new column to store the action type (update, delete)
Added new overloads to handle multiple indexing actions in the same transaction

--HG--
branch : dev
2010-06-03 13:12:07 -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
Jonathan Wall 0fb6ece9a9 Added drop shadows to manage features page.
--HG--
branch : dev
2010-06-03 10:20:40 -07:00
Nathan Heskew 747f149042 Merge
--HG--
branch : dev
2010-06-03 09:33:27 -07:00
Suha Can 521ba68b61 - fr-FR po file and culture addition.
--HG--
branch : dev
2010-06-02 18:31:57 -07:00
Sebastien Ros 54c57ac99d Excluded html tags from indexed body content
--HG--
branch : dev
2010-06-02 17:41:56 -07:00
Sebastien Ros 923621bbbf Corrected syntax error
--HG--
branch : dev
2010-06-02 17:19:15 -07:00
Sebastien Ros 8ce241434b Configured tokenization and storage for current indexed fields
Properties like dates, and slug should not be tokenized. Body is not stored.

--HG--
branch : dev
2010-06-02 17:17:40 -07:00
Sebastien Ros cb3ab26859 Populate search index snapshots from main handlers (common, body and routable)
--HG--
branch : dev
2010-06-02 16:52:52 -07:00
Suha Can 46e6e1e930 - Resource manager processes po files, scope fallback.
--HG--
branch : dev
2010-06-02 16:24:05 -07:00
Nathan Heskew b2112a79f6 A bit of CSS cleanup and reorg
--HG--
branch : dev
2010-06-02 16:23:03 -07:00
Sebastien Ros e5d57d2bc2 Added missing binaries
--HG--
branch : dev
2010-06-02 16:08:43 -07:00
Sebastien Ros 015a0503bb Created indexing/search default implementation with Lucene
IIndexManager to handle the available IIndexProvider instances
ISearchBuilder created from the used IIndexProvider to create search queries
Indexing background task records
Background service to execute indexing tasks
Unit tests for indexing and searching

--HG--
branch : dev
2010-06-02 15:56:54 -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
Nathan Heskew 42292c8612 Adding an IE-specific CSS for 7&8 (there's already an IE6 CSS)
--HG--
branch : dev
2010-06-02 12:39:00 -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
Nathan Heskew a034d9ce49 Changing the excerpt helper to not encode
--HG--
branch : dev
2010-06-01 15:54:50 -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
Nathan Heskew e8e8158ff3 Adding some simple UI (and stubbed action) for module installation
--HG--
branch : dev
2010-06-01 12:29:23 -07:00
Nathan Heskew dbbd1d2042 Adjusting the template zone location for the comment count and blog post metadata templates
--HG--
branch : dev
2010-06-01 11:39:56 -07:00
Nathan Heskew 2a7918f17c Fixing* the content "widget" edit wrapper again by making the template invalid.
*wrapper templates (and list/list-item...and...) necessary for the v1 UI composition story

--HG--
branch : dev
2010-06-01 10:12:00 -07:00
Louis DeJardin 50b940dba9 Merge
--HG--
branch : dev
2010-05-28 16:26:06 -07:00
Louis DeJardin 596729a2ce Removing obsolete eventbus interface, firing shell activated/terminated events in isolated scope, fixing tests
--HG--
branch : dev
2010-05-28 16:24:57 -07:00
Nathan Heskew b9b02473c9 Fixed feature layout margins in the features' card UI
--HG--
branch : dev
2010-05-28 15:43:53 -07:00
Nathan Heskew 06abffce60 A little cleanup for the switchable view and features UI
--HG--
branch : dev
2010-05-28 15:30:07 -07:00
Nathan Heskew 19c2f0e1c1 Added a switchable view interface for the features UI* and cleaned up a little more
* can be pulled back into the base eventually

--HG--
branch : dev
2010-05-28 15:17:33 -07:00
Louis DeJardin 52ef9f3c8c Removing some obsolete install/feature state code
Changing blog/page slug updater to use orchard shell events interface
Changing default role/permission to use feature install event
Renaming state manager/provider to be consistent with other components

--HG--
branch : dev
2010-05-28 14:01:10 -07:00
Louis DeJardin 13f44990ca Working on feature activation lifecycle
Rationalizing some record names
Adding a shell feature concept, with Install and Enable states of rising/up/falling/down
Host has capability of firing a named event with an explicit configuration - needed for controlled execution of rising/falling state changes notifications

--HG--
branch : dev
2010-05-28 13:03:57 -07:00
Nathan Heskew 9aec6871bd Some work on the module management page and making some CSS a bit more generic.
--HG--
branch : dev
2010-05-27 16:05:01 -07:00
Jonathan Wall 0fec7c869f Changed the font-size of the h3 tag on the Manage Features page.
--HG--
branch : dev
2010-05-26 16:40:03 -07:00
Renaud Paquay 01c7e29db2 Fix unit test memory leak
Shutdown ASP.NET AppDomains after running each SpecFlow scenario.

--HG--
branch : dev
2010-05-22 17:50:18 -07:00
Renaud ef34e58ed5 A few more changes related to .NET 4.0 port
--HG--
branch : dev
2010-05-22 16:48:08 -07:00
Renaud f96785b7f2 Fix nunit config file to force running in .NET 4.0
--HG--
branch : dev
2010-05-22 11:59:00 -07:00