Commit Graph

1425 Commits

Author SHA1 Message Date
Sebastien Ros
506be4a9d0 Updating manifest files
--HG--
branch : 1.x
2013-06-26 18:19:23 -07:00
Sebastien Ros
dc845b7b1c Fixing media popup windows
--HG--
branch : 1.x
extra : rebase_source : 15e4f7844a8c6fb35522c86aef4d2eb79cb2fe7b
2013-06-25 17:43:27 -07:00
Piotr Szmyd
5e6fe8e253 #19245: Adding missing permission check in ItemController for containers.
Work Item: 19245

--HG--
branch : 1.x
2013-06-21 22:36:05 +02:00
Sebastien Ros
e0f9f460f8 Handling returnUrl parameter in Edit Content views
--HG--
branch : 1.x
2013-06-14 06:07:17 +02:00
Nicholas Mayne
aef99a0929 #19436: Fixin Rules properties and removing second email sending
Work Item: 19436

--HG--
branch : 1.x
extra : rebase_source : 2a46211f07987014b55889f1b760236e94f3c4cb
2013-06-09 09:36:51 +01:00
Piotr Szmyd
f63772bf63 #19790: Fixing CSS issues when <li> elements are rendered on the same line. Each item is now rendered on a separate line.
Work Item: 19790

--HG--
branch : 1.x
2013-06-09 07:09:48 +02:00
Nicholas Mayne
a47e2b0664 #19439: Changing title text. removing the word unique.
Work Item: 19439

--HG--
branch : 1.x
2013-06-07 19:26:47 +01:00
Sebastien Ros
bd8ddf29d9 Fixing functional tests
--HG--
branch : 1.x
2013-05-31 15:37:15 -07:00
Sebastien Ros
e07b1c4b0b Adding a way to prevent content items from being exported
--HG--
branch : 1.x
extra : rebase_source : 259846d236189d44d09f91dce4e154f6b8e3993f
2013-05-31 10:28:58 -07:00
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