Commit Graph

1200 Commits

Author SHA1 Message Date
Andre Rodrigues
2c6873dc8c Adding setting to common part owner as well with default set to true. Removing incorrect permission check, adding missing UTC conversion.
--HG--
branch : 1.x
2011-05-11 14:30:31 -07:00
Andre Rodrigues
755df9e913 #17772: Making creation date editable on blog posts and pages by making it a setting on the common part
--HG--
branch : 1.x
2011-05-11 14:08:22 -07:00
Suha Can
72b34307be #17782: Reports Module - Inconsistent Permissions
Contributed by ldhertert.

--HG--
branch : 1.x
2011-05-09 13:10:51 -07:00
Nathan Heskew
d3f31eb116 Making the rest of the copy on the admin dashboard localizable.
work item: 17724

--HG--
branch : 1.x
2011-05-09 11:01:15 -07:00
Renaud Paquay
71978e3e37 Fix Logger and Localizer properties to be public
If they are not public, they are not injected (no private
reflection in Medium Trust)

--HG--
branch : 1.x
2011-04-10 18:37:31 -07:00
Renaud Paquay
e39a034091 Merge
--HG--
branch : 1.x
2011-04-08 11:50:25 -07:00
Nathan Heskew
9981dfe3ff Fixing the admin menu icon position for the content types in the "New" group.
--HG--
branch : 1.x
2011-04-08 11:23:06 -07:00
Renaud Paquay
db3046f68f Fix 1.0 to 1.1 migration issue
SiteSettings are used very early and often in Orchard, so we
can't rely on having the user be able to run migration for
SiteSettings. The workaround for 1.1 is to move the changes
we did to SiteSettings into a new SiteSettings2 Part/Record.

With this change, database compatiblity from 1.0 and 1.1 seems
to be in a good working state on a real blog site.

--HG--
branch : 1.x
2011-04-07 18:29:23 -07:00
Dave Reed
fe38d887bd #17362: Fix UL not using css classes for Lists in Widgets, too.
--HG--
branch : 1.x
2011-04-07 17:28:16 -07:00
jowall
d2bc28df48 Updated CSS for Advisory on Dashboard and added icon.
--HG--
branch : 1.x
2011-04-07 16:45:07 -07:00
Dave Reed
294d4fb75a #17362: Container widget produces <ul> without identifier of a rendered list
--HG--
branch : 1.x
2011-04-07 15:31:11 -07:00
Dave Reed
a4e6f8e549 #17682: Content can not change from "Add to a list" to "None"
--HG--
branch : 1.x
2011-04-07 12:31:23 -07:00
jowall
05d66c171b Updated Settings titles.
--HG--
branch : 1.x
2011-04-07 11:14:46 -07:00
Dave Reed
c0d8faebe1 Merge
--HG--
branch : 1.x
2011-04-07 10:16:34 -07:00
jowall
f61fda1190 Updated titles on setttings screens.
--HG--
branch : 1.x
2011-04-06 15:55:39 -07:00
Nathan Heskew
5f28ffaa86 Adding the ability to put (CSS) classes on menu items.
Making use of it by adding a "collapsed" class to the admin menu's settings
top-level item to have it collapse by default (with some adjustment to the admin.js)

work item: 17599

--HG--
branch : 1.x
2011-04-06 14:09:54 -07:00
Andre Rodrigues
dbb4fbd13e Replacing hardcoded links in the dashboard.
--HG--
branch : 1.x
2011-04-06 12:39:09 -07:00
Sebastien Ros
81b28e9d26 Merge
--HG--
branch : 1.x
2011-04-05 18:11:38 -07:00
jowall
84f606bfd7 Added installed image to Gallery.
--HG--
branch : 1.x
2011-04-05 17:40:44 -07:00
Michael Dorian Bach
e8b1f2bf7c Merge
--HG--
branch : 1.x
2011-04-05 15:42:27 -07:00
Michael Dorian Bach
68d262c130 Completed dashboard for Orchard 1.1
--HG--
branch : 1.x
2011-04-05 15:42:00 -07:00
Dave Reed
e63a150ce1 Merge
--HG--
branch : 1.x
2011-04-05 15:02:31 -07:00
Dave Reed
e964798de2 #17666: having 1 (or more) content types containing ContainerPart but not RoutePart brings down entire ContainablePart
- Containable does not rely on RoutePart to get the title, it just uses metadata.
- Better display when a container is not routable.

--HG--
branch : 1.x
2011-04-05 15:01:43 -07:00
Sebastien Ros
040c3d78d5 Refactoring permalink redirection based on reviews
--HG--
branch : 1.x
2011-04-05 14:27:12 -07:00
Nathan Heskew
48975f4ca4 Forbidding the use of backslashes in slugs.
work item: 16593

--HG--
branch : 1.x
2011-04-05 13:32:43 -07:00
Michael Dorian Bach
3ad12c5cd3 Basic framework and layout for MIX 11' 1.1 dashboard page in the admin. Continue styling, work and content writing is needed.
--HG--
branch : 1.x
2011-04-04 22:26:07 -07:00
Michael Dorian Bach
75a3a8c1f9 Merge
--HG--
branch : 1.x
2011-04-04 17:09:05 -07:00
Michael Dorian Bach
f48383d1fa Fixes admin search box spacing and jQuery view toggle spacing in FF, Chrome.
--HG--
branch : 1.x
2011-04-04 17:07:39 -07:00
Sebastien Ros
73a3bd5ebc #17365: 404 error when changing Permalink
Work Items: 17365

--HG--
branch : 1.x
2011-04-04 17:02:03 -07:00
Dave Reed
074f434770 #17550: Ensure Razor Intellisense work in all contexts.
--HG--
branch : 1.x
2011-04-04 14:49:14 -07:00
Nathan Heskew
38f1039b7d Changing the usage of "slug" in error messages to "permalink" to match the field's label.
work item: 17417

--HG--
branch : 1.x
2011-04-04 10:50:04 -07:00
Sebastien Ros
24095759e6 #17396: Fixing extra query string parameter when blog is home page
Work Items: 17396

--HG--
branch : 1.x
2011-04-02 17:04:49 -07:00
jowall
9ae58e1906 Update to admin screen titles.
--HG--
branch : 1.x
2011-04-01 12:42:49 -07:00
Suha Can
15366e89e5 Fixing #17500: Change order of menu items to reflect real usage
--HG--
branch : 1.x
2011-03-31 15:44:24 -07:00
Nathan Heskew
23849e7050 Giving the content admin menu items a default icon and fixing their hover and selected states.
work item: 17412

--HG--
branch : 1.x
2011-03-31 14:37:11 -07:00
jowall
4820c55fde New toggle button graphics for modules screen.
--HG--
branch : 1.x
2011-03-31 14:05:37 -07:00
Sebastien Ros
1a8cfef885 #17613: Lists should be orderable by creation date
Work Items: 17613

--HG--
branch : 1.x
2011-03-30 21:23:28 -07:00
Nathan Heskew
12980d09c4 Making sure changes to the (CommonPart) Owner field are applied.
work item: 17143

--HG--
branch : 1.x
2011-03-29 15:59:44 -07:00
Nathan Heskew
2d2ff2d9a4 Fixing the logic for the toggleWhatYouControl show/hide bit.
work item: 17528

--HG--
branch : 1.x
2011-03-29 13:14:04 -07:00
Sebastien Ros
f2586d06d2 Fixing ContentItem.ContentType indexing so it can be queried by search
--HG--
branch : 1.x
2011-03-28 22:13:25 -07:00
Andre Rodrigues
2f4f44f016 #17554: Placing content items transactions within transaction scopes.
--HG--
branch : 1.x
2011-03-28 17:02:48 -07:00
Suha Can
f0d6bdb341 Fixing 17531: The homepage is not checked after imported [4661 (68d8f1db090f)]
--HG--
branch : 1.x
2011-03-28 14:19:32 -07:00
Suha Can
5c1f421c36 Merge contributions -> integration
--HG--
branch : integration
2011-03-26 12:26:26 -07:00
Dave Reed
a29b642e14 Wordsmithing
--HG--
branch : dev
2011-03-25 16:36:43 -07:00
Dave Reed
941d15fbce Bulk actions on content items ensures permission for every item.
--HG--
branch : dev
2011-03-25 16:30:09 -07:00
Dave Reed
1686ccc007 Added default menu position option to AdminMenuPart. If the default position is taken it advances by a minor number (2, 2.1, 2.2, etc). Each type with the part can have a different default position.
--HG--
branch : dev
2011-03-25 15:56:28 -07:00
Dave Reed
750c190354 Help text added to container part editor to explain containable
--HG--
branch : dev
2011-03-25 12:14:06 -07:00
jowall
075152b2de Added text-box classes to menu fields.
--HG--
branch : dev
2011-03-24 17:21:03 -07:00
jowall
19df286e7d Added class to search box on modules screen and bumped down <h2> size.
--HG--
branch : dev
2011-03-24 16:31:52 -07:00
jowall
5ef63519b9 Left aligned pager UI.
--HG--
branch : dev
2011-03-24 16:15:39 -07:00