Nathan Heskew
c88c13c2e1
Adding pagination to the tag search page.
...
work item: 16924
--HG--
branch : dev
2010-12-09 15:29:07 -08:00
Jonathan Wall
d025d9232d
Added CSS so delete button renders next to the save button.
...
--HG--
branch : dev
2010-12-09 15:20:13 -08:00
Jonathan Wall
9d61b3d090
Added back line separators between lists of content items in the admin. Work item: 16996
...
--HG--
branch : dev
2010-12-09 15:06:56 -08:00
Nathan Heskew
0042b49dd7
Moving the widget and layer delete button into its own (placed) template to drop it in by the save button
...
--HG--
branch : dev
2010-12-09 14:54:27 -08:00
Jonathan Wall
d9cbc99259
Removed gray box that contained the save button. Work Item: 16999
...
--HG--
branch : dev
2010-12-09 14:36:09 -08:00
Suha Can
b4515cbada
Minor correction to previous contribution, CTD's are listed by DisplayName instead of Name.
2010-12-09 14:24:55 -08:00
Suha Can
7469d2d0b1
16992 Content Types admin not ordered alphabetically
...
--HG--
branch : dev
2010-12-09 14:22:58 -08:00
Dave Reed
ead7d07b0f
Fix typo
...
--HG--
branch : dev
2010-12-09 13:49:04 -08:00
Renaud Paquay
cd68f2430c
Merge
...
--HG--
branch : dev
2010-12-09 13:07:57 -08:00
Renaud Paquay
b91101d2ec
Add check for extension with the same ID
...
This can happen as we collect extensions from different
source locations.
Work Item: 16632
--HG--
branch : dev
2010-12-09 13:07:26 -08:00
Dave Reed
622b47b9e0
#17000 : No longer show themes with the 'hidden' tag on the admin UI.
...
--HG--
branch : dev
2010-12-09 12:15:54 -08:00
Renaud Paquay
1ce6ab190e
Merge
...
--HG--
branch : dev
2010-12-09 12:15:00 -08:00
Dave Reed
5465e22122
#16984 : Removing a media folder doesn't work
...
--HG--
branch : dev
2010-12-09 11:51:01 -08:00
Dave Reed
1295cc8949
#16825 : Exception in background task
...
--HG--
branch : dev
2010-12-09 11:34:57 -08:00
Suha Can
9dcb8178b5
16982 Authenticated users can't comment
...
--HG--
branch : dev
2010-12-09 11:28:35 -08:00
Suha Can
11860912de
16958 NullRef Exception when browsing to the Widgets admin if Theme.txt for an enabled Theme is missing "Zones" metadata
...
--HG--
branch : dev
2010-12-09 11:24:49 -08:00
Suha Can
18788b72ac
16985 Moderator should have permissions to comment management
...
--HG--
branch : dev
2010-12-09 11:24:03 -08:00
Andre Rodrigues
7f3e720223
Merge
...
--HG--
branch : dev
2010-12-09 10:45:16 -08:00
Renaud Paquay
93914fc296
Rename method
...
--HG--
branch : dev
2010-12-09 09:56:57 -08:00
Kevin LaBranche
4c7cd86da2
WorkItem 16992 - Content Types are now in Alpha Order like Content Parts.
2010-12-09 08:01:02 -07:00
Renaud Paquay
1cc0c528f8
Merge
...
--HG--
branch : dev
2010-12-08 21:39:58 -08:00
Renaud Paquay
932f7fd792
Fix unit tests
...
--HG--
branch : dev
2010-12-08 21:39:17 -08:00
Renaud Paquay
4df23c2221
Tweak assembly loading policy one more
...
We have this in Orchard.Setup.csproj:
<Reference Include="Autofac, Version=2.1.13.813, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\lib\autofac\Autofac.dll</HintPath>
</Reference>
However, version of autoface we are using is not 2.1.13.813.
This means that, even if the full assembly name is specified in the csproj file,
we still need to lookup the assembly by short name if we can't find it.
--HG--
branch : dev
2010-12-08 20:07:58 -08:00
Suha Can
e5565d5169
Merge
...
--HG--
branch : dev
2010-12-08 18:58:32 -08:00
Suha Can
429fabd93c
16974 Create and edit actions don't use the correct permissions
...
--HG--
branch : dev
2010-12-08 18:58:04 -08:00
Renaud Paquay
ee271abff2
Rename method
...
--HG--
branch : dev
2010-12-08 18:32:59 -08:00
Sebastien Ros
b7790d3a60
Merge
...
--HG--
branch : dev
2010-12-08 18:29:11 -08:00
Sebastien Ros
acb4ccf530
Fixing Enable/Disable display in Features view
...
--HG--
branch : dev
2010-12-08 18:28:41 -08:00
Andre Rodrigues
18d1e80189
#16849 : Replacing strings and console.writelines by exception throwing.
...
--HG--
branch : dev
2010-12-08 18:18:52 -08:00
Andre Rodrigues
c57a3ab642
#16756 : Adding binding redirect for MVC from 1.0 to 3.0
...
--HG--
branch : dev
2010-12-08 18:17:55 -08:00
Renaud Paquay
7a4ece294c
Merge
...
--HG--
branch : dev
2010-12-08 18:14:56 -08:00
Suha Can
d8a02d4f3e
16975 ItemController.Preview action in contents module should do permission demand for edit content
...
--HG--
branch : dev
2010-12-08 17:48:40 -08:00
Sebastien Ros
42a8e39478
Updating Azure IStorageProvider to reflect new method
...
--HG--
branch : dev
2010-12-08 17:24:07 -08:00
Sebastien Ros
08ecb5ef3c
Fixing project to remove None attribute on content files
...
--HG--
branch : dev
2010-12-08 17:04:55 -08:00
Andre Rodrigues
98d759e7d4
#16987 , #16527 , #16785 : Media file upload fixes.
...
--HG--
branch : dev
2010-12-08 16:13:09 -08:00
Sebastien Ros
653bf6f14b
Merge
...
--HG--
branch : dev
2010-12-08 16:01:39 -08:00
Sebastien Ros
b43c5621ab
Using OData feed as a Service Reference connection
...
Work Item: 16954
--HG--
branch : dev
2010-12-08 16:00:58 -08:00
Sebastien Ros
0a30addc4f
Updating configuration settings for Azure
...
--HG--
branch : dev
2010-12-08 16:00:28 -08:00
Suha Can
5e3acea767
16977 Check publication permission is being checked in PublishLater and ArchiveLater
...
--HG--
branch : dev
2010-12-08 16:00:12 -08:00
Renaud Paquay
ff6c5f3edc
Make the engine view discovery more correct
...
For themes, the pattern is slighty different than for modules,
Also, we need to interleave the different views engine in between
themes and base themes, so that overrides between Razor and WebForms
work as excpected.
--HG--
branch : dev
2010-12-08 15:40:15 -08:00
Suha Can
ea760cfe2e
16979 Reports should check for site ownership
...
--HG--
branch : dev
2010-12-08 15:10:07 -08:00
Suha Can
ca78b8acef
16976 Remove change owner of item permission
...
--HG--
branch : dev
2010-12-08 14:47:56 -08:00
Renaud Paquay
a81d4c0821
Removing incorrect definition of extension type
...
There is no such thing as a "Core" extension type.
"Theme" and "Module" are the only valid extension types.
--HG--
branch : dev
2010-12-08 14:44:55 -08:00
Suha Can
5284fbb567
16968 Remove manage search index permission
...
--HG--
branch : dev
2010-12-08 14:40:05 -08:00
Suha Can
cd2f506a51
16966 Remove module management permission
...
--HG--
branch : dev
2010-12-08 14:34:50 -08:00
Renaud Paquay
9b8a20c222
Merge
...
--HG--
branch : dev
2010-12-08 14:33:44 -08:00
Suha Can
d4071c2269
16962 Remove theme management permission
...
--HG--
branch : dev
2010-12-08 14:30:41 -08:00
Renaud Paquay
ab3d0a2636
Fix computed set of views paths to allow themes in the admin
...
When looking for ViewPath to activate, the order should be:
1. Current active theme
2. Base themes of the current theme (in "base" order). Note that "base themes"
for "TheAdmin" theme means all enabled themes
3. Modules which have at least one active feature, in feature dependency order
Work Item: 16654
--HG--
branch : dev
2010-12-08 14:27:50 -08:00
Suha Can
44f54025b3
16961 Remove manage users permission
...
--HG--
branch : dev
2010-12-08 14:24:35 -08:00
Suha Can
7d31f16dab
16965 Remove tenant permission
...
--HG--
branch : dev
2010-12-08 14:16:48 -08:00