Commit Graph

6923 Commits

Author SHA1 Message Date
Piotr Szmyd
2b32652455 #19626: Fixing possible exceptions during Alias route lookup when custom route objects are used (eg. Owin).
Adding missing property implementations to LookupHttpRequest stub - this fixes problems with Owin.
Switching Select to Invoke when calling route methods to ignore erroneous custom routes.

Work Item: 19626

--HG--
branch : 1.x
2013-04-20 17:45:39 +02:00
Sebastien Ros
eb4c452003 Storing local paths when possible in media
--HG--
branch : 1.x
2013-04-19 17:39:23 -07:00
Sebastien Ros
68cf505426 Adding custom Capture helpers in base views
Usage:
@using(Capture(html => Layout.Content.Add(x))) {
  <div>foo</div>
}

And

@using(Capture(Layout.Content)) {
  <div>foo</div>
}

--HG--
branch : 1.x
2013-04-19 10:50:17 -07:00
Sebastien Ros
6dd3989c40 #19533: Fixing home page loss if user doesn't have enough rights
Work Item: 19533

--HG--
branch : 1.x
extra : rebase_source : 4355f81fc65c6f362e972059edca6497233eb5c4
2013-04-18 14:52:20 -07:00
Sipke Schoorstra
5612ddc4f3 Correcting project reference to from Orchard.ImageEditor to Orchard.MediaLibrary.
--HG--
branch : 1.x
2013-04-18 23:44:42 +02:00
Sebastien Ros
109da3a297 Implementing Media Library module
--HG--
branch : 1.x
2013-04-18 10:59:15 -07:00
Sebastien Ros
3bf363ef2c Fixing email validation
--HG--
branch : 1.x
extra : rebase_source : 2fad794d173a2ae986ded39f13d2b4e9ccc13926
2013-04-15 15:49:55 -07:00
Sipke Schoorstra
471ac1fb8a Fixing the Fields/MediaGallery.cshtml view to render a list of media items instead of content items (causing an error due to previous changeset).
--HG--
branch : 1.x
2013-04-18 11:59:54 +02:00
Sipke Schoorstra
792e1c7e5d Fixing MediaGalleryFieldDriver creating Fields_ContentPicker shape instead of Fields_MediaGallery, causing a "Shape type Fields_ContentPicker not found" exception.
--HG--
branch : 1.x
2013-04-18 11:54:28 +02:00
Sipke Schoorstra
b4b341d0a9 #19621: Implementing a view model to avoid the preliminary update to the part.
Work Item: 19621

--HG--
branch : 1.x
2013-04-18 11:23:31 +02:00
Sipke Schoorstra
ca79db0072 Updating MediaGallery field editor to use "on" (delegated version) instead of the depracated "live".
--HG--
branch : 1.x
2013-04-18 10:40:12 +02:00
Sipke Schoorstra
39ade962ea #19613: Fixing an issue where MenuItem.Position is null, throwing an exception in NavigationManager.Arrange.
Work Item: 19613

--HG--
branch : 1.x
2013-04-16 10:52:27 +02:00
Sipke Schoorstra
883b5478e9 Fixing taxonomy tags / autocomplete script to use "on" instead of "live", which was depracated since jQuery 1.7 and removed as of 1.9.
--HG--
branch : 1.x
2013-04-14 11:11:49 +02:00
Zoltán Lehóczky
4d4c6af662 Adding content item clone functionality as per the Communit Meeting of 12 February
--HG--
branch : 1.x
2013-04-13 23:18:56 +02:00
Zoltán Lehóczky
d773ce8c0a #18664: ForContentItems() method on ContentQuery that takes a collection of ids
for querying items by id; adding tests
Work Item: 18664

--HG--
branch : 1.x
2013-04-13 22:51:16 +02:00
Zoltán Lehóczky
f7049cd811 #19541: Adding null check for Owner in CommonPartHandler OnIndexing
Work Item: 19541

--HG--
branch : 1.x
2013-04-13 21:54:57 +02:00
jasperd
0cedb4f258 #19560: JQuery 1.9.1 breaks the workflow editor
Work Item: 19560

--HG--
branch : 1.x
2013-04-13 03:25:43 +02:00
Sebastien Ros
afb0140fcf #19519: Fixing IndexingTaskExecutor query
Work Item: 19519

--HG--
branch : 1.x
2013-04-11 10:57:31 -07:00
Sebastien Ros
0d523aef7a Updating Json library
--HG--
branch : 1.x
2013-04-09 16:02:39 -07:00
agriffard
fbf4570575 Merge
--HG--
branch : 1.x
2013-04-06 20:57:53 +02:00
agriffard
df64c20f08 #19582: Tokens selector doesn't work anymore on Projections layout
Adding dependency to jQueryUI_Menu for jQueryUI_Autocomplete
Work Item: 19582

--HG--
branch : 1.x
2013-04-06 20:56:38 +02:00
Sipke Schoorstra
d6f86b3e2a #19262: Adding /Name switch to "widget create" command and removing unused contentManager.
Work Item: 19262

--HG--
branch : 1.x
2013-04-06 20:43:17 +02:00
Bertrand Le Roy
6850d9d3da Markdown filter should not introduce new lines automatically, to avoid invalid
HTML and to be consistent with the client-side libray used in the editor.

--HG--
branch : 1.x
2013-04-05 12:38:52 -07:00
Piotr Szmyd
c7e0784b13 Further work on IWorkContextEvents. Swallowing all non-fatal exceptions. Events should be resolved once per context.
--HG--
branch : 1.x
2013-04-05 03:53:35 +02:00
Piotr Szmyd
f68f72e416 Implemented IWorkContextEvents extension point. Allows plugging into work context lifetime events.
--HG--
branch : 1.x
2013-04-05 01:30:55 +02:00
Jeff Bullock
c940f83474 Added ManageForms Permission
--HG--
branch : 1.x
extra : source : e56047c49121177ab4828fdcc5660643911eec9f
2013-04-03 15:54:20 +01:00
agriffard
b1bac1ba12 #19567: Link field target default does not work
Hidden Target FieldName was incorrect
Work Item: 19567

--HG--
branch : 1.x
2013-04-04 13:33:41 +02:00
christian@AlteredCarbon
85721cb105 Correction scripts wre not adapted in Orchard following jquery changes
--HG--
branch : 1.x
2013-04-01 15:41:57 +02:00
agriffard
298532650d #19554: Orchard.Taxonomies : Placement should not contain 'Contrib_'
Work Item: 19554

--HG--
branch : 1.x
2013-04-02 17:59:01 +02:00
Sipke Schoorstra
44b7ba4c7a #19545: Consistifying Import/Export methods on DateTimeFieldDriver.
Work Item: 19545

--HG--
branch : 1.x
2013-03-31 00:46:46 +01:00
Sipke Schoorstra
8a59cb2d43 Fixing a CSS issue with the content items list, causing the last item to not have a border (this change was introduced when implementing content definitions changes and part descriptions).
--HG--
branch : 1.x
2013-03-30 13:00:37 +01:00
Sebastien Ros
525a02d30f Updating jQueryUI theme
--HG--
branch : 1.x
2013-03-29 16:19:48 -07:00
Sebastien Ros
92db986cba Updating jQuery 1.91 and jQueryUI 1.9.2
Work Items: 19110, 19434

--HG--
branch : 1.x
extra : rebase_source : f5f171319a055efcf5670541d3ceaa168a11055f
2013-03-28 12:12:30 -07:00
Piotr Szmyd
b2a7daf9f1 Transaction manager. Changing optional parameter to overloaded methods.
--HG--
branch : 1.x
2013-03-28 19:21:01 +01:00
Piotr Szmyd
6664483b02 Transaction manager. Adding optional isolation level argument.
--HG--
branch : 1.x
2013-03-27 21:37:18 +01:00
Sebastien Ros
55e5b71da3 #19540: Fixing wrong namespace
Work Item: 19540

--HG--
branch : 1.x
2013-03-26 10:12:31 -07:00
Sebastien Ros
5ad307f38d Fixing some typos in Orchard.Workflows
Work Items: 19535, 19534

--HG--
branch : 1.x
2013-03-24 10:12:41 -07:00
Sebastien Ros
9676487793 Fixing Content.Picker migration
--HG--
branch : 1.x
extra : rebase_source : ef11b82a53d57db847b2039f1651574a2c801e63
2013-03-21 14:27:10 -07:00
Sipke Schoorstra
bbbbd100e7 Renaming CSS rule accordingly to previous name change.
--HG--
branch : 1.x
2013-03-21 22:23:23 +01:00
Sipke Schoorstra
3a7f86d9af Renaming Content Schema admin menu item to Content Definition.
--HG--
branch : 1.x
2013-03-21 22:20:52 +01:00
Andrew Connell
b274ede4d8 Fixing BuildArchive command
--HG--
branch : 1.x
2013-03-20 10:54:21 -07:00
Sebastien Ros
6cf16fdc2c Downgrading to NUnit 2.5.2
Tyring to see if this is this upgrade which broke the specflow tests on teamcity

--HG--
branch : 1.x
2013-03-20 10:52:12 -07:00
Nicholas Mayne
1886ee7472 Fixing path to NHibernate in Orchard.ContentPicker. I referenced the wrong place.
--HG--
branch : 1.x
2013-03-20 00:07:39 +00:00
Nicholas Mayne
9474ea2dc4 Fixing references in Orchard.ContentPicker.
--HG--
branch : 1.x
2013-03-19 20:07:58 +00:00
Sebastien Ros
f6db035a2c Fixing Comments specflow test
--HG--
branch : 1.x
2013-03-18 12:25:58 -07:00
Sebastien Ros
d3153b2577 Fix memory leak when running SpecFlow tests
As a workaround for nunit reporting obscure AppDomainUnloadedException,
update the .config file to disable lagacy exception handling policy.

--HG--
branch : 1.x
2013-03-18 10:59:03 -07:00
Sebastien Ros
856f051764 #19510: EventRecord and ActionRecord in Orchard.Rules missing length attribute
Work Item: 19510

--HG--
branch : 1.x
2013-03-18 09:52:12 -07:00
Sebastien Ros
8be5569c3c Hiding SQL Trace in Specflow tests
--HG--
branch : 1.x
extra : rebase_source : 317065e8d639431f1043ebd912cf4f0b61b78261
2013-03-16 09:56:58 -07:00
Sebastien Ros
de0316afbd Fixing ShellTable mismatch when using a slug starting with another's Url Prefix
--HG--
branch : 1.x
extra : rebase_source : 2f2761fc4db442c5ad64001d6dc8836193bd0528
2013-03-15 17:33:12 -07:00
Sebastien Ros
1d66293871 Creating a binding redirection for Autofac 3.0.0.0
Assembly Version: 3.0.0.0
File Version: 3.0.1.0

--HG--
branch : 1.x
2013-03-15 10:17:21 -07:00