Commit Graph
2067 Commits
Author SHA1 Message Date
Nathan Heskew e8bd79e485 Fixed the title for content item display in the Contoso theme
--HG--
branch : dev
2010-07-25 16:53:05 -07:00
Renaud Paquay 39ab96e05f Fix LiveWriter blog post creation
We weren't setting the new "Path" property

--HG--
branch : dev
2010-07-25 12:16:16 -07:00
Renaud Paquay 300db24a5f Merge
--HG--
branch : dev
2010-07-25 11:50:45 -07:00
Renaud Paquay 590613786d Fix issue with Contoso and gallery pictures
We now support the BBCode syntax for static html files
serving as the basis for Widgets. All this stuff is still
futures work, but we needed a temporary solution for Alpha.

Here is the new syntax for one of the Widget file:

<div id="slider">
  <ul>
    <li>[img]~/Themes/Contoso/Content/Images/Gallery/feature01.jpg[/img]</li>
    <li>[img]~/Themes/Contoso/Content/Images/Gallery/feature02.jpg[/img]</li>
    <li>[img]~/Themes/Contoso/Content/Images/Gallery/feature03.jpg[/img]</li>
  </ul>
</div>

--HG--
branch : dev
2010-07-25 11:50:23 -07:00
Nathan Heskew 46af6ee2f2 Small fix to the search input & button alignment in the Contoso theme
--HG--
branch : dev
2010-07-25 02:43:56 -07:00
Nathan Heskew 8a33ee043a Updating the features admin UI to drop the "Core" category to the bottom of the page
--HG--
branch : dev
2010-07-25 02:36:21 -07:00
Nathan Heskew 89864bee85 A little more cleanup for the content type/part edit UI
--HG--
branch : dev
2010-07-25 02:05:48 -07:00
Nathan Heskew 625b1fb678 Updating the content type/part management UI with some expand/collapse bits and a little UI cleanup
--HG--
branch : dev
2010-07-25 01:12:07 -07:00
Renaud Paquay 0d4b1e6c42 Fixing build break
--HG--
branch : dev
2010-07-24 18:35:13 -07:00
Renaud Paquay 22f44dcf94 Remove workaround for reloading extensions
We don't need this anymore since we have a custom
IVirtualPathMonitor implementation, which is more deterministic.

--HG--
branch : dev
2010-07-24 18:30:01 -07:00
Renaud Paquay db8d38224a Specialize IVirtualPathMonitor for command line host
More deterministic behavior and no file locking at
the expense of performance.

--HG--
branch : dev
2010-07-24 18:24:44 -07:00
Renaud Paquay 72d52caa03 Fix typo
--HG--
branch : dev
2010-07-24 18:22:46 -07:00
Renaud Paquay 4d8a459c0e orchard.exe now uses CommandHostContextProvider
--HG--
branch : dev
2010-07-24 17:34:41 -07:00
Renaud Paquay 639961ca93 Move classes to Orchard project (for sharing)
--HG--
branch : dev
rename : src/Tools/OrchardCli/CommandHostContext.cs => src/Tools/Orchard/HostContext/CommandHostContext.cs
rename : src/Tools/OrchardCli/CommandHostContextProvider.cs => src/Tools/Orchard/HostContext/CommandHostContextProvider.cs
rename : src/Tools/OrchardCli/ICommandHostContextProvider.cs => src/Tools/Orchard/HostContext/ICommandHostContextProvider.cs
2010-07-24 16:55:04 -07:00
Renaud Paquay 6afd8a0a68 Workaround issue with creating a module from command line
I'm not quite sure why, but when creating a new module using
the scaffolding command, the FileChangeMonitor doesn't detect a new
directory has been added in "~/Modules". Added an explicit call to
the OrchardHost to force reloading of extensions.

--HG--
branch : dev
2010-07-24 16:16:32 -07:00
Renaud Paquay aa3f3ede8b Fix "feature enable" not working from command line
--HG--
branch : dev
2010-07-24 15:32:16 -07:00
Renaud Paquay d56502e751 Add "cls" command
--HG--
branch : dev
2010-07-24 15:12:52 -07:00
Renaud Paquay 768037b659 Tweaking notification messages
--HG--
branch : dev
2010-07-24 15:03:13 -07:00
Renaud Paquay 677cfd3c6f Implement retry logic when AppDomain has been unloaded
--HG--
branch : dev
2010-07-24 14:48:48 -07:00
Renaud Paquay 388ea9e553 Implement retry logic when host needs to be restarted
--HG--
branch : dev
2010-07-24 14:37:20 -07:00
Renaud Paquay 9907d0c997 Ensure list of extensions is validated when creating standalone env
--HG--
branch : dev
2010-07-24 14:36:45 -07:00
Renaud Paquay db4bf1a177 Remove tenant cache
There was no cache invalidation policy, so remove it

--HG--
branch : dev
2010-07-24 14:36:14 -07:00
Renaud Paquay b61d6fcc63 Interactive orchard command line tool
--HG--
branch : dev
2010-07-24 13:43:38 -07:00
Renaud Paquay 6b09c7e16f Improve error messages
--HG--
branch : dev
2010-07-24 13:41:56 -07:00
Renaud Paquay 133047ee85 Fix typo
--HG--
branch : dev
2010-07-24 13:41:29 -07:00
Nathan Heskew cac6d855fd Getting a search box hooked up on the Contoso theme and giving it and the search page some rough style
--HG--
branch : dev
2010-07-24 02:34:54 -07:00
Nathan Heskew e6ff7cc711 Changing the async client slugify bit to only do its thing if the slug input is empty
--HG--
branch : dev
2010-07-24 01:14:24 -07:00
Nathan Heskew c6fc71e89d Some updates to the translation experience to the home page setting and slug less likely to be clobbered*
* bit of a small hack, the content localization experience should be revisited before spending much time on fixing this fix

--HG--
branch : dev
2010-07-24 01:03:56 -07:00
Sebastien Ros ec4a444537 The Gallery Feeds get their title from the feed
--HG--
branch : dev
2010-07-23 18:11:54 -07:00
Sebastien Ros 89495ef6cf Implemented authentification for Package publishing commands
--HG--
branch : dev
2010-07-23 17:44:56 -07:00
Renaud Paquay bdcaca8d63 PublishLaterPart should be attachable
--HG--
branch : dev
2010-07-23 16:53:28 -07:00
Renaud Paquay c1707a46ad Merge
--HG--
branch : dev
2010-07-23 16:46:19 -07:00
Renaud Paquay a59a712e98 Fix bug with location override
--HG--
branch : dev
2010-07-23 16:42:17 -07:00
Sebastien Ros a2e4618986 Admin UI experience for Packaging
--HG--
branch : dev
2010-07-23 16:37:25 -07:00
Renaud Paquay 04607286e0 Fix contoso image gallery to work when installed in root
--HG--
branch : dev
2010-07-23 15:39:29 -07:00
Nathan Heskew 9a353040cd Filtering the list of addable parts (when adding them to a type)
--HG--
branch : dev
2010-07-23 15:16:16 -07:00
Renaud Paquay e3a4b6fade Merge
--HG--
branch : dev
2010-07-23 15:00:05 -07:00
Renaud Paquay 860c53bafa Bug fix
--HG--
branch : dev
2010-07-23 14:58:42 -07:00
Nathan Heskew 53520f1d32 Giving page titles to the Contents Create and Edit pages and cleaning up the Orchard.ContentTypes type list a little
--HG--
branch : dev
2010-07-23 14:32:55 -07:00
Nathan Heskew a0227384ca Changing the default theme
--HG--
branch : dev
2010-07-23 14:31:53 -07:00
Nathan Heskew 2077ab964b Adding "set as homepage" functionality to the RoutePart
- Orchard.Pages was already gone and Orchard.Blogs is now gone (made redundant and less functional in a way)

--HG--
branch : dev
2010-07-23 14:30:22 -07:00
Renaud Paquay e2425945ee Don't use "T" for media url tag
--HG--
branch : dev
2010-07-23 14:07:47 -07:00
Renaud Paquay 877d49779e Build local enlistement in addition to "OutputFolder"
--HG--
branch : dev
2010-07-23 12:46:03 -07:00
Renaud Paquay 825320405c Fix command host retry logic
--HG--
branch : dev
2010-07-23 12:45:24 -07:00
Renaud Paquay aae87c177f Rename commands
--HG--
branch : dev
2010-07-23 11:24:45 -07:00
Renaud Paquay a571b04e4e Merge
--HG--
branch : dev
2010-07-23 11:11:59 -07:00
Renaud Paquay 66b6908627 Fix SpecFlow tests
--HG--
branch : dev
2010-07-23 11:11:03 -07:00
Nathan Heskew a888a4ef77 Making content part names a little more friendly in the UI
--HG--
branch : dev
2010-07-23 11:10:44 -07:00
Nathan Heskew cd6043aeb3 Removing Orchard.Pages (Page type covered by core app features: Contents, Common, PublishLater, Route, Comments, Tags & Localization)
--HG--
branch : dev
2010-07-23 09:46:02 -07:00
Nathan Heskew 85d056ea92 HasWidgets -> WidgetsPart; Widget -> WidgetPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Futures.Widgets/Controllers/WidgetHandler.cs => src/Orchard.Web/Modules/Futures.Widgets/Handlers/WidgetsPartHandler.cs
rename : src/Orchard.Web/Modules/Futures.Widgets/Models/Widget.cs => src/Orchard.Web/Modules/Futures.Widgets/Models/WidgetPart.cs
rename : src/Orchard.Web/Modules/Futures.Widgets/Models/HasWidgets.cs => src/Orchard.Web/Modules/Futures.Widgets/Models/WidgetsPart.cs
2010-07-23 08:44:33 -07:00