Commit Graph

10779 Commits

Author SHA1 Message Date
HermesSbicego-Laser
580b79c24d - Added attachments logic 2016-10-21 18:22:48 +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
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
Matthew Harris
a46b86b243 Fixes #7120 Hidden Field in Dynamic Forms causes crash (#7123)
Fixes #7120 - If a Hidden Field is added to a DynamicForm without a Value set then it will crash the front end because of a null value.
2016-09-29 12:48:22 -07:00
Sipke Schoorstra
ec0a0998da Wrapped owin middleware config (#7161)
This wraps owin middle ware configuration within a work context scope.

Fixes #6991
2016-09-29 12:34:50 -07:00
Matthew Harris
e5e84c0e1b Fields display as "&" instead of "&" in validation error msgs (#7156)
Fixes #7111
2016-09-29 12:18:39 -07:00
Matthew Harris
8ddfb0ed73 [Fixes #7151] Orchard.Core - Use CDN setting ui not correct (#7152)
[Fixes #7151] Orchard.Core - Use CDN setting ui not correct
2016-09-29 12:03:49 -07:00
Sipke Schoorstra
8218535d27 Added CodeRush for Roslyn settings folder to .gitignore. 2016-09-28 16:10:46 +02:00
Matthew Harris
a7c4dfbf7c [Fixes #7153] Typo .buton:active in several css files (#7154)
* [Fixes #7153] Typo .buton:active in several css files

[Fixes #7153] Typo .buton:active in several css files

* [Fixes #7153] Typo .buton:active in several css files

[Fixes #7153] Typo .buton:active in several css files

* [Fixes #7153] Typo .buton:active in several css files

[Fixes #7153] Typo .buton:active in several css files

* [Fixes #7153] Typo .buton:active in several css files

[Fixes #7153] Typo .buton:active in several css files
2016-09-24 22:30:55 +02:00
Sipke Schoorstra
bc74aec232 Fixed ContentFieldHarvester when NULL Content
The content field harvester throws an error when the LayoutEditor is rendered without having a content item as the context (BluePrints, for example). The previous code would fall back to simply enumerating all fields of all parts to make available all content fields as elements. However, the content field elements can't render these fields without having a proper content item as context, so it would fail with an exception.

There are scenarios where one might still want to be able to add content field elements on the canvas even when there is no current content item (to create template layouts for example). But to support this, we need to figure out what we want to render if we can;t actually render the content field at design time. Perhaps a simplified representation would suffice in this scenario. To be discussed. Removing the broken feature for now.
2016-09-24 11:45:19 +02:00
Matthew Harris
84a95e3cb9 [Fixes #7125] tokenized css class left behind (#7127) 2016-09-22 13:03:46 -07:00
Matthew Harris
50224d5ebe [Fixes #7129] Boolean.cshtml doesn't have * required support in view (#7133) 2016-09-22 12:48:21 -07:00
Matthew Harris
357f1aa166 Fix incorrect title on edit page
Fixes #7142
2016-09-22 12:18:21 -07:00
Matthew Harris
27d5c6658a Labels hidden when datetime field added (#7146)
Fixes #7144
2016-09-22 12:13:26 -07:00
Daniel Stenson
8ec6e8a724 Preserve returnUrl value in Content-User.Edit.cshtml
Fixes #7141 #3447
2016-09-22 12:07:23 -07:00
Matthew Harris
e3c0c97b66 [Fixes #7121] Fix incorrect documentation url 2016-09-15 12:07:53 -07:00
Matthew Harris
be31746c4e [Fixes #7119] Path Comparison Case Sensitivity 2016-09-15 12:07:09 -07:00
Matthew Harris
0cac0ac601 [Fixes #7104] - Widget Element Title Encoding Fix 2016-09-02 09:21:21 -07:00
Mohammad Dameer
01fa02bd90 [Fixes #6812] Add shape attributes to "CreateElementTagBuilder" 2016-08-25 12:49:13 -07:00
jtkech
94ddb257e1 Pass the right display type to the widget element. (#7074) 2016-08-25 12:47:21 -07:00
judgestone
1c1e9e4c97 Allowing adding classes through ShapeTableBuilder.Describe
Small change to Content.Summary.cshtml to allow module developers to add classes to Content.Summary.cshtml via ShapeTableBuilder.Describe.

Fixes #7089
2016-08-19 09:39:00 -07:00
adrian booth
84288aeff6 fix typo of occured for logging messages and notification (#7083) 2016-08-15 14:25:41 +02:00
Pablo Sanchez
0deab6bd0d Sanitize username in activity 2016-08-04 12:58:41 -07:00
Lombiq
4c1254e128 Fixing that the debug log was created even in Release mode 2016-08-01 00:30:40 +02:00
Pablo Sanchez
dcc63228e5 [Fixes #7003] Fixing NRE 2016-07-21 12:31:40 -07:00
Carl Woodhouse
35c379191e [Fixes #7034] Don't cache pages when status code is changed in the view
* Fixed the output caching of non 200 responses when errors are thrown in views

* Added debug message to output cache when the response isn't cached due to a non 200 status code.
2016-07-21 12:17:33 -07:00
Lombiq
dbbeb175a6 Readme: Simplifying the "Project Status" section 2016-07-12 21:42:17 +02:00
Lombiq
a5b1aa5d2a Fixing that with multiple TinyMCE editors on a page multiple toolbars also appeared, see #7022 2016-07-12 18:08:02 +02:00
Daniel Stolt
e04b12d177 Removed incorrect comments in Gulpfile.js. 2016-07-03 12:52:48 +02:00
Lombiq
74011e659b README: updating 1.10.1 release description 2016-06-29 22:57:47 +02:00
Lombiq
7aa6371ec1 README: updating released versions, adding links to releases, fixing Azure deploy link 2016-06-29 22:44:07 +02:00
Lombiq
c004545eeb Updating README from the dev branch 2016-06-29 22:36:08 +02:00