HermesSbicego-Laser
927d18b1c2
Merge remote-tracking branch 'remotes/Laser.Orchard/feature/6688_RequestTokens_Chaintext' into 1.10.x
2016-10-26 19:00:44 +02:00
HermesSbicego-Laser
17ebdd2bfc
- typo
2016-10-26 18:57:48 +02:00
HermesSbicego-Laser
f8cbc63fc0
Merge branch 'feature/6688_RequestTokens_Chaintext' into 1.10.x
2016-10-26 18:53:11 +02:00
HermesSbicego-Laser
1b511b2692
- Implement what described in #6688
...
Supported Syntaxes for Request and Form tokens are:
1. QueryString:(param1) or Form:(param1)
2. QueryString:param1 or Form:param1
3. QueryString:(param1).SomeOtherTextToken or Form:(param1).SomeOtherTextToken
If you want to Chain TextTokens you have to use the 3rd syntax
the element (here param1) has been surrounded with brackets in order to preserve backward compatibility.
2016-10-26 18:51:06 +02:00
HermesSbicego-Laser
9f4266401a
Merge branch '1.10.x' of https://github.com/LaserSrl/Orchard into 1.10.x
2016-10-25 09:20:57 +02:00
HermesSbicego-Laser
60aa1cc2f4
Merge branch '1.10.x' of https://github.com/OrchardCMS/Orchard into 1.10.x
2016-10-25 09:20:28 +02:00
HermesSbicego-Laser
c1b1c4dc06
Merge remote-tracking branch 'remotes/Laser.Orchard/feature/6196_SupportForAttachments' into 1.10.x
2016-10-25 09:19:54 +02:00
HermesSbicego-Laser
e50bd607b7
- Formatted Code (Rebracer)
2016-10-25 09:18:24 +02:00
matteo.piovanelli
f6cfe324b1
Merge remote-tracking branch 'remotes/Laser.Orchard/1.10.x' into 1.10.x
...
Ho fatto pull della 1.10 remota di Orchard
2016-10-24 09:25:24 +02:00
HermesSbicego-Laser
bf2201c2a9
Merge branch 'feature/6196_SupportForAttachments' into 1.10.x
...
# Conflicts:
# src/Orchard.Web/Modules/Orchard.Email/Services/SmtpMessageChannel.cs
2016-10-21 18:40:21 +02:00
HermesSbicego-Laser
580b79c24d
- Added attachments logic
2016-10-21 18:22:48 +02:00
Matthew Harris
7a16cf527c
[ Fixes #7258 ] Orchard.Core - Tabbed groupby breaks priority ( #7336 )
...
Fixes #7258
2016-10-21 14:58:28 +01:00
HermesSbicego-Laser
67af300783
Merge branch 'feature/6196_SupportForAttachments' into 1.10.x
2016-10-21 11:56:13 +02:00
HermesSbicego-Laser
a4c816b291
- missing Attachments Key fix
2016-10-21 11:55:38 +02:00
HermesSbicego-Laser
d4d4a322bc
Merge branch 'feature/6196_SupportForAttachments' into 1.10.x
2016-10-21 11:46:40 +02:00
HermesSbicego-Laser
2bb81eef31
- Added attachments logic
2016-10-21 11:46:08 +02:00
HermesSbicego-Laser
297e586a19
Merge branch 'feature/5790_partecipate_in_cache_key_generation' into 1.10.x
2016-10-21 09:39:11 +02:00
HermesSbicego-Laser
548b5d7d8f
- Method renamed
...
- try catch removed
2016-10-21 09:37:53 +02:00
Matthew Harris
fef68ad7ae
Orchard.Roles GetRoles should defer execution ( #7320 )
...
Fixes #7278
2016-10-20 12:33:55 -07:00
Matthew Harris
4a5ed9790a
[ Fixes #7251 , Fixes #1659 ] Orchard.Setup - Blog recipe doesn't create widgets correctly ( #7324 )
...
Fixes #7251 , Fixes #1659
2016-10-20 12:30:47 -07:00
Matthew Harris
9be38010b0
[ Fixes #7071 ] Orchard.Users - Users last login time is not correct ( #7325 )
...
Fixes #7071
2016-10-20 12:26:23 -07:00
Matthew Harris
30312ad6b0
[ Fixes #7326 ] Orchard.Widgets - Fix typo in logger ( #7327 )
2016-10-20 12:25:33 -07:00
MatteoPiovanelli-Laser
429889b36e
[ Fixes #5811 ] Adding a VaryByRequestCookies property to the CacheSettingsPart
...
Fixes #5811
2016-10-20 12:24:47 -07:00
HermesSbicego-Laser
54a1bdf03a
Merge remote-tracking branch 'remotes/Laser.Orchard/feature/5790_partecipate_in_cache_key_generation' into 1.10.x
2016-10-19 17:51:29 +02:00
HermesSbicego-Laser
794b9b0252
Merge branch 'feature/5790_partecipate_in_cache_key_generation' of https://github.com/LaserSrl/Orchard into feature/5790_partecipate_in_cache_key_generation
2016-10-19 17:44:35 +02:00
HermesSbicego-Laser
1dcee8aae8
- typo chaching > caching
...
- added EventHandler in order to partecipate in cachekey generation
2016-10-19 17:43:47 +02:00
HermesSbicego-Laser
350cbbd183
- typo chaching > caching
2016-10-19 17:40:58 +02:00
HermesSbicego-Laser
b7ee130847
Merge remote-tracking branch 'remotes/Laser.Orchard/feature/5790_partecipate_in_cache_key_generation' into 1.10.x
2016-10-19 16:32:13 +02:00
HermesSbicego-Laser
58e59e2fca
- added EventHandler in order to partecipate in cachekey generation
2016-10-19 16:30:49 +02:00
Sebastien Ros
59a9f0bf03
Fixing SQL exception during automatic migrations in PostgreSql
...
Fixes #6783
Fixes #7323
2016-10-17 14:34:37 -07:00
matteo.piovanelli
c9e14f9b82
Modified the OutputCache Module based on the enhancement proposed in Issue 5811,
...
by adding a VaryByRequestCookies property to the CacheSettingsPart to enable the generation of the Cache Key based on cookies
2016-10-17 12:57:16 +02:00
Matthew Harris
bd222908d6
[ Fixes #7318 ] Orchard.DesignerTools - Setting Id not needed anymore ( #7319 )
...
Fixes #7318
2016-10-13 21:59:41 +01:00
Matthew Harris
7c95b53807
[ Fixes #7155 ] Orchard.Framework - GroupInfo generates routes with spaces ( #7275 )
...
Fixes #7155
2016-10-13 12:32:21 -07:00
Hannan Azam Khan
794f30af39
[Fixes 6759] Replace Media Item: Replacing an Image/OEmbed with new one ( #7160 )
...
Fixes #6759
2016-10-13 12:31:49 -07:00
Hannan Azam Khan
210aebcbe9
[ Fixes #7255 ] Cached items are not evicted on Remove and Destroy ( #7281 )
...
Fixes #7255
2016-10-13 12:27:41 -07:00
Matthew Harris
5cc0acae44
[ Fixes #7299 ] Update defaults for rebracer.xml ( #7300 )
...
Fixes #7299
2016-10-13 12:20:36 -07:00
Matthew Harris
8a80daa9b7
[ Fixes #6494 ] SSL missing settings banner showing on frontend ( #7302 )
...
Fixes #6494
2016-10-13 12:16:33 -07:00
Matthew Harris
99b0fd6ca7
[ Fixes #5960 ] LinkEntry needs Sizes Attribute ( #7303 )
...
Fixes #5960
2016-10-13 12:15:13 -07:00
Sergio Navarro
b8bd587a9f
[ Fixes #6704 ] Regular Expression for Validating TextField Element ( #6705 )
...
Fixes #6704
2016-10-13 12:10:57 -07:00
Sipke Schoorstra
03d5a375d3
Fixed an issue with layout element lookup. ( #7305 )
...
Fixes #7304
2016-10-13 12:09:19 -07:00
Matthew Harris
3e275f3f22
[ Fixes #4723 ] Orchard.Core.Contents - Verify type exists on create content
...
Fixes #4723 , #6769
2016-10-13 12:06:10 -07:00
Matthew Harris
951c36a59b
Orchard.MultiTenancy - Mismatched ConnectionString UI between add/edit
...
Fixes #7301
2016-10-13 12:16:24 -04:00
Matthew Harris
cf81574552
Blog Recent Posts, Archives, Tag Cloud "no data" msgs
...
Fixes #7168 , Fixes #7169 , Fixes #7170
2016-10-09 07:19:46 -04:00
Matthew Harris
0ae205c987
feature - add front end toggling of shape tracing
...
Fixes #7162
2016-10-09 00:23:47 +01:00
ViRuSTriNiTy
2a8d091e07
[Fixes 7246] Added null checks for version ids
...
Fixes #7246
2016-10-06 12:41:45 -07:00
Matthew Harris
7171244044
Add Orchard.Tags.TagsCloud "no data" message
...
Fixes #7170
2016-10-05 12:26:36 +02:00
Matthew Harris
004f35900d
line wrap css and bind title attr
...
Fixes #7208
2016-10-01 17:57:24 +02:00
Matthew Harris
bd195cbb04
[ Fixes #7192 ] Orchard.Tags - Manage Tags Admin Page Not Alpha Sorted ( #7198 )
2016-10-01 17:14:36 +02:00
Matthew Harris
37e8696fe0
[ Fixes #7131 ] Orchard.ContentTypes - Add / Edit Field Issues ( #7150 )
2016-09-29 12:58:04 -07:00
Matthew Harris
ed94ba11e7
Customize blog recipe ( #7166 )
...
Fixes #7115
2016-09-29 12:49:21 -07:00