Commit Graph
3796 Commits
Author SHA1 Message Date
Dave Reed 6d52280a16 #16855: When adding a field you may no longer use spaces or special characters (breaks overrides and searching). Added a 'hint' to the UI for the format.
--HG--
branch : dev
2010-12-01 13:06:37 -08:00
Dave Reed 59a874aa28 #16897: Adding back the Orchard generator meta tag.
Its a default MetaEntry like before.

--HG--
branch : dev
2010-12-01 12:50:21 -08:00
Dave Reed 40ea652bf2 Removing more Areas as modules code.
--HG--
branch : dev
2010-12-01 12:02:26 -08:00
Dave Reed 93f26469fb Merge
--HG--
branch : dev
2010-12-01 11:41:58 -08:00
Dave Reed aad6d6a309 #16748: Removing AreaExtensionLoader
--HG--
branch : dev
2010-12-01 11:40:56 -08:00
Nathan Heskew 91f21001df Fixing the display of links to localized versions of the displayed content item to appropriately restrict by published state
work item: 16620

--HG--
branch : dev
2010-12-01 11:01:08 -08:00
Nathan Heskew 62fb3e8eb5 Merge
--HG--
branch : dev
2010-12-01 00:53:21 -08:00
Nathan Heskew 381f70d47c Making it so when a content item is set as the home page it's only accessible as the home page and not at its path
- current implication for blogs is that if a blog is set as the home page its posts are then all rooted (e.g. if a blog at
  /blog is set as the home page then it's available at / and a post at, say, /my-post instead of /blog/my-post). There should
  maybe be a setting to alter the paths of the posts but (1) that's a pain at the moment, (2) hacking the URL by removing
  the post slug would result in a 404 instead of redirecting to /, the path of the blog - we don't handle redirects of that
  nature - and (3) the ability to root a blog in this manner *has* been requested by some.

--HG--
branch : dev
2010-12-01 00:51:42 -08:00
Renaud Paquay 2d032e59d2 Merge
--HG--
branch : dev
2010-11-30 23:21:29 -08:00
Renaud Paquay 7b14eced5b Improve performance of GetFeaturesThatNeedUpdate
This improves (~25%) the response time of _every_ admin page,
as the GetFeaturesThatNeedUpdate method is called once per page
to figure out if an admin notification should be displayed
about features needed to update.

There were 2 issues:
1. Using (and compiling) a regular expression is expensive to match
   a simple "UpdateFrom[n]" pattern.
2. Reading each row of the data migration table is more expensive than
   reading everything in one shot (the number of rows is alway going to be
   small, as there is one row per feature)

--HG--
branch : dev
2010-11-30 23:20:19 -08:00
Sebastien Ros dd7b718852 Filtering user defined content parts for editing
Work Item: 16710

--HG--
branch : dev
2010-11-30 18:17:00 -08:00
Sebastien Ros d7441c9301 Merge
--HG--
branch : dev
2010-11-30 17:19:28 -08:00
Sebastien Ros 081a3dc53b Improving lost password functionality
--HG--
branch : dev
2010-11-30 17:19:13 -08:00
Nathan Heskew 2798850a38 Some work on making a blog or (routable) content item inaccessible by its path if it is set as the home page
--HG--
branch : dev
2010-11-30 16:03:01 -08:00
Jonathan Wall 5a08582449 Updated hover state for tags in theme machine.
--HG--
branch : dev
2010-11-30 15:56:50 -08:00
Jonathan Wall 4a474fffac Some updates to the CSS for localization.
--HG--
branch : dev
2010-11-30 15:15:27 -08:00
Andre Rodrigues 6d65acc2de Merge
--HG--
branch : dev
2010-11-30 15:00:47 -08:00
Andre Rodrigues 1f98c41f54 #16893: Publishing and setting localization culture after updateeditor to avoid wrongly overwritting the values.
--HG--
branch : dev
2010-11-30 15:00:21 -08:00
Jonathan Wall 1a486c9489 Made sidebar CSS in admin more generic.
--HG--
branch : dev
2010-11-30 14:23:06 -08:00
Nathan Heskew d6f36f1d45 Merge
--HG--
branch : dev
2010-11-30 14:03:24 -08:00
Nathan Heskew 902769569f Fixing up the RoutePart so a page that is set to be the home page only becomes the home page if the page is published
- previously if the page wasn't immediately published (saved as draft or scheduled for later publishing) it still overrode the home page setting and the home page subsequently became a nice 404 page

--HG--
branch : dev
2010-11-30 14:02:26 -08:00
Nathan Heskew f512e634b1 Adding some spec tests around setting a page as the home page
--HG--
branch : dev
2010-11-30 14:00:21 -08:00
Louis DeJardin 733de4a166 Adding a component to experimental module to capture ioc costing
--HG--
branch : perf
extra : rebase_source : aa936df6717501a84fafce41f8130ced8217fa42
2010-11-30 13:46:13 -08:00
Renaud Paquay 9d7d2d5b12 Merge perf => dev
--HG--
branch : dev
2010-11-30 13:36:13 -08:00
Jonathan Wall b7e6292d69 Fixed search widget rendering in TheThemeMachine. Work Item: 16894
--HG--
branch : dev
2010-11-30 13:24:35 -08:00
Suha Can 3eb270a7b4 PERF: Fixing 16732 5% virtual paths enumerated multiple times
--HG--
branch : perf
2010-11-30 13:19:15 -08:00
Jonathan Wall 965f2c5013 Removed blog specific CSS from TheTemeMachine. Work Item: 16731
--HG--
branch : dev
2010-11-30 12:38:01 -08:00
Suha Can 43f5c282ec PERF: Fixing 16733 '\' is incorrectly used in virtual paths--should be '/'
--HG--
branch : perf
2010-11-30 12:15:38 -08:00
Andre Rodrigues de4103dc89 Setting container conditionally to account for contentitems that do not have commonparts.
--HG--
branch : dev
2010-11-30 11:13:42 -08:00
Renaud Paquay d97b2aacb0 Merge
--HG--
branch : dev
2010-11-30 11:05:31 -08:00
Renaud Paquay 9366f79f5a Fixing error from previous merge
--HG--
branch : dev
2010-11-30 10:30:36 -08:00
Nathan Heskew b136fbe02b Merge
--HG--
branch : dev
2010-11-30 08:36:12 -08:00
Nathan Heskew ad7deee2cb Fixing some spec tests
--HG--
branch : dev
2010-11-30 08:35:34 -08:00
Andre Rodrigues 4a461374eb Merge
--HG--
branch : dev
2010-11-29 17:58:55 -08:00
Sebastien Ros 11c2fc9242 Fixing "index refresh" command
Work Item: 16844

--HG--
branch : dev
2010-11-29 17:50:20 -08:00
Andre Rodrigues 264fdb0979 Merge
--HG--
branch : dev
2010-11-29 17:37:22 -08:00
Andre Rodrigues 9b995953d5 Improving user messages.
--HG--
branch : dev
2010-11-29 17:37:05 -08:00
Sebastien Ros 40b89a2567 Adding the new Scripting module to Azure solution, and defining an auto generated MachineKey
--HG--
branch : dev
2010-11-29 17:35:48 -08:00
Andre Rodrigues c68206c19f #16872: Setting contentitem container. Fixing publish now.
--HG--
branch : dev
2010-11-29 17:21:14 -08:00
Renaud Paquay 24ef2adb9e Merge perf => dev
--HG--
branch : dev
2010-11-29 16:44:10 -08:00
BertrandLeRoy 47725ae961 Merge
--HG--
branch : dev
2010-11-29 16:09:57 -08:00
BertrandLeRoy c8ba47c9e5 Removing inappropriate title, fixing /p.
--HG--
branch : dev
2010-11-29 16:09:31 -08:00
Nathan Heskew a30374780e Updating the RoutePart slug prefix display in the editor to cope with not being in a vdir.
Related to #16496 which was already fixed a w/ another bug a little earlier but a double '/' appears when the app is not in a vdir.

work item: 16496

--HG--
branch : dev
2010-11-29 16:07:12 -08:00
Nathan Heskew de949ccdfc Adding some spec tests for the routeable part's slug prefix display in the editor (for blogs)
--HG--
branch : dev
2010-11-29 16:01:46 -08:00
BertrandLeRoy 106bb8322d Small correction to the home page text post-setup, plus making it localizable.
--HG--
branch : dev
2010-11-29 16:00:43 -08:00
BertrandLeRoy 49d446f645 Revising the post-setup homepage content. http://orchard.codeplex.com/workitem/16773
--HG--
branch : dev
2010-11-29 15:51:08 -08:00
Dave Reed ff8eceefc9 Merge
--HG--
branch : dev
2010-11-29 15:00:46 -08:00
Dave Reed b1f88725b0 #16692: Better stack trace when loading a module fails because the types cannot be exported.
--HG--
branch : dev
2010-11-29 15:00:04 -08:00
Jonathan Wall 7105848138 Added CSS for notifications in TheTemeMachine. Work Item: 16818
--HG--
branch : dev
2010-11-29 14:52:15 -08:00
Dave Reed aec516a89e Merge
--HG--
branch : dev
2010-11-29 14:17:07 -08:00