Sebastien Ros
25670b9620
Fixing pager text encoding
...
Fixes #5359
2015-07-31 17:00:31 -07:00
Sebastien Ros
fa09e2e83a
Using master content item to create translations
...
Fixes #5535
2015-07-31 16:19:34 -07:00
Sebastien Ros
a9a1413331
Fixing unit tests
2015-07-31 16:12:36 -07:00
Sebastien Ros
637cea6a02
Fixing Redis connection creation
...
With the previous code, when multiple threads tried to create
a Redis connection, the ConcurrentDictionary would have
called the factory delegate multiple times and added only one
of the resulting connections. This is by design, and a solution
is to use a Lazy object to defer the creation of the connection.
Multiple Lazy objects will be created but it doesn't have any impact.
2015-07-31 15:10:08 -07:00
Sebastien Ros
cc82bfcca0
Fixing duplicate session creation
2015-07-30 15:49:13 -07:00
Sébastien Ros
c0ebbd4ce7
Merge pull request #5548 from minglei84/1.9.x
...
Fixed [Default Value] And [DropForeignKeyCommand] For Mysql
2015-07-23 12:35:15 -07:00
Sébastien Ros
e964d80f7e
Merge pull request #5537 from jtkech/patch-1
...
#5512 : Incorrect message of DynamicForms StringLength rule if only Maximum is specified
2015-07-19 09:58:24 -07:00
Sébastien Ros
d63119b1e6
Merge pull request #5433 from jersiovic/patch-3
...
Issue #5432 Differentiator is ignored processing placement
2015-07-16 12:02:46 -07:00
Sébastien Ros
b100634587
Merge pull request #5486 from jersiovic/patch-4
...
Issue #5141 Retrieve/Store methods from InfoSet doesn't support char type
2015-07-09 13:00:10 -07:00
Sébastien Ros
a071f21f4e
Merge pull request #5485 from jersiovic/patch-1
...
Issue #5061 GetImageProfileUrl reprocess images obtained through a dynamic profile on every restart 1.9.x pull request
2015-07-09 12:57:48 -07:00
Sébastien Ros
eed1a9a063
Merge pull request #5479 from dcinzona/patch-3
...
Fixes #5398 - ShellDescriptorCache in HostComponents
2015-07-09 12:57:20 -07:00
Sébastien Ros
0faaa22546
Merge pull request #5465 from qt1/IBN-Labs/Support-Guid-in--CreateColumn
...
Support CreateColumn<Guid>()
2015-07-09 12:32:29 -07:00
Sébastien Ros
0f6fa5844b
Merge pull request #5442 from yw80/1.9.x
...
Fixed the items count in media library when modify the item size in css
2015-07-09 12:18:09 -07:00
Sébastien Ros
dbba4e2787
Merge pull request #5458 from dcinzona/patch-1
...
Update web.config MVC bindings for Azure Cloud Service
2015-07-01 07:46:39 -07:00
Sébastien Ros
27365a71d9
Merge pull request #5460 from dcinzona/patch-3
...
Web.Config: Orchard Layouts Updating MVC reference to 5.2.3
2015-07-01 07:46:20 -07:00
Sébastien Ros
6a5028b80a
Merge pull request #5461 from dcinzona/patch-4
...
Web.config - Dynamic Forms: MVC reference updated to 5.2.3
2015-07-01 07:46:00 -07:00
Sébastien Ros
f3fc2b53ba
Merge pull request #5429 from dalenewman/patch-2
...
Fix moderator notification
2015-06-25 13:20:16 -07:00
Sébastien Ros
1a9b7af4ac
Merge pull request #5430 from jchenga/issues/5148-1.9.x
...
[Fixes #5418 ] Lost Password not working with Anonymous Access Off
2015-06-25 13:15:32 -07:00
Sébastien Ros
7bf2c702a1
Merge pull request #5427 from jersiovic/patch-2
...
#5426 Projections don't order queries following Position field
2015-06-25 12:41:42 -07:00
Sébastien Ros
61d432ba4c
Merge pull request #5413 from dcinzona/patch-2
...
Assembly binding to azure storage 4.3.0
2015-06-25 12:23:20 -07:00
Sébastien Ros
7cdb9ecf53
Merge pull request #5404 from MpDzik/pr/localize-quote
...
Fix handling localized strings with quotes
2015-06-25 12:22:52 -07:00
Sébastien Ros
ac305af963
Merge pull request #5406 from MpDzik/pr/media-import-loc
...
MediaLibrary - Fix localization of Import button
2015-06-22 15:45:46 -07:00
Sébastien Ros
3c3a6df6dd
Merge pull request #5391 from paynecrl97/5390/delay_output_cache_key_creation
...
Defers output cache key creation until we know we need it
2015-06-19 09:35:10 -07:00
Sébastien Ros
1fcf7c86d0
Merge pull request #5371 from gcsuk/1.9.x
...
Improved Recipe Journal Logging Detail
2015-06-18 12:39:05 -07:00
Sébastien Ros
bca643bf1f
Merge pull request #5292 from Hazzamanic/1.9.x
...
fixing placementeditor try/catch block
2015-06-18 12:28:00 -07:00
Sébastien Ros
c3379489d7
#5348 : Splitting ItemDisplayText in two
2015-06-04 12:51:58 -07:00
Sébastien Ros
5c5ce99083
Merge pull request #5338 from qt1/IBN-Labs/Schemabuilder.TableDbName
...
Provide full table name prefix for migrations
2015-06-04 12:32:30 -07:00
Sébastien Ros
e709593197
Merge pull request #5321 from Xeevis/1.9.x
...
#5109 : Email field shouldn't specify email type in design mode
2015-06-04 12:23:18 -07:00
Sébastien Ros
1b8e00a9c6
Merge pull request #5256 from jtkech/patch-4
...
#5235 : Awaiting activities not cleared on saving
2015-06-04 12:04:31 -07:00
Sébastien Ros
3d25ca42c9
#5327 : Fixing Orchard.Roles web.config file
2015-05-28 12:50:07 -07:00
Sébastien Ros
7b6e7deea7
Merge pull request #5314 from Skrypt/Fixing-#4963
...
Fixing #4963
2015-05-28 12:20:17 -07:00
Sébastien Ros
52038c677e
Merge pull request #5313 from Skrypt/fixed-#5281
...
Fixing #5281
2015-05-28 12:19:48 -07:00
Sébastien Ros
3e55c1649e
Merge pull request #5273 from Xeevis/1.9.x
...
#5224 : Fix for missing charset in response header for cached output
2015-05-21 12:21:59 -07:00
Sébastien Ros
475feb923d
Merge pull request #5278 from mvarblow/1.9.x
...
Fix for Issue #5274 - Faulty import in SslSettingsPartDriver
2015-05-14 12:58:40 -07:00
Sébastien Ros
d53d7346ee
Merge pull request #5276 from mvarblow/mvarblow-patch-5275
...
Mvarblow patch 5275
2015-05-14 12:42:12 -07:00
Sébastien Ros
73336e19ba
Merge pull request #5255 from jtkech/patch-3
...
#5234 Duplicate lines in WorkflowManager
2015-05-07 12:30:58 -07:00
Sébastien Ros
1c1ba30a8c
Fixing links in README.md
2015-04-22 15:44:07 -07:00
Sébastien Ros
a34c3806c8
Merge pull request #5184 from benschi11/issue/4905
...
Fixed #4905 : Taxonomy term counter does not decrease.
2015-04-20 21:15:27 -07:00
Sébastien Ros
0b8260f3fa
Create README.md
2015-04-20 21:11:09 -07:00
Sébastien Ros
5cd169d4fe
Merge pull request #5176 from jtkech/patch-2
...
#5148 : Default recipe error on setup
2015-04-18 08:44:38 -07:00