Commit Graph

1466 Commits

Author SHA1 Message Date
Sipke Schoorstra
8a6cc4dc04 #19766: Indenting child <ul>.
--HG--
branch : 1.x
2013-05-30 12:27:10 +02:00
Sipke Schoorstra
e39c63e0c0 #19766: Correcting MenuItem markup.
--HG--
branch : 1.x
2013-05-30 12:22:01 +02:00
Sebastien Ros
5a3da26a38 #19712: Fixing debug mode setting display
Work Item: 19712

--HG--
branch : 1.x
2013-05-28 10:57:16 -07:00
Sebastien Ros
6cbb51787f #19457: Allowing draft elements to be added to the navigation
If the resulting MenuItemLink is empty, don't display it in the navigation

Work Item: 19457

--HG--
branch : 1.x
2013-05-24 15:57:02 -07:00
Sebastien Ros
9bb1009400 #19552: Fixing VersionCreatedUtc assignment
Work Item: 19552

--HG--
branch : 1.x
extra : rebase_source : 42a102ed01ed45e3ef344c94b584c32c030544df
2013-05-24 11:58:36 -07:00
Sebastien Ros
633bed1677 #19714: Fixing possible NRE in MenuItemLink shape
Work Item: 19714

--HG--
branch : 1.x
2013-05-20 16:22:04 -07:00
Sebastien Ros
d9e63b0e38 #19500: Fixing custom links selection path
Work Item: 19500

--HG--
branch : 1.x
2013-05-20 13:42:59 -07:00
Zoltán Lehóczky
caeb25ac43 #19389: Publish draft link is displayed with authorization
Work Item: 19389

--HG--
branch : 1.x
2013-05-18 13:12:03 +02:00
Sebastien Ros
f0b537e36c Backed out changeset: 2e961eac34d1
Was breaking a unit test and didn't cause any overhead

--HG--
branch : 1.x
2013-05-15 11:37:26 -07:00
Zoltán Lehóczky
8f4e7aea08 #19544: Fixing double-escaping of username in the footer that caused names with
accented characters be displayed wrong
Work Item: 19544

--HG--
branch : 1.x
2013-05-15 17:22:16 +02:00
Zoltán Lehóczky
3fef593881 #19380: Removing needless content type definition fetching from CommonPartHandler
Work Item: 19380

--HG--
branch : 1.x
2013-05-15 16:59:31 +02:00
Sipke Schoorstra
ea44b76241 #19205: Adding enctype attribute to form to support file uploads.
Work Item: 16507

--HG--
branch : 1.x
2013-01-20 01:02:06 +01:00
Piotr Szmyd
57339d5606 #19318: Fixing NavigationManager.Reduce.
Simplifying checks and moving debug check to outside scope.
Moving DebugShowAllMenuItems permission check to outside scope.

Work item: 19318

--HG--
branch : 1.x
2013-05-10 17:12:04 +02:00
Sipke Schoorstra
f74252af67 #19467: Adding support for menu items having a url starting with #.
Work Item: 19467

--HG--
branch : 1.x
2013-05-10 13:33:21 +02:00
Sebastien Ros
7676b605ae Backed out changeset: bf5145fe8ce2
--HG--
branch : 1.x
2013-05-09 20:25:20 -07:00
Bertrand Le Roy
d74ea1fab9 Site settings load in one query no matter how many settings parts exist.
--HG--
branch : 1.x
2012-12-17 18:31:33 -08:00
Sebastien Ros
4feb575e3a #19684: Fixing cartesian products query when loading content type definitions
Using FetchMany on multiple levels would do LEFT JOIN, creating an exponential
amount of rows, and also duplicating root records. The solution is to separate
this is two calls instead. Another solution would have been to use a
DistinctRootTransformer, but this would not have fixed the records issue.

Work Item: 19684

--HG--
branch : 1.x
2013-05-06 10:30:08 -07:00
Sebastien Ros
174691c28b Improving eager loading and caching for ContentDefinitionManager
--HG--
branch : 1.x
2013-05-03 18:24:13 -07:00
StanleyGoldman
81ffec71b9 #19665: Changing IdentityPart column size to 255
History:
* Removing reference to System.Data
* Limiting IdentityPartRecord's Identifier column to 255
* Correct migration to IdentityPartRecord's Identifier column
* Performing migration through IRepository

Work Item: 19665

--HG--
branch : 1.x
extra : rebase_source : 71e396d703d3d6cd4226bcc8b6f081a01df07e54
2013-05-01 13:59:19 -04:00
Jacky@Jacky-PC
0b70baa19b #19654: 404 when click "unpublish" or "publish" in Blog Module.
--HG--
branch : 1.x
extra : source : 54d46ec006b20bfa7559f32bd9b9d1df1b90b9d1
2013-04-29 09:45:55 +08:00
Sebastien Ros
64525b2f82 Refactoring Import/Export optimizations
--HG--
branch : 1.x
2013-04-26 16:41:02 -07:00
damoclarke
b3924ba1d8 Added ContentIdentity resolvers, batch processing and improved performance for
large imports.

--HG--
branch : 1.x
extra : source : 3a9c242225bfe36132da7f8760711574eb5a9b43
2013-03-29 18:50:12 +11:00
Sebastien Ros
6f8620d03f Cleaning page class names
--HG--
branch : 1.x
2013-04-24 12:05:26 -07:00
Sebastien Ros
d75c245c30 Preventing hints from being rendered if they are empty
--HG--
branch : 1.x
2013-04-24 10:43:17 -07:00
Sebastien Ros
d07a53337f Executing scheduled tasks in separate transactions
--HG--
branch : 1.x
2013-04-23 10:48:33 -07:00
Sebastien Ros
109da3a297 Implementing Media Library module
--HG--
branch : 1.x
2013-04-18 10:59:15 -07:00
Sipke Schoorstra
39ade962ea #19613: Fixing an issue where MenuItem.Position is null, throwing an exception in NavigationManager.Arrange.
Work Item: 19613

--HG--
branch : 1.x
2013-04-16 10:52:27 +02:00
Zoltán Lehóczky
4d4c6af662 Adding content item clone functionality as per the Communit Meeting of 12 February
--HG--
branch : 1.x
2013-04-13 23:18:56 +02:00
Zoltán Lehóczky
f7049cd811 #19541: Adding null check for Owner in CommonPartHandler OnIndexing
Work Item: 19541

--HG--
branch : 1.x
2013-04-13 21:54:57 +02:00
christian@AlteredCarbon
85721cb105 Correction scripts wre not adapted in Orchard following jquery changes
--HG--
branch : 1.x
2013-04-01 15:41:57 +02:00
Sebastien Ros
875b28b6c5 #19515: Moving ContentMenuItemPart to Content.Picker
Work Item: 19515

--HG--
branch : 1.x
2013-03-13 12:08:00 -07:00
Sipke Schoorstra
8416503df6 Providing some default descriptions for out-of-the-box content parts.
--HG--
branch : 1.x
extra : rebase_source : a8e36387800f484de3d5aca800b25a9f89f4982b
2013-03-11 12:35:12 +01:00
Sipke Schoorstra
356f62e032 #19095: Implementing Content Part Descriptions.
Work Item: 19095

--HG--
branch : 1.x
extra : rebase_source : 910b3f365f4c9b6f69c8922e68639cce80010ed2
2013-03-11 11:35:35 +01:00
Sebastien Ros
b39951bad3 Removing IContentManager.Flush()
--HG--
branch : 1.x
2013-03-12 11:46:35 -07:00
Bertrand Le Roy
57258ec8e8 Merge
--HG--
branch : 1.x
2013-03-07 00:34:59 -08:00
Bertrand Le Roy
65443d9058 Updated comment for better accuracy about shape and template names.
--HG--
branch : 1.x
2013-02-21 22:29:31 -08:00
Sebastien Ros
a90ce0e08b Merge
--HG--
branch : 1.x
2013-02-12 12:00:24 -08:00
Sebastien Ros
8651e33326 Adding ShapeMenuItem
--HG--
branch : 1.x
2013-02-10 15:32:38 -08:00
Bertrand Le Roy
2f0f6804e9 Merge
--HG--
branch : 1.x
2013-02-10 13:08:09 -08:00
Bertrand Le Roy
3e490fcb52 Corrected inaccurate comments (found by csadnt)
--HG--
branch : 1.x
2013-02-10 13:07:55 -08:00
Sebastien Ros
d50b0f8eee Fixing and improving Pager and List theming
--HG--
branch : 1.x
2013-02-08 12:36:58 -08:00
Sebastien Ros
fca554ddc9 Merge with clayless
--HG--
branch : 1.x
2013-02-04 10:51:21 -08:00
Sebastien Ros
e5c9da31c8 Refactoring
--HG--
branch : 1.x
extra : rebase_source : 0a3659f94fbdb3fab2185bdf26c7f9838bd4995b
2013-01-29 12:01:44 -08:00
Sebastien Ros
a9f1312b88 Removing clay usage in favor or pre-configured dynamic objects
--HG--
branch : clayless
extra : rebase_source : fe1f730585d0df763d4dd4215b11bace48bcd944
2012-11-20 17:21:52 -08:00
Sebastien Ros
50956103f4 Renaming menu shape property to ContentItem
--HG--
branch : 1.x
2013-02-03 17:51:51 -08:00
Sebastien Ros
6a5341fc05 Adding Content property to Menu shape
Work Item: #19415

--HG--
branch : 1.x
2013-02-01 13:08:04 -08:00
Sebastien Ros
e3fa12bcc7 Fixing script dependencies when file don't exist
In this case scripts would be rendered using the standard Script shape
and would be rendered in another step, breaking dependency order.

Work Item: 19255

--HG--
branch : 1.x
2012-12-06 15:53:29 -08:00
Bertrand Le Roy
e9742f6aae Removing extra $1 after newlines in text field front-end rendering.
--HG--
branch : 1.x
2012-11-08 18:36:01 -08:00
Sipke Schoorstra
bd078ddd68 #19233: Explicitly casting "menuItem.Content" property to IContent
--HG--
branch : 1.x
2012-11-08 15:21:54 -08:00
Sebastien Ros
171a163a8a Adding support for html filters on comments
--HG--
branch : 1.x
extra : rebase_source : cb25657e65a761bab674e4f175ad38327c46a278
2012-11-02 16:12:59 -07:00