Nathan Heskew
699dc67381
Cleaning up some admin Create New <something> text and bulk actions style (by giving a more appropriate class)
...
--HG--
branch : dev
2010-07-26 09:56:51 -07:00
Nathan Heskew
f0cef9145a
Fixing an expand/collapse animitation "jumping" bug w/ IE (8)
...
--HG--
branch : dev
2010-07-26 09:40:59 -07:00
Nathan Heskew
02bf4a73f1
Some admin UI updates mostly around blog management
...
--HG--
branch : dev
2010-07-26 08:59:11 -07:00
Nathan Heskew
70e2270ba0
Some work on the content localization create/edit experience
...
--HG--
branch : dev
2010-07-26 04:44:54 -07:00
Nathan Heskew
384daec5dd
Adding a "Translations:" label to the localization display on the front
...
--HG--
branch : dev
2010-07-26 02:35:14 -07:00
Nathan Heskew
18e5a92719
A little tweaking of the search box style in Contoso (theme)
...
--HG--
branch : dev
2010-07-26 02:26:06 -07:00
Nathan Heskew
ca79ee6af7
Fixed the menu's "current" identification
...
--HG--
branch : dev
2010-07-26 01:37:42 -07:00
Nathan Heskew
d27a7575d0
Fixed a spec test to be less theme-specific
...
--HG--
branch : dev
2010-07-26 01:20:44 -07:00
Nathan Heskew
8c2319279e
Some naming and text changes
...
- make name of implicit part on type to hold type fields not lower-cased\
- give type's a more friendly default display name
--HG--
branch : dev
2010-07-26 01:15:41 -07:00
Nathan Heskew
b1a761b640
Giving the TextField display template some markup around the value.
...
--HG--
branch : dev
2010-07-25 23:38:14 -07:00
Nathan Heskew
f1ee35535f
Fixed a bug with the display of the expand/collapse glyph in chrome
...
--HG--
branch : dev
2010-07-25 22:55:42 -07:00
Nathan Heskew
a5cc6921d5
Fixed a bug with the client settings cookie pathing in IE
...
--HG--
branch : dev
2010-07-25 22:54:15 -07:00
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