Commit Graph

7329 Commits

Author SHA1 Message Date
Sebastien Ros
230ce4c820 Updating Warmup module version 2013-09-11 17:30:20 -07:00
Sebastien Ros
795cf2edb3 Fixing more functional tests 2013-09-11 17:28:37 -07:00
Sebastien Ros
13a7b70531 #20100: Fixing multi-lines parsing in WebActivityTask
Work Item: 20100
2013-09-11 14:12:46 -07:00
Sebastien Ros
a228fae249 Fixing remaining functional tests 2013-09-11 13:10:47 -07:00
Sebastien Ros
078bce27bb Fixing MediaPicker functional tests 2013-09-11 11:46:16 -07:00
Sebastien Ros
c835bbe422 Refactoring and fixing specflow files 2013-09-10 16:12:43 -07:00
Sebastien Ros
e019f4a09e Checking for integrated pipeline before accessing http headers.
Otherwise breaks functional tests
2013-09-10 15:01:06 -07:00
Sebastien Ros
f2552694c1 Fixing encoding when downloading OEmbed content 2013-09-10 14:22:38 -07:00
Sebastien Ros
f0851bb5fb Updating version numbers 2013-09-10 14:08:05 -07:00
Sebastien Ros
a0ea55a19a Excluding Themes\bin folder when publishing from visual studio 2013-09-09 15:09:14 -07:00
Sebastien Ros
079f79079c Excluding spec folder when using ClickToBuild 2013-09-09 15:08:50 -07:00
Sebastien Ros
3a6b909837 Fixing scripts order for taxonomy auto-complete 2013-09-09 14:18:05 -07:00
Sebastien Ros
8ef54ff18f #20078: Fixing international characters loss in media profiles
Work Item: 20078
2013-09-09 13:20:41 -07:00
Kamil Serwus
a41bd67800 Fixed SQL migrations which contain colons 2013-09-09 12:24:57 -07:00
agriffard
8f20a745be #20093 : Media library : Picker field, OEmbed, Import
Work Item: 20093
2013-09-09 13:29:55 +02:00
Sipke Schoorstra
ad6abdc6a6 Updating the enter key handler so that the user is redirected to the url of the last link (Edit link) in the related element instead of the first link.
When hitting enter, the expected behavior is to go and edit the content type or part that occurs first in the list.
2013-09-07 19:37:06 -07:00
Sipke Schoorstra
0ee1e23fa7 Enabling the ENTER key to quickly navigate to the content type or part if results were found based on the filter.
If no results were found and hitting ENTER, the input is used as a suggested name for the content type or part to create.
If no results were found and clicking the primary button, the input is used as a suggested name for the content type or part to create.
2013-09-07 19:27:38 -07:00
Sipke Schoorstra
3236f913e8 Having the Media Library load images without using the cache so that newly imported images are displayed without having to clear the cache manually. 2013-09-06 22:11:11 -07:00
Sebastien Ros
b6b307fb80 #19771: Displaying a warning when no start activity is chosen
Also a message if any change needs to be saved
2013-09-06 17:35:15 -07:00
Sebastien Ros
9bc2d6dfd5 Fixing Azure unit tests 2013-09-06 15:45:21 -07:00
Sebastien Ros
ccd8020291 Removing session documentation from web.config
This only needs to be in the official documentation as it doesn't
concern lots of users.
2013-09-06 13:46:07 -07:00
Sebastien Ros
d1d51e6f92 Fixing Azure features 2013-09-06 13:44:27 -07:00
Sebastien Ros
df2f4f6f70 Adding jquery.min.map file 2013-09-06 13:43:51 -07:00
Sebastien Ros
5add094502 Moving Rules remainings from Core 2013-09-05 18:05:27 -07:00
Sebastien Ros
0ea0077fa3 Moving content rules to the rules module 2013-09-05 16:46:53 -07:00
Sebastien Ros
887e02c38a Support all web deploy methods 2013-09-05 14:20:14 -07:00
Daniel Stolt
13af4c3f6d Adding support for controller-level OutputCacheAttribute to OutputCacheFilter. 2013-09-05 19:14:12 +02:00
Sebastien Ros
cf5714b2f8 Fixing NRE in Enumerate<TField> 2013-09-05 09:48:07 -07:00
Sebastien Ros
218db5af09 Fixing webdeploy support 2013-09-04 18:41:11 -07:00
Daniel Stolt
296154c294 Removed Azure assemblies from DLL exclusion list in Orchard.Web.csproj. 2013-09-04 22:28:29 +02:00
Daniel Stolt
c8e277ba11 Removed support for Shared Cache from Azure caching providers.
Fixed bug in Azure output cache provider with tenant names containing non-alphanumeric characters.
Removed all Azure-related assembly references from Orchard.Web.csproj.
2013-09-04 22:28:28 +02:00
Sebastien Ros
690e7f60e1 Fixing field indexing with nullable or multiple values 2013-09-04 12:40:59 -07:00
Daniel Stolt
66a4e03378 Fixed an issue in the Orchard.Web.csproj project file that caused publishing to fail. 2013-09-03 10:54:25 -07:00
Daniel Stolt
77f5eb1319 Enabled automatic updating of storage connection strings when publishing to Windows Azure. 2013-09-03 10:54:23 -07:00
Daniel Stolt
a5b6847b09 Removed unnecessary placeholder in Web.config. 2013-09-03 10:54:21 -07:00
Daniel Stolt
94d433daee Changed customErrors to Off in Web.config files and set RemoteOnly in config transform instead (for Release configuration). 2013-09-03 10:54:20 -07:00
Daniel Stolt
4f47c6a967 Brought back support for compression in Azure database caching. 2013-09-03 10:54:18 -07:00
agriffard
1edff1f34c Adding mediaItemActionUrl to mediaLibrarySettings (to distinguish with mediaItemsActionUrl) 2013-09-03 13:40:23 +02:00
Bertrand Le Roy
29f5463c0d Added Edit button for each image in media library field, restyled buttons, added remove confirmation, prevented accidental navigation when there are pending changes. 2013-09-01 19:07:21 -07:00
Zoltán Lehóczky
a0dc4ba9ba Adding JavaScriptAntiSpamPart for JS-drive spam filtering 2013-09-01 23:22:50 +02:00
Bertrand Le Roy
09376d5b06 Size the media library picker UI using viewport units, to dramatically improve usability with large directory structures, and fix infinite scrolling bug. 2013-08-31 20:40:34 -07:00
Bertrand Le Roy
fb052ea341 Moving media library admin script to a separate file. 2013-08-31 20:39:00 -07:00
Sebastien Ros
b3be2f397d Fixing azure caching property bag strings 2013-08-30 17:47:19 -07:00
Sebastien Ros
1ac989ee72 Making azure db cache provider tenant aware again
ICacheProvider calls Start() and provides the region prefix as a
property, which lets us create a dedicated DataCache.

The BuildCache method is called once per record, and reuse by
Nhibernate.
2013-08-30 15:42:11 -07:00
Sebastien Ros
6ca9b41fab #20052: Fixing title duplication in admin
Work Item: 20052
2013-08-30 15:18:43 -07:00
Sebastien Ros
760269c900 Ignoring tenant specific configuration for db cache
There is no way to configure the cache provider for specific tenants,
thus ignoring it. NHibernate should take an instance instead of a type
for the provider.
2013-08-30 15:01:23 -07:00
Sebastien Ros
a567a99cd4 Removing static fields usage 2013-08-30 14:31:59 -07:00
Sebastien Ros
bde2006dc7 Code cleanup 2013-08-30 12:50:39 -07:00
Daniel Stolt
5dbb82415b Changed tenant name prefix separator in platform configuration reader. 2013-08-30 12:14:10 -07:00
Daniel Stolt
eac7d6290e Removed incorrect comment in Web.config in Orchard.Azure.Web. 2013-08-30 12:14:09 -07:00