Commit Graph

1200 Commits

Author SHA1 Message Date
Suha Can
7842a0f79b Merge recipe -> dev
--HG--
branch : dev
2011-02-22 17:39:29 -08:00
Sebastien Ros
a8254d1e3a Merge
--HG--
branch : dev
2011-02-22 17:27:37 -08:00
Nathan Heskew
c5766465d3 Adding support for editor groups. Still need to hook up dedup and ordering of groupinfos in GetEditorGroupInfos and GetDisplayGroupInfos.
--HG--
branch : dev
2011-02-22 14:51:04 -08:00
Nathan Heskew
21b4db2281 Including some images in csprojs which hadn't been committed.
--HG--
branch : dev
2011-02-22 10:13:33 -08:00
Sebastien Ros
56ab64249d Merge
--HG--
branch : dev
2011-02-21 17:52:10 -08:00
Sebastien Ros
f99e8ab793 Adding ability to override the content of a shape
- Using ShapeDispayingContext.ChildContent to force the HmlString to render

--HG--
branch : dev
2011-02-21 17:49:34 -08:00
Nathan Heskew
0aa6537238 Merge
--HG--
branch : dev
2011-02-21 15:30:55 -08:00
Nathan Heskew
6c5c36f17d Adding admin menu icons for navigation, media, modules, tags, themes, users and widgets.
--HG--
branch : dev
2011-02-21 15:28:55 -08:00
Nathan Heskew
f5d35ca3ae Admin menu icons configured for page, list(s), comments, blog content plus an updated dashboard icon (8 bit)
--HG--
branch : dev
2011-02-21 13:40:32 -08:00
Nathan Heskew
79b1a288b3 Progress made on the menu icons.
- Styles being inherited correctly down to the "New" section's sub items.
- Menu using the TextHint for generating class names instead of the menu text for predictability across localized sites.

--HG--
branch : dev
2011-02-21 12:16:31 -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
Sebastien Ros
9fca99c51b Adding new alternates
- Injected alternates in curent Core/Framework
- Created a new Feature in Orchard.DesignerTools to add Url based alternates (e.g. __url__homepage)
- Added Work<> meta-dependency to inject dependencies in non-dependency enables classes

--HG--
branch : dev
2011-02-21 11:35:54 -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
Renaud Paquay
4883ffa5c9 Merge default => dev
--HG--
branch : dev
2011-02-19 18:14:08 -08:00
Suha Can
1c7e805031 Adding command to create a menu item.
Use the command in the default recipe files.
Remove hardcoded home menu item creation from setup.

--HG--
branch : recipe
2011-02-19 10:30:59 -08:00
Nathan Heskew
90d81f69c1 Some work on letting modules be responsible for their own piece of the menu (wrt menu item icons & style)
--HG--
branch : dev
2011-02-18 15:31:52 -08:00
jowall
80674907a7 Fixed margin on modules page.
--HG--
branch : dev
2011-02-18 12:52:02 -08:00
andrerod
7ffb7e02d4 Delegating title positioning to Layout.cshtml.
--HG--
branch : dev
rename : src/Orchard.Web/Themes/TheAdmin/Views/BeforeContent.cshtml => src/Orchard.Web/Themes/TheAdmin/Views/Title.cshtml
2011-02-17 16:27:21 -08:00
Sebastien Ros
cdc7c86f3b Adding Content alternates
--HG--
branch : dev
2011-02-17 15:31:11 -08:00
Nathan Heskew
fe1362e544 Some work on the admin menu.
Still a work in progress.
Also need to think about splitting the module-specific icons (and relevent CSS) into their own respective modules (not just to see how many CSS files we can get the admin to load on the initial request, BTW)...

--HG--
branch : dev
2011-02-17 10:22:55 -08:00
Sebastien Ros
2bc030e1ca Merge
--HG--
branch : dev
2011-02-16 16:52:17 -08:00
Sebastien Ros
4abf761d4a Removing dead code
--HG--
branch : dev
2011-02-16 16:51:21 -08:00
Dave Reed
165644972a Replacing OpenAjax with a jQuery solution.
--HG--
branch : dev
2011-02-16 14:55:51 -08:00
Andre Rodrigues
1951b30189 Updating titles to new position.
--HG--
branch : dev
2011-02-16 11:04:36 -08:00
Dave Reed
abdfb9a25b Add missing openajax.js
--HG--
branch : dev
2011-02-11 15:39:18 -08:00
Dave Reed
533af426f2 Including OpenAjax.js in admin pages as our client-side event bus.
e.g.:
OpenAjax.hub.subscribe("orchard.someeventname.*, function(name, eventdata) { });
OpenAjax.hub.publish("orchard.someeventname.somethingspecific", eventdata);

--HG--
branch : dev
2011-02-11 15:37:50 -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
Sebastien Ros
02c07875f7 Sanitizing @Display(Model) usage
--HG--
branch : dev
2011-02-09 17:59:52 -08:00
andrerod
5d55e95506 #17111: Correcting fix. Fixing specflows.
--HG--
branch : dev
2011-02-09 00:07:12 -08:00
rukshanperera
4896cca88b Fix issue: 17229 Submitting an empty tag creates a "New Tag Name" tag 2011-02-02 11:02:39 +00:00
Dave Reed
11b37286a2 #17286: ResourceManager should allow condition to be applied.
Actually, it did, but this wasn't useful for stylesheets that wanted a different 'media' type. You can now set any attribute in addition to the condition, which would also be great for scripts if you need to set an ID or other script attribute.

--HG--
branch : dev
2011-01-31 20:49:30 -08:00
Dave Reed
9adfa13a56 #17237: Multiple clicks of Sign-in link cause multiple ReturnUrl values to be appended
--HG--
branch : dev
2011-01-31 16:36:23 -08:00
Renaud Paquay
99e4ed8857 Updating version #s to match 1.0 release
--HG--
branch : 1.x
2011-01-17 15:04:57 -08:00
Suha Can
dc81f4c8a6 Porting contribution from Kevin Labranche. Fix for 17111
--HG--
branch : 1.x
2011-01-14 11:48:06 -08:00
Renaud Paquay
94563832d9 Updating version # to 1.0
--HG--
branch : 1.x
2011-01-11 16:47:30 -08:00
Renaud Paquay
9dde617b29 Merge and fix remaining few permission checks
--HG--
branch : 1.x
2011-01-10 13:53:33 -08:00
Renaud Paquay
66a056cf0a Merge
--HG--
branch : 1.x
2011-01-10 13:31:20 -08:00
Renaud Paquay
37909d97a4 Merge
--HG--
branch : 1.x
2011-01-07 23:52:32 -08:00
Renaud Paquay
ddb728c181 Work Item: 17116
--HG--
branch : 1.x
2011-01-07 22:40:20 -08:00
Renaud Paquay
ea75c55830 Make UI resilient to delete user
Work Item: 17101

--HG--
branch : 1.x
2011-01-07 22:28:46 -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
Renaud Paquay
aa8d357998 Fix issue with published and modified dates not properly set
--HG--
branch : 1.x
2011-01-06 18:43:26 -08:00
Sebastien Ros
f86c4b1375 Converting the LogOn view to a shape, and adding a ShapeResult to render shapes as an ActionResult without the need of a dedicated view
Work Item: 17046

--HG--
branch : 1.x
2011-01-06 15:29:28 -08:00
Sebastien Ros
49ce0f3e7a Adding link to change password view
Work Item: 16341

--HG--
branch : 1.x
2011-01-06 10:55:53 -08:00
andrerod
9838c67424 #17051: Correcting a few wrong handlers Loaded -> Loading. Adding handlers to hook loaders on Versioning.
Fixing small permissions issue on live writter so that the user only gets the blogs that he can edit.

--HG--
branch : 1.x
2010-12-17 17:40:30 -08:00
Louis DeJardin
6358ad20ff Adjusting permission names which weren't clear from the spec
--HG--
branch : 1.x
2010-12-15 21:54:25 -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
709101c210 Simplifying slugeventhandler to leverage event bus functionality.
--HG--
branch : dev
2010-12-14 23:43:49 -08:00
Nathan Heskew
6bd7e40958 Enabling pre-dating of content from Live Writer
--HG--
branch : dev
2010-12-14 13:45:58 -08:00
Nathan Heskew
f40a725c33 More blog post published date cleanup WRT Live Writer
--HG--
branch : dev
2010-12-14 13:44:14 -08:00