Commit Graph

8172 Commits

Author SHA1 Message Date
Stanley Goldman
670fd1829e #19609: Warning when creating a tenant on existing database
#19609
2014-07-31 15:03:24 -07:00
Stanley Goldman
2de8e91b58 Adding ItemsShowDefault to ContainerPartSettings 2014-07-31 14:44:29 -07:00
Stanley Goldman
9877d8488f #20245: Fixing control wrappers permissions
Work Item: 20245
2014-07-31 14:38:35 -07:00
Sebastien Ros
5033927da7 Changing default access level for azure containers 2014-07-31 11:35:23 -07:00
Zoltán Lehóczky
ac100c4cfd Typo 2014-07-31 14:29:31 +02:00
Stanley Goldman
54b21ebae7 #20830: Adding a Password shape
Work Item: 20830
2014-07-30 18:09:32 -07:00
Daniel Stolt
fb42acb5ad Fixed more exceptions when rendering audit trail events for deleted content items. 2014-07-31 01:53:43 +02:00
Daniel Stolt
ed8eb3f4c0 Fixed exceptions when rendering audit trail records for content items which have been deleted. 2014-07-31 01:25:49 +02:00
Daniel Stolt
5d10ed1007 Added date/time formatting (the last piece of the puzzle) to DefaultDateFormatter, and unit tests. 2014-07-30 23:17:56 +02:00
Sebastien Ros
3b7ce64fb1 Fixing CacheClientConfiguration hash code 2014-07-30 11:28:01 -07:00
Sebastien Ros
f24cedd425 Fixing unit RoleService unit tests 2014-07-30 11:16:29 -07:00
Sebastien Ros
c0b90bbe18 Adding Listable metadata 2014-07-30 10:29:10 -07:00
Sebastien Ros
87ee6980e6 Adding Admin Search specific index settings 2014-07-30 10:29:06 -07:00
Sebastien Ros
7cac5be5a9 Adding the ability to index drafts per index 2014-07-30 10:29:03 -07:00
Sebastien Ros
3e807fd6f1 Adding access to current settings in settings builders 2014-07-30 10:29:01 -07:00
Sebastien Ros
b96c98cb8b Fixing Lists performance in admin 2014-07-30 10:10:02 -07:00
Sebastien Ros
211ffaf647 Fixing Lock File serialization on international systems 2014-07-30 10:09:59 -07:00
Sebastien Ros
9d3f5c2d20 Adding lists permissions 2014-07-30 10:09:56 -07:00
Daniel Stolt
f9bd4f7c75 Removed incorrectly merged publishing profile. 2014-07-30 18:43:15 +02:00
Daniel Stolt
98311645cd Merged from 1.x. 2014-07-30 18:39:37 +02:00
Daniel Stolt
15e95d4e14 Fixing null reference exception is Azure output cache provider when one or more cache client configuration properties are left empty. 2014-07-30 16:44:45 +02:00
Sipke Schoorstra
b20aa9c52f Adding content type filter hint. 2014-07-29 17:36:53 -07:00
Sipke Schoorstra
dff819ae04 Improving content event presentation. 2014-07-29 17:22:11 -07:00
Sipke Schoorstra
07f036d365 Merge branch '1.x' of https://git01.codeplex.com/orchard into feature/audittrail 2014-07-29 16:45:57 -07:00
Daniel Stolt
cee531c073 Implemented DefaultDateFormatter.FormatTime() and unit tests. 2014-07-29 21:03:08 +02:00
Daniel Stolt
9f4e91f75f Optimized performance of DefaultDateFormatter by marking certain static Regex patterns for pre-compilation. Increased the Regex cache size to 1024 in DefaultDateFormatterTests setup code. 2014-07-29 20:05:01 +02:00
Daniel Stolt
387425deb9 Fixed the last remaining failing test cases having to do with genitive month names. Turned out to be a bug in the .NET Framework that the test code now accomodates for. 2014-07-29 19:30:00 +02:00
Daniel Stolt
943d0f0e1b Fixed all failing date formatting test cases except the ones caused by "magic" choice between genitive and non-genitive month names for some cultures. 2014-07-29 18:00:42 +02:00
Piotr Szmyd
6605eeb34d #20839: Fixing issue with tabs in Dashboard not appearing after recent nav changes. They show up again.
Work Item: 20839
2014-07-29 16:06:31 +02:00
Daniel Stolt
51dc062e04 Fixing styling of <strong> text in admin theme, making it visible on Chrome. 2014-07-29 15:44:06 +02:00
Daniel Stolt
4466e88924 Fixed whitespace handling in audit trail table display. 2014-07-29 15:38:44 +02:00
Sipke Schoorstra
02441b2520 Making content item titles, content types and content parts clickable. 2014-07-28 19:12:51 -07:00
Sipke Schoorstra
703390de47 Merge branch '1.x' of https://git01.codeplex.com/orchard into feature/audittrail 2014-07-28 18:21:52 -07:00
Sipke Schoorstra
e50c2e1d39 Adding ShowSaveWarning option. 2014-07-28 18:13:28 -07:00
Sipke Schoorstra
658aa8384d Bugfixing.
The "showSaveMsg" function needs to be there regardless of the "promptOnNavigate" value.
2014-07-28 17:58:31 -07:00
Sipke Schoorstra
5a633330eb Adding PromptOnNavigate option. 2014-07-28 17:17:32 -07:00
Sipke Schoorstra
6e4fcd6a2a Consistifying line endings. 2014-07-28 15:40:30 -07:00
Sipke Schoorstra
3d284eece8 Implementing reusable MediaLibraryPicker shape. 2014-07-28 15:39:56 -07:00
Lombiq
efdaf62fac Removing unneeded Orchard.exe project reference from Orchard.Recipes 2014-07-29 00:23:13 +02:00
Stanley Goldman
afb32ab44f #20833: Fixing silly mistake in sentence structure
Work Item: 20833
2014-07-28 19:35:08 +01:00
Stanley Goldman
1a98533f97 #20833: Better hint when AllowCustomPattern is false
Work Item: 20833
2014-07-28 19:35:07 +01:00
Daniel Stolt
c02f09d900 Changed from IEnumerable<string> to string[] on some of the properties on IDateTimeFormatProvider because they are naturally accessed by index. Incremental work on formatting implementation in DefaultDateFormatter. 2014-07-28 19:30:41 +02:00
Daniel Stolt
e48cdc7bff Added support for the year/month and month/day date patterns to CultureDateTimeFormatProvider and DefaultDateFormatter. ALL standard formats are now fully supported - yaaay! 2014-07-28 17:52:05 +02:00
Daniel Stolt
adf900fb09 Added negative tests for DefaultDateFormatter. Corrected some namespaces. 2014-07-28 17:30:40 +02:00
Daniel Stolt
3afae3d538 Cleaned up regex used for literals matching and replacement. Changed literal patterns to use non-capturing groups for performance. 2014-07-28 17:12:25 +02:00
Daniel Stolt
4a10352ba6 Fixed remaining bugs in DefaultDateFormatter. Reached 100% verified correctness! Yaaay! 2014-07-28 05:54:09 +02:00
Daniel Stolt
28d02a503b Add code in DefaultDateFormatterTests to analyze the tested format string to determine which parts we might reasonably expect back from parsing.
Fixed a number of bugs in DefaultDateFormatter.
Improved test code in DefaultDateFormatterTests.
Added genitive month name support to IDateTimeFormatProvider and its implementations.
Added support to DefaultDateFormatter for considering both genitive and non-genitive month names during parsing.
2014-07-28 03:44:00 +02:00
Daniel Stolt
5ab19a0ea8 Added another TODO item. 2014-07-27 18:00:23 +02:00
Daniel Stolt
a09ab71c27 Added format-specific overloads to IDateFormatter and DefaultDateFormatter for performance optimization. 2014-07-27 17:55:03 +02:00
Daniel Stolt
b6cdebb58d Extended CultureDateTimeFormatProvider to take the configured calendar into consideration if it is one of the optional calendars for the configured culture, to get the correct formats.
Added ToString() overrides to the model classes.
Extended DefaultDateFormatter to try parsing with all supported formats provided by IDateTimeFormatProvider.
Extended DefaultDateFormatter with support for month names and abbreviated month names, in addition to month numbers.
Exterded DefaultDateFormatter with support for 12-hour time notation with AM/PM designator.
Fixed various parsing bugs in DefaultDateFormatter.
Added more extensive unit tests for DefaultDateFormatter.
2014-07-27 17:29:43 +02:00