Commit Graph

1427 Commits

Author SHA1 Message Date
Sebastien Ros
6d3bf98c8a Updating ZoneHoldingBehavior to define placement in global zones too
--HG--
branch : 1.x
2012-06-07 18:09:21 -07:00
Sebastien Ros
e39bd5c9be Merge with default
--HG--
branch : 1.x
2012-06-01 17:43:38 -07:00
Sebastien Ros
1e64869955 Adding NavigationPart to display the menus a content item is on
--HG--
branch : 1.x
2012-06-01 17:30:06 -07:00
Sebastien Ros
696cc68191 Adding multiple content item selection in ContentPickerField
--HG--
branch : 1.x
2012-06-01 15:26:21 -07:00
Sebastien Ros
65927473c6 Using DisplayText for ContentPicker result
--HG--
branch : 1.x
2012-05-30 11:33:36 -07:00
Sebastien Ros
6b7d617be1 Integrating Content Picker
--HG--
branch : 1.x
2012-05-29 18:31:28 -07:00
Sebastien Ros
a90a87ab76 More design work on navigation
--HG--
branch : 1.x
2012-05-23 10:43:50 -07:00
Sebastien Ros
f1d3458afa Adding MenuItemLink alternates
--HG--
branch : 1.x
2012-05-21 17:04:01 -07:00
Sebastien Ros
cf4411a644 Creating new shape for the menu item content itself
--HG--
branch : 1.x
2012-05-21 14:24:40 -07:00
Sebastien Ros
bf0f1b1b94 Updating version numbers to 1.4.2
--HG--
branch : 1.4.x
2012-05-21 11:35:11 -07:00
Sebastien Ros
daf188c57e Using .NET culture information for Date/Time input
--HG--
branch : 1.4.x
2012-05-21 11:07:36 -07:00
Sebastien Ros
c59709d68c Adding warning message when navigation needs to be saved
--HG--
branch : 1.x
2012-05-18 17:29:00 -07:00
Sebastien Ros
93ea959504 Adding Breadcrumb shape
--HG--
branch : 1.x
2012-05-18 16:42:05 -07:00
Sebastien Ros
7ef63f3164 Injecting 'parent' class for menu items with children
--HG--
branch : 1.x
2012-05-18 11:36:06 -07:00
Sebastien Ros
59998945d5 Fixing migrations for Navigation
--HG--
branch : 1.x
2012-05-18 10:33:49 -07:00
Sebastien Ros
b8ac104474 Progressing on Menu Widget and Menu Part
--HG--
branch : 1.x
2012-05-17 18:03:24 -07:00
Sebastien Ros
5f5cf91421 Fixing compilation issues
--HG--
branch : 1.x
2012-05-17 10:22:20 -07:00
Sebastien Ros
1900aaa01a Implementing Menu Widgets
--HG--
branch : 1.x
2012-05-16 18:07:48 -07:00
Sebastien Ros
ea1e5fba36 Implementing Menu content items
--HG--
branch : 1.x
2012-05-15 18:09:09 -07:00
Sebastien Ros
cd70599474 Adding missing file
--HG--
branch : 1.x
2012-05-14 14:01:23 -07:00
Sebastien Ros
35424a4b56 Implementing hierarchical editor
--HG--
branch : 1.x
extra : rebase_source : 03ee4afe2e9bb66dff80d8a750609ec537956151
2012-05-14 13:58:47 -07:00
Sebastien Ros
57100b4e77 Adding View permission
--HG--
branch : 1.x
2012-05-10 13:55:20 -07:00
jao28
1b5c3f65e5 #18677: Fixing BodyPart driver with MediaPickerField
Work Item: 18677

--HG--
branch : 1.4.x
2012-05-10 10:53:18 -07:00
Sebastien Ros
df1f3b6071 Removing isRTL from po files, using CultureInfo value instead
--HG--
branch : 1.4.x
2012-05-09 13:49:21 -07:00
Sebastien Ros
f9f5af6534 Splitting timepicker and datepicker localization shapes
--HG--
branch : 1.4.x
2012-05-07 16:45:57 -07:00
Sebastien Ros
cc106d8a51 Reorganizing date and time pickers' dependencies
--HG--
branch : 1.4.x
2012-05-07 16:40:36 -07:00
Sebastien Ros
b8031b68bd Fixing DateTime localization issues
1- Some DateTime editors were not using the expected localization formats
2- The DateTime picker was not correctly initialized with localized formats
3- The TimePicker could not handle different am/pm designators
4- The drivers could not accept different designators

Now the am/pm designators used to parse the time and to render it are the one
from WorkContext.CurrentCulture, which means that is zn-TW is used as the
default culture, times will be displayed with "chinese chars here" instead of
AM, and will expect it when parsing it.

--HG--
branch : 1.4.x
2012-05-07 14:50:25 -07:00
Sebastien Ros
ab2409e38e Fixing unit tests
--HG--
branch : 1.x
2012-05-03 15:35:54 -07:00
Sebastien Ros
ab0b8b095d Updating version numbers
--HG--
branch : 1.x
2012-05-03 14:58:16 -07:00
piedone
32bf7dfe41 #18416: Adding more flavors for Body (and TextField)
Work Item: 18416

--HG--
branch : 1.x
2012-05-02 10:26:24 -07:00
Sebastien Ros
39dedd61e7 Adding autofocus to Title
--HG--
branch : 1.x
2012-04-30 10:34:54 -07:00
Sebastien Ros
326c8df745 Removing security attributes conflicting with dynamic compilation.
BuildManager.GetCompiledAssembly will generate an AssemblyInfo.cs file which
will get compiled with the project, but create a conflict as two SecurityRules
attributes can't be defined at the same time. For VS 11 Beta compatibility.

--HG--
branch : 1.x
2012-04-23 12:30:01 -07:00
Sebastien Ros
03fb3b4baf #18548: Fixing custom DisplayText metadata
Work Item: 18548

--HG--
branch : 1.x
2012-03-20 17:29:18 -07:00
Sebastien Ros
6ed1b88f17 Replacing [SecurityTransparent] by [SecurityRules(SecurityRuleSet.Level2)]
--HG--
branch : 1.x
extra : rebase_source : 87b17cd15d51603bc6f39f01c911b414aa6428cb
2012-03-14 11:27:02 -07:00
Sebastien Ros
e27144fec7 #18532: Hiding pager in lists when not displayed
Work Item: 18532

--HG--
branch : 1.x
2012-03-12 16:59:10 -07:00
Sebastien Ros
9dd013555a #18524: Fixing cross requests pager parameters
Work Item: 18524

--HG--
branch : 1.x
2012-03-12 14:25:12 -07:00
Sebastien Ros
2a2d44c226 #18388, #18502: Fixing DateTime localization and time zones
Work Items: 18502, 18388

--HG--
branch : 1.x
2012-03-09 16:09:49 -08:00
Sebastien Ros
e5a5decf7b Updating version numbers
--HG--
branch : 1.x
2012-02-29 11:29:55 -08:00
Sebastien Ros
04ce5c1c49 #18490: Setting missing page title
Work Item: 18490

--HG--
branch : 1.x
2012-02-28 10:51:23 -08:00
Sebastien Ros
d01057336b Enabling Orchard.Rules extensions by default
--HG--
branch : 1.x
2012-02-27 14:56:40 -08:00
Sebastien Ros
62a67e9a7b #18455: Fixing XmlRpc front end access
Work Item: 18455

--HG--
branch : 1.x
2012-02-24 17:51:25 -08:00
Sebastien Ros
de2cc815ef Fixing paging url generation
--HG--
branch : 1.x
2012-02-24 13:01:28 -08:00
Sebastien Ros
3d1018c866 Refactoring ErrorController to return a HttpNotFound result, which will be
intercepted by the UnhandledExceptionFilter, in order to remove code ducplication.

--HG--
branch : 1.x
2012-02-23 14:29:37 -08:00
Sebastien Ros
2d109a8eb9 Adding a hing on the Title editor
--HG--
branch : 1.x
2012-02-14 11:19:15 -08:00
Sebastien Ros
c828186271 Merge with 1.x
--HG--
branch : autoroute
2012-02-10 15:22:51 -08:00
piedone
a0a9933f6b #18232: Hide dashboard link if not allowed
Work Item: 18232

--HG--
branch : 1.x
2012-02-10 11:38:03 -08:00
Sebastien Ros
bbfbf0b927 #18411: Fixing publishing on restricted roles
Work Item: 18411

--HG--
branch : 1.x
2012-02-09 15:15:33 -08:00
EddieDesk
22bd594102 #18414: Fixing BloggerPlus support in XmlRpc
Work Item: 18414

--HG--
branch : 1.x
2012-02-09 13:01:24 -08:00
Sebastien Ros
d6b0a4b864 Merge
--HG--
branch : autoroute
2012-02-03 15:13:22 -08:00
randompete
dbcfd85bcb Merge
--HG--
branch : autoroute
2012-02-03 13:01:55 +00:00