Commit Graph

6241 Commits

Author SHA1 Message Date
Sebastien Ros
17b300519c #18651: Fixing loss of millisenconds when using fields
Work Item : 18651

--HG--
branch : 1.x
2012-06-18 13:08:16 -07:00
Sebastien Ros
eaf9cfcd4c Ensuring SetHomePage permissions in the driver also
--HG--
branch : 1.x
2012-06-12 12:26:52 -07:00
Sebastien Ros
f581ad8c98 Extending content item permissions
--HG--
branch : 1.x
2012-06-11 17:22:08 -07:00
Sebastien Ros
d17465fa51 Checking ViewPermission at the container level also
--HG--
branch : 1.x
2012-06-08 16:24:22 -07:00
Sebastien Ros
781e5a692f Adding import/export for user roles
--HG--
branch : 1.x
2012-06-08 15:51:17 -07:00
Sebastien Ros
c2464a42c7 Adding a migration step for ViewContent permission
--HG--
branch : 1.x
2012-06-08 14:39:07 -07:00
Sebastien Ros
1925cf51af Fixing Dashboard version 2012-05-22 10:37:24 -07:00
Sebastien Ros
76fc98aa7c Fixing Tokens unit tests on specific cultures 2012-05-22 10:37:12 -07:00
Sebastien Ros
ac6620c972 Merge with 1.4.x 2012-05-21 11:39:18 -07:00
Sebastien Ros
c61f4df3b6 Merging sub repos to default
--HG--
branch : 1.4.x
2012-05-21 11:38:53 -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
49b7215469 #18683: Fixing blog command switch
Work Item: 18683

--HG--
branch : 1.4.x
2012-05-21 11:11:25 -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
d60af14ac6 Using StackTrace to discover content files in SpecFlow tests
--HG--
branch : 1.4.x
2012-05-18 12:21:14 -07:00
Sebastien Ros
4348ea4293 Fixing token exception
--HG--
branch : 1.4.x
2012-05-17 18:05:59 -07:00
Sebastien Ros
550c10de79 Modifying WebHost.CopyFile in order to find a TeamCity compatible way of doing
it

--HG--
branch : 1.4.x
2012-05-11 15:05:16 -07:00
Sebastien Ros
73cecd0d64 #18675: Recovering jQueryUtils
Work Item: 18675

--HG--
branch : 1.4.x
2012-05-11 14:25:32 -07:00
Sebastien Ros
2a054f3ac4 Preventing date/tim localization shapes from being rendered multiple times
--HG--
branch : 1.4.x
2012-05-11 14:09:24 -07:00
Sebastien Ros
080eabf1b5 Removing [SecurityRules] attribute from Orchard.Comments
--HG--
branch : 1.4.x
2012-05-11 10:40:15 -07:00
jao28
7648d4f320 Attempting to fix the CI test when using Host.CopyFile
--HG--
branch : 1.4.x
2012-05-10 11:38:28 -07:00
jao28
f169550ec3 Using current culture to render Date Tokens
--HG--
branch : 1.4.x
2012-05-10 11:27:37 -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
9542bf47d0 #18676: Fixing MediaPickerField on Azure
Work Item: 18676

--HG--
branch : 1.4.x
2012-05-10 10:47:03 -07:00
Sebastien Ros
8158f06133 #18668: Fixing missing compile directive for AssemblyInfo.cs files
Work Item: 18668

--HG--
branch : 1.4.x
2012-05-09 17:39:24 -07:00
Sebastien Ros
190293551c Fixing MediaPickerField on Azure
--HG--
branch : 1.4.x
2012-05-09 17:18:32 -07:00
Sebastien Ros
769bf86931 Adding tests on localization with DateTimeField
--HG--
branch : 1.4.x
2012-05-09 17:03:46 -07:00
Sebastien Ros
0cd5a0a641 Adding more binding in Specflow tests
--HG--
branch : 1.4.x
2012-05-09 17:02:49 -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
Claire Botman
7972fe9358 Conditionally load DatePickerLocalization and TimePickerLocalization for the DateTime field.
--HG--
branch : 1.4.x
2012-05-09 10:26:44 -07:00
Sebastien Ros
8afff049d3 Fixing metadata rendering in summary admin
--HG--
branch : 1.4.x
2012-05-09 10:05:05 -07:00
Sebastien Ros
8468b2fb4e Fixing how the 24hours format is detected
--HG--
branch : 1.4.x
2012-05-07 16:48: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
2f724c5239 Added tag 1.4.1 for changeset 8ed0034d0b45 1.4.1 2012-05-04 17:45:28 -07:00
Sebastien Ros
3338bb4d40 Merge with 1.x 2012-05-04 16:30:33 -07:00
Sebastien Ros
2bb74fb42b Fixing another syntax error
--HG--
branch : 1.x
2012-05-04 16:06:24 -07:00
Sebastien Ros
ff9b8078fb Fixing a syntax error in a view
--HG--
branch : 1.x
2012-05-04 16:00:26 -07:00
Sebastien Ros
92f2707a02 Include build scripts in source package
--HG--
branch : 1.x
2012-05-04 15:52:08 -07:00
Sebastien Ros
af4baff455 Making the build file compatible with Visual Studio 2011
--HG--
branch : 1.x
2012-05-04 15:32:26 -07:00
Sebastien Ros
82f040d9f3 #18653, 18574: Fixing projection indexing limit on text values
Work Items: 18653, 18574

--HG--
branch : 1.x
2012-05-03 18:23:19 -07:00
Sebastien Ros
51fd4b4364 #18649: Fixing MediaPicker on azure
Work Item: 18649

--HG--
branch : 1.x
2012-05-03 18:04:53 -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
Sebastien Ros
89118483e3 Adding more field tokens
--HG--
branch : 1.x
2012-05-03 14:51:40 -07:00
Sebastien Ros
c5f32cfc84 Adding content fields to the list of available tokens
--HG--
branch : 1.x
2012-05-02 18:08:58 -07:00
Sebastien Ros
01caf36547 #18619: Removing Compiler option for Medium Trust
Work Item: 18619

--HG--
branch : 1.x
2012-05-02 10:32:11 -07:00
Sebastien Ros
75ab94816d Allowing digits in technical names
--HG--
branch : 1.x
2012-05-02 10:27:02 -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
5750f68b19 #18641: Fixing SqlCe limit for binary data
Work Item: 18641

--HG--
branch : 1.x
2012-05-01 12:30:06 -07:00