Commit Graph

7328 Commits

Author SHA1 Message Date
Sebastien Ros
804f8fe695 #19999: Fixing taxonomy field export with spaces in name
Work Item: 19999
2013-10-25 12:42:12 -07:00
Sebastien Ros
e61ff0901d Removing duplicated logger section 2013-10-25 12:33:39 -07:00
agriffard
cc36d50e60 Merge branch '1.7.x' of https://git01.codeplex.com/orchard into 1.7.x 2013-10-25 19:21:04 +02:00
agriffard
3deb14075d Reverting .sln 2013-10-25 19:18:12 +02:00
agriffard
25b6fcc1f7 Adding missing MediaLibraryPicker.Summary.cshtml 2013-10-25 19:13:07 +02:00
Sebastien Ros
8723dac8a0 #20024: Fixing Session State serialization in Workflows
Work Item: 20024
2013-10-25 09:44:33 -07:00
Sebastien Ros
266b92d7a0 Don't migrate Media Picker fields twice
When attached to a custom part, fields were migrated twice
2013-10-25 07:12:12 -07:00
agriffard
859b2316e9 #19952: MediaLibraryPicker Summary
Work Item: 19952
2013-10-25 15:53:47 +02:00
j3ffb
3e5c9cf951 #19570: TextField does not support the Required Attribute
Work Item: 19570
2013-10-25 15:46:37 +02:00
Eric McGrath
df60ed18f8 #20212: Fixing potential NREs in WrokflowManager
Work Item: 20212
2013-10-24 14:41:43 -07:00
Sebastien Ros
c7d2593382 #20218: Disambiguating media with same filename during upgrade
Work Item: 20218
2013-10-24 14:36:44 -07:00
Jimasp
5d06964983 #20159: Taxonomy auto-complete bug
Work Item: 20159
2013-10-24 11:23:40 -07:00
Sebastien Ros
16787ab807 #20228: Fixing image profiles cache key
Work Item: 20228
2013-10-24 09:32:22 -07:00
Sebastien Ros
fc715b59ef #20026: Making Custom Forms not draftable
Work Item: 20026
2013-10-23 16:18:36 -07:00
Sebastien Ros
fcae27240c #20183: Fixing custom form part shape property
Work Item: 20183
2013-10-23 16:09:00 -07:00
Sebastien Ros
103e71d42f #19896: Don't validate password inputs
Work Item: 19896
2013-10-23 15:49:32 -07:00
Sebastien Ros
d079d8aacd #19964: Don't cache media summaries
Work Item: 19964
2013-10-23 15:45:16 -07:00
Sebastien Ros
50fde29cae Removing extraneous alert() in media 2013-10-23 15:39:54 -07:00
Sebastien Ros
d74965fdd4 #20065: Fixing placement parsing
Work Item: 20065
2013-10-23 15:23:42 -07:00
Sebastien Ros
132535843b Adding missing change 2013-10-23 15:22:14 -07:00
Sebastien Ros
b19a89d1d2 #20178: Preventing SELECT N+1 in terms
Work Item: 20178
2013-10-23 15:12:39 -07:00
Sebastien Ros
d38d2d15c5 #20041: PageLayerHinting is disabled by default
Work Item: 20041
2013-10-23 15:01:40 -07:00
Sebastien Ros
59d89d2c09 #20006: Fixing infinite scrolling
Work Item: 20006
2013-10-23 14:58:37 -07:00
Sebastien Ros
78087005c5 #20002: Fixing lost terms after a taxonomy title is changed
Term type is no more changed as a content item can't have
his type changed. Users can still update the term type display
name.

Work Item: 20002
2013-10-23 12:31:19 -07:00
Sebastien Ros
b7efeb457c Fixing web.config file 2013-10-23 11:30:16 -07:00
Sebastien Ros
8fd502ecf5 #20225: Fixing taxonomy views missing using
Work Item: 20225
2013-10-23 11:06:48 -07:00
Sebastien Ros
11b8b90935 Validating archive route constraint 2013-10-21 17:09:57 -07:00
Sebastien Ros
a69087c7bf Fixing potential NRE in media profiles 2013-10-21 16:48:49 -07:00
Sebastien Ros
b43453a0f1 Fixing Layout zone detection in placement 2013-10-21 16:03:49 -07:00
Sebastien Ros
74fe95ddd9 Adding support for Tabs and Groups in placement
It provides a way to define groups in placement files,
which is necessary for fields (there is no current solution).

Tab is not yet used.
2013-10-21 15:28:37 -07:00
Lombiq
2d3145c754 #20194: Unneeded records from IndexingTaskRecord are cleaned up when saving a new record for the item
Work Item: 20194
2013-10-20 22:08:13 +02:00
Daniel Stolt
30f9d28fbc Merge branch '1.7.x' of https://git01.codeplex.com/orchard 2013-10-19 20:46:21 +02:00
Daniel Stolt
a37d4ef6e8 Adding project dependencies in Orchard.Web to all modules and themes to ensure they will be compiled before publishing Orchard.Web. 2013-10-19 20:45:56 +02:00
Sebastien Ros
b2761dcd13 #19967: Fixing Menu import/export
Work Item: 19967
2013-10-18 17:18:55 -07:00
Sebastien Ros
15e4e27c46 Optimizing user roles lazy loading 2013-10-18 17:18:46 -07:00
Sebastien Ros
2bdc29d8e9 #20219: Fixing spam notifications
Create(contentItem) actually publishes the content item.
Create(ci, VersionOptions.Draft) won't

Work Item: 20219
2013-10-18 16:00:55 -07:00
Sebastien Ros
0c9e4e1224 Fixing SELECT N+1 when listing blog archives
WORST SELECT N+1 EVER and it seems I wrote the code :/
2013-10-18 15:10:08 -07:00
Sebastien Ros
a62f0281eb Setting the default Par Color to empty
Otherwise transparency is lost on PNG files
2013-10-14 11:48:34 -07:00
Daniel Stolt
91d0048f27 Fixing publishing of Orchard.Web in Debug build configuration. 2013-10-14 00:38:56 +02:00
Volodymyr Usarskyy
2d95882e52 #20155: Replaced ApplicationException with OrchardException
Work Item: 20155
2013-10-11 15:48:07 -07:00
Volodymyr Usarskyy
e1fc329a75 EnableFeature: added code to throw meaningful exceptions if module dependencies not found 2013-10-11 15:45:24 -07:00
Sebastien Ros
5ea04ac0f0 #20203: Fixing Media Library project missing file
Work Item: 20203
2013-10-11 14:59:02 -07:00
Sebastien Ros
fe7f241fd6 Don't analyze the title when indexed
This is a technical value and thus shouldn't be analyzed.
2013-10-11 14:50:44 -07:00
Sebastien Ros
96cd45fdae Fixing start level in menu widget
When checking the Show Full Menu option
2013-10-10 15:42:06 -07:00
Daniel Stolt
4758056403 Removing obsolete Azure deployment files. 2013-10-11 00:23:34 +02:00
Sebastien Ros
964d56df70 Adding new Show Full Menu option in menu widget
Adding a way to display a menu without filtering its items base
on the currently displayed page.
2013-10-10 15:01:20 -07:00
Sebastien Ros
46c7ea5a92 Improving search API
Adding new methods to filter using greater/lower criteria
2013-10-10 15:01:19 -07:00
Daniel Stolt
9549dd6c29 Fixed issue in Orchard.proj that erroneously excluded Azure role content folders from Orchard.Source.1.7.1.zip. 2013-10-10 23:41:02 +02:00
Sebastien Ros
1e3b56fb15 Increase request timeout for Setup
When running long recipes, the default asp.net request timeout length
might not be sufficient. Increasing to 10 minutes on this specific
request.
2013-10-09 15:27:06 -07:00
Sebastien Ros
2e60db7ee9 Updating hints for SSL 2013-10-09 14:57:35 -07:00