Sebastien Ros
deb3c8d72d
Fixing multi-folders selection
...
--HG--
branch : 1.x
2013-04-22 16:55:59 -07:00
Sebastien Ros
ebcc551544
Deleting associated media file
...
--HG--
branch : 1.x
2013-04-22 16:27:11 -07:00
Sebastien Ros
74f22d1443
Showing the image editor for the local files only
...
--HG--
branch : 1.x
2013-04-22 16:14:20 -07:00
Sebastien Ros
d8665455e8
Fixing back button behavior in media library
...
--HG--
branch : 1.x
2013-04-22 16:06:10 -07:00
Sebastien Ros
eb11f0250d
#19619 : Fixing item pickers url when have a request prefix
...
Work Item: 19619
--HG--
branch : 1.x
2013-04-22 15:54:54 -07:00
Sebastien Ros
06815541dd
Implementing Media Part Driver
...
--HG--
branch : 1.x
2013-04-22 15:14:55 -07:00
Sebastien Ros
c4d3d016f9
Fixing media item return url in edit mode
...
--HG--
branch : 1.x
2013-04-22 15:14:45 -07:00
Sebastien Ros
6dc3a1d35a
Adding media items deletiong
...
--HG--
branch : 1.x
2013-04-22 12:15:06 -07:00
Sebastien Ros
ee6e4c8cea
#19630 : Fixing web.config for Media folder
...
--HG--
branch : 1.x
2013-04-22 10:10:11 -07:00
Sebastien Ros
d05b9ede1a
Making exceptions during ITransaction.Dispose() safer
...
--HG--
branch : 1.x
2013-04-22 09:51:02 -07:00
Piotr Szmyd
19f287b5b2
#19625 : Fixing Alias admin controller issues.
...
Fixing empty alias (homepage) handling.
Setting up checks for existing aliases and displaying error information if a new/changed alias would overwrite existing one.
Properly trimming back and forward slashes from the beginning of the provided alias.
All custom aliases should have "Custom" source set.
Work Item: 19625
--HG--
branch : 1.x
2013-04-20 23:30:49 +02:00
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