Commit Graph
22 Commits
Author SHA1 Message Date
Piotr Szmyd 0c993a43b2 Email. Fixed duplicated addresses in mail message To field. 2015-04-02 16:36:31 +02:00
Piotr Szmyd a97a7e26d5 #21294: Added optional date parameter to TimerActivity. Also added description hints and updated class name.
Work Item: 21294
2015-03-24 15:17:30 +01:00
Piotr Szmyd 67c74b72fa #21285: When rendering shapes to string, there is no IWorkContextAccessor available in RequestContext, hence UrlHelper.MakeAbsolute (and AbsoluteAction) fails.
Work Item: 21285
2015-03-21 19:16:11 +01:00
Piotr Szmyd 2acd73c18d Refactored tokens dropdown implementation.
Textboxes can now have the tokens dropdown attached ad-hoc by using $(selector).tokenized() method. Previously it only happened at page load, making it impossible to attach tokens dropdown to textboxes created at runtime.
2015-01-30 21:08:51 +01:00
Piotr Szmyd 7d462819bc #20606: Fixed implementation of e-mail reply-to functionality.
There was a breaking change introduced in the initial commit. ReplyTo field is optional but was not treated as such.
Also, made it possible to specify more than one reply-to address, similar to recipients.
2015-01-30 20:56:19 +01:00
Piotr Szmyd 085a7b7445 Add image rotate option to Image Editor. 2015-01-30 20:32:31 +01:00
Piotr Szmyd dd9e4ad3e9 Ignore SSL certificate errors for image URLs used in Image Editor..
This fixes issues with local development on SSL-enabled site with self-signed certificates.
Ignoring certificate errors is usually not the wisest thing to do, but we're dealing with locally stored images here only.
2015-01-30 20:20:08 +01:00
Piotr Szmyd 4c1187beb8 Removing invalid source control bindings from Orchard.Layouts. 2014-10-15 09:52:51 +02:00
Piotr Szmyd d7628aaf61 Moving extension methods to separate namespace. 2014-10-15 09:49:43 +02:00
Piotr Szmyd 219150bd20 Fixed solution file and corrected namespace in Orchard.Redis 2014-10-15 09:45:06 +02:00
Piotr Szmyd 3b6f978100 Refactored output cache provider to use atomic, Lua script-based key deletion. 2014-10-15 09:43:23 +02:00
Piotr Szmyd b79f2e2db2 Implemented Redis-based cache provider. 2014-10-15 09:40:28 +02:00
Piotr Szmyd 044746d511 Lua scripts for efficient batch counting and removing keys. 2014-10-15 09:39:06 +02:00
Piotr Szmyd 5feb717dc4 Merge branch 'feature/caching' into feature/messagebus
Conflicts:
	src/Orchard.sln
2014-10-15 02:05:18 +02:00
Piotr Szmyd dc6087e620 Making ICacheService and ICacheServiceProviders generic. 2014-10-15 02:02:36 +02:00
Piotr Szmyd 277f20571f #20947: Fixed exception thrown when trying to update a feature manually.
Work Item: 20947
2014-09-16 13:54:46 +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
Piotr Szmyd d08aa1883e Fixing matching logic when looking for a menu item to select.
Items with route values (eg. ContentMenuItem) were omitted and not selected when viewing their child pages, non-existent in the menu.
Eg. item pointing to a blog was not selected when one entered one of the blog posts (provided the blog post was not on a menu).
2014-07-22 21:52:32 +02:00
Piotr Szmyd 0d03ad2ca6 Implemented level-based alternates for MenuItem and MenuItemLink. 2014-07-22 21:04:24 +02:00
Piotr Szmyd e2d8aa1842 Fixing VS version discovery order in ClickToBuild.cmd (VS2013 should take precendence over VS2012 if both are installed). 2014-07-22 17:50:13 +02:00
Piotr Szmyd 7cb97fdd7c Revert "Fixing build warnings. Added binding redirects for JSON.NET 6.0"
It's a tooling issue, not Orchard - warnings are caused by Azure VS Tools 2.3 (http://connect.microsoft.com/VisualStudio/feedback/details/850425/windows-azure-vs-tools-breaking-msbuild-for-web-projects)
2014-07-15 21:57:59 +02:00
Piotr Szmyd eb38abcc31 Fixing build warnings. Added binding redirects for JSON.NET 6.0 2014-07-15 14:23:43 +02:00